how to prove that:
$$\sum_{i=1}^n a_i=\sum_{i=0}^{n-1} a_{i+1} $$ where $a_i$ is any statement that dependent on $i$.
I was trying to prove the binomial theorem by induction,So I needed this property. However,i remember that in Spivak's calculus answer book that if there was any thing like that,then the solution would be like this:
$$\sum_{i=1}^n a_i=\sum_{k=0}^{k-1} a_{k} \quad\text{(let }k=i-1)$$
That's why I ask this relatively easy question.