$ 3+11 +19 + \cdot \cdot \cdot + (8n-5)= 4n^2 -n.$
I rewrote the problem in sigma notation. Would this change the answer?
$$ \sum_{i=1}^n (8n-5) = 4n^2-n.$$
$\color{red}{Proof :}$
(i) $\;$ The statement is true for $n=1$ because
$\left( 8(1)-5) = 4(1)^2-1 \right) \Rightarrow 3=3$
(ii) $\;$ Let $n =k $ $\Rightarrow \; \text{Induction Hypothesis} $$$\sum_{i=1}^{k} (8k-5) = 4(k)^2-k$$
$\text{We need to show :}$ $ n= k+1$
$$\sum_{i=1}^{k+1} \left( 8(k+1)-5 \right) = 4(k+1)^2-(k+1)$$
$= \left( 4(k)^2-k \right) + \left( 8(k+1)-5 \right) \Rightarrow 4k^2+7k+3$
Thus the statement is true for $n+1$
(iii) By the principle of PMI, statement is true for every $n \in ℕ$.
Yet here is my question. If I write this question in sigma notation would the answer still be correct. Or do I have to write this answer without it. Would this notation be fine?