I need to prove this statement with induction:
if n is odd then $n^3 - n $ is divisible by 24
I've proved the base case (when $n = 1$) but I only have a small idea of what is to do in the induction step ($p(n) \Longrightarrow p(n+2)$)
I need to prove this statement with induction:
if n is odd then $n^3 - n $ is divisible by 24
I've proved the base case (when $n = 1$) but I only have a small idea of what is to do in the induction step ($p(n) \Longrightarrow p(n+2)$)
- 2|(n-1), 2|(n+1) thus $4|n^3-n=(n-1)n(n+1)$
- either 3|(n-1), 3|n or 3|(n+1)
– yugikaiba Jan 09 '21 at 21:41