Skip to Content
Math4302Exam ReviewsMath 4302 Exam 1 Review

Math 4302 Exam 1 Review

Note

This is a review for definitions we covered in the classes. It may serve as a cheat sheet for the exam if you are allowed to use it.

Groups

Basic definitions

Definition for group

A group is a set GG with a binary operation * that satisfies the following axioms:

  1. Closure: a,bG,abG\forall a,b\in G, a* b\in G (automatically guaranteed by definition of binary operation).
  2. Associativity: a,b,cG,(ab)c=a(bc)\forall a,b,c\in G, (a* b)* c=a* (b* c).
  3. Identity: eG,aG,ea=ae=a\exists e\in G, \forall a\in G, e* a=a* e=a.
  4. Inverses: aG,a1G,aa1=a1a=e\forall a\in G, \exists a^{-1}\in G, a* a^{-1}=a^{-1}* a=e.
  • Identity element: If XX has an identity element, then it is unique.
  • Composition of function is associative.

Order of a element

The order of an element aa in a group GG is the size of the smallest subgroup generated by aa, we denote such subgroup as a\langle a\rangle.

Equivalently, the order of aa is the smallest positive integer nn such that an=ea^n=e.

Order of a group

The order of a group GG is the size of GG.

Definition of subgroup

A subgroup HH of a group GG is a subset of GG that is closed under the group operation. Denoted as HGH\leq G.

Left and right cosets

If HH is a subgroup of GG, then aHaH is a coset of HH for all aGa\in G. We call aHaH a left coset of HH for aa.

aH={xax}={xGa1xH}={xx=ah for some hH}aH=\{x|a\sim x\}=\{x\in G|a^{-1}x\in H\}=\{x|x=ah\text{ for some }h\in H\}

Similarly, HaHa is a right coset of HH for aa.

Ha={xxa}={xGxa1H}={xx=ha for some hH}Ha=\{x|x\sim'a\}=\{x\in G|xa^{-1}\in H\}=\{x|x=ha\text{ for some }h\in H\}
  • Usually, the left coset and right cosets will give different partitions of GG.
  • Use to prove lagrange theorem (partition of GG into cosets)

Definition of normal subgroup

A subgroup HH of a group GG is normal if aH=HaaH=Ha for all aGa\in G.

Isomorphism and homomorphism

Definition of isomorphism

Two groups GG and GG' are isomorphic if there exists a function f:GGf:G\to G' such that

  • Homomorphism property is satisfied: f(ab)=f(a)f(b),a,bGf(a*b)=f(a)f(b),\forall a,b\in G
  • ff is injective: f(a)=f(b)    a=bf(a)=f(b)\implies a=b
  • ff is surjective: aG,bG\forall a\in G',\exists b\in G such that f(b)=af(b)=a

Definition of homomorphism

A homomorphism is a function that satisfies the homomorphism property.

If ϕ:GG\phi:G\to G' is a homomorphism, then

  • ϕ(e)=e\phi(e)=e', where ee is the identity of GG and ee' is the identity of GG'.
  • ϕ(a1)=(ϕ(a))1\phi(a^{-1})=(\phi(a))^{-1} for all aGa\in G.
  • If HGH\leq G is a subgroup, then ϕ(H)G\phi(H)\leq G' is a subgroup.
  • If KGK\leq G' is a subgroup, then ϕ1(K)G\phi^{-1}(K)\leq G is a subgroup.
  • ϕ\phi is surjective if and only if ker(ϕ)={e}\operatorname{ker}(\phi)=\{e\} (the trivial subgroup of GG).

Basic groups

Trivial group

The group ({e},)(\{e\},*) is called the trivial group.

Abelian group

A group GG is abelian if ab=baa*b=b*a for all a,bGa,b\in G.

  • The smallest non-abelian group is S3S_3 (order 6).
  • Every abelian group is isomorphic to some direct product of cyclic groups of the form: Zp1n1×Zp2n2××Zpknk×Z××Zm times\mathbb{Z}_{p_1^{n_1}}\times \mathbb{Z}_{p_2^{n_2}}\times \cdots \times \mathbb{Z}_{p_k^{n_k}}\times\underbrace{\mathbb{Z}\times \ldots \times \mathbb{Z}}_{m\text{ times}}

Cyclic group

A group GG is cyclic if GG is a subgroup generated by aGa\in G. (may be infinite)

  • The smallest non-cyclic group is Klein 4-group (order 4).
  • Every group with prime order is cyclic.
  • Every cyclic group is abelian.
  • If GG has order nn, then GG is isomorphic to (Zn,+)(\mathbb{Z}_n,+).
  • If GG is infinite, then GG is isomorphic to (Z,+)(\mathbb{Z},+).
  • If G=aG=\langle a\rangle and H=akH=\langle a^k\rangle, then H=Gd|H|=\frac{|G|}{d} where d=gcd(G,H)d=\operatorname{gcd}(|G|,|H|).
  • Every subgroup of cyclic group is also cyclic.

Dihedral group

The dihedral group DnD_n is the group of all symmetries of a regular polygon with nn sides.

  • Dn=2n|D_n|=2n.
  • It is finitely generated by {ρ,ϕ}\{\rho,\phi\}, where ρ\rho is a rotation of a regular polygon by 2πn\frac{2\pi}{n}, and ϕ\phi is a reflection of a regular polygon with respect to xx-axis.

Symmetric group

The symmetric group SnS_n is the group of all permutations of nn objects.

  • SnS_n has order n!n!.
  • Every group GG is isomorphic to SAS_A for some AA.
  • Odd and even permutations
    • Every permutation can be written as a product of transpositions.
    • AnA_n is the alternating group with order n!2\frac{n!}{2} consisting of all even permutations.
    • A non trivial homomorphism from SnS_n to (Z2,+)(\Z_2,+) is given by σ{0if σ is even1if σ is odd\sigma\mapsto \begin{cases} 0 & \text{if } \sigma\text{ is even} \\ 1 & \text{if } \sigma\text{ is odd} \end{cases}
Last updated on