So, I was reading the proof and I stumbled upon this part :
$\sum_{k=1}^{n}\binom{n}{k} a^{n-k+1}*b^k$+ $\sum_{k=0}^{n-1}\binom{n}{k} a^{n-k}*b^{k+1}$=$\sum_{k=1}^{n}\{\binom{n}{k}+\binom{n}{k-1}\} a^{n-k+1}*b^{k}$
I'm not exactly sure of understanding how we obtained this final sum. Is there some property which I'm nt aware of?