Get AI summaries of any video or article — Sign up free
Algebra 12 | Subgroups under Homomorphisms thumbnail

Algebra 12 | Subgroups under Homomorphisms

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A homomorphism f: G → H preserves subgroup structure: f(U) is a subgroup of H whenever U is a subgroup of G.

Briefing

A group homomorphism doesn’t just carry elements from one group to another—it reliably carries subgroup structure with it. If U is a subgroup of a group G and f: G → H is a homomorphism, then the image f(U) is always a subgroup of H. Likewise, if V is a subgroup of H, then the pre-image f⁻¹(V) is always a subgroup of G. This “subgroups under homomorphisms” principle is the backbone for later results about kernels, ranges, and quotient-style constructions.

The key setup starts with two groups (G, ⋆) and (H, ⊕) and a homomorphism f that preserves the group operation: f(a ⋆ b) = f(a) ⊕ f(b). On the subgroup side, U ⊆ G is a subgroup when it’s closed under the operation and inverses (and contains the identity automatically once closure/inverses are established). The question then becomes whether f(U) ⊆ H inherits those subgroup properties. The answer is yes: take any two elements a, b in f(U). By definition of image, there exist x, y in U with f(x) = a and f(y) = b. Using homomorphism preservation, the product a ⊕ b equals f(x) ⊕ f(y) = f(x ⋆ y). Since U is a subgroup, x ⋆ y lies in U, so f(x ⋆ y) lies in f(U). The same closure logic applies to inverses: if a = f(x) is in f(U), then a⁻¹ = f(x)⁻¹ = f(x⁻¹), and x⁻¹ is in U because U is a subgroup. With closure under the operation and inverses, f(U) is a subgroup of H.

The reverse direction uses the pre-image. For a subgroup V ⊆ H, define f⁻¹(V) = {g in G : f(g) is in V}. To show it’s a subgroup, pick elements x, y in f⁻¹(V). Then f(x) and f(y) are in V. Because f(x ⋆ y) = f(x) ⊕ f(y), and V is closed under ⊕, the element f(x ⋆ y) lies in V—so x ⋆ y lies in f⁻¹(V). Inverses work similarly: if f(x) is in V, then f(x)⁻¹ is in V, and homomorphisms preserve inverses via f(x⁻¹) = f(x)⁻¹, so x⁻¹ also lies in f⁻¹(V). Together, these checks confirm that pre-images of subgroups under homomorphisms are subgroups.

Two especially important special cases follow immediately. First, the kernel of f is the pre-image of the identity element e in H: ker(f) = f⁻¹({e}). It consists of exactly those elements of G that map to e. Second, the range (or image) of f is the image of all of G: range(f) = f(G) (often written Im(f)). The lesson then lands on a concrete example: define a homomorphism f: (Z, +) → (Z₂, ⊕) by sending even integers to the identity element e and odd integers to the other element a. Under this map, the kernel is precisely the even integers, written 2Z, confirming that ker(f) forms a subgroup of Z.

Cornell Notes

Homomorphisms preserve subgroup structure in both directions. If U ≤ G and f: G → H is a group homomorphism, then the image f(U) is a subgroup of H because closure under the operation and inverses transfers through f. If V ≤ H, then the pre-image f⁻¹(V) = {g ∈ G : f(g) ∈ V} is a subgroup of G for the same reason: homomorphism preservation ensures products and inverses stay inside V. Two key subgroups arise from this: the kernel ker(f) = f⁻¹({e}) and the range Im(f) = f(G). In the example f: Z → Z₂ sending even numbers to e and odd numbers to a, the kernel is 2Z.

Why does the image f(U) of a subgroup U under a homomorphism always stay closed under the group operation?

Take a, b ∈ f(U). By definition of image, there exist x, y ∈ U with f(x)=a and f(y)=b. Then a ⋆ b (in H’s operation) equals f(x) ⊕ f(y) = f(x ⋆ y) by homomorphism preservation. Since U is a subgroup, x ⋆ y ∈ U, so f(x ⋆ y) ∈ f(U). That gives closure under the operation.

How does closure under inverses work for f(U)?

If a ∈ f(U), then a = f(x) for some x ∈ U. Because homomorphisms preserve inverses, f(x)⁻¹ = f(x⁻¹). Since U is a subgroup, x⁻¹ ∈ U, so f(x⁻¹) ∈ f(U). Therefore a⁻¹ ∈ f(U), giving inverse closure.

What is the pre-image f⁻¹(V), and why is it a subgroup when V is a subgroup of H?

The pre-image is f⁻¹(V) = {g ∈ G : f(g) ∈ V}. For x, y ∈ f⁻¹(V), f(x) and f(y) lie in V. Then f(x ⋆ y) = f(x) ⊕ f(y) lies in V because V is closed under ⊕. Hence x ⋆ y ∈ f⁻¹(V). The same logic with inverses shows x⁻¹ ∈ f⁻¹(V) whenever x ∈ f⁻¹(V).

How do kernel and range fit into the general image/pre-image results?

The kernel is a pre-image special case: ker(f) = f⁻¹({e}), where e is the identity in H. Since {e} is a subgroup of H, the pre-image must be a subgroup of G. The range is an image special case: Im(f) = f(G). Since G is a subgroup of itself, the image of a subgroup under a homomorphism is a subgroup of H.

In the example f: (Z, +) → (Z₂, ⊕) that sends even integers to e and odd integers to a, what is ker(f) and why?

By definition, ker(f) contains exactly the integers k ∈ Z such that f(k) = e. The construction maps even k to e and odd k to a, so ker(f) is the set of even integers, written 2Z. This matches the rule that kernels are pre-images of the identity.

Review Questions

  1. If U ≤ G, what two subgroup properties must be checked to prove f(U) ≤ H, and how does the homomorphism property help each check?
  2. Given V ≤ H, how do you show that for x, y ∈ f⁻¹(V), the element x ⋆ y is still in f⁻¹(V)?
  3. Why is ker(f) always a subgroup of G, and what elements does it contain in terms of f?

Key Points

  1. 1

    A homomorphism f: G → H preserves subgroup structure: f(U) is a subgroup of H whenever U is a subgroup of G.

  2. 2

    The image f(U) is closed under the operation because f(x ⋆ y) = f(x) ⊕ f(y) and U is closed under ⋆.

  3. 3

    The image f(U) is closed under inverses because f(x⁻¹) = f(x)⁻¹ and U contains inverses of its elements.

  4. 4

    For any subgroup V ≤ H, the pre-image f⁻¹(V) = {g ∈ G : f(g) ∈ V} is a subgroup of G.

  5. 5

    The kernel ker(f) = f⁻¹({e}) is the subgroup of elements mapping to the identity in H.

  6. 6

    The range (image) Im(f) = f(G) is the subgroup of H consisting of all values f takes.

  7. 7

    In the parity homomorphism f: Z → Z₂ (even → e, odd → a), the kernel is exactly 2Z (the even integers).

Highlights

Images of subgroups under homomorphisms are subgroups: f(U) ≤ H whenever U ≤ G.
Pre-images of subgroups under homomorphisms are subgroups: f⁻¹(V) ≤ G whenever V ≤ H.
The kernel is the pre-image of the identity: ker(f) = f⁻¹({e}).
In the parity map from Z to Z₂, the kernel is 2Z, capturing exactly the even integers.
The range (image) Im(f) = f(G) is the largest subgroup of H that f can reach.

Topics