To start off with, I already know what the equation for the sum of an arithmetic sequence is, this being $S_n = {n\over 2}[2a + (n - 1)d]$, however I cannot understand certain aspects when proving this equation.
For example when:
$S_n = a + (a + d) + (a + 2d) + ... + [a + (n - 2)d] + [a + (n - 1)d]$
why is it that the value $n$ is taken away by decreases each time? Surely the value of $d$ increases over time, so that:
$S_n = a + (a + d) + (a + 2d) + (a + 3d) ...$ and so on.
Another problem is found in this stage of the proof:
$2S_n = [2a + (n - 1)d] + [2a + (n - 1)d] + ... + [2a + (n - 1)d]$
I don't understand why $S_n$ and $a$ are multiplied by $2$, however I think I do understand why $(n - 1)$ and $d$ are not.
The rest of the proof I can understand, it's just grasping the above that I cannot seem to do.
Try substituting $n = 5$, say, in $$ S_n = a + (a + d) + (a + 2d) + \dots + (a + (n - 2)d) + (a + (n - 1)d) $$ and see what happens. Note that $n - 1 > n - 2 > n - 3 > \dots > 3 > 2 > 1 > 0$.
$$ \newcommand{bs}{\!\!\!}\newcommand{cp}{\bs&\bs +\bs&} 2 S_n = \begin{matrix} a\cp (a + d)\cp\dots\cp (a + (n - 2)d)\cp (a + (n - 1)d)\ +\\ (a + (n - 1)d)\cp (a + (n - 2)d)\cp \dots\cp (a + d) \cp a. \\ \end{matrix} $$ Now sum first over columns.