At our college, a professor told us to prove by a semi-formal demonstration (without complete induction):
- For every odd natural: $24\mid(u^3-u)$
He said that that example was taken from a high school book - maybe I din't get something, but I really have no idea to prove that without using complete induction.
Any idea of smart demonstration?
Thanks for your help. (Excuse my bad English.)
First note that $$ u^3-u = (u-1)u(u+1)$$
Given that $u$ is odd.In this case, $u-1$ and $u+1$ are even and one of them is divisible by 4. This follows from the basic observation that one of any two consecutive even numbers is divisible by 4. So, $(u-1)(u+1)$ is divisible by $4 \times 2 =8$.
Also, one of any three consecutive natural numbers is divisible by 3. So, one of $u-1,u,u+1$ is divisible by 3.
So, $(u^3-u)$ is divisible by 8 and 3, which are co-prime. So, it is divisible by $8\times 3=24$