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.