Prove or disprove that $n^3-n$ is divisible by $6$, without using induction
I have no idea how to go about this.
I should add that n is an integer. I started by looking for some integer that was a single case disproving it, but I couldn't find one.
Any help/suggestions are welcome!
We have $$n^3 - n = n(n^2-1) = n(n+1)(n-1)$$
One of these $(n, n+1, n-1)$ must be even (why?) and one must be divisible by 3 (why?).