In an expression like $$\sum_{k=1}^n (k^2-1)$$ I know (somehow, but how exactly is unclear) that $k$ is a real number, thus I can use all the applicable identities to rewrite it as $$\sum_{k=1}^n (k+1)(k-1)$$ But the reasoning should happen inside the expression, as $k$ is bound to the $\Sigma$, yet what I just did was outside of it. Casting this problem aside, I am not sure how I can use $k\in\mathbb R$. What indicates that it is a useable statement?
Question:
How to prove that
$$\sum_{k=1}^n (k^2-1)= \sum_{k=1}^n (k+1)(k-1)$$
If you set out carefully the definition of what $S_n=\sum_{k=1}^{n} a_k$ means it may help.
I think it is defined recursively: $$ S_1:=a_1\ \text{and then}\ \ S_{n+1}:=S_n + a_{n+1}. $$
You can now prove that whenever $a_k=b_k$ for all $k$ then $\sum_{k=1}^{n} a_k=\sum_{k=1}^{n} b_k$. (Yours is the special case $a_k=(k^2-1)$, $b_k=(k-1)(k+1)$.)
Base case: $$\sum_{k=1}^{1} a_k= a_1 =b_1 =\sum_{k=1}^{1} b_k,$$ the equalities justified by definition of $\sum_{1}^{1}$, hypothesis, definition of $\sum_{1}^{1}$.
Inductive step: $$\sum_{k=1}^{n+1} a_k= \sum_{k=1}^{n} a_k +a_{n+1}= \sum_{k=1}^{n} b_k +a_{n+1}= \sum_{k=1}^{n} b_k +b_{n+1}= \sum_{k=1}^{n+1} b_k, $$ where the equalities are justified by definition of $\sum_{1}^{n+1}$, inductive hypothesis, hypothesis, definition of $\sum_{1}^{n+1}$.
In terms of the way you explain your difficulty, note that we have used the definition of the $\Sigma$ symbol to "unbind" the top term, and then operate on it as we please, before using the definition of $\Sigma$ to "rebind" it.