Good morning from México, I am in my first semester of Mathematics and I started proving by induction that: $$\sum_{i=0}^n i^3 = \left(\sum_{i=0}^n i\right)^2$$
This question has been answered before, three times actually, but not with the approach I am looking for so I am stuck here (I know I can do it with the other approaches like $((n(n+1))/2)^2$, but I want to know if it is possible doing this):
$$\sum_{i=0}^k i^3 +(k+1)^3= \left(\sum_{i=0}^k i\right)^2+...$$
Next to the $+$ I tried $(k+1)^2$ (which obviously does not equalize my equation) but after plugging in values to check, I knew I was wrong. So my question after all: Is it possible to express: $(1+2+3+...+(k+1))^2$ with sigma?
From that point I can finish proving it. Thank you.
$$ \left(\sum_{i=0}^{k+1} i\right)^2=\left(\left(\sum_{i=0}^{k} i\right)+k+1\right)^2=\left(\sum_{i=0}^{k} i\right)^2+2\left(\sum_{i=0}^{k} i\right)(k+1)+(k+1)^2$$
$$=\left(\sum_{i=0}^{k} i\right)^2+k(k+1)^2+(k+1)^2=\left(\sum_{i=0}^{k} i\right)^2+(k+1)^3$$
$$=\left(\sum_{i=0}^{k} i^3 \right)+(k+1)^3= \sum_{i=0}^{k+1} i^3 . $$
Is that what you wanted?