Proving a function is an isomorphism

In summary: You have to show that φ is a bijection, so you can just assume φ-1 exists (assuming that's what you meant with φ(-1)).x^2 = y^2 implies x = y as the group is abelian no elements of order 2.Correct?Yes, that is correct, but somewhat terse.I think you might want to give a little more information about what φ(-1) is.
  • #1
RJLiberator
Gold Member
1,095
63

Homework Statement


Let G be a finite abelian group with no elements of order 2 Show that the function φ: G-> G defined as φ(g) = g^2 for all g ∈G, is an isomorphism.

Homework Equations


Abelian group means xy = yx for all x,y∈G

Isomorphic if there exists a bijection ϒ: G_1 -> G_2 such that for all x,y ∈ G, ϒ(xy) = ϒ(x)ϒ(y)

The Attempt at a Solution


[/B]
We have a couple of main points.
-Abelian
-Definition of the function maps one element to that element squared.
-G is finite with no elements of order 2.

To prove that it is isomorphic, we use the definition, that there must exist a bijection from G1 to G1 such that for all xy we see ϒ(xy) = ϒ(x)ϒ(y)

I'm not sure where to go from here. Do I just say for some x, y in G we have ϒ(xy) = ϒ(yx) = (xy)^2 = (yx)^2 or some form of this ?
 
Physics news on Phys.org
  • #2
RJLiberator said:

Homework Statement


Let G be a finite abelian group with no elements of order 2 Show that the function φ: G-> G defined as φ(g) = g^2 for all g ∈G, is an isomorphism.

Homework Equations


Abelian group means xy = yx for all x,y∈G

Isomorphic if there exists a bijection ϒ: G_1 -> G_2 such that for all x,y ∈ G, ϒ(xy) = ϒ(x)ϒ(y)

The Attempt at a Solution


[/B]
We have a couple of main points.
-Abelian
-Definition of the function maps one element to that element squared.
-G is finite with no elements of order 2.

To prove that it is isomorphic, we use the definition, that there must exist a bijection from G1 to G1 such that for all xy we see ϒ(xy) = ϒ(x)ϒ(y)

I'm not sure where to go from here. Do I just say for some x, y in G we have ϒ(xy) = ϒ(yx) = (xy)^2 = (yx)^2 or some form of this ?
Well, a group is obviously isomorphic with itself.
What you have to prove is that φ is a group isomorphism.

First thing you have to prove is that φ is a group homomorphism. You more or less did that, although I'm not sure why you used Y and not φ.

Once it is proved that φ is a group homomorphism, you have to prove it is a bijection.
 
Last edited:
  • Like
Likes RJLiberator
  • #3
Thanks for the help.

How is this looking:

We seek to show that φ is a group isomorphism. First we show that φ is a group homomorphism.

φ(xy) = φ(yx) = (xy)^2 = (yx)^2
(xy)^2 = x^2y^2 = φ(x)φ(y)

Therefore φ(xy) = φ(x)φ(y) and we've proven that it is a group homomorphism.

To the prove that φ is a bijection we show the following:

Given a fixed g in G,
g*x = g*y

g^(-1) * g*x = g^(-1) * g*y
x = y.

so we see one to one correspondence.
Now,
Let x = g^(-1)*y
g*x = y
so φ is onto.
 
  • #4
RJLiberator said:
Thanks for the help.

How is this looking:

We seek to show that φ is a group isomorphism. First we show that φ is a group homomorphism.

φ(xy) = φ(yx) = (xy)^2 = (yx)^2
(xy)^2 = x^2y^2 = φ(x)φ(y)

Therefore φ(xy) = φ(x)φ(y) and we've proven that it is a group homomorphism.
Correct.
RJLiberator said:
To the prove that φ is a bijection we show the following:

Given a fixed g in G,
g*x = g*y

g^(-1) * g*x = g^(-1) * g*y
x = y.

so we see one to one correspondence.
I'm not sure I understand what you do here. What is that fixed g in G?

You have to show that φ(x)=φ(y) implies x=y.
RJLiberator said:
Now,
Let x = g^(-1)*y
g*x = y
so φ is onto.
Again, what exactly is g?

You have to show that, given any y ∈ G, ∃ x ∈ G such that φ(x)=y.
 
  • Like
Likes RJLiberator
  • #5
Could you just say:

Assume φ(x) = φ(y)
then x^2 = y^2 and so x must equal y.

And then
if we let x = φ(-1)*y then φ(x) = φ(φ^(-1)y) = y
 
  • #6
RJLiberator said:
Could you just say:

Assume φ(x) = φ(y)
then x^2 = y^2 and so x must equal y.
You have to explain why x²=y² implies x=y. That is not true in general in a group (in ℤ, (-1)²=1², for example).
RJLiberator said:
And then
if we let x = φ(-1)*y then φ(x) = φ(φ^(-1)y) = y
What is φ(-1)?
You have to show that φ is a bijection, so you can just assume φ-1 exists (assuming that's what you meant with φ(-1)).
 
  • Like
Likes RJLiberator
  • #7
x^2 = y^2 implies x = y as the group is abelian no elements of order 2.
Correct?

Sorry, yes, that is what I meant with φ^(-1).
 
  • #8
RJLiberator said:
x^2 = y^2 implies x = y as the group is abelian no elements of order 2.
Correct?
Yes, that is correct, but somewhat terse.
An examinator might expect a more detailed argument of how the group being Abelian and not having elements of order 2 implies that x²=y² means that x=y.
RJLiberator said:
Sorry, yes, that is what I meant with φ^(-1).
So how do you prove that φ is surjective (onto)?
 
  • Like
Likes RJLiberator
  • #9
So how do you prove that φ is surjective (onto)?

I assume that φ^(-1) exists so we let x = φ^(-1)*y

We see φ(x) = φ(φ^(-1)*y) = y.
So φ is onto.

An examinator might expect a more detailed argument of how the group being Abelian and not having elements of order 2 implies that x²=y² means that x=y.

Absolutely. Hm.
I'm having trouble seeing it. By no elements of order 2, and since it is abelian, we know that it either has elements of order greater than 2 or just of order 1.
 
  • #10
RJLiberator said:
I assume that φ^(-1) exists so we let x = φ^(-1)*y

We see φ(x) = φ(φ^(-1)*y) = y.
So φ is onto.
You can't assume that φ-1 exists, that is part of what you have to prove.

You have to do it the "hard" way.
Take y ∈ G. You need to find an x ∈ G such that φ(x) = x² = y.

Hint: since G is finite, y as an order, ie ym = e for some integer m (e is the unit element of G). Is m even or odd?
RJLiberator said:
Absolutely. Hm.
I'm having trouble seeing it. By no elements of order 2, and since it is abelian, we know that it either has elements of order greater than 2 or just of order 1.
Yes, but that doesn't help much, does it?
Hint: assume you have x² = y². Since x and y are elements of the group G, they have inverses, x-1, y-1.
 
Last edited:
  • Like
Likes RJLiberator
  • #11
Take y ∈ G. You need to find an x ∈ G such that φ(x) = y.
Could you say that since y^m = e (as discussed), then φ(x) = y would be (φ(x))^m = e and so x = e ?For the last part, since x and y are elements of the group G they have inverses x^(-1) and y^(-1).
So since we arrived at x^2 = y^2 we can then take x^(-1) on both sides and see
x^(-1)*x*x = x
and x^(-1) *y*y on the other side.

so x = x^(-1)*y*y

now take y^(-1) and see
y^(-1)*x = x^(-1)*y

Not sure if this helps tho...
 
  • #12
RJLiberator said:
Take y ∈ G. You need to find an x ∈ G such that φ(x) = y.
Could you say that since y^m = e (as discussed), then φ(x) = y would be (φ(x))^m = e and so x = e ?
Not really. You don't have x yet.

Let's do it in steps. If m is the order of y, is m an even or an odd integer?

RJLiberator said:
For the last part, since x and y are elements of the group G they have inverses x^(-1) and y^(-1).
So since we arrived at x^2 = y^2 we can then take x^(-1) on both sides and see
x^(-1)*x*x = x
and x^(-1) *y*y on the other side.

so x = x^(-1)*y*y

now take y^(-1) and see
y^(-1)*x = x^(-1)*y

Not sure if this helps tho...
Way too complicated. Why not multiply both sides twice by y-1, and remember that the group is abelian?
 
  • Like
Likes RJLiberator
  • #13
Way too complicated. Why not multiply both sides twice by y-1, and remember that the group is abelian?

Ah... yes...

Let's do it in steps. If m is the order of y, is m an even or an odd integer?
It would be odd as there are no elements of order 2.
EDIT: wait, since the map takes an element in g and maps it to that element ^2 we see that it is even.
EDIT:EDIT My edit was wrong :P
 
  • #14
RJLiberator said:
It would be odd as there are no elements of order 2.
Correct.
So, ym = e, with m some odd integer.
Then what is ym+1? And can this lead to an x ∈ G satisfying φ(x) = x² = y?
 
  • #15
y^(m+1) = y?

So then if some x = y^((m+1)/2) then x^2 would equal y?
 
  • #16
RJLiberator said:
y^(m+1) = y?

So then if some x = y^((m+1)/2) then x^2 would equal y?
Yes, x = y(m+1)/2 satisfies φ(x) = y. That proves that φ is surjective.
 
  • Like
Likes RJLiberator
  • #17
wooooohoooo. What beauty.
 
  • Like
Likes Samy_A

What is an isomorphism?

An isomorphism is a type of function that preserves the structure and properties of an object or system. In mathematics, it is often used to describe a one-to-one correspondence between two algebraic structures.

How can I prove that a function is an isomorphism?

To prove that a function is an isomorphism, you need to show that it is both injective (one-to-one) and surjective (onto). In other words, every element of the domain must map to a unique element in the codomain, and every element in the codomain must have at least one preimage in the domain.

What are the benefits of proving a function is an isomorphism?

Proving a function is an isomorphism allows you to establish a strong connection between two algebraic structures. This can make it easier to study and understand the properties and behaviors of these structures, as well as make it possible to transfer knowledge and techniques from one to the other.

Can a function be an isomorphism for some algebraic structures but not others?

Yes, a function can be an isomorphism for some algebraic structures but not others. This depends on the specific properties and structures of the objects being mapped and the function itself. It is important to check the conditions for isomorphism between the specific structures in question.

What is the difference between an isomorphism and a homomorphism?

An isomorphism is a type of homomorphism, but it is a stronger condition. A homomorphism only needs to preserve the operations and structure of an algebraic system, while an isomorphism also requires that the function is bijective (both injective and surjective).

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
665
  • Calculus and Beyond Homework Help
Replies
5
Views
199
  • Calculus and Beyond Homework Help
Replies
4
Views
489
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
4K
  • Calculus and Beyond Homework Help
Replies
2
Views
588
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
802
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
820
Back
Top