Let $a_k = a_0 + (k-1)d$ for any non-negative integer $k$, prove by mathematical induction that
$$\sum_{i=1}^n a_i = \frac{n(a_1+a_n)}{2}$$
My plan so far is to
1. Produce the iteration
$$a_1 = a_0 +(1-1)d,\qquad a_2 = a_0 +(2-1)d, \qquad \cdots, \qquad a_n = a_0 +(n-1)d,$$
Problem: can't find $a_0$.
2. Sub lowest base value 1
$$\frac{n\big( (a_0 +(1-1)d) + (a_0 +(n-1)d) \big)}{2} = \frac{n(a_0 d + a_0 + nd -d)}{2}$$
Not sure what I can do with this value here and am stuck.
Please, if possible, leave the answers in the simpliest form so I can understand.
