Difference between revisions of "Pascal's Identity"
m (→Proof: \]) |
(Still work to be done. In particular, the alternate proof is incomplete and poorly exposited.) |
||
Line 1: | Line 1: | ||
− | '''Pascal's Identity''' is a | + | '''Pascal's Identity''' is a useful theorem of [[combinatorics]] dealing with [[combinations]] (also known as binomial coefficients). It can often be used to simplify complicated [[expression]]s involving binomial coefficients. |
− | 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> | ||
− | for <math> | + | for any [[positive integer]]s <math>k</math> and <math>n</math>. Here, <math>\binom{n}{k}</math> is the binomial coefficient <math>\binom{n}{k} = nCk = C_k^n</math>. |
− | This can | + | This result can be interpreted combinatorially as follows: the number of ways to choose <math>k</math> things from <math>n</math> things is equal to the number of ways to choose <math>k-1</math> things from <math>n-1</math> things added to the number of ways to choose <math>k</math> things from <math>n-1</math> things. |
− | |||
− | |||
== Proof == | == Proof == | ||
− | + | If <math>k > n</math> then <math>\binom{n}{k} = 0 = \binom{n - 1}{k - 1} + \binom{n - 1}{k}</math> and so the result is trivial. So assume <math>k \leq n</math>. Then | |
<cmath>\begin{eqnarray*}\binom{n-1}{k-1}+\binom{n-1}{k}&=&\frac{(n-1)!}{(k-1)!(n-k)!}+\frac{(n-1)!}{k!(n-k-1)!}\\ | <cmath>\begin{eqnarray*}\binom{n-1}{k-1}+\binom{n-1}{k}&=&\frac{(n-1)!}{(k-1)!(n-k)!}+\frac{(n-1)!}{k!(n-k-1)!}\\ | ||
− | &=&(n-1)!\left | + | &=&(n-1)!\left(\frac{k}{k!(n-k)!}+\frac{n-k}{k!(n-k)!}\right)\\ |
− | &=&(n-1)!\frac{n}{k!(n-k)!}\\ | + | &=&(n-1)!\cdot \frac{n}{k!(n-k)!}\\ |
&=&\frac{n!}{k!(n-k)!}\\ | &=&\frac{n!}{k!(n-k)!}\\ | ||
− | &=&\binom{n}{k} \qquad\qquad\square\end{eqnarray*}</cmath> | + | &=&\binom{n}{k}. \qquad\qquad\square\end{eqnarray*}</cmath> |
− | + | ==Alternate Proof== | |
Here, we prove this using [[committee forming]]. | Here, we prove this using [[committee forming]]. | ||
Revision as of 23:08, 30 December 2007
Pascal's Identity is a useful theorem of combinatorics dealing with combinations (also known as binomial coefficients). It can often be used to simplify complicated expressions involving binomial coefficients.
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 any positive integers and . Here, is the binomial coefficient .
This result can be interpreted combinatorially as follows: the number of ways to choose things from things is equal to the number of ways to choose things from things added to the number of ways to choose things from things.
Proof
If then and so the result is trivial. So assume . Then
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, including work on Pascal's triangle, which bears his name. He discovered many patterns in this triangle, and it can be used to prove this identity. The method of proof using that is called block walking.