True or False:
If $p$ is a prime greater than or equal to $ 11$, then either $p^3-1$ or $p^3+1$ is divisible by $14$
My try
The statement is true. In order to prove this, we prove either $$p^3\equiv1(\;\text{mod}\;14\;)\;\;\text{or}\;\;p^3\equiv -1(\;\text{mod}\;14\;)$$ Since $\gcd(14,p)=1$, by Euler's theorem , $$p^{\large \phi(14)}\equiv1(\;\text{mod}\;14\;)$$ That is $$p^6\equiv1(\;\text{mod}\;14\;)$$ From the above, can I conclude the desired result ? Any help ?
Consider that for $p\not\equiv0\pmod7$ $$ \left(p^3-1\right)\left(p^3+1\right)=p^6-1\equiv0\pmod7 $$ So either $7\mid p^3-1$ or $7\mid p^3+1$. Since $p$ is odd, $2\mid p^3-1$ and $2\mid p^3+1$. Thus, $$ 14\mid p^3-1\quad\text{or}\quad14\mid p^3+1 $$