Proving Group Properties of \left< U_n, \cdot \right>

In summary, the conversation discusses proving or disproving that <U_n, *> is a group, where U_n is the set of solutions to x^n = 1 and * denotes multiplication. The conversation covers four criteria for a set to be considered a group: the existence of an identity element, closure under the operation, existence of inverse elements, and associativity. The first three criteria are proven to hold for U_n, while the fourth is stated to hold due to the commutativity of the underlying group (in this case, the complex numbers). The conversation also mentions the potential for the proof to not generalize to noncommutative groups.
  • #1
hedlund
34
0
Prove / disprove that [tex] \left< U_n, \cdot \right> [/tex] is a group. The elements of [tex] U_n [/tex] is the solutions to [tex] x^n = 1 [/tex].

Example:
[tex] \left< U_4, \cdot \right> [/tex] is the solutions to [tex] x^4 = 1 [/tex], [tex] U_4 = \left\{ 1, -1, i, -i \right\} [/tex]. And here [tex] \cdot [/tex] is multiplication. So I'm wondering if this is enough to prove that [tex] \left< U_n, \cdot \right>[/tex] is a group ...

1. There exists [tex] e \in U_n [/tex] such that ae=ea=a for all a. This can be shown to be e=1 since [tex] 1\cdot a = a \cdot 1 = a [/tex]. We know that for all n then 1^n = 1 ... hence [tex] 1 \in U_n [/tex]

2. Closure, if [tex] a,b, \in U_n [/tex] then [tex] a \cdot b \in U_n [/tex]. This must be true since if [tex] a^n = b^n = 1 [/tex] then [tex] \left( a \cdot b \right)^n = a^n \cdot b^n = 1 [/tex] hence it is closed under multiplication

3. Existence of inverse for all elements, this must be true since if [tex] a^n = 1 [/tex] then we know from the fact that the elements of [tex] U_n [/tex] is the ones of the form x^n = 1. So all x satisfying this must have |x| = 1. Hence if [tex] a^n = 1 [/tex] for [tex] a = e^{iv} [/tex] for some v then [tex] a' = e^{-iv} [/tex] and this is the conjugate of a. Ie [tex] a' = \bar{a} [/tex]. It can be prove that if a is a root of a polynom with real coefficients then [tex] \bar{a} [/tex] must also be a solution. Hence a' exists.

4. Associative, this is true due to that normal multiplication is assocative

The one that I'm not sure about is 2, the one about closeure ... but I don't know.
 
Physics news on Phys.org
  • #2
What is your reservation about #2?
 
  • #3
And proving for n=4 doesn't prove for all n, obviously. However it should be clear to you that you don't actually use the "fourness" of 4 in the proof.
The proof of inverses is unnecessarily long: if x^n = 1, then x^{-n}=1 too. hence it is closed under inverses. And, as Hurkyl says: what is wrong with 2, it looks fine to me.
 
  • #4
matt grime said:
And proving for n=4 doesn't prove for all n, obviously. However it should be clear to you that you don't actually use the "fourness" of 4 in the proof.
The proof of inverses is unnecessarily long: if x^n = 1, then x^{-n}=1 too. hence it is closed under inverses. And, as Hurkyl says: what is wrong with 2, it looks fine to me.

Yeah your proof is easier for closure of inverses ... #2 just didn't feel right, just a feeling ... it seems rights but feels wrong. Hard to explain
 
  • #5
And if all else fails for closure, you could list all the combinations of the elements and show that they each give you something back in Un. Although that would be the REALLY long way to go.
 
  • #6
hedlund said:
Yeah your proof is easier for closure of inverses ... #2 just didn't feel right, just a feeling ... it seems rights but feels wrong. Hard to explain

Well, it is correct. You take two numbers whose n'th power is 1 and show their product's n'th power is 1. Thus it satisfies all the criteria for being in the group.
 
  • #7
hedlund said:
#2 just didn't feel right, just a feeling ... it seems rights but feels wrong. Hard to explain
Maybe #2 didn't feel right because it relied on the commutativity of the underlying group (the complex numbers), and so wouldn't generalize to an arbitrary underlying group, whereas the other items would
 
  • #8
In my experience people doing group questions at this level often fail to notice that there are such things as noncommutative groups.
 
  • #9
If x is in your group, then it's inverse 1/x is in the group since (1/x)^n = 1^n/x^n = 1/1 = 1.
 

FAQ: Proving Group Properties of \left< U_n, \cdot \right>

What is the definition of a group?

A group is a mathematical structure consisting of a set of elements and a binary operation (usually denoted as *) that combines any two elements in the set to produce another element in the set. In order for a set and operation to be considered a group, it must satisfy four properties: closure, associativity, identity, and invertibility.

What does it mean for a group to be closed?

Closure is one of the four properties that a set and operation must satisfy in order to be considered a group. It means that when any two elements from the set are combined using the operation, the resulting element is also in the set. In other words, the operation does not produce elements that are not part of the original set.

How do you prove associativity in a group?

To prove associativity in a group, you must show that for any three elements a, b, and c in the set, the following equation holds: (a * b) * c = a * (b * c). This can typically be done using algebraic manipulations or by creating a Cayley table for the group's operation.

What is the identity element of a group?

The identity element of a group is an element that, when combined with any other element in the group using the group's operation, produces that same element. In other words, the identity element acts as a neutral element in the group's operation. It is typically denoted as e.

How do you prove invertibility in a group?

In order to prove invertibility in a group, you must show that for every element a in the group, there exists another element b in the group such that a * b = b * a = e, where e is the identity element. In other words, every element in the group must have an inverse element that, when combined using the group's operation, produces the identity element.

Similar threads

Back
Top