So I have an answer.. but the basis step doesn't make any sense to me. It is possible that I do not understand the syntax used.
Let $P(n)$ be the predicate $3 | (n^3 - n)$ for every positive integer $n$.
For $n = 1, P(1)$ is $3 | (1 - 1)$.
This can be written as $(1 - 1) = 3\cdot0$ which is clearly true.
I assume that $3\cdot 0$ mean $3*0$... but I do not understand why we are multiplying 3 with 0.
Does the pipe character mean to multiply?
Any help would be much appreciated.