So im working on induction proofs but im having a bit of trouble with them. If you guys could help me that would be greatly appreciated, they're just sort of confusing to me.
Use induction to prove the following theorem:
Theorem: For each integer $n$, $n^3-n\equiv 0\pmod{6}$
In your inductive step you write $k^3-k=(k+1)^3-(k+1)$, which I hope was meant to mean equivalence modulo $6$ rather than equality, but in any case it's important to prove, not start from, such an equivalence to establish the inductive step. The desired condition is equivalent to $6$ dividing $(k+1)^3-k^3-1=3k(k+1)$, or to $k(k+1)$ being even. This follows from the fact that $k,\,k+1$ cannot both be odd.