In order to prove a number composite I have to prove that p^3 - 1 = ab With a and b not being 1 and itself. Its given that p > 2.
I factor it out with differences of squares p^3 - 1 => (p - 1)(p^2 + p + 1)
And I don't really know what to do next. How do I involve p > 2 into the proof.