Skip to main content

Handout Wednesday 11/12

Last week we used functions between groups to say what it means for two groups to be basically the same. These functions were bijections that satisfied the isomorphism property: \(\varphi(a)\varphi(b) = \varphi(ab)\text{.}\) What would happen if we didn’t require the function to be a bijection? We would have a homomorphism.
Consider the group \(\mathbb Z_{10}\text{.}\) How does this group relate to \(\mathbb Z_5\text{?}\) Note that \(\mathbb Z_5\) is not a subgroup, and since it doesn’t have 10 elements, these groups are not isomorphic. However, we can define a function from \(\mathbb Z_{10}\) onto \(\mathbb Z_5\text{.}\) In fact, we can do so and still satisfy the isomorphism property (henceforth called the homorphism property).
\begin{equation*} f = \begin{pmatrix}0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 \\ 0 & 1 & 2 & 3 & 4 & 0 & 1 & 2 & 3 & 4 \end{pmatrix} \end{equation*}
Check that this satisfies the homomorphism property (for a few cases at least).
  • Notice that if \(f:G \to H\) is a homomorphism then multiple elements in \(G\) can be sent to the identity in \(H\) (unless \(f\) is actually an isomorphism, which you will show on your homework). We do know that the identity in \(G\) will be one of them though.
  • To prove this, consider \(f(e) = f(ee) = f(e)f(e)\text{.}\) Whatever \(f(e)\) is, it has an inverse. Multiplying by the inverse gives us \(e_H = f(e_G)\text{.}\)
  • A similar result says that \(f(a^{-1}) = [f(a)]^{-1}\text{.}\) Consider \(f(a^{-1})f(a) = f(e) = e\text{.}\)
  • These two facts are useful when we consider the set of all elements in \(G\) that \(f\) sends to the identity.

Definition 4.

Let \(f:G \to H\) be a homomorphism. The kernel of \(f\) is the set \(K\) of all element of \(G\) which are carried by \(f\) onto the identity element of \(H\text{.}\) That is,
\begin{equation*} K = \{x \in G ~:~f(x) = e\} \end{equation*}
  • What sort of set is the kernel? Well, from the above facts it must contain the identity. What if \(a\) and \(b\) are both in the kernel? Then \(f(a) = e\) and \(f(b) = e\text{.}\) What about \(ab\text{?}\) Well \(f(ab) = f(a)f(b) = ee = e\) so \(ab\) must then also be in the kernel. And \(f(a^{-1}) = [f(a)]^{-1}= e^{-1}= e\) so \(a^{-1}\in K\) as well.
  • What is the kernel of the homomorphism in the example above? Further, what happens when you consider cosets of the kernel!!!???!!