Can Modulo Calculations Demonstrate These Number Theory Properties?

  • Thread starter Thread starter 1+1=1
  • Start date Start date
  • Tags Tags
    Phi
AI Thread Summary
The discussion addresses three number theory questions involving modulo calculations and properties of the Euler's totient function, φ. It establishes that if gcd(a,n) = 1 and gcd(a-1,n) = 1, then the series 1 + a + a^2 + ... + a^(φ(n)-1) is congruent to 0 mod n, leveraging the property that a^φ(n) ≡ 1 mod n. For the second question, it confirms that if (m,n) = 1, then m^φ(n) + n^φ(m) ≡ 1 mod (mn), using Fermat's Little Theorem. The third question relates to φ(k) for positive integers, indicating that φ(m^k) = m^k - 1 φ(m). Overall, the responses provide insights and hints for tackling these number theory problems effectively.
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+a^2...+a^\phi^n^-^1\equiv0 mod n

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

show if m and k are positive integers then \phi(^k)=m^k-1\phi(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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top