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

  • MHB
  • Thread starter evinda
  • Start date
In summary, the conversation revolved around the topic of proving the formula $a^{2^n} \equiv 1 \pmod {2^{n+2}}$ for odd $a$. A few different approaches were suggested, including using Euler's theorem and the binomial theorem. After some discussion and trial and error, it was eventually proven using induction.
  • #1
evinda
Gold Member
MHB
3,836
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
  • #2
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}$.
 
  • #3
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)
 
  • #4
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:
  • #5
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)
 
  • #6
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)
 
  • #7
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)
 
  • #8
Alternatively, I think you could probably prove it by induction, as in http://mathhelpboards.com/challenge-questions-puzzles-28/remainder-10872.html#post50306.
 
  • #9
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. :)
 

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

1. What is the meaning of the expression "a^(2n)≡1 (mod 2^(n+2))"?

The expression means that the remainder when the number a^(2n) is divided by 2^(n+2) is equal to 1. This is known as a modular congruence and is often used in number theory and cryptography.

2. Can you provide an example of this expression?

Yes, for instance, if a = 5 and n = 3, then 5^(2*3) ≡ 1 (mod 2^(3+2)) becomes 5^6 ≡ 1 (mod 32), which is true since 5^6 = 15625 and 15625 divided by 32 leaves a remainder of 1.

3. What is the significance of the exponent 2n and the modulus 2^(n+2)?

The exponent 2n indicates that the number a is being raised to an even power, while the modulus 2^(n+2) sets a constraint on the possible values of a. This expression is often used in modular arithmetic to find patterns and relationships between numbers.

4. Is this expression only valid for specific values of a and n?

No, this expression is valid for any integer value of a and any non-negative integer value of n. However, the values of a and n may affect the specific solutions or patterns that can be observed.

5. What applications does this expression have in the field of science?

Modular congruences, such as the one shown in this expression, have numerous applications in various fields of science, particularly in cryptography, number theory, and computer science. They are also used in areas such as coding theory, signal processing, and error-correction techniques.

Similar threads

Replies
4
Views
945
Replies
1
Views
1K
Replies
2
Views
4K
  • Precalculus Mathematics Homework Help
Replies
2
Views
775
  • Precalculus Mathematics Homework Help
Replies
3
Views
770
  • Precalculus Mathematics Homework Help
Replies
1
Views
712
  • Precalculus Mathematics Homework Help
Replies
2
Views
691
  • Precalculus Mathematics Homework Help
Replies
12
Views
1K
  • General Math
Replies
3
Views
2K
  • General Math
Replies
3
Views
2K
Back
Top