Proving modular statements

50 Views Asked by At

Show that for any even number $k$, $$2^{nk} \equiv 1 \pmod {2^n + 1} $$

I tried using induction with base case $k = 0$, but I am unsure how to proceed.

2

There are 2 best solutions below

0
On BEST ANSWER

Let $$2^n \equiv −1\, {(\mod2^n+1)}\implies {(2^n)}^k \equiv -1^k \pmod {2^n + 1}\implies$$ $$2^{nk} \equiv (-1)^k \pmod{2^n + 1} $$ Therefore $$ 2^{nk} \equiv 1 \pmod {2^n + 1} \iff k := \{2x\,|\, x\in \mathbb{Z}\}$$

0
On

$2^{n}$ is congruent to $(-1)$ modulo $2^n+1$.

So $2^{nk}$ is congruent to $(-1)^k=1$ because $k$ is even.