Difference between revisions of "Pascal's Identity"
m (Pascal's Identity moved to Pascal's identity: capitalization) |
(capitalization) |
||
Line 1: | Line 1: | ||
− | '''Pascal's | + | '''Pascal's identity''' is a common and useful theorem in the realm of [[combinatorics]] dealing with [[combinations]] (also known as binomial coefficients), and is often used to reduce large, complicated [[combinations]]. |
− | Pascal's | + | Pascal's identity is also known as Pascal's rule, Pascal's formula, and occasionally Pascal's theorem. |
== Theorem == | == Theorem == | ||
− | Pascal's | + | Pascal's identity states that |
<math>{n \choose k}={n-1\choose k-1}+{n-1\choose k}</math> | <math>{n \choose k}={n-1\choose k-1}+{n-1\choose k}</math> | ||
Line 38: | Line 38: | ||
==History== | ==History== | ||
− | Pascal's | + | Pascal's identity was probably first derived by [[Blaise Pascal]], a 19th century French mathematician, whom the theorem is named after. Pascal also did extensive other work on combinatorics, which is why [[Pascal's Triangle]] is named after him. |
==See Also== | ==See Also== | ||
*[[Combinatorics]] | *[[Combinatorics]] |
Revision as of 19:41, 8 December 2007
Pascal's identity is a common and useful theorem in the realm of combinatorics dealing with combinations (also known as binomial coefficients), and is often used to reduce large, complicated combinations.
Pascal's identity is also known as Pascal's rule, Pascal's formula, and occasionally Pascal's theorem.
Theorem
Pascal's identity states that
for $\{ k,n \in \bbfont{N} | k<n \}$ (Error compiling LaTeX. Unknown error_msg)
Proof
We have $\{ k,n \in \bbfont{N} | k<n \}$ (Error compiling LaTeX. Unknown error_msg):
$=(n-1)!\left[\frac{k}{k!(n-k)!}+\frac{n-k}{k!(n-k)!}$ (Error compiling LaTeX. Unknown error_msg)
∎
Alternate Proof
Here, we prove this using committee forming.
Consider picking one fixed object out of objects. Then, we can choose objects including that one in ways.
Because our final group of objects either contains the specified one or doesn't, we can choose the group in ways.
But we already know they can be picked in ways, so
∎
History
Pascal's identity was probably first derived by Blaise Pascal, a 19th century French mathematician, whom the theorem is named after. Pascal also did extensive other work on combinatorics, which is why Pascal's Triangle is named after him.