Showing that a map from factor group to another set bijective

  • Context: Graduate 
  • Thread starter Thread starter demonelite123
  • Start date Start date
  • Tags Tags
    Group Map Set
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
demonelite123
Messages
216
Reaction score
0
Let G have a transitive left action on a set X and set [itex]H = G_x[/itex] to be the stabilizer of any point x. Show that the map defined by [itex]f: G/H \rightarrow X[/itex] where f(gH) = gx is well defined, one to one, and onto.

i think i know how to show well defined. letting g1 H = g2 H, if i multiply on the right both sides with x, then since H is the stabilizer of x, Hx = x so i get g1 x = g2 x which is what i wanted. i am having some trouble though on showing that this function is one to one and onto most likely because i am still getting acquainted with the ideas of factor groups and cosets.

So for one to one i want to show that if g1 x = g2 x then g1 H = g2 H. what i did was [itex]x = g_1^{-1}g_2 x[/itex] which implies that [itex]g_1^{-1}g_2 \in H[/itex] and this shows [itex]g_1 H = g_2 H[/itex].

For onto i tried saying that given any gx in X, you can then find gH in G/H which maps to it. but I'm not sure if this is valid or not. when proving onto do i need to start with an arbitrary x in X? or do i start with some gx in X?
 
Physics news on Phys.org
demonelite123 said:
Let G have a transitive left action on a set X and set [itex]H = G_x[/itex] to be the stabilizer of any point x. Show that the map defined by [itex]f: G/H \rightarrow X[/itex] where f(gH) = gx is well defined, one to one, and onto.

i think i know how to show well defined. letting g1 H = g2 H, if i multiply on the right both sides with x, then since H is the stabilizer of x, Hx = x so i get g1 x = g2 x which is what i wanted. i am having some trouble though on showing that this function is one to one and onto most likely because i am still getting acquainted with the ideas of factor groups and cosets.

[itex]g_1 H = g_2 H \implies g_2^{-1}g_1 H = H \implies g_2^{-1}g_1 \in H \implies g_2^{-1}g_1 \cdot x=x \implies g_1 \cdot x = g_2 \cdot x \implies f(g_1 H) = f(g_2 H)[/itex].

So for one to one i want to show that if g1 x = g2 x then g1 H = g2 H. what i did was [itex]x = g_1^{-1}g_2 x[/itex] which implies that [itex]g_1^{-1}g_2 \in H[/itex] and this shows [itex]g_1 H = g_2 H[/itex].

This is OK.

For onto i tried saying that given any gx in X, you can then find gH in G/H which maps to it. but I'm not sure if this is valid or not. when proving onto do i need to start with an arbitrary x in X? or do i start with some gx in X?

You need to start with an arbitrary [itex]y[/itex] in [itex]X[/itex]. Since [itex]G[/itex] is transitive there exist [itex]g\in G[/itex] such that [itex]g \cdot x = y[/itex]. So [itex]y = f(gH)[/itex] i.e. [itex]f[/itex] is onto.
 
thanks for clearing that up for me! and sorry for the late reply.