- 4,662
- 372
problem
prove that:
\forall n \in N \forall 0<=k<=2^{n-1} (C(2^n,k)=\sum_{j=0}^{k}C(2^{n-1},j)C(2^{n-1},k-j))
attempt at solution
induction seems to be too long I am opting for a shorter solution, so the sum that it's wrriten in the rhs is the square of the sum of the term C(2^(n-1),j) but other than that don't know how to procceed.
any advice?
thanks in advance.
prove that:
\forall n \in N \forall 0<=k<=2^{n-1} (C(2^n,k)=\sum_{j=0}^{k}C(2^{n-1},j)C(2^{n-1},k-j))
attempt at solution
induction seems to be too long I am opting for a shorter solution, so the sum that it's wrriten in the rhs is the square of the sum of the term C(2^(n-1),j) but other than that don't know how to procceed.
any advice?
thanks in advance.