I am trying to prove that $n(n-1)(n+1)$ is divisible by $6$ for all $n$ in $\mathbb{N}$.
My attempt:
The result certainly holds for $n=0$. Suppose now that $n > 0$. Assume that $P(k)$ is true for all $k<n$. In particular $P(n-1)$ is true. Thus $(n-1)(n-2)n$ is divisible by 6. But
$n(n-1)(n+1) = (n-1)(n-2)n + 3n(n-1)$
Now I don't know how to proceed from here. It is not immediately apparent to me that the right hand side of the expression is divisible by 6.