Mathematics
Level 1/Group Theory

8. Maps Between Groups

-----

Sometimes, two groups can be considered essentially the same even if they look different.

Example

The subgroup {Id,r,r2}\{Id, r, r^2\} of D3D_3 is essentially the same as the cyclic group Z3\dfrac{\Z}{3}

We can define a map ϕ\phi between their elements

ϕ:{Id0(mod3)r1(mod3)r22(mod3)\phi : \begin{cases} Id \mapsto 0 \pmod{3} \\ r \mapsto 1 \pmod{3} \\ r^2 \mapsto 2 \pmod{3} \end{cases}

Respects group operations

ϕ(rr2)=ϕ(Id)=0\phi(r \circ r^2) = \phi(Id) = 0 1+2mod3=01 + 2 \mod 3 = 0 ϕ(r)+ϕ(r2)=0\phi(r) + \phi(r^2) = 0

it can help to read through each operation slowly to grasp the idea

 

Homomorphisms

Let GG and HH be groups with operations G\cdot_G and H\cdot_H

Let ϕ:GH\phi: G \to H

A function is a homomorphism if

ϕ(xGy)=ϕ(x)Hϕ(y)for all x,yG\phi(x \cdot_G y) = \phi(x) \cdot_H \phi(y) \quad \text{for all } x, y \in G

Bijection

A function that pairs each element of one set with exactly one element of another set, with no elements left unmatched in either set.

Isomorphsim

If ϕ\phi is also a bijection, it is called an isomorphsim, and GG and HH are said to be isomorphic

Isomorphic groups have the same structure, even if their elements look different