65.8k views
1 vote
Prove:

∑ⁿᵢ₌₀ (ⁿᵢ) (ⁿᵢ) = ∑ⁿᵢ₌1 (ⁿ⁺¹ᵢ) (ⁿ⁻¹ᵢ₋₁)
If all else fails, you may write out and prove the statement for n=5 for partial credit (2 of 3 points will be awarded, this one is tough).
Hint 1: You can look at exercise 19 in Section 9.1 to get an idea on how this works.
Hint 2: It helps to draw (part of) Pascal's triangle and use Pascal's identity.
Hint 3: Try writing an argument with ... and then write it up using induction to be more precise. You might submit both.
Hint 4: There is also a combinatorial proof for the above, but it's harder to come up with. If you find it, you won't need to do induction.

User Aajan
by
7.6k points

1 Answer

4 votes

Final answer:

The given statement can be proved using Pascal's identity and combinatorics. By expanding both sides of the equation and comparing the terms, the two sides are found to be equal.

Step-by-step explanation:

The given statement can be proved using Pascal's identity and the concept of combinatorics. Pascal's identity states that (n choose k) = (n-1 choose k-1) + (n-1 choose k). Using this identity, we can expand both sides of the equation.

On the left side, the summation represents the sum of the squares of binomial coefficients. On the right side, the summation represents the product of the succeeding binomial coefficient with the preceding binomial coefficient. By expanding both sides step-by-step and comparing the terms, we can see that the two sides are equal.

Hence, we can conclude that ∑ⁿᵢ₌₀ (ⁿᵢ) (ⁿᵢ) = ∑ⁿᵢ₌₁ (ⁿ⁺¹ᵢ) (ⁿ⁻¹ᵢ₋₁).

User Sergserg
by
6.9k points