2

I am trying to figure out what is the largest possible order that an element of the multiplicative group $\bmod{n}$ can have if $n=p_1^{k_1} \cdot p_2^{k_2} \cdot \dots \cdot p_m^{k_m}$.

then I can prove that

$$U(n) \cong U(p_1^{k_1}) \times U(p_2^{k_2}) \times \dots \times U(p_m^{k_m})$$

Now I know from my number theory book, that if $p_i$ is an odd prime, then $p_i^{k_i}$ has a primitive root, which makes $U(p_i^{k_i})$ cyclic. So the largest order of an element in that group is $\phi(p_i^{k_i})$. I also know, that $2$ and $4$ have primitive roots, so the largest orders in $U(2)$ and $U(2^2)$ are $\phi(2)$ and $\phi(2^2)$ respectively.

However, I am having trouble with $U(2^k)$ where $k\geq 3$.

I was able to show that for any $x\in U(2^k), \quad x^{2^{k-2}}\equiv 1 \pmod{2^k}$.

But how can I show that there $\textbf{must}$ be an element of order $2^{k-2}$ in $U(2^k), k\geq3$ ?

user26857
  • 52,094
Nasenhaar
  • 626

1 Answers1

2

The number $5$ has order $2^{k-2}$ in $U(2^k)$ for $k\ge3$. To prove this use induction to prove that $$5^{2^r}\equiv 1+2^{r+2}\pmod{2^{r+3}}$$ for all integers $r\ge0$.

Angina Seng
  • 158,341