Help Understanding Quotient Groups? (Dummit and Foote)

Click For Summary

Discussion Overview

The discussion revolves around the concept of quotient groups in group theory, specifically focusing on the definitions and properties related to homomorphisms and normal subgroups. Participants explore the implications of different definitions and the uniqueness of quotient groups derived from various homomorphisms.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the uniqueness of the quotient group ##G/K## when considering different homomorphisms with the same kernel, suggesting confusion over the definition provided.
  • Another participant asserts that the quotient groups defined by different homomorphisms with the same kernel are isomorphic, although they do not provide a proof.
  • A later reply attempts to clarify the definition of quotient groups, emphasizing the role of normal subgroups and the properties required for the group operation to be well-defined.
  • Some participants express skepticism about the necessity of normality for the subgroup ##K##, questioning the implications of the group operation without this condition.
  • Responses highlight that normality ensures the consistency of the group operation across cosets, addressing concerns raised about the closure of the operation.
  • There is a discussion about whether the properties of cosets can be guaranteed without ##K## being normal, with some participants providing reasoning for why normality is essential.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of normal subgroups in the context of quotient groups. While some agree on the importance of normality for the group operation, others challenge this requirement, leading to an unresolved debate.

Contextual Notes

Participants reference various definitions and properties of quotient groups, but there are unresolved assumptions regarding the implications of these definitions, particularly concerning the uniqueness and structure of quotient groups derived from different homomorphisms.

robertjordan
Messages
71
Reaction score
0
The definition given is...

"Let ##\phi: G \rightarrow H## be a homomorphism with kernel ##K##. The quotient group ##G/K## is the group whose elements are the fibers (sets of elements projecting to single elements of H) with group operation defined above: namely if ##X## is the fiber above ##a## and ##Y## is the fiber above b then the product of ##X## and ##Y## is defined to be the fiber above the product ##ab##."


But what if we have a homomorphism ##\alpha: G \rightarrow A## and a homomorphism ##\beta: G \rightarrow B## that both have kernel ##K##?

Wouldn't this mean ##G/K## is not unique because ##\alpha: G \rightarrow A## requires ##G/K## to be fibers consisting of elements in ##A## whereas ##\beta: G \rightarrow B## requires ##G/K## to be fibers consiting of elements in ##B##?


I'm confused. :(
 
Physics news on Phys.org
That's a pretty horrible definition.

But anyway, you can show that ##G/K## as defined by the map ##\alpha## will be isomorphic to ##G/K## as defined by ##\beta##.
 
I left out one part of the definition. It should say

"Let ϕ:G→H be a homomorphism with kernel K. The quotient group G/K is the group whose elements are the fibers of ϕ (sets of elements projecting to single elements of H) with group operation defined above: namely if X is the fiber above a and Y is the fiber above b then the product of X and Y is defined to be the fiber above the product ab."
micromass said:
But anyway, you can show that G/K as defined by the map ##\alpha## will be isomorphic to G/K as defined by ##\beta##.

WANT TO SHOW: "If ##\alpha: G \rightarrow A## and ##\beta \rightarrow B## have the same kernel, K, then the quotient group whose elements are the fibers of ##\alpha## is isomorphic to the quotient group whose elements are the fibers of ##\beta##."

... I don't know how to show this. :(
This would mean ##|image(\alpha)|=|image(\beta)|##, but I don't know how to show that either.

Could I have a push in the right direction?

EDIT: I'm working on Office_Shredder's response right now...
 
Last edited:
The more normal definition (haha pun intended as will become clear) is typically this:

If K is a subgroup of G with the following property: for all g\in K and h\in G, h^{-1} g h \in K we call K a normal subgroup.

G/K is then defined as the set
\{ hK\ |\ h\in G \}
is the set of all cosets of G, with the multiplication operation (hK is the set of all elements hg with g in K)
\left(hK \right) \cdot \left( gK \right) = \left( (hg) K \right)
K being normal is exactly the property required for this to be a group (exercise: prove this)

Cool facts: The kernel of a homomorphism is always a normal subgroup (easy exercise to prove). Also, with the above construction every normal subgroup is also the kernel of a group homomorphism, in particular the projection p: G \to G/K with p(g) = gK (the kernel is precisely K)

The (first?) isomorphism theorem of group theory says that if \phi:G\to H is a group homomorphism. then G/(ker(\phi)) = \phi(G) i.e. the groups on the left and right are isomorphic, and phi is an isomorphism between them - phi is defined on G/(ker(phi)) by \phi( h ker(\phi)) = \phi(h) (you can check this is well defined and still defines a group homomorphism)

Now given K we could have picked an arbitrary \phi with kernel K, \phi: G\ to H and we see that the fiber definition in the original post gives a group isomorphic to the definition of G/K at the top of this post. Dummit and Foote decided on a different path for defining quotient groups but I think it makes it a lot harder to do calculations than this one (and is a lot less intuitive)
 
Office_Shredder said:
The more normal definition (haha pun intended as will become clear) is typically this:

If K is a subgroup of G with the following property: for all g\in K and h\in G, h^{-1} g h \in K we call K a normal subgroup.

G/K is then defined as the set
\{ hK\ |\ h\in G \}
is the set of all cosets of G, with the multiplication operation (hK is the set of all elements hg with g in K)
\left(hK \right) \cdot \left( gK \right) = \left( (hg) K \right)
K being normal is exactly the property required for this to be a group (exercise: prove this)

I don't see why K needs to be normal?

In order for ##(G/K,\cdot)## to be a group we need:

i) ##g_1K\cdot(g_2K\cdot{g_3K})=(g_1K\cdot{g_2K})\cdot{g_3K}##.
ii) ##\exists{e\in{\frac{G}{K}}}## s.t. for all g in ##\frac{G}{K}##, ##e\cdot{gK}=gK##.
iii) for every ##gK\in{\frac{G}{K}}## we need there to exist a ##(gK)^{-1}## s.t. ##(gK)(gK)^{-1}=e##.
iv) we need the set to be closed under the operation ##\cdot##.


i) is satisfied because ##g_1K\cdot(g_2K\cdot{g_3K})=g_1K\cdot((g_2g_3)K)=(g_1(g_2g_3))K=((g_1g_2)g_3)K=(g_1g_2)K\cdot{g_3K}=(g_1K\cdot{g_2K})\cdot{g_3K}##.

ii) is satisfied because ##e_g{K}\cdot{gK}=(e_gg)K=gK##.

iii) is satisfied because ##g^{-1}K\cdot{gK}=(g^{-1}g)K=e_gK##, which is the identity of G/K.

iv) the set is closed under the operation ##\cdot## because if ##g_1K## and ##g_2K## are any two arbitrary elements in the set, then since ##g_1K\cdot{g_2K}=(g_1g_2)K##, and since ##(g_1g_2)\in{G}##, we know ##(g_1g_2)K## is in the set "G/K".





So why do we need K to be normal?
 
Last edited:
Because you want that if ##aK = a^\prime K## and ##bK = b^\prime K##, then ##(aK)(bK) = (a^\prime K) (b^\prime K)##. This is precisely guaranteed if ##K## is normal.
 
micromass said:
Because you want that if ##aK = a^\prime K## and ##bK = b^\prime K##, then ##(aK)(bK) = (a^\prime K) (b^\prime K)##. This is precisely guaranteed if ##K## is normal.

I don't understand, why can't we just say:

If ##aK=a'K## and ##bK=b'K##, then ##(aK)(bK)=(a'K)(bK)=(a'K)(b'K)##.


?
 
robertjordan said:
I don't understand, why can't we just say:

If ##aK=a'K## and ##bK=b'K##, then ##(aK)(bK)=(a'K)(bK)=(a'K)(b'K)##.?
Pick some g, and h and h' such that hK = h'K. Is (hg)K = (h'g)K?
This is the same as h(gK) = h'(gK) (this part conforms to your intuition for how these things work) which is NOT immediately implied by hK = h'K (because gK has different elements than K does)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K