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.
Consider the sum $$\sum_{i = 1}^n a_i$$ If we use the index substitution $i = k + 1$, we get for the lower index $$i = k + 1 = 1\Leftrightarrow k = 0$$ and for the upper index $$i = k + 1 = n \Leftrightarrow k = n - 1$$ Thus $$\sum_{i = 1}^n a_i = \sum_{k = 0}^{n-1} a_{k+1}$$ Just substitute $k = i$ and you are done.