I am looking for the proof of this:
Let $p$ be prime. Then there exists a primitive element $g$ modulo $p$.
I have done the following:
By Fermat's Little theorem, we have that $g^{p-1} \equiv 1 \mod p$. Since $\phi(p)=p-1$, then the multiplicative order of $g$ modulo $p$ is equal to $\phi(p)$, and hence $g$ is a primitive element modulo $p$.
Does anybody know if this is true?