Proving U(n) is a Multiplication Group Modulo n: Homework Solution

In summary, the author is trying to solve a homework problem, but is having difficulty understanding how to do it. They state that they need to show that the multiplication operation is a binary operation on a set, and that it is associative, has an identity, and has an inverse. They also show that the product of two members of the set is the inverse of each member, and that the set of all prime integers has an inverse to the operation of multiplication. They also state that x is a prime integer such that x|ab and x|n. They then state that x|a or x|b, given gcd(a,n)=gcd(b,n)=1. This proves that x is a
  • #1
gtfitzpatrick
379
0

Homework Statement


Let U(n) be the set of all positive integers less than n and relatively prime to n. Prove that U(n) is agroup under multiplication modulo n


Homework Equations





The Attempt at a Solution



n [itex] | [/itex] a-a' implies n[itex] |[/itex] b(a-a') =ab-a'b
and n[itex] |[/itex]b-b' implies n[itex] |[/itex]a'(b-b') =a'b-a'b'
implies n[itex] |[/itex]ab-a'b+a'b-a'b'
=ab-a'b'
ie ab=a'b'modn

have i done enough with this?
 
Last edited:
Physics news on Phys.org
  • #2


You need to state precisely what each of those is showing. In order that a set, together with an operation, be a group you must show:
1) The set is closed under the operation.
2) The operation is associative.
3) There is an identity for the operation in the set.
4) There is an inverse for every member of the set.

Exactly which of your "implications" does each of those?
 
  • #3


if ac[itex]\equiv[/itex]ab mod n
then n [itex]|[/itex] ac.ab =a(c-b) by Euclids Therom as gcd(n,a) = 1
so we must have n [itex]|[/itex] c-b
ie c[itex]\equiv[/itex] b mod n
 
  • #4


For any [itex]a\in U(n)[/itex], [itex]a<n[/itex], so [itex]n|a[/itex] is false. If it were true, you'd find that [itex]ab\mod n=0[/itex].

You need to explicitly show that [itex] ab \mod n[/itex] is both less than [itex]n[/itex] and relatively prime to [itex]n[/itex]. As a general suggestion, a good proof includes some text to explain the assumptions and logic behind the steps. You'd have caught your mistake if you actually tried to translate the properties stated into the equations you were using.
 
  • #5


That is not at all relevant. It shows that the "cancelation" law applies to this operation but does NOT show that every member has an inverse. The set of all integers with the operation of multiplication satisfies "cancelation" but is not a group.

(This was in response to gtfitzpatrick's post. fzero got his in while I was typing.)
 
  • #6


first i need to show that multiplication mod n is a binary operation on U(n)

suppose a,b [itex]\in[/itex] U(n) then a has multiplicative inverse [itex]a^{-1}[/itex] and b similarly has [itex]b^{-1}[/itex]

now
[itex](b^{-1}a^{-1})(ab) = (b^{-1}(a^{-1}a)b) = (b^{-1}(1)b) = 1 [/itex]
and
[itex](ab)(b^{-1}a^{-1}) = (a(bb^{-1})(a^{-1}) = (a(1)a^{-1}) = 1 [/itex]
so [itex](b^{-1}a^{-1})[/itex] is the multiplicative inverse of ab and ab is a unit. Therefore multiplication mod n is abinary op on U(n)

Next assocativity

choose a,b,c [itex]\in[/itex] U(n)

we want to show (ab mod n)c mod n = a(bc mod n) mod n

ab mod n = ab + mn
then (ab + mn)c mod n = (ab + mn)c + ln = abc + (mc + l)n for m,l [itex]\in[/itex] Z
likewise a(bc mod n) mod n = a(bc + pn) + qn = (abc + (ap+q)n for p,q [itex]\in[/itex] Z
but clearly abc + (mc+l)n [itex]\equiv[/itex] mod n abc + (qp+q)n

identity e=1 works since 1a = a1 = a for a [itex]\in[/itex] U(n)

next inverses
 
  • #7


inverses
a [itex]\in[/itex] U(n) gcd (a,n) = 1 => sa+tn=1
working on mod n we see that sa [itex]\equiv[/itex] mod n 1. But we have thus found our inverse to a, s mod n. We should verify that gcd(s,n) = 1 to see that this inverse is actually in the group, but the equality sa+tn=1 infact inplies gcd(s,n)=1

this seems to be a very dragged out proof, is it correct?
 
  • #8


You still haven't proven that [itex]U(n)[/itex] is closed under the product. This step should actually be done first, as the other group properties depend on it being true.
 
  • #9


a,b [itex]\in[/itex] U(n) => gcd(a,n)=gcd(b,n)=1

assume gcd(ab,n) = 1
=>x(ab)+y(n)=1
gives (xa)b+(y)n=1 => gcd(b,n)=1
also (xb)a+(y)n = 1 => gcd(a,n)=1

let x be a prime integer such that x[itex]|[/itex]ab and x[itex]|[/itex]n
then x[itex]|[/itex]a or x[itex]|[/itex]b , given gcd(a,n)=gcd(b,n)=1 =>x=[itex]\pm[/itex]1
therefore gcd (ab,n) = 1
ie ab [itex]\in[/itex] U(n)
 
  • #10


gtfitzpatrick said:
a,b [itex]\in[/itex] U(n) => gcd(a,n)=gcd(b,n)=1

assume gcd(ab,n) = 1
=>x(ab)+y(n)=1
gives (xa)b+(y)n=1 => gcd(b,n)=1
also (xb)a+(y)n = 1 => gcd(a,n)=1

This part technically doesn't contribute to closure, but is a nice consistency check.

let x be a prime integer such that x[itex]|[/itex]ab and x[itex]|[/itex]n
then x[itex]|[/itex]a or x[itex]|[/itex]b , given gcd(a,n)=gcd(b,n)=1 =>x=[itex]\pm[/itex]1
therefore gcd (ab,n) = 1
ie ab [itex]\in[/itex] U(n)

It is obvious, but you should also remark that [itex]ab \mod n < n[/itex] for completeness.
 

Related to Proving U(n) is a Multiplication Group Modulo n: Homework Solution

What is a multiplication group?

A multiplication group, also known as a group under multiplication, is a mathematical structure that consists of a set of elements and a binary operation (in this case, multiplication) that follows certain rules and properties.

What are the properties of a multiplication group?

The properties of a multiplication group include closure, associativity, identity element, and inverse element. Closure means that when two elements in the group are multiplied, the result is also an element in the group. Associativity means that the order in which the elements are multiplied does not affect the result. The identity element is the element that, when multiplied with any element in the group, gives back that same element. The inverse element is the element that, when multiplied with another element, gives back the identity element.

How is a multiplication group different from a regular multiplication operation?

A multiplication group has a set of elements that are closed under the operation of multiplication, meaning that the result of the multiplication will always be an element in the group. In contrast, regular multiplication can involve any numbers, including those that are not part of a specific set. Additionally, a multiplication group follows certain properties, such as associativity and the existence of an identity and inverse element, while regular multiplication does not necessarily have these properties.

What are some real-life examples of multiplication groups?

Some real-life examples of multiplication groups include rotations in three-dimensional space, permutations of objects, and matrices. In these cases, the set of elements consists of certain actions or arrangements, and the multiplication operation follows the rules and properties of a multiplication group.

Why are multiplication groups important in mathematics?

Multiplication groups are important in mathematics because they are a fundamental concept in abstract algebra and have applications in various fields, such as physics, computer science, and cryptography. They allow for the study of patterns and structures in a systematic and formal way, and provide a framework for solving complex problems.

Similar threads

  • Calculus and Beyond Homework Help
Replies
16
Views
4K
  • Calculus and Beyond Homework Help
Replies
1
Views
548
  • Calculus and Beyond Homework Help
Replies
1
Views
480
  • Calculus and Beyond Homework Help
Replies
3
Views
580
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
543
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
997
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
990
Back
Top