Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Abstract Algebra Group Theory Basics cheat sheet - grade 11-12

Click image to open full size

Math Grade 11-12

Abstract Algebra Group Theory Basics Cheat Sheet

A printable reference covering groups, closure, identity, inverses, subgroups, cyclic groups, cosets, and Lagrange’s theorem for grades 11-12.

Download PNG

Study as Flashcards

Group theory studies sets with one operation that follows a few strict rules. This cheat sheet helps students recognize when a structure is a group and use the most important results efficiently. It is useful for organizing examples such as integers under addition, nonzero real numbers under multiplication, and symmetry operations.

These ideas build the foundation for higher algebra, number theory, and modern mathematics.

The core definition requires closure, associativity, an identity element, and inverses. Important tools include subgroup tests, cyclic group notation, element order, cosets, and Lagrange’s theorem. Many problems come down to checking whether an operation is well defined and whether the group axioms hold.

Once a group is known, formulas such as G=H[G:H]|G| = |H|[G:H] give powerful shortcuts.

Key Facts

  • A group (G,)(G, *) is a set GG with an operation * that satisfies closure, associativity, identity, and inverses.
  • Closure means that for all a,bGa,b \in G, the result abGa*b \in G.
  • Associativity means that for all a,b,cGa,b,c \in G, (ab)c=a(bc)(a*b)*c = a*(b*c).
  • An identity element eGe \in G satisfies ea=ae=ae*a = a*e = a for every aGa \in G.
  • An inverse of aGa \in G is an element a1Ga^{-1} \in G such that aa1=a1a=ea*a^{-1} = a^{-1}*a = e.
  • A group is abelian if ab=baa*b = b*a for all a,bGa,b \in G.
  • The order of an element aa is the smallest positive integer nn such that an=ea^n = e, if such an nn exists.
  • Lagrange’s theorem says that if HGH \leq G and GG is finite, then H|H| divides G|G| and G=H[G:H]|G| = |H|[G:H].

Vocabulary

Group
A group is a set with one binary operation that satisfies closure, associativity, an identity element, and inverses.
Abelian Group
An abelian group is a group whose operation is commutative, so ab=baa*b = b*a for all elements.
Subgroup
A subgroup is a subset HH of a group GG that is itself a group under the same operation, written HGH \leq G.
Cyclic Group
A cyclic group is a group generated by one element gg, meaning every element can be written as gng^n for some integer nn.
Coset
A left coset of HH in GG has the form aH={ah:hH}aH = \{ah : h \in H\} for some aGa \in G.
Order
The order of a finite group is its number of elements, and the order of an element aa is the least positive nn with an=ea^n = e.

Common Mistakes to Avoid

  • Forgetting to check closure is wrong because an operation can look valid but produce results outside the set, so it cannot form a group.
  • Assuming commutativity is automatic is wrong because groups only require associativity, and many important groups have abbaa*b \neq b*a.
  • Using the wrong identity element is wrong because the identity must satisfy both ea=ae*a = a and ae=aa*e = a for every element in the set.
  • Confusing element order with group order is wrong because G|G| counts all elements in the group, while a|a| counts powers of one element until ee appears.
  • Applying Lagrange’s theorem backward is wrong because dGd \mid |G| does not guarantee that a subgroup of order dd exists.

Practice Questions

  1. 1 Determine whether (Z,+)(\mathbb{Z}, +) is a group, and identify its identity element and the inverse of 77.
  2. 2 In the group Z12\mathbb{Z}_{12} under addition modulo 1212, find the order of the element 88.
  3. 3 If GG is a finite group with G=30|G| = 30 and HGH \leq G with H=5|H| = 5, find the index [G:H][G:H].
  4. 4 Explain why the set of nonzero integers Z{0}\mathbb{Z} \setminus \{0\} under multiplication is not a group, even though multiplication is associative.