Can Modulo Calculations Demonstrate These Number Theory Properties?

  • Thread starter Thread starter 1+1=1
  • Start date Start date
  • Tags Tags
    Phi
Click For Summary
SUMMARY

The discussion focuses on demonstrating specific properties of number theory using modulo calculations. The first property shows that if gcd(a,n)=1 and gcd(a-1,n)=1, then the sum 1+a+a^2+...+a^φ(n)-1 is congruent to 0 modulo n. The second property utilizes Fermat's Little Theorem to establish that if gcd(m,n)=1, then m^φ(n) + n^φ(m) is congruent to 1 modulo (mn). The third property confirms that for positive integers m and k, φ(m^k) equals m^k-1 multiplied by φ(m).

PREREQUISITES
  • Understanding of gcd (greatest common divisor) and its properties
  • Fermat's Little Theorem and its applications
  • Knowledge of Euler's totient function φ(n) and its significance in number theory
  • Basic familiarity with modular arithmetic and congruences
NEXT STEPS
  • Study the applications of Euler's totient function in number theory
  • Learn more about Fermat's Little Theorem and its implications for prime numbers
  • Explore advanced topics in modular arithmetic, including Chinese Remainder Theorem
  • Investigate the properties of gcd and their relevance in cryptographic algorithms
USEFUL FOR

Mathematicians, students of number theory, and anyone interested in modular arithmetic and its applications in cryptography and algorithm design.

1+1=1
Messages
93
Reaction score
0
hi, it's me again, i only have 3 tiny questions then i am done asking, i hope!

i need to show that if gcd(a,n)=(a-1,n)=1, then 1+a+[tex]a^2[/tex]...+a^[tex]\phi^n^-^1\equiv[/tex]0 mod n

show (m,n)=1 then m[tex]^\phi^n+n^\phi^m\equiv[/tex] 1 mod (mn)

show if m and k are positive integers then [tex]\phi[/tex](^k)=m^k-1[tex]\phi[/tex](m)

what i know so far: the second one can use fermat's little theroem correct? if a==0 mod b and b==0 mod a then => ab==0 mod(ab)

the third one is just playing with my brain, i honestly do not know anywhere to start it.

the first question says what a,n are relatively prime, and a-1,n are also relatively prime. so, if any a raised to a power, that a is == to 0, mod n. can anyone give me a "hint"?

thank you! p.s. does my LaTeX look good? feel free to tell me and all.
 
Last edited:
Physics news on Phys.org
can anyone help me with these? i honestly have no idea how to start any of them... i just need a little "boost"
 


Hi there,

To show that 1+a+a^2+...+a^\phi^n^-^1\equiv 0 mod n, we can use the fact that \phi(n) is the number of positive integers less than n that are relatively prime to n. This means that for any number a relatively prime to n, a^\phi(n) \equiv 1 mod n.

Since gcd(a,n)=1 and (a-1,n)=1, we can rewrite the expression as 1+a+a^2+...+a^\phi^n^-^1 = (a^\phi)^n + (a^\phi)^(n-1) + ... + a^\phi + 1.

Now, using the fact that a^\phi \equiv 1 mod n, we can rewrite the expression as 1+1+...+1, which is \phi(n) number of 1's. Since \phi(n) is the number of terms in the expression, we can rewrite the expression as \phi(n) \equiv 0 mod n. This shows that the original expression is congruent to 0 mod n.

For the second question, we can use Fermat's Little Theorem which states that if (m,n)=1, then m^\phi(n) \equiv 1 mod n. This means that m^\phi(n) is congruent to 1 mod n. Similarly, n^\phi(m) is also congruent to 1 mod m.

Therefore, we can rewrite the expression as m^\phi(n) + n^\phi(m) \equiv 1+1 mod (mn), which is equivalent to 2 \equiv 1 mod (mn). This shows that the expression is congruent to 1 mod (mn).

For the third question, we can use the fact that \phi(k) = k-1 for any prime number k. This means that \phi(m^k) = m^k-1.

Hope this helps! And yes, your LaTeX looks great! Keep up the good work.
 

Similar threads

Replies
15
Views
2K
  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 70 ·
3
Replies
70
Views
7K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
3
Views
2K