Let denote the binomial coefficient, . For integers , what is the value of the summation above?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
PROOF BY INDUCTION
Let P ( m ) be the proposition " ∑ j = l m C ( j , l ) = C ( m + 1 , l + 1 ) ." Then,
Base Step : P ( l ) is true. [ Because C(l,l)=C(l+1,l+1)=1 ]
Inductive Step : Let P(k) be true for some integer k ≥ l . Now we need to prove from this that P ( k + 1 ) is true.So, we have from the inductive hypothesis
C ( l , l ) + C ( l + 1 , l ) + C ( l + 2 , l ) + . . . . + C ( k , l ) = C ( k + 1 , l + 1 )
⇒ C ( l , l ) + C ( l + 1 , l ) + . . . . + C ( k , l ) + C ( k + 1 , l ) = C ( k + 1 , l + 1 ) + C ( k + 1 , l ) = C ( k + 2 , l + 1 ) [ From Pascal's identity C ( n , r ) + C ( n , r − 1 ) = C ( n + 1 , r ) ]
= C ( [ k + 1 ] + 1 , l + 1 ) ⇒ P ( k + 1 ) true.
Hence, the proof is now complete by First Principle of Mathematical Induction.