logo

Binomial Theorem Proof 📂Lemmas

Binomial Theorem Proof

Definition

  1. A combination of a finite set is a subset.
  2. The number of subsets with a cardinality rr from a set with a cardinality of nn is expressed as nCr{_n C _r} and is called the binomial coefficient. nCr=(nr)=n!r!(nr)! {_n C _r} = \binom{n}{r} = {{ n! } \over { r ! (n-r)! }}

Theorem

Binomial Theorem

(x+y)n=r=0nnCrxrynr (x+y)^{n} = \sum_{r=0}^{n} {_n C _r} x^{r} y^{n-r}

Binomial Coefficient Subtraction Formula

(mx)(mx)1=(m1x1) \binom{m}{x} \left( {\frac{ m }{ x }} \right)^{-1} = \binom{m-1}{x-1}

Explanation

Note that the names of the formulas, except for the Binomial Theorem, are not actually used in practice but have been arbitrarily assigned for ease of use.

The Binomial Theorem is one of the most famous and important theorems in combinatorics and is widely applied across various fields.

Proof

Proofs for the formulas other than the Binomial Theorem are addressed separately in each respective document.


When expanding (x+y)n(x+y)^{n}, the coefficient of xrynrx^{r} y^{n-r} is equivalent to choosing xx nn times and yy nrn-r times from each (x+y)(x+y) of (x+y)n=(x+y)(x+y)(x+y)(x+y) (x+y)^{n} = (x+y)(x+y)(x+y) \cdots (x+y) . Therefore, the number of combinations nCr_n C _r becomes the coefficient of xrynrx^{r} y^{n-r}, resulting in: (x+y)n=r=0nnCrxrynr (x+y)^{n} = \sum_{r=0}^{n} {_n C _r} x^{r} y^{n-r}