I want to prove the following identity using induction (not double counting method). Although it is a specific version of Vandermonde's identity and its inductive proof is presented here, but I need a direct inductive proof on this, not the general form.
(2nn)=n∑k=0(nk)2
I have tried to simplify (2n+2n+1) using Pascal's theorem, but did not get any result. Any help?
Answer
Suppose
n∑k=0(nk)2=(2nn)
then
n+1∑k=0(n+1k)2=n+1∑k=0[(nk)+(nk−1)]2=n+1∑k=0[(nk)2+(nk−1)2+2(nk)(nk−1)]=(2nn)(1+1+2nn+1)=(2n+2n+1)
Explanation:
(2a): Pascal's Triangle identity
(2b): algebra
(2c): apply (1) and (3)
(2d): (2n+2n+1)=4n+2n+1(2nn)
Lemma:
n∑k=1(nk)(nk−1)=nn+1n∑k=0(nk)2
Proof:
Since (nk−1)=kn−k+1(nk), we have (nk)+(nk−1)=n+1n−k+1(nk). Therefore,
n−k+1n+1[(nk)+(nk−1)](nk−1)=(nk)(nk−1)
Since (nk)=n−k+1k(nk−1), we have (nk)+(nk−1)=n+1k(nk−1). Therefore,
kn+1[(nk−1)+(nk)](nk)=(nk−1)(nk)
Adding (3a) and (3b) and cancelling yields
n−k+1n+1(nk−1)2+kn+1(nk)2=(nk−1)(nk)
Summing (3c) over k, and substituting k↦k+1 in the leftmost sum, gives
nn+1n∑k=0(nk)2=n∑k=1(nk−1)(nk)
QED
No comments:
Post a Comment