Cyclic Group - Isomorphism of Non Identity Mapping

  • #1
Justabeginner
309
1

Homework Statement


Prove that if G is a cyclic group with more than two elements, then there always exists an isomorphism: ψ: G--> G that is not the identity mapping.


Homework Equations





The Attempt at a Solution


So if G is a cyclic group of prime order with n>2, then by Euler's function Phi(n)> 1.
Then (r, n) = 1 by the definition of prime, and 1 < r < n. If G= (g), then Δ: g - > g^r is a nonidentity mapping.

However, this doesn't seem like a formalized proof to me.
 

Answers and Replies

  • #2
pasmith
Homework Helper
2022 Award
2,581
1,181

Homework Statement


Prove that if G is a cyclic group with more than two elements, then there always exists an isomorphism: ψ: G--> G that is not the identity mapping.


Homework Equations





The Attempt at a Solution


So if G is a cyclic group of prime order with n>2, then by Euler's function Phi(n)> 1.
Then (r, n) = 1 by the definition of prime, and 1 < r < n. If G= (g), then Δ: g - > g^r is a nonidentity mapping.

However, this doesn't seem like a formalized proof to me.

There is nothing in the statement which requires that the order of G be prime, so for that reason your proof doesn't work.

Hint: Consider the map [itex]\phi: G \to G : g \mapsto g^{-1}[/itex].
 
  • #3
Justabeginner
309
1
There is nothing in the statement which requires that the order of G be prime, so for that reason your proof doesn't work.

Hint: Consider the map [itex]\phi: G \to G : g \mapsto g^{-1}[/itex].

So if G is cyclic with order n>2, and a mapping ψ: G --> G: g --> g^-1 exists, then ψ (g) = g^-1.
To check if the mapping is a homormorphism:
ψ(g) ψ(g^-1) = (g^-1)(g) = e = ψ(e) = ψ((g)(g^-1)).

This mapping is a group homomorphism. However, this is an identity mapping, so am I supposed to take another ψ(g)?
 
  • #4
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
So if G is cyclic with order n>2, and a mapping ψ: G --> G: g --> g^-1 exists, then ψ (g) = g^-1.
To check if the mapping is a homormorphism:
ψ(g) ψ(g^-1) = (g^-1)(g) = e = ψ(e) = ψ((g)(g^-1)).

This mapping is a group homomorphism. However, this is an identity mapping, so am I supposed to take another ψ(g)?

Do you know the definition of the identity map ##I: G\to G##?
 
  • #5
Justabeginner
309
1
Do you know the definition of the identity map ##I: G\to G##?

It is an automorphism right? A mapping of G to G itself?
 
  • #6
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
What particular mapping is it? If you are trying to show something is or is not the identity map, it would be good to know what the identity map is. How is the identity map defined?
 
  • #7
Justabeginner
309
1
What particular mapping is it? If you are trying to show something is or is not the identity map, it would be good to know what the identity map is. How is the identity map defined?

It means that when an element in group G is mapped to an element in group H, the element in group G maps to e, the identity element present in group H.
 
  • #8
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
The identity element in a group is not the same thing as an identity map on the group. The identity map on a group G is the map ##I: G \to G## given by ## I(a) = a## for all ##a \in G##.
 
  • #9
Justabeginner
309
1
The identity element in a group is not the same thing as an identity map on the group. The identity map on a group G is the map ##I: G \to G## given by ## I(a) = a## for all ##a \in G##.

So it is a mapping from itself to itself?
 
  • #10
HallsofIvy
Science Advisor
Homework Helper
43,021
973
I'm not sure that sentence makes sense! The identity mapping take each element of G to itself.
 
  • #11
Justabeginner
309
1
I'm not sure that sentence makes sense! The identity mapping take each element of G to itself.

Sorry that is what I meant to say. Each element of G is taken to the same element of G.
 
  • #12
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
Sorry that is what I meant to say. Each element of G is taken to the same element of G.

Isn't that exactly what I told you in post #8? Now, do you have any additional thoughts about what you said in the last line of post #3?
 
  • #13
pasmith
Homework Helper
2022 Award
2,581
1,181
So if G is cyclic with order n>2, and a mapping ψ: G --> G: g --> g^-1 exists, then ψ (g) = g^-1.
To check if the mapping is a homormorphism:
ψ(g) ψ(g^-1) = (g^-1)(g) = e = ψ(e) = ψ((g)(g^-1)).

That is not how to check that a map is a homomorphism. You need to check that [itex]\psi(g)\psi(h) = \psi(gh)[/itex] for all elements [itex]g[/itex] and [itex]h[/itex]. It is a consequence of this definition that [itex]\psi(e) = e[/itex] and [itex]\psi(g^{-1}) = (\psi(g))^{-1}[/itex].

Thus here
[tex]
\psi(g)\psi(h) = g^{-1}h^{-1} = (hg)^{-1} = \psi(hg).
[/tex] You now need to explain why the fact that [itex]G[/itex] is cyclic enables you to conclude that [itex]\psi(hg) = \psi(gh)[/itex], because it is not true for arbitrary groups that [itex]g \mapsto g^{-1}[/itex] is an automorphism.

This mapping is a group homomorphism. However, this is an identity mapping,

The identity map on [itex]G[/itex] is the "do nothing" map, [itex]g \mapsto g[/itex].

Unless every element of [itex]G[/itex] is self-inverse ([itex]g = g^{-1}[/itex]), the map [itex]\psi[/itex] is not the identity map on [itex]G[/itex]. Under what circumstances is every element of a cyclic group self-inverse?

Finally, you need to show that [itex]\psi[/itex] is an isomorphism, not merely a homomorphism. Thus you need to explain why [itex]\psi[/itex] is a bijection.
 
  • #14
Justabeginner
309
1
Under what circumstances is every element of a cyclic group self-inverse?

Finally, you need to show that [itex]\psi[/itex] is an isomorphism, not merely a homomorphism. Thus you need to explain why [itex]\psi[/itex] is a bijection.

Every cyclic group is abelian, so ψ(gh) = ψ(hg). I have shown that it is well defined and then injective and surjective, therefore an isomorphism. I think I've understood the technique, now off to solve more practice problems! Thank you.
 
  • #15
LCKurtz
Science Advisor
Homework Helper
Insights Author
Gold Member
9,568
774
Every cyclic group is abelian, so ψ(gh) = ψ(hg). I have shown that it is well defined and then injective and surjective, therefore an isomorphism. I think I've understood the technique, now off to solve more practice problems! Thank you.

You haven't shown an argument that:
1.##\psi## is 1-1.
2.##\psi## is onto.
3.##\psi## is not the identity.
 

Suggested for: Cyclic Group - Isomorphism of Non Identity Mapping

Replies
6
Views
548
Replies
9
Views
766
Replies
3
Views
990
  • Last Post
2
Replies
38
Views
4K
Replies
1
Views
806
  • Last Post
Replies
3
Views
476
Replies
5
Views
1K
Replies
1
Views
693
Replies
10
Views
1K
  • Last Post
Replies
12
Views
441
Top