Abstract Algebra question regarding coprimes

Click For Summary

Homework Help Overview

The discussion revolves around the properties of the group U(n), specifically focusing on finding elements that satisfy the equation x² = 1 for integers n > 2. Participants explore the definition of U(n) as the set of positive integers less than n that are relatively prime to n.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss specific examples of U(n) for various values of n and attempt to identify solutions to the equation x² = 1. Questions arise regarding the validity of using induction and the sufficiency of observed patterns to establish a proof.

Discussion Status

There is an ongoing exploration of patterns in the solutions for different values of n, with some participants suggesting that 1 and n-1 are always solutions. Guidance is provided to focus on proving these observations rigorously rather than relying solely on patterns.

Contextual Notes

Participants note the importance of understanding the modular arithmetic involved in the problem and question the assumptions made about the nature of the solutions within the context of U(n).

srfriggen
Messages
304
Reaction score
7

Homework Statement



For any integer n>2, show that there are at least two elements in U(n) that satisfy x2=1.


Homework Equations



In my book I found a definition: Define U(n) to be the set of all positive integers less than n and relatively prime to n.


The Attempt at a Solution



I think I simply just don't understand exactly what is being asked. My first instinct is to just look at an integer greater than 2, say 3. Now I think, "What are some numbers in the set U(3)?" Well, I can only think of 1 and 2, since both 1 and 2 are positive numbers and co-prime to 3. Clearly 1 is a solution, but certainly not 2. Any other number greater than 3 yields the same conclusion, i.e. 1 as the only answer.
 
Physics news on Phys.org
Remember, our group operation is multiplication mod n. Thus, 22=4 mod 3 = 1. Hence, 2 is indeed a solution. As you said, the identity is clearly one solution. Create a few more examples for yourself. See what you notice. :)
 
I see, thanks!
Would induction be the best way to proceed for a complete proof?
 
srfriggen said:
I see, thanks!
Would induction be the best way to proceed for a complete proof?

No, induction is not needed here.

Take n=2,3,4,5,6,... and each time calculate the elements x such that [itex]x^2=1[/itex]. Do you notice something?
 
Yes, I do notice that if I write the solutions out in rows, one under another, that the first column is all 1's, the 2nd column increases by 1, i.e. is the set {4,5,6...}, the 3rd column starts with 7 and increases by 2, i.e. {7,9,11,... } and so on.

As you move along rows of course the solutions are every 3 numbers, for 3, or every 4th Number, for 4.


So How could I use these observations to make a concise rigorous argument?

Would I be able to incorporate that 1 and n are both relatively prime to any other number in the sequence?
 
srfriggen said:
Yes, I do notice that if I write the solutions out in rows, one under another, that the first column is all 1's, the 2nd column increases by 1, i.e. is the set {4,5,6...}, the 3rd column starts with 7 and increases by 2, i.e. {7,9,11,... } and so on.

Notice that modulo 3, we have that 1=4=7. So you have just found two solutions.

When n=3, the solutions are 1 and 2.
When n=4, what are the solutions then?? Notice that 1=5=9 again.
 
micromass said:
Notice that modulo 3, we have that 1=4=7. So you have just found two solutions.

When n=3, the solutions are 1 and 2.
When n=4, what are the solutions then?? Notice that 1=5=9 again.

ok, I see the pattern now...

For n=4, two solutions to x2=1, are 1 and 3.

For n=5, two solutions to the equation are 1 and 4.

For n=6, two solutions to the equation are 1 and 5.

Is that enough proof to establish that the answers are always, at least, 1 and (n-1) ?
 
srfriggen said:
ok, I see the pattern now...

For n=4, two solutions to x2=1, are 1 and 3.

For n=5, two solutions to the equation are 1 and 4.

For n=6, two solutions to the equation are 1 and 5.

Is that enough proof to establish that the answers are always, at least, 1 and (n-1) ?

No, that's not enough proof. You just found the pattern! Now you need to prove that 1 and n-1 are always solutions to x2=1.
 
micromass said:
No, that's not enough proof. You just found the pattern! Now you need to prove that 1 and n-1 are always solutions to x2=1.

ok, so proving for 1 is trivial:

12=1.

Then I plugged in (n-1) to the equation and noticed:

(n-1)2=1, (1)

n2-2n+1=1. (2)


I factored out to n(n-1)=0, but something tells me (2) is where I should be making my argument. If we "mod out" n2-2n, then we essentially have 0+1=1.

Or if we note that (n2-2n)/n = n-2, and n-2+1=1 is n-1=1.

Any of this getting closer?
 
  • #10
srfriggen said:
ok, so proving for 1 is trivial:

12=1.

Then I plugged in (n-1) to the equation and noticed:

(n-1)2=1, (1)

n2-2n+1=1. (2)


I factored out to n(n-1)=0, but something tells me (2) is where I should be making my argument. If we "mod out" n2-2n, then we essentially have 0+1=1.

Or if we note that (n2-2n)/n = n-2, and n-2+1=1 is n-1=1.

Any of this getting closer?

You 'noticed' what you want to prove. That's making it a little confusing. Just start with (n-1)^2=n^2-2n+1. Which terms in that expression are equal to 0 mod n?
 
  • #11
Certainly 2n mod n is equal to 0.

And n^2 mod n is equal to 0, since both 2n and n^2 are divisible by n.

So we would have (n-1)^2=0+0+1, or (n-1)^2=1, our solution?
 
  • #12
srfriggen said:
Certainly 2n mod n is equal to 0.

And n^2 mod n is equal to 0, since both 2n and n^2 are divisible by n.

So we would have (n-1)^2=0+0+1, or (n-1)^2=1, our solution?

Sure. You've got it.
 
  • #13
Great! Thanks everyone for your help and patience, Much better understanding of these concepts now!
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
3
Views
10K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K