I found this question on a math textbook:
$$\sum_{k=n+1}^{2n}(2k - 1) = 3n^2$$
I have to prove this statement with induction.
I want to put it out there as none has posted anything about this exercise, it may be interesting because we can work with both bounds of a summation range and induction.
So how do you prove it?
Anyway, I sat down and got to a correct answer that helped me understand exactly what was going on and why it was going on. I wish to share it with anyone that might be looking for this type of explanation in the future (I ask forgiveness for "bro math"):
$$P(n)=\sum_{k=n+1}^{2n}(2k - 1) = 3n^2, n \in \mathbb{N}$$
This is a summation, meaning you have to sum from $k$ to $n$, in this case from
$$k = n + 1$$
to
$$2n$$
since
$$n \geq 0$$ $$n + 1 \leq 2n$$ $$k \leq 2n$$
This means we are summing any value between these two boundaries:
$$\sum_{k=n+1}^{2n}(2k - 1) = range\{[2(n + 1) - 1] + [2((n + 1) + 1) - 1] + ... + [2(2n - 1) - 1] + [2(2n) - 1]\}$$
To demonstrate it by induction we have to consider the next $n$th value of the sum and see if it respect the $n$th value of the equality, thus if
$$P(n + 1) = \sum_{k=(n+1)+1}^{2(n+1)}(2k - 1) = 3(n+1)^2, n \in \mathbb{N}$$
Here's how it can help think about this problem, we should try to get the sum $\sum_{k=(n+1)+1}^{2(n+1)}(2k - 1)$ to look like the sum of our proposition $\sum_{k=n+1}^{2n}(2k - 1)$, because we can substitute it, by induction hypothesis, with $3n^2$.
Now let's expand and consider what is this sum like at both boundaries:
$$\sum_{k=(n + 1)+1}^{2(n + 1)}(2k - 1) = \sum_{k=n + 2}^{2n + 2}(2k - 1) = range\{[2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n + 2) - 1) - 1] + [2(2n + 2) - 1]\}$$
Now to get the summation from here: $\sum_{k=n + 2}^{2n + 2}(2k - 1)$ to here $\sum_{k=n + 1}^{2n}(2k - 1)$ we need to do two operations at its boundaries, which are:
$$\sum_{k=(n + 1)+1}^{2n + 2}(2k - 1) = \sum_{k=n + 2}^{2n + 1}(2k - 1) + (2(2n + 2) - 1) = \sum_{k=n + 2}^{2n}(2k - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1)$$
If we represent the summation as a "range" we get:
$$\sum_{k=n + 2}^{2n}(2k - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1) = range\{[2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n) - 1) - 1]\} + (2(2n + 1) - 1) + (2(2n + 2) - 1) = range\{[2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n + 2) - 1) - 1] + [2(2n + 2) - 1]\} = \sum_{k=(n + 1)+1}^{2n + 2}(2k - 1)$$
from $$[2(n + 1) - 1], \sum_{k=n + 2}^{2n}(2k - 1) = [2(n + 1) - 1] + range\{[2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n) - 1) - 1]\}$$
to $$\sum_{k=n + 1}^{2n}(2k - 1) = range\{[2(n + 1) - 1] + [2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n) - 1) - 1]\}$$
The same way we equilibrated the sum by adding elements that we eliminated from the upper bound of the range, here, we need to subtract any elements that we just add to the lower bound of the range:
$$\sum_{k=n + 2}^{2n}(2k - 1) = \sum_{k=n + 1}^{2n}(2k - 1) - (2(n + 1) - 1)$$
As a "range":
$$[2(n + 1) - 1], \sum_{k=n + 2}^{2n}(2k - 1) = [2(n + 1) - 1],\ range\{[2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n) - 1) - 1]\} = range\{[2(n + 1) - 1] + [2(n + 2) - 1] + [2((n + 2) + 1) - 1] + ... + [2((2n) - 1) - 1]\} - (2(n + 1) - 1)$$
Finally, we have:
$$\sum_{k=(n + 1)+1}^{2(n + 1)}(2k - 1) \Longleftrightarrow$$ $$ \sum_{k=n + 2}^{2n + 1}(2k - 1) + (2(2n + 2) - 1) \Longleftrightarrow$$ $$ \sum_{k=n + 2}^{2n}(2k - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1) \Longleftrightarrow$$ $$ \sum_{k=n + 1}^{2n}(2k - 1) - (2(n + 1) - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1) \Longleftrightarrow$$ $$ 3n^2 - (2(n + 1) - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1) \Longleftrightarrow$$ $$ 3n^2 - (2(n + 1) - 1) + (2(2n + 1) - 1) + (2(2n + 2) - 1) \Longleftrightarrow$$ $$ 3n^2 - (2n + 1) + (4n + 1) + (4n + 3) \Longleftrightarrow$$ $$ 3n^2 - (2n + 1) + (4n + 1) + (4n + 3) \Longleftrightarrow$$ $$ 3n^2 - 2n + 1 + 4n + 1 + 4n + 3 \Longleftrightarrow$$ $$ 3n^2 + 6n + 3 \Longleftrightarrow$$ $$ 3(n^2 + 2n + 1) \Longleftrightarrow$$ $$ 3(n + 1)(n + 1) \Longleftrightarrow$$ $$ 3(n + 1)^2 \Longleftrightarrow$$
I wish that anyone looking for this type of answer will find it, and I hope they'll understand it, and maybe they'll like math a little bit more.
Any error on language / definitions pleas edit the post, thank you.