1

I have to prove that $5^{2^n}−1$ contains exactly $n+2$ factors $2$ and then I have to show that the order of $5$ in $(\mathbb{Z}/2^n\mathbb{Z})^*$ equals $2^{n−2}$ (for $n ≥ 2$).

I know that for the first part I can use $5^{2^{n+1}} −1 = (5^{2^{n}} −1)(5^{2^{n}} +1)$, but then I do not know to continue.

Mathlover
  • 585

2 Answers2

3

$5^{2^n}+1$ is even and not divisible by $4$.

Thus, it's enough to check that $5^2-1$ is divisible by $8$ and your statement is true by induction.

1

The OP can keep using the general identity $a^2 - 1 = (a+1)(a-1)$ to factor the integer.

For $n \ge -1$,

$\tag 1 5^{2^{n+1}} −1 = 4 \,{\displaystyle \prod _{k=0}^{n}\, (5^{2^{k}} +1)}$

CopyPasteIt
  • 11,366