This is an educational resource based on the Wikipedia article on Group Homomorphisms. Read the full source article here. (opens in new tab)

Algebraic Bridges

A comprehensive guide to group homomorphisms, the essential mappings that preserve the multiplicative structure between groups.

What is a Homomorphism? 👇 Explore Examples 💡

Dive in with Flashcard Learning!


When you are ready...
🎮 Play the Wiki2Web Clarity Challenge Game🎮

What is a Group Homomorphism?

Preserving Structure

In mathematics, specifically within abstract algebra, a group homomorphism is a function between two groups that respects their algebraic structure. Given two groups, (G, \u2217) and (H, \u00b7), a function h: G \u2192 H is a group homomorphism if, for all elements u and v in G, the following property holds:

This means that applying the operation in group G first and then mapping the result to H yields the same outcome as mapping the elements u and v to H first and then applying the operation in H.

Fundamental Properties

From the defining property, several key characteristics of group homomorphisms can be derived:

  • A homomorphism h maps the identity element of G (denoted eG) to the identity element of H (denoted eH):
  • Homomorphisms preserve inverses: for any element u in G, the image of its inverse is the inverse of its image in H.

These properties collectively indicate that a homomorphism is compatible with the group operations and structure.

Visualizing the Concept

Imagine mapping elements from one group (G) to another (H). A homomorphism ensures that the relationship (the group operation) between any two elements in G is mirrored by the relationship between their corresponding images in H. The provided diagram illustrates this: the structure of operations in G is preserved in H through the mapping h.

Diagram of a group homomorphism
Depiction of a group homomorphism (h) from G (left) to H (right). The oval inside H is the image of h. N is the kernel of h and aN is a coset of N.

The diagram shows how elements from G are mapped to H. The set of elements in G that map to the identity element in H forms the kernel (N), which is a normal subgroup. The set of all images of elements from G in H constitutes the image of the homomorphism.

Key Properties

Identity and Inverses

As previously noted, a homomorphism h: G \u2192 H always maps the identity element of G to the identity element of H (). It also preserves the inverse relationship:

These properties are direct consequences of the homomorphism definition and the axioms of group theory.

Image and Kernel

Two crucial sets associated with a homomorphism h: G \u2192 H are:

  • The kernel, denoted ker(h), is the set of elements in G that map to the identity element in H:
  • The image, denoted im(h) or h(G), is the set of all elements in H that are mapped to by some element in G:

The kernel is always a normal subgroup of G, and the image is always a subgroup of H. The relationship between these sets is fundamental, as formalized by the First Isomorphism Theorem, which states that G/ker(h) is isomorphic to im(h).

Classifying Homomorphisms

Monomorphism

A group homomorphism h: G \u2192 H is a monomorphism if it is injective (one-to-one). This occurs precisely when the kernel contains only the identity element of G, i.e., ker(h) = {eG}.

Injectivity ensures that distinct elements in G map to distinct elements in H. The condition ker(h) = {eG} is equivalent to injectivity because if h(g1) = h(g2), then h(g1g2-1) = eH. If the kernel is trivial, this implies g1g2-1 = eG, which means g1 = g2.

Epimorphism

A group homomorphism h: G \u2192 H is an epimorphism if it is surjective (onto). This means that every element in H is the image of at least one element in G.

Surjectivity implies that the image of the homomorphism is the entire codomain group H (im(h) = H). This is a strong condition, indicating that the homomorphism "covers" all elements of the target group.

Isomorphism

A group homomorphism h: G \u2192 H is an isomorphism if it is both injective and surjective (i.e., bijective). If an isomorphism exists between two groups, they are considered isomorphic, meaning they are structurally identical, differing only in the notation of their elements.

An isomorphism implies a perfect structural correspondence. The inverse function h-1: H \u2192 G is also a group homomorphism. Isomorphic groups share all their algebraic properties.

Endomorphism and Automorphism

An endomorphism is a homomorphism from a group to itself (h: G \u2192 G). An automorphism is an endomorphism that is also an isomorphism. The set of all automorphisms of a group G forms a group under function composition, known as the automorphism group, Aut(G).

For example, the group of integers under addition (Z, +) has only two automorphisms: the identity map and the map that sends x to -x. This automorphism group is isomorphic to the cyclic group of order 2, Z/2Z.

Illustrative Examples

Cyclic Group Example

Consider the cyclic group Z3 = ({0, 1, 2}, +) and the group of integers (Z, +). The map h: Z \u2192 Z3 defined by h(u) = u mod 3 is a group homomorphism. It is surjective, and its kernel is the set of all multiples of 3, {..., -6, -3, 0, 3, 6, ...}.

Exponential Map

The exponential map provides a homomorphism from the additive group of real numbers (R, +) to the multiplicative group of non-zero real numbers (R+, \u00b7). The function f(x) = ex satisfies f(x + y) = ex+y = exey = f(x)\u00b7f(y). This map is injective, with kernel {0}. Similarly, for complex numbers, the map f(z) = ez is a homomorphism from (C, +) to (C*, \u00b7), with kernel {2\u03c0ki | k \u2208 Z}.

Logarithm Function

The logarithm function serves as a homomorphism from the multiplicative group of positive real numbers (R+, \u00b7) to the additive group of real numbers (R, +). The property log(ab) = log(a) + log(b) directly demonstrates the homomorphism property.

Matrix Group Example

Consider the group G of matrices of the form

under matrix multiplication. For any complex number u, the function fu: G \u2192 C* defined by

This mapping preserves the matrix multiplication structure and is thus a group homomorphism. The specific value of u determines the nature of the homomorphism.

Category Theory Perspective

The Category of Groups

The collection of all groups, with group homomorphisms as the structure-preserving maps (morphisms), forms a fundamental structure in mathematics known as the category of groups (often denoted Grp). If h: G \u2192 H and k: H \u2192 K are group homomorphisms, their composition (k \u2218 h): G \u2192 K is also a group homomorphism. This composition property is essential for defining a category.

Homomorphisms of Abelian Groups

Structure of Homomorphisms

When dealing with abelian groups (where the group operation is commutative), the set of all homomorphisms between two such groups, Hom(G, H), forms an abelian group itself. The addition of two homomorphisms, h and k, is defined pointwise: (h + k)(u) = h(u) + k(u) for all u \u2208 G. The commutativity of H is crucial for proving that h + k is also a homomorphism.

This additive structure, combined with composition, allows for the definition of an endomorphism ring End(G) for an abelian group G. For instance, the endomorphism ring of a direct sum of m copies of Z/nZ is isomorphic to the ring of mxm matrices with entries from Z/nZ. This structure makes the category of abelian groups a foundational example of an abelian category.

Teacher's Corner

Edit and Print this course in the Wiki2Web Teacher Studio

Edit and Print Materials from this study in the wiki2web studio
Click here to open the "Group Homomorphism" Wiki2Web Studio curriculum kit

Use the free Wiki2web Studio to generate printable flashcards, worksheets, exams, and export your materials as a web page or an interactive game.

True or False?

Test Your Knowledge!

Gamer's Corner

Are you ready for the Wiki2Web Clarity Challenge?

Learn about group_homomorphism while playing the wiki2web Clarity Challenge game.
Unlock the mystery image and prove your knowledge by earning trophies. This simple game is addictively fun and is a great way to learn!

Play now

Explore More Topics

Discover other topics to study!

                                        

References

References

A full list of references for this article are available at the Group homomorphism Wikipedia page

Feedback & Support

To report an issue with this page, or to find out ways to support the mission, please click here.

Disclaimer

Important Notice

This page was generated by an Artificial Intelligence and is intended for informational and educational purposes only. The content is based on a snapshot of publicly available data from Wikipedia and may not be entirely accurate, complete, or up-to-date.

This is not mathematical advice. The information provided on this website is not a substitute for professional mathematical consultation, study, or verification. Always refer to authoritative textbooks, academic resources, and qualified instructors for a thorough understanding of abstract algebra concepts.

The creators of this page are not responsible for any errors or omissions, or for any actions taken based on the information provided herein.