Show that a^(2n)≡1 (mod 2^(n+2))

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving that for an odd integer \( a \), the expression \( a^{2^n} \equiv 1 \pmod{2^{n+2}} \) holds true. The participants initially explore Euler's theorem and the properties of the totient function \( \phi(m) \), concluding that \( a^{2^n} - 1 \) can be factored to demonstrate divisibility by \( 2^{n+2} \). The final proof utilizes induction and the binomial theorem to establish that the remaining terms cancel out, confirming the original claim.

PREREQUISITES
  • Understanding of modular arithmetic and congruences
  • Familiarity with Euler's theorem and the totient function
  • Knowledge of the binomial theorem and its applications
  • Basic concepts of induction in mathematical proofs
NEXT STEPS
  • Study the properties of the Euler's totient function \( \phi(n) \)
  • Learn about the binomial theorem and its implications in number theory
  • Explore induction techniques in mathematical proofs
  • Investigate group theory concepts related to modular arithmetic
USEFUL FOR

Mathematicians, students studying number theory, and anyone interested in modular arithmetic proofs will benefit from this discussion.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hi! (Smile)

I am looking at the following exercise:

$$\text{Let an odd } a. \text{ Prove that : } \\ \ \ \ \ a^{2^n} \equiv 1 \pmod {2^{n+2}} $$

I thought that we could use the Euler's theorem but I found:

$$m=2^{n+2} , (a,m)=1 \text{ since } a \text{ is an odd number,so } 2 \nmid a$$

$$\phi(m)=2^{n+2}-2^{n+1}=2^{n+1}$$

So,we get $a^{2n+1} \equiv 1 \pmod {2^{n+1}}$.

But,we want to show that $a^{2n} \equiv 1 \pmod {2^{n+2}}$.How can we do this? (Thinking) (Thinking)
 
Last edited:
Mathematics news on Phys.org
The claim is not true. Take $n = 5$ and $a = 3$, then:

$$a^{2n} \equiv 3^{10} \equiv 59049 \equiv 41 \pmod{2^7}$$

You really should verify claims with a few numbers before trying to prove them... I suspect you might have meant $a^{2^n}$.
 
Bacterius said:
The claim is not true. Take $n = 5$ and $a = 3$, then:

$$a^{2n} \equiv 3^{10} \equiv 59049 \equiv 41 \pmod{2^7}$$

You really should verify claims with a few numbers before trying to prove them... I suspect you might have meant $a^{2^n}$.

Yes,I meant $a^{2^n}$.. (Nod)
 
Maybe the binomial theorem could help. First assume $a^{2^n} \equiv 1 \pmod{2^{n + 2}}$ for some odd $a$. Like, for instance, $a = 1$. Then pose:
$$(a + 2)^{2^n} \equiv \sum_{k = 0}^{2^n} \binom{2^n}{k} a^{2^n - k} 2^k \pmod{2^{n + 2}}$$
Show that almost all terms of the sum are multiples of $2^{n + 2}$ (by putting lower bounds on the binomial coefficient and counting factors of two) and find that the remaining terms for $k > 0$ happen to cancel out, leaving the $k = 0$ term which is of course $1$. Conclude by induction.

I haven't tried it. I think it might be worth a shot, doubtful though. Most likely this calls for a true number-theoretic argument, or perhaps a group-theoretic proof (since the claim amounts to saying that every element of $(\mathbb{Z}/2^{n + 2} \mathbb{Z})^\times$ has order at most $2^n$, whereas the group has order $2^{n + 1}$).
 
Last edited:
Hi! ;)

evinda said:
$$\phi(m)=2^{n+2}-2^{n+1}=2^{n+1}$$

So,we get $a^{2n+1} \equiv 1 \pmod {2^{n+1}}$.

I think you mean $a^{2^{n+1}} \equiv 1 \pmod {2^{n+2}}$. :eek:

It almost looks like a Legendre symbol or a Jacobi symbol, except that $2^{n+2}$ is not an odd prime, nor an odd composite.
But $a^{2^n}$ would be either $1$ or $-1 \pmod{2^{n+2}}$.

Anyway, I don't see a way to find it yet. (Doh)
 
Bacterius said:
Maybe the binomial theorem could help. First assume $a^{2^n} \equiv 1 \pmod{2^{n + 2}}$ for some odd $a$. Like, for instance, $a = 1$. Then pose:
$$(a + 2)^{2^n} \equiv \sum_{k = 0}^{2^n} \binom{2^n}{k} a^{2^n - k} 2^k \pmod{2^{n + 2}}$$
Show that almost all terms of the sum are multiples of $2^{n + 2}$ (by putting lower bounds on the binomial coefficient and counting factors of two) and find that the remaining terms for $k > 0$ happen to cancel out, leaving the $k = 0$ term which is of course $1$. Conclude by induction.

I haven't tried it. I think it might be worth a shot, doubtful though. Most likely this calls for a true number-theoretic argument, or perhaps a group-theoretic proof (since the claim amounts to saying that every element of $(\mathbb{Z}/2^{n + 2} \mathbb{Z})^\times$ has order at most $2^n$, whereas the group has order $2^{n + 1}$).

I like Serena said:
Hi! ;)
I think you mean $a^{2^{n+1}} \equiv 1 \pmod {2^{n+2}}$. :eek:

It almost looks like a Legendre symbol or a Jacobi symbol, except that $2^{n+2}$ is not an odd prime, nor an odd composite.
But $a^{2^n}$ would be either $1$ or $-1 \pmod{2^{n+2}}$.

Anyway, I don't see a way to find it yet. (Doh)

I have an idea! (Wait)

$$a^{2^n}-1=a^{2 \cdot 2^{n-1}}-1=(a^{2^{n-1}})^2-1=(a^{2^{n-1}}-1)(a^{2^{n-1}}+1)=(a^{2^{n-2}}-1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)=(a^{2^{n-3}}-1)(a^{2^{n-3}}+1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)= \dots= \\ =(a^{2^{n-1}}+1)(a^{2^{n-2}}+1)(a^{2^{n-3}}+1) \cdots (a^2+1)(a-1)(a+1) \overset{a \text{ is odd } \Rightarrow \text{ power of a is also odd } }{ = } \\ 2k_1 \cdot 2k_2 \cdot 2k_3 \cdots 2k_{n-1}(a-1)(a+1) (*)$$

$$a=2k+1$$
$$a+1=2k+2$$
$$a-1=2k$$

$$(a+1)(a-1)=4k(k+1)$$
$$k,k+1 \text{ are consecutive,so one of them is even.Therefore,the product } 4k(k+1)=8k'$$

$$(*)=2^{n-1} \cdot 2^3 \cdot k_1 \cdot k_2 \cdots k_{n-1} \cdot k'=2^{n+2} \cdot m$$

So,we conclude that $\displaystyle{2^{n+2} \mid a^{2^n}-1}$.

Therefore,

$$a^{2^n} \equiv 1 \pmod{2^{n+2}}$$

(Happy)
 
evinda said:
I have an idea! (Wait)

$$a^{2^n}-1=a^{2 \cdot 2^{n-1}}-1=(a^{2^{n-1}})^2-1=(a^{2^{n-1}}-1)(a^{2^{n-1}}+1)=(a^{2^{n-2}}-1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)=(a^{2^{n-3}}-1)(a^{2^{n-3}}+1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)= \dots= \\ =(a^{2^{n-1}}+1)(a^{2^{n-2}}+1)(a^{2^{n-3}}+1) \cdots (a^2+1)(a-1)(a+1) \overset{a \text{ is odd } \Rightarrow \text{ power of a is also odd } }{ = } \\ 2k_1 \cdot 2k_2 \cdot 2k_3 \cdots 2k_{n-1}(a-1)(a+1) (*)$$

$$a=2k+1$$
$$a+1=2k+2$$
$$a-1=2k$$

$$(a+1)(a-1)=4k(k+1)$$
$$k,k+1 \text{ are consecutive,so one of them is even.Therefore,the product } 4k(k+1)=8k'$$

$$(*)=2^{n-1} \cdot 2^3 \cdot k_1 \cdot k_2 \cdots k_{n-1} \cdot k'=2^{n+2} \cdot m$$

So,we conclude that $\displaystyle{2^{n+2} \mid a^{2^n}-1}$.

Therefore,

$$a^{2^n} \equiv 1 \pmod{2^{n+2}}$$

(Happy)

Nice! (Cool)
 
Alternatively, I think you could probably prove it by induction, as in http://mathhelpboards.com/challenge-questions-puzzles-28/remainder-10872.html#post50306.
 
Opalg said:
Alternatively, I think you could probably prove it by induction, as in http://mathhelpboards.com/challenge-questions-puzzles-28/remainder-10872.html#post50306.

A ok...Thanks a lot! (Mmm)
 
  • #10
evinda said:
I have an idea! (Wait)

$$a^{2^n}-1=a^{2 \cdot 2^{n-1}}-1=(a^{2^{n-1}})^2-1=(a^{2^{n-1}}-1)(a^{2^{n-1}}+1)=(a^{2^{n-2}}-1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)=(a^{2^{n-3}}-1)(a^{2^{n-3}}+1)(a^{2^{n-2}}+1)(a^{2^{n-1}}+1)= \dots= \\ =(a^{2^{n-1}}+1)(a^{2^{n-2}}+1)(a^{2^{n-3}}+1) \cdots (a^2+1)(a-1)(a+1) \overset{a \text{ is odd } \Rightarrow \text{ power of a is also odd } }{ = } \\ 2k_1 \cdot 2k_2 \cdot 2k_3 \cdots 2k_{n-1}(a-1)(a+1) (*)$$

$$a=2k+1$$
$$a+1=2k+2$$
$$a-1=2k$$

$$(a+1)(a-1)=4k(k+1)$$
$$k,k+1 \text{ are consecutive,so one of them is even.Therefore,the product } 4k(k+1)=8k'$$

$$(*)=2^{n-1} \cdot 2^3 \cdot k_1 \cdot k_2 \cdots k_{n-1} \cdot k'=2^{n+2} \cdot m$$

So,we conclude that $\displaystyle{2^{n+2} \mid a^{2^n}-1}$.

Therefore,

$$a^{2^n} \equiv 1 \pmod{2^{n+2}}$$

(Happy)
Thank you for this nice idea. It illuminated me. :)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
899
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K