Prove by induction that $$a_{1}+a_{2}+...+a_{n}=\dfrac{(a_{1}+a_{n})n}{2}, \forall n\in \mathbb N$$
HINT: Supose that: $a_{i+1}-a_{i}= r, \forall i\in \mathbb N$
Let $P(n)$ be the proposition we want to prov, ie: $a_{1}+a_{2}+...+a_{n}=\dfrac{(a_{1}+a_{n})n}{2}, \forall n\in \mathbb N$
For $P(1)$ we have:$a_{1}=\dfrac{(a_{1}+a_{1})1}{2} \implies a_{1}=\dfrac{2a_{1}}{2} \implies a_{1}=a_{1}$, so $P(1)$ is true.
For $P(2)$ we have:$a_{1}+a_{2}=\dfrac{(a_{1}+a_{2})2}{2} \implies a_{1}+a_{2}=a_{1}+a_{2} $, so $P(2)$ is true.
Inductive Hypothesis: Let $n=k$ and we assume that $$P(k):=a_{1}+a_{2}+...+a_{K}=\dfrac{(a_{1}+a_{k})k}{2}$$ is true.
Inductive Step:
$$a_{1}+a_{2}+...+a_{k}+a_{k+1}=\dfrac{(a_{1}+a_{k})k}{2}+a_{k+1}$$ $$=\dfrac{1}{2}[(a_{1}+a_{k})k+2a_{k+1}]$$ Using the HINT, $a_{i+1}-a_{i}= r \implies $$a_{k}=a_{k+1}-r$ $$=\dfrac{1}{2}[(a_{1}+a_{k})k+2a_{k+1}]=\dfrac{1}{2}[(a_{1}+a_{k+1}-r)k+2a_{k+1}]$$ $$=\dfrac{1}{2}(ka_{1}+ka_{k+1}-kr+2a_{k+1})$$
How can i finish this?