Corollary to Euler's Theorem

When we studied Euler's Theorem back in college (in Switzerland), the professor mentioned the following simple corollary, leaving the proof as an exercise: aϕ(n)+kak(modn)a^{\phi(n)+k}\equiv{a^k}\pmod{n} for all positive integers aa and nn, as long as kk is \geq the multiplicity of all the primes in the factorization of nn. Can you prove (or disprove) this?

For example, if n=23×5×74n=2^3\times{5}\times{7^4} , we want k4k\geq{4}

Thus we can say that "in modular arithmetic, all exponential functions eventually become periodic."

#Algebra

Note by Otto Bretscher
6 years ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Let me try to outline a proof.

It suffices to prove the congruency modulo all the prime power factors of nn. For example, if n=23×5×74n=2^3\times{5}\times{7^4} , it suffices to prove the congruency modulo 23,52^3, 5 and 747^4.

So, let pmp^m be a prime power factor of nn. If p∤ap\not|{a}, then we have aϕ(pm)1(modpm)a^{\phi(p^m)}\equiv{1}\pmod{p^m} by Euler's Theorem. Since ϕ(pm)ϕ(n)\phi(p^m)|\phi(n) , we have aϕ(n)1(modpm)a^{\phi(n)}\equiv{1}\pmod{p^m} as well and therefore aϕ(n)+kak(modpm)a^{\phi(n)+k}\equiv{a^k}\pmod{p^m} as claimed.

If pap|a, then pmakp^m|a^k since kmk\geq{m} , so that aϕ(n)+k0ak(modpm).a^{\phi(n)+k}\equiv{0}\equiv{a^k}\pmod{p^m}.

Otto Bretscher - 6 years ago

Log in to reply

Can't we use euler's theorem and multiply a^k to both sides giving result.

shivamani patil - 6 years ago

Log in to reply

Euler's theorem is valid iff gcd(a,n)=1\gcd(a,n)=1 where a,nZ+a,n\in\Bbb{Z^+}. The result in this note, however, doesn't have the restriction that gcd(a,n)=1\gcd(a,n)=1 and hence you cannot directly use Euler's Theorem here.

Prasun Biswas - 6 years ago

Log in to reply

@Prasun Biswas Forgot it .Now it seems slight difficult thanx.

shivamani patil - 6 years ago

@Prasun Biswas Ohk , thanx!

Harsh Shrivastava - 6 years ago

@Prasun Biswas Ya here we have to deal extra case of gcd not being 1 rest seems using euler theorem and some arithmetic .

shivamani patil - 6 years ago

Yes i also thought the same.....

Harsh Shrivastava - 6 years ago

@Tijmen Veltman proved this for k=1k=1 and square-free nn in this note.

He might be interested in proving/disproving this one too, so I'm tagging him here.

Prasun Biswas - 6 years ago

Log in to reply

Interesting! Thank you for letting me know.

The result I quote is sometimes mentioned in introductory Number Theory texts, usually as an exercise. I have never found any use for it... until I joined Brilliant ;)

Otto Bretscher - 6 years ago

Let the GCD of aa and nn be gg. Then, a=gca=gc and n=gdn=gd.

The rest of the proof is left to the reader as an exercise. (Just kidding, I got to go now and I will finish it later.)

Kenny Lau - 5 years, 8 months ago

I made a problem about this a while back (although I just now read this note): Divisibility of power differences. It was when I was writing the wiki on Carmichael numbers.

Patrick Corn - 5 years ago

Proof for the corollary:

let n=p1a1p2a2...pmamn = p_{1}^{a_{1}}p_{2}^{a_{2}}...p_{m}^{a_m}be the standard factorisation of nn.

kk is greater than the multiplicity of all the primes in the factorization of nn is equivalent to kmax{a1,a2,...,am}k \geq max\left\{a_1, a_2, ..., a_m\right\} .

if a,pia, p_i are co-prime, aϕ(n)+k=aϕ(p1a1)ϕ(p2a2)...ϕ(pmam)+kak(modpiai)a^{\phi(n) + k} = a^{\phi(p_{1}^{a_{1}})\phi(p_{2}^{a_{2}})...\phi(p_{m}^{a_m}) + k} \equiv a^k \pmod{p_{i}^{a_i}}.

if a,pia, p_i are not co-prime, vpi(ak)=kvpi(a)aiak0(modpiai)v_{p_i}(a^k) = kv_{p_i}(a) \geq a_i \Rightarrow a^k \equiv 0 \pmod{p_{i}^{a_i}}, where vp(n)v_{p}(n) denotes the exponent of pp in the prime factorization of nn. ϕ(n)+k>kaϕ(n)+k0(modpiai)\phi(n) + k > k \Rightarrow a^{\phi(n) + k} \equiv 0 \pmod{p_{i}^{a_i}}. Hence aϕ(n)+kak0(modpiai)a^{\phi(n) + k} \equiv a^k \equiv 0 \pmod{p_{i}^{a_i}}.

Hence, for all positive a,na, n, aϕ(n)+kak(modpiai)a^{\phi(n) + k} \equiv a^k \pmod{p_{i}^{a_i}}.

Since this is true for all i{1,2,...,m}i \in \left\{1, 2, ..., m\right\}, the result follows.

George Edgar - 1 year, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...