I have the following assignment: Let $p$ be a prime number, show that if $p\equiv_{3}1$, then $p\equiv_{6}1$
I am having trouble making an approach to the solution.I appreciate any help. I can´t make the modulo to change to show the equivalence. I only proved that $p^2=3L+1$, equivalent to $p^2\equiv_{3}1$.
Thank you in advance.
Let $p$ be a prime with $p\equiv 1\pmod 3$. Suppose toward a contradiction that $p\not\equiv 1\pmod 6$. Since $p\equiv 1\pmod 3$ we must then have that $p\equiv 4\pmod 6$. But then $p$ is even and since $p$ is prime $p = 2$. But $2\not\equiv 1\pmod 3$, a contradiction.