-2

Going through a lecture I encountered this fragment of one of induction proofs.

$$x^{n+1} + \sum_{k=1}^n \binom {n+1}{k} x^{n-k+1}y^k + y^{n+1} = \sum_{k=0}^{n+1} \binom {n+1}{k} x^{n+1-k}y^k$$

And as I'm not quite familiar yet with summation I'm really struggling to figure out why this is equal. Any help and explanation would be greatly appreciated.

Blue
  • 75,673

1 Answers1

1

\begin{align} &LHS-RHS\\&=x^{n+1}+y^{n+1}-\binom {n+1}{0}x^{n+1}y^0-\binom {n+1}{n+1}x^{0}y^{n+1}\\&=x^{n+1}+y^{n+1}-x^{n+1}-y^{n+1}\\&=0 \end{align}

Ricky
  • 3,148