Skip to content

1.1 Definition of a Group

A group is a set GG together with a binary operation :G×GG* : G \times G \to G satisfying:

  1. Associativity: (ab)c=a(bc)(a * b) * c = a * (b * c) for all a,b,cGa, b, c \in G.
  2. Identity: There exists eGe \in G such that ea=ae=ae * a = a * e = a for all aGa \in G.
  3. Inverse: For each aGa \in GThere exists a1Ga^{-1} \in G such that aa1=a1a=ea * a^{-1} = a^{-1} * a = e.

If ab=baa * b = b * a for all a,bGa, b \in GThe group is abelian (or commutative).

1.2 Examples

Example 1. (Z,+)(\mathbb{Z}, +) is an abelian group with identity 00 and inverse n-n.

Example 2. (R,)(\mathbb{R}^*, \cdot) (non-zero reals under multiplication) is an abelian group with identity 11 and inverse 1/a1/a.

Example 3. The symmetric group SnS_n of all permutations of {1,2,,n}\{1, 2, \ldots, n\} under composition is a non-abelian group for n3n \geq 3. It has order n!n!.

Example 4. (Z/nZ,+)(\mathbb{Z}/n\mathbb{Z}, +) is an abelian group of order nnCalled the cyclic group of order nn.

Example 5. The set GLn(R)GL_n(\mathbb{R}) of all n×nn \times n invertible real matrices, under matrix multiplication, forms the general linear group.

1.3 Dihedral Groups

The dihedral group DnD_n is the group of symmetries of a regular nn-gon (for n3n \geq 3). It consists of nn rotations and nn reflections, giving Dn=2n|D_n| = 2n elements.

Let rr denote rotation by 2π/n2\pi/n and ss denote any fixed reflection. Then:

Dn={e,r,r2,,rn1,s,rs,r2s,,rn1s}D_n = \{e, r, r^2, \ldots, r^{n-1}, s, rs, r^2s, \ldots, r^{n-1}s\}

The group satisfies the presentation:

Dn=r,srn=s2=e, srs=r1D_n = \langle r, s \mid r^n = s^2 = e,\ srs = r^{-1} \rangle

For n3n \geq 3, DnD_n is non-abelian (e.g., rssrrs \neq sr since sr=r1srssr = r^{-1}s \neq rs when n>2n > 2).

Example 1.6. D3D_3 (symmetries of an equilateral triangle) has 66 elements: {e,r,r2,s,rs,r2s}\{e, r, r^2, s, rs, r^2s\}. The map sending each symmetry to its permutation of the three vertices Gives an isomorphism D3S3D_3 \cong S_3. The rotations {e,r,r2}\{e, r, r^2\} correspond to A3A_3And the three Reflections correspond to the three transpositions.

Example 1.7. D4D_4 (symmetries of a square) has 88 elements. Its center is Z(D4)={e,r2}Z(D_4) = \{e, r^2\} Where r2r^2 is the 180°180° rotation. The subgroups of D4D_4 include the rotation subgroup rZ/4Z\langle r \rangle \cong \mathbb{Z}/4\mathbb{Z} of order 44Four subgroups of order 22 generated By reflections, and r2,sV4\langle r^2, s \rangle \cong V_4 (the Klein four-group).

1.4 Permutations and Cycle Notation

Every element of SnS_n can be written uniquely (up to reordering of disjoint cycles) as a product Of disjoint cycles. The cycle type of a permutation is the multiset of its cycle lengths (including 11-cycles).

Example. In S5S_5The permutation σ=(1 2 3)(4 5)\sigma = (1\ 2\ 3)(4\ 5) has cycle type (3,2)(3, 2).

A transposition is a 22-cycle (i j)(i\ j). Every permutation factors into transpositions: (a1 a2  ak)=(a1 ak)(a1 ak1)(a1 a2)(a_1\ a_2\ \ldots\ a_k) = (a_1\ a_k)(a_1\ a_{k-1})\cdots(a_1\ a_2)

The number of transpositions in a factorization is not unique, but its parity is.

Proposition 1.6. The sign of a permutation σ\sigmaDefined by sgn(σ)=(1)N(σ)\mathrm{sgn}(\sigma) = (-1)^{N(\sigma)} Where N(σ)N(\sigma) is the number of inversions of σ\sigmaIs a well-defined group homomorphism sgn:Sn{1,1}\mathrm{sgn} : S_n \to \{1, -1\}. Its kernel is the alternating group AnA_n of even permutations.

Proof. We first show sgn\mathrm{sgn} is a homomorphism. For any transposition τ\tau and any Permutation σ\sigmaMultiplying by τ\tau changes the number of inversions by an odd number, So sgn(τσ)=sgn(σ)\mathrm{sgn}(\tau\sigma) = -\mathrm{sgn}(\sigma). For any σ,ρSn\sigma, \rho \in S_nWrite ρ\rho As a product of kk transpositions. Then sgn(σρ)=(1)ksgn(σ)=sgn(σ)sgn(ρ)\mathrm{sgn}(\sigma\rho) = (-1)^k\mathrm{sgn}(\sigma) = \mathrm{sgn}(\sigma)\mathrm{sgn}(\rho). The kernel is precisely the set of even permutations, and An=n!/2|A_n| = n!/2. \blacksquare

Proposition 1.7. The number of kk-cycles in SnS_n is n!k(nk)!\frac{n!}{k(n-k)!}.

Proof. Choose kk elements from nn: (nk)\binom{n}{k} ways. Arrange them in a cycle: (k1)!(k-1)! distinct kk-cycles (since a kk-cycle has kk equivalent representations by cyclic rotation). Total: (nk)(k1)!=n!k(nk)!\binom{n}{k}(k-1)! = \frac{n!}{k(n-k)!}. \blacksquare

1.5 Basic Properties

Proposition 1.8. The identity element of a group is unique.

Proof. Suppose ee and e"e" are both identity elements. Then e=ee=ee = e * e' = e'. \blacksquare

Proposition 1.9. The inverse of each element is unique.

Proof. If bb and cc are both inverses of aaThen b=be=b(ac)=(ba)c=ec=cb = b * e = b * (a * c) = (b * a) * c = e * c = c. \blacksquare

Proposition 1.10 (Cancellation Law). If ab=aca * b = a * cThen b=cb = c. Similarly, if ba=cab * a = c * aThen b=cb = c.

Proof. Multiply on the left by a1a^{-1}: a1(ab)=a1(ac)a^{-1} * (a * b) = a^{-1} * (a * c)So (a1a)b=(a1a)c(a^{-1} * a) * b = (a^{-1} * a) * cGiving eb=ece * b = e * cI.e., b=cb = c. \blacksquare

Proposition 1.11. (a1)1=a(a^{-1})^{-1} = a and (ab)1=b1a1(a * b)^{-1} = b^{-1} * a^{-1}.

1.6 Order of an Element

The order of an element gGg \in GDenoted g|g|Is the smallest positive integer nn such that gn=eg^n = e. If no such nn exists, g=|g| = \infty.

Proposition 1.12. gk=eg^k = e if and only if g|g| divides kk.

Proof. Write k=qg+rk = q|g| + r with 0r<g0 \leq r \lt |g|. Then e=gk=gqg+r=(gg)qgr=eqgr=gre = g^k = g^{q|g| + r} = (g^{|g|})^q * g^r = e^q * g^r = g^r. Since r<gr \lt |g| and g|g| is the smallest positive exponent giving eeWe must have r=0r = 0So g|g| divides kk. Conversely, if g|g| divides kkSay k=mgk = m|g|Then gk=(gg)m=em=eg^k = (g^{|g|})^m = e^m = e. \blacksquare

1.7 Subgroup Lattices

The subgroup lattice of GG is the set of all subgroups of GGPartially ordered by inclusion, Visualized as a Hasse diagram (edges connect each subgroup to its immediate supergroups).

Example. The subgroup lattice of S3S_3 (order 66):

  • S3S_3 (order 66)
  • A3=(1 2 3)A_3 = \langle (1\ 2\ 3) \rangle (order 33)
  • {e}\{e\} (order 11)
  • (1 2)\langle (1\ 2) \rangle (order 22)
  • {e}\{e\}
  • (1 3)\langle (1\ 3) \rangle (order 22)
  • {e}\{e\}
  • (2 3)\langle (2\ 3) \rangle (order 22)
  • {e}\{e\}

The only proper non-trivial normal subgroup is A3A_3 (it has index 22).

Example. The subgroup lattice of Z/12Z\mathbb{Z}/12\mathbb{Z}:

  • Z/12Z\mathbb{Z}/12\mathbb{Z} (order 1212)
  • 2Z/6Z\langle 2 \rangle \cong \mathbb{Z}/6\mathbb{Z} (order 66)
  • 4Z/3Z\langle 4 \rangle \cong \mathbb{Z}/3\mathbb{Z} (order 33)
  • {0}\{0\}
  • 6Z/2Z\langle 6 \rangle \cong \mathbb{Z}/2\mathbb{Z} (order 22)
  • {0}\{0\}
  • 3Z/4Z\langle 3 \rangle \cong \mathbb{Z}/4\mathbb{Z} (order 44)
  • 6Z/2Z\langle 6 \rangle \cong \mathbb{Z}/2\mathbb{Z} (order 22)
  • {0}\{0\}
  • 4Z/3Z\langle 4 \rangle \cong \mathbb{Z}/3\mathbb{Z} (order 33)
  • {0}\{0\}
  • 6Z/2Z\langle 6 \rangle \cong \mathbb{Z}/2\mathbb{Z} (order 22)
  • {0}\{0\}

By Theorem 2.4, every subgroup of Z/12Z\mathbb{Z}/12\mathbb{Z} is cyclic, and there is exactly one subgroup Of order dd for each divisor dd of 1212.

:::caution Common Pitfall Not every group of order nn has a subgroup of order dd for each divisor dd of nn. The converse of Lagrange’s theorem is false. For example, A4A_4 has order 1212 but no subgroup of order 66. However, every subgroup of a cyclic group of order nn has order dividing nnAnd for each divisor There is exactly one such subgroup.

:::