Group homomorphisms
At last we come to the notion of a homomorphism of groups. These are really, in my view, the most important parts of the theory. They show up everywhere, and the structure of group theory is intimately bound up with the way homomorphisms work.
So what is a homomorphism? It’s a function from the set of members of one group to the set of members of another that “preserves the composition”. That is, a homomorphism takes an element
of
and gives back an element
of
. It has the further property that
. The product of
and
uses the composition from
, while the product of
and
uses the composition of
.
Let’s consider an example very explicitly: a homomorphism . Remember that
is the group of rearrangements of 3 objects (I’ll use a, b, and c), while
is the group of “addition modulo 2”.
0 | |
1 | |
1 | |
0 | |
1 | |
0 |
If we consider the permutations and
in
, each one is sent to 1 in the group
, and 1+1 = 0 there. On the other hand,
, which is sent to 0. The composition of the images is the image of the composition. We can pick any two permutations on the right and see the same thing.
Another example: with
. The homomorphism property says that
, and indeed we see that
.
Another: . By
. I mean the real numbers with addition as composition, and by
. I mean the positive.nonzero real numbers with multiplication. I define
. The laws of exponents tell us that
.
As we continue we will see many more examples of homomorphisms. For now, there are a few definitions we will find useful later. Recall from the discussion about functions that a surjection is a function between functions that hits every point in its codomain at least once. A group homomorphism that is also a surjection we call an “epimorphism”. Similarly, an injection is a function that hits every point in its codomain at most once. A group homomorphism that is also an injection we call a “monomorphism”. A homomorphism that is both — the function is a bijection — we call an “isomorphism”. In the above examples, is an epimorphism,
is a monomorphism, and
is an isomorphism.
If a homomorphism’s domain and codomain group are the same, as in above, we call it an “endomorphism” on the group. If it’s also an isomorphism we call it an “automorphism”. The homomorphism
is not an automorphism, since it doesn’t hit any point that’s not a multiple of 3.
And finally, a few things to think about.
- Can you construct a homomorphism from
to
similar to
above, but for other values of
?
- What homomorphisms can you construct from
to
? to
? to an arbitrary group
?
- What homomorphisms can you construct from
to
?
UPDATE: I just remembered that I left off another technical requirement. A homomorphism has to send the identity of the first group to the identity of the second. It usually doesn’t cause a problem, but I should include it to be thorough. It isn’t hard to verify that all the homomorphisms I mentioned satisfy this property too.
[…] Okay, it’s been pointed out to me that what I was thinking of in my update to yesterday’s post was a little more general than group theory. In the case of groups, preserving the composition is […]
Pingback by Group homomorphisms erratum « The Unapologetic Mathematician | February 12, 2007 |
[…] spend a bit more time on: “images” and “kernels”. Let’s consider a homomorphism […]
Pingback by Subgroups « The Unapologetic Mathematician | February 25, 2007 |
Unlee I am missing something, f3 is not an isomorphism.
For it to be an isomorphism, you need to change the codomain from R* to R+*, i.e. nonzero positive real numbers, with multiplication as composition.
Ouch. I think I broke that when I recently went through to add TeX. Thanks for catching that.
[…] There is a special kind of function between rings, just like we have in groups. Given rings and , a function is called a homomorphism if it preserves all the ring […]
Pingback by Ring homomorphisms « The Unapologetic Mathematician | March 31, 2007 |
[…] a logarithm because it satisfies the “logarithmic property”. Simply put, it’s a homomorphism of groups from the group of positive real numbers under multiplication to the group of all real numbers under […]
Pingback by The Logarithmic Property « The Unapologetic Mathematician | April 15, 2008 |
Update to your update: let f be a homomorphism G->G’, let e be the identity in G and e’ the identity in G’, and let a be in G. Then f(a)=f(ae)=f(a)f(e); premultiplying by the inverse of f(a) in G’ gives e’ = f(e). No need for the extra requirement.
There are at least two different ways of composing permutations. The differences turn out not to be deep, but it is very helpful to know which method is being used. Could you describe your method of composing permutations? Here is an example from your text: (bc)(ab) = (acb)… how do you arrive at the answer (acb)? Thank you.
I compose them right-to-left, like functions.
[…] https://unapologetic.wordpress.com/2007/02/10/group-homomorphisms/ […]