Everything from the section, organized so you can find it: the definitions, the named theorems, the reference groups, and the notation. Use it as a lookup table rather than reading straight through.
Operations closure & axioms Groups one operation Structure cosets & quotients Rings two operations Fields division works
The subject is not about numbers; it is about the rules numbers happen to obey
Group notation
(G, ∗) “the group G under the operation star” always name the operation, not just the set
|G| “the order of G” how many elements
|a| “the order of the element a” least n > 0 with aⁿ = e; a different meaning of the same bars
e “the identity” written 0 in additive notation, 1 in multiplicative
a⁻¹ “the inverse of a” means −a when the operation is addition, not a reciprocal
⟨a⟩ “the subgroup generated by a” all powers of a and its inverse
H ≤ G “H is a subgroup of G” same operation, restricted
N ⊴ G “N is a normal subgroup of G” gNg⁻¹ = N for every g
Coset and quotient notation
aH “the left coset of H by a” H shifted by a; not a subgroup unless a ∈ H
[G : H] “the index of H in G” the number of distinct cosets
G/N “G mod N” the quotient group; needs N normal to exist
Z(G) “the center of G” the elements commuting with everything
ker φ “the kernel of φ” what maps to the identity; always normal
im φ “the image of φ” what actually gets hit; a subgroup of the target
≅ “is isomorphic to” same structure, different names
Ring and field notation
(R, +, ×) “the ring R” addition is a full abelian group; multiplication gets much less
R* “the units of R” the invertible elements, a group under multiplication
⟨a⟩ “the principal ideal generated by a” all multiples of a; the same bracket as for groups, different meaning
R/I “R mod I” the quotient ring; needs I to be an ideal
R[x] “polynomials over R” never a field, even when R is
char R “the characteristic of R” how many 1's sum to 0; prime or 0 in a domain
GF(q), 𝔽_q “the field with q elements” exists exactly when q is a prime power
[K : F] “the degree of K over F” the dimension of K as a vector space over F
( G , ∗ ) (G, *) ( G , ∗ ) is a group when it is closed, associative, has an identity, and every element has an inverse. Commutativity is not required; groups that have it are abelian .
Consequences from the axioms alone:
The identity is unique.
Inverses are unique.
Cancellation holds: a b = a c ⟹ b = c ab = ac \implies b = c ab = a c ⟹ b = c .
( a b ) − 1 = b − 1 a − 1 (ab)^{-1} = b^{-1}a^{-1} ( ab ) − 1 = b − 1 a − 1 - the order reverses.
( a − 1 ) − 1 = a (a^{-1})^{-1} = a ( a − 1 ) − 1 = a .
The groups worth knowing by heart (ℤ, +) order ∞ the model additive group abelian (ℤₙ, +) order n clock arithmetic, wraps at n abelian U(n) order φ(n) residues mod n that have inverses abelian Sₙ order n! all rearrangements of n objects non-abelian Dₙ order 2n symmetries of an n-gon non-abelian GLₙ(ℝ) order ∞ invertible n × n matrices non-abelian
Element orders in Z n \mathbb{Z}_n Z n :
∣ k ∣ = n gcd ( k , n ) |k| = \frac{n}{\gcd(k, n)} ∣ k ∣ = g cd( k , n ) n
so k k k generates Z n \mathbb{Z}_n Z n exactly when gcd ( k , n ) = 1 \gcd(k,n) = 1 g cd( k , n ) = 1 , and there are φ ( n ) \varphi(n) φ ( n ) generators.
Test: nonempty, closed under the operation, closed under inverses. Or in one step, a b − 1 ∈ H ab^{-1} \in H a b − 1 ∈ H for all a , b ∈ H a,b \in H a , b ∈ H . Never re-check associativity ; it’s inherited.
A finite nonempty subset closed under the operation is automatically a subgroup.
A cyclic group of order n n n has exactly one subgroup per divisor of n n n . Other groups can have many more: D 4 D_4 D 4 has ten subgroups against Z 8 \mathbb{Z}_8 Z 8 ‘s four.
Cosets partition G G G into blocks all of size ∣ H ∣ |H| ∣ H ∣ , giving
∣ G ∣ = [ G : H ] ⋅ ∣ H ∣ |G| = [G:H] \cdot |H| ∣ G ∣ = [ G : H ] ⋅ ∣ H ∣
Corollaries: element orders divide ∣ G ∣ |G| ∣ G ∣ ; a ∣ G ∣ = e a^{|G|} = e a ∣ G ∣ = e ; every group of prime order is cyclic; Fermat’s little theorem and Euler’s theorem.
The converse is false. A 4 A_4 A 4 has order 12 with no subgroup of order 6.
N ⊴ G N \trianglelefteq G N ⊴ G means g n g − 1 ∈ N gng^{-1} \in N g n g − 1 ∈ N for all g ∈ G g \in G g ∈ G , n ∈ N n \in N n ∈ N . Automatic when G G G is abelian, when [ G : N ] = 2 [G:N] = 2 [ G : N ] = 2 , or for Z ( G ) Z(G) Z ( G ) .
Normality is exactly what makes ( a N ) ( b N ) = a b N (aN)(bN) = abN ( a N ) ( b N ) = ab N well-defined, giving the quotient group G / N G/N G / N of order [ G : N ] [G:N] [ G : N ] .
A group whose only normal subgroups are { e } \{e\} { e } and itself is simple .
A homomorphism satisfies φ ( a b ) = φ ( a ) φ ( b ) \varphi(ab) = \varphi(a)\varphi(b) φ ( ab ) = φ ( a ) φ ( b ) . Then φ ( e ) = e \varphi(e) = e φ ( e ) = e and φ ( a − 1 ) = φ ( a ) − 1 \varphi(a^{-1}) = \varphi(a)^{-1} φ ( a − 1 ) = φ ( a ) − 1 come free.
ker φ ⊴ G \ker\varphi \trianglelefteq G ker φ ⊴ G , and every normal subgroup is some kernel.
im φ ≤ H \operatorname{im}\varphi \le H im φ ≤ H , generally not normal.
φ \varphi φ injective ⟺ ker φ = { e } \iff \ker\varphi = \{e\} ⟺ ker φ = { e } .
Every fibre has size ∣ ker φ ∣ |\ker\varphi| ∣ ker φ ∣ .
First isomorphism theorem:
G / ker φ ≅ im φ , ∣ G ∣ = ∣ ker φ ∣ ⋅ ∣ im φ ∣ G/\ker\varphi \cong \operatorname{im}\varphi, \qquad |G| = |\ker\varphi|\cdot|\operatorname{im}\varphi| G / ker φ ≅ im φ , ∣ G ∣ = ∣ ker φ ∣ ⋅ ∣ im φ ∣
To prove isomorphic , exhibit a map. To prove not isomorphic , name one differing invariant: order, abelian or not, the multiset of element orders, cyclic or not, number of subgroups, size of the center.
Counts of groups by order: 1 each for prime orders; 2 for order 4; 2 for order 6; 5 for order 8; 5 for order 12; 14 for order 16.
Fundamental theorem of finite abelian groups: every one is a direct product of cyclic groups of prime-power order, uniquely up to reordering.
Z m × Z n ≅ Z m n ⟺ gcd ( m , n ) = 1 \mathbb{Z}_m \times \mathbb{Z}_n \cong \mathbb{Z}_{mn} \iff \gcd(m,n) = 1 Z m × Z n ≅ Z mn ⟺ g cd( m , n ) = 1
S n S_n S n has n ! n! n ! elements; A n A_n A n has n ! / 2 n!/2 n ! /2 . Cycle notation: order is the lcm of the cycle lengths, parity is the sum of ( k i − 1 ) (k_i - 1) ( k i − 1 ) .
D n D_n D n has 2 n 2n 2 n elements, presented as
⟨ r , s ∣ r n = s 2 = e , s r = r − 1 s ⟩ \langle r, s \mid r^n = s^2 = e,\ sr = r^{-1}s\rangle ⟨ r , s ∣ r n = s 2 = e , sr = r − 1 s ⟩
Every r k s r^ks r k s is a reflection of order 2. The cube’s rotation group has 24 elements and is isomorphic to S 4 S_4 S 4 .
Cayley’s theorem: every group embeds in a symmetric group.
Each rung adds exactly one rule Ring + is an abelian group; × is associative and distributes over + 2×2 matrices Commutative ring …and ab = ba for all a, b ℤ, ℝ[x] Ring with unity …and there is a multiplicative identity 1 ℤ (2ℤ has none) Integral domain …and no zero divisors: ab = 0 forces a = 0 or b = 0 ℤ, ℤ[x] Field …and every nonzero element has a multiplicative inverse ℚ, ℝ, ℂ, ℤₚ
Ring - ( R , + ) (R,+) ( R , + ) abelian group; × \times × closed and associative; distributive.
Zero divisor - nonzero a a a with a b = 0 ab = 0 ab = 0 for some nonzero b b b . Zero divisors break cancellation.
Integral domain - commutative, with unity, no zero divisors.
Field - every nonzero element is a unit.
Ideal - additive subgroup that absorbs multiplication by all of R R R .
Facts holding in every ring: 0 a = 0 0a = 0 0 a = 0 , ( − a ) b = − ( a b ) (-a)b = -(ab) ( − a ) b = − ( ab ) , ( − a ) ( − b ) = a b (-a)(-b) = ab ( − a ) ( − b ) = ab .
In Z n \mathbb{Z}_n Z n , an element a a a is:
a unit if gcd ( a , n ) = 1 \gcd(a,n) = 1 g cd( a , n ) = 1 - these form U ( n ) U(n) U ( n ) , of size φ ( n ) \varphi(n) φ ( n )
a zero divisor otherwise (for a ≠ 0 a \ne 0 a = 0 )
Z n is a field ⟺ n is prime \mathbb{Z}_n \text{ is a field} \iff n \text{ is prime} Z n is a field ⟺ n is prime
R / I R/I R / I is a ring when I I I is an ideal, and absorption is exactly what makes the multiplication well-defined.
I prime ⟺ R / I a domain , I maximal ⟺ R / I a field I \text{ prime} \iff R/I \text{ a domain}, \qquad I \text{ maximal} \iff R/I \text{ a field} I prime ⟺ R / I a domain , I maximal ⟺ R / I a field
The key construction: for F F F a field and f f f irreducible , F [ x ] / ⟨ f ⟩ F[x]/\langle f\rangle F [ x ] / ⟨ f ⟩ is a field. This builds C \mathbb{C} C as R [ x ] / ⟨ x 2 + 1 ⟩ \mathbb{R}[x]/\langle x^2+1\rangle R [ x ] / ⟨ x 2 + 1 ⟩ and every finite field.
A field has only two ideals, so there is nothing to quotient by.
Over an integral domain, deg ( f g ) = deg f + deg g \deg(fg) = \deg f + \deg g deg ( f g ) = deg f + deg g . R [ x ] R[x] R [ x ] is a domain exactly when R R R is, and never a field.
Division algorithm needs a field of coefficients. Factor theorem: f ( a ) = 0 ⟺ ( x − a ) ∣ f f(a) = 0 \iff (x-a) \mid f f ( a ) = 0 ⟺ ( x − a ) ∣ f . A degree-n n n polynomial over a field has at most n n n roots.
Irreducibility is relative to the field . Degree 2 or 3 is irreducible exactly when there is no root; from degree 4 that fails, as x 4 + 4 x^4+4 x 4 + 4 shows.
G F ( q ) GF(q) GF ( q ) exists ⟺ q = p n \iff q = p^n ⟺ q = p n , and then it is unique up to isomorphism. Build it as F p [ x ] / ⟨ f ⟩ \mathbb{F}_p[x]/\langle f\rangle F p [ x ] / ⟨ f ⟩ for irreducible f f f of degree n n n .
G F ( p n ) ≠ Z p n GF(p^n) \ne \mathbb{Z}_{p^n} GF ( p n ) = Z p n once n > 1 n > 1 n > 1 : G F ( 4 ) GF(4) GF ( 4 ) has characteristic 2 and Z 4 \mathbb{Z}_4 Z 4 is not a field.
G F ( q ) ∗ GF(q)^* GF ( q ) ∗ is cyclic of order q − 1 q-1 q − 1 , so x q = x x^q = x x q = x for every element.
[ K : F ] [K:F] [ K : F ] is a vector-space dimension. [ F ( α ) : F ] = deg m ( x ) [F(\alpha):F] = \deg m(x) [ F ( α ) : F ] = deg m ( x ) for m m m the minimal polynomial.
Tower law: [ L : F ] = [ L : K ] ⋅ [ K : F ] [L:F] = [L:K]\cdot[K:F] [ L : F ] = [ L : K ] ⋅ [ K : F ] - degrees multiply.
Constructible numbers have degree 2 k 2^k 2 k over Q \mathbb{Q} Q , which is why doubling the cube and trisecting the angle are impossible, and π \pi π being transcendental settles squaring the circle.
The general quintic is unsolvable by radicals because S 5 S_5 S 5 is not solvable, since A 5 A_5 A 5 is simple and non-abelian.
Theorem Statement Lagrange ∥ H ∥ \|H\| ∥ H ∥ divides ∥ G ∥ \|G\| ∥ G ∥ , and ∥ G ∥ = [ G : H ] ⋅ ∥ H ∥ \|G\| = [G:H]\cdot\|H\| ∥ G ∥ = [ G : H ] ⋅ ∥ H ∥ Cayley Every group embeds in a symmetric group Cauchy If a prime p p p divides ∥ G ∥ \|G\| ∥ G ∥ , then G G G has an element of order p p p First isomorphism G / ker φ ≅ im φ G/\ker\varphi \cong \operatorname{im}\varphi G / ker φ ≅ im φ Fundamental thm of finite abelian groups A direct product of prime-power cyclic groups, uniquely Fermat’s little a p − 1 ≡ 1 ( m o d p ) a^{p-1} \equiv 1 \pmod p a p − 1 ≡ 1 ( mod p ) for gcd ( a , p ) = 1 \gcd(a,p)=1 g cd( a , p ) = 1 Euler a φ ( n ) ≡ 1 ( m o d n ) a^{\varphi(n)} \equiv 1 \pmod n a φ ( n ) ≡ 1 ( mod n ) for gcd ( a , n ) = 1 \gcd(a,n)=1 g cd( a , n ) = 1 Classification of finite fields A field of order q q q exists iff q q q is a prime power, and is then unique Tower law [ L : F ] = [ L : K ] ⋅ [ K : F ] [L:F] = [L:K]\cdot[K:F] [ L : F ] = [ L : K ] ⋅ [ K : F ] Abel–Ruffini No radical formula for the general quintic
Writing a set and calling it a group. Always name the operation. “Is Z \mathbb{Z} Z a group?” has no answer.
Reading a − 1 a^{-1} a − 1 as a reciprocal. In ( Z , + ) (\mathbb{Z},+) ( Z , + ) the inverse of 5 is − 5 -5 − 5 .
Confusing associativity with commutativity. Parentheses versus order.
Assuming the converse of Lagrange. A divisor need not be a subgroup order.
Forgetting the order reverses in ( a b ) − 1 = b − 1 a − 1 (ab)^{-1} = b^{-1}a^{-1} ( ab ) − 1 = b − 1 a − 1 .
Thinking a coset is a subgroup. Only e H = H eH = H eH = H is.
Reading normality as g n g − 1 = n gng^{-1} = n g n g − 1 = n . It’s g n g − 1 ∈ N gng^{-1} \in N g n g − 1 ∈ N .
Concluding two groups are isomorphic because the invariants match. You must build the map.
Assuming G F ( p n ) = Z p n GF(p^n) = \mathbb{Z}_{p^n} GF ( p n ) = Z p n . Different characteristic; the second usually isn’t a field.
Calling a polynomial irreducible without naming the field.
Cancelling in a ring with zero divisors. In Z 6 \mathbb{Z}_6 Z 6 , 2 ⋅ 1 = 2 ⋅ 4 2\cdot1 = 2\cdot4 2 ⋅ 1 = 2 ⋅ 4 .
Confusing a subring with an ideal. An ideal must absorb multiplication by everything.
You’ve Got This
Look at what this section actually asked of you: about six definitions, a dozen named theorems, and the discipline to check conditions in order. No long calculations. If cosets or quotients still feel slippery, that’s the normal place to feel it, and the cure is always the same - go compute the thing in ℤ₁₂ or D₄ and the abstraction resolves. The reward is real: you can now read a statement about groups and know it applies to integers, symmetries, permutations, matrices, and error-correcting codes simultaneously. That’s a way of thinking, not a body of facts, and it’s yours now.
Which of the four group axioms is NOT required, so that groups satisfying it get a special name? A. Closure B. Associativity C. Commutativity D. Inverses
In ℤ₁₈, what is the order of the element 12?
A group G has order 30 and H is a subgroup with 5 elements. What is the index [G : H]?
Which subgroup is always normal in any group G? A. Every subgroup generated by a single element B. The center Z(G) C. Every subgroup of order 2 D. Every cyclic subgroup
For a homomorphism φ: G → H with |G| = 24 and |ker φ| = 6, what is |im φ|?
Why are ℤ₄ and the Klein four-group not isomorphic? A. They have different orders B. One is abelian and one is not C. ℤ₄ has an element of order 4 and the Klein group's non-identity elements all have order 2 D. The Klein group is not a group
What is the order of the permutation (1 2 3)(4 5 6 7) in S₇?
How many elements does D₇, the symmetry group of a regular heptagon, have?
Which elements of ℤ₁₀ are units, that is, have multiplicative inverses? A. All nonzero elements B. 1, 3, 7 and 9 C. 2, 4, 6 and 8 D. Only 1
Which structure has no zero divisors but is not a field? A. ℤ₆ B. ℤ C. ℚ D. The 2×2 real matrices
What extra property does an ideal have that a general subring lacks? A. It contains 1 B. It is closed under addition C. It absorbs multiplication by every element of the whole ring D. It is commutative
What is ℝ[x]/⟨x² + 1⟩ isomorphic to?
For which n does a field with n elements exist? A. Every n greater than 1 B. Only prime n C. Exactly the prime powers D. Only powers of 2
In GF(4) with a² = a + 1, what is a · a?
If F ⊆ K ⊆ L with [K : F] = 2 and [L : K] = 3, what is [L : F]? A. 5 B. 6 C. 3 D. It cannot be determined
Why is ∛2 not constructible with straightedge and compass? A. Because it is irrational B. Because it is transcendental C. Because constructible numbers have degree a power of 2 over ℚ, and ∛2 has degree 3 D. Because the compass cannot draw cube roots
Which theorem guarantees that RSA decryption recovers the original message? A. Cayley's theorem B. Euler's theorem, itself a consequence of Lagrange's theorem C. The tower law D. Cauchy's theorem
What does it mean for a group to be simple? A. It has few elements B. It is abelian C. Its only normal subgroups are the trivial subgroup and itself D. It is cyclic
In a group, what does (ab)⁻¹ equal? A. a⁻¹b⁻¹ B. b⁻¹a⁻¹ C. ab D. (ba)⁻¹
Which statement about Lagrange's theorem is correct? A. Every divisor of |G| is the order of some subgroup B. Every subgroup's order divides |G|, but not every divisor need be realised C. Subgroup orders can be any integer less than |G| D. It applies only to abelian groups
Retry Quiz Retrying will remove your ✅ checkmark until you pass again.