| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Each of the terms nCj are the combinations of n objects taken j at a time. The values of nCj are the same as those in the nth row of Pascal's triangle. Therefore, the binomial expansion can also be written in terms of the Pascal's Triangle's values of the nth row.
Substitute expressions
Factor out k!
-(b−a)=a−b
ba=b⋅ra⋅r
(r−1)!r=r!
ba=b⋅(k+1−r)a⋅(k+1−r)
(k−r)!(k+1−r)=(k+1−r)!
Add fractions
Multiply
k!(k+1)=(k+1)!
Substitute expressions
Looking at the binomial expansion, it can be noted that the repeated terms are written like the theorem. The remaining terms xk+1 and yk+1 can be rewritten considering the values of kC0xk+1 and ·kCkx0yk+1.
Combination | Formula | Simplify |
---|---|---|
kC0 | (k−0)!0!k! | 1 |
kCk | (k−k)!k!k! | 1 |
k+1C0 | (k+1−0)!0!(k+1)! | 1 |
k+1Ck+1 | (k+1−(k+1))!(k+1)!(k+1)! | 1 |
Since of the values on the table are equal to 1, these can be interchanged to rewrite the expression one last time.
Therefore, the result holds for in the case that n=k+1, which finish the proof.