The math optional, made finite. Daily Practice

Groups: definition, axioms, examples

At a Glance

Why This Chapter Matters

Group questions in UPSC Section A divide cleanly into two types: constructing composition tables for order-4 groups (2015, 5 marks) and the Bézout/well-ordering argument for the GCD (2021, 10 marks). Both are self-contained and fast: the table question rewards knowing the two groups of order 4 cold, and the Bézout question has a single 4-step proof. Once you know the axioms precisely and the well-ordering trick, both archetypes are solved in under 6 minutes.

Minimum Theory

Group axioms. A group (G,)(G,\cdot) is a set GG with a binary operation \cdot satisfying: (G1) closure: a,bGabGa,b\in G\Rightarrow ab\in G; (G2) associativity: (ab)c=a(bc)(ab)c=a(bc); (G3) identity: eG\exists\, e\in G with ae=ea=aae=ea=a; (G4) inverses: aG,a1\forall a\in G,\,\exists\, a^{-1} with aa1=a1a=eaa^{-1}=a^{-1}a=e.

Order. The order of a group G|G| is its cardinality. The order of an element aGa\in G is the smallest n1n\ge1 with an=ea^n=e, or \infty if none exists. A group is cyclic if some element generates all of GG: G=a={ak:kZ}G=\langle a\rangle=\{a^k:k\in\mathbb Z\}.

Groups of order 4. Up to isomorphism there are exactly two: the cyclic group Z4={e,a,a2,a3}\mathbb Z_4=\{e,a,a^2,a^3\} (has an element of order 4) and the Klein four-group V4=Z2×Z2V_4=\mathbb Z_2\times\mathbb Z_2 (every non-identity element has order 2). Any group of order 4 constructed from {e,a,b,c}\{e,a,b,c\} is isomorphic to one of these.

Bézout / well-ordering principle. For positive integers m1,,mkm_1,\ldots,m_k with gcd=d\gcd = d, the set S={a1m1++akmk:aiZ}Z+S=\{a_1m_1+\cdots+a_km_k : a_i\in\mathbb Z\}\cap\mathbb Z^+ is non-empty and has a minimum δ\delta by the well-ordering of Z+\mathbb Z^+. One shows δ=d\delta = d, giving integers x1,,xkx_1,\ldots,x_k with d=x1m1++xkmkd=x_1m_1+\cdots+x_km_k.

Group axioms: closure, associativity, identity, inverse

Question Archetypes

ArchetypeRecognition
construct-group-tables”Construct composition tables” for a group of small order; show one cyclic, one not
bezout-gcd”Show gcd\gcd can be expressed as integer linear combination”; well-ordering proof

construct-group-tables (1 question(s); 2015)

Recognition Cues — asked to exhibit two distinct group structures on {e,a,b,c}\{e,a,b,c\}, one cyclic and one not; or equivalently, to write out Cayley tables for the two groups of order 4.

Solution Template

  1. Identify the two groups of order 4: Z4\mathbb Z_4 (cyclic) and V4V_4 (Klein, non-cyclic).
  2. Write the cyclic table: powers of a generator fill each row/column.
  3. Write the Klein table: every non-identity element is its own inverse; product of any two distinct non-identity elements is the third.
  4. Verify both tables are Latin squares (each element appears exactly once per row and column).
  5. Show cyclicity: point to an element of order 4 (cyclic case); show all non-identity orders are 2 (Klein case, hence no generator, not cyclic).

Worked Example

2015 Paper 2, 2015-P2-Q1a-ii (5 marks)

Taking a group {e,a,b,c}\{e,a,b,c\} of order 4, where ee is the identity, construct composition tables showing that one is cyclic while the other is not.

Cyclic group Z4\mathbb Z_4. Relabel: b=a2b=a^2, c=a3c=a^3.

\cdoteeaabbcc
eeeeaabbcc
aaaabbccee
bbbbcceeaa
cccceeaabb

Element orders: e=1|e|=1, a=4|a|=4, b=2|b|=2, c=4|c|=4. Since aa has order 4, a={e,a,b,c}=G\langle a\rangle = \{e,a,b,c\}=G. Cyclic. \checkmark

Klein four-group V4V_4. Each non-identity element is its own inverse; product of any two distinct non-identity elements gives the third.

\cdoteeaabbcc
eeeeaabbcc
aaaaeeccbb
bbbbcceeaa
ccccbbaaee

Element orders: e=1|e|=1, a=b=c=2|a|=|b|=|c|=2. No element generates GG. Not cyclic. \checkmark

Two groups of order 4: cyclic Z4 (order-4 generator) and Klein V4 (all non-identity elements of order 2).\boxed{\text{Two groups of order 4: cyclic }\mathbb Z_4\text{ (order-4 generator) and Klein }V_4\text{ (all non-identity elements of order 2).}}

Common Traps

bezout-gcd (1 question(s); 2021)

Recognition Cues — “Show there exist integers x1,,xkx_1,\ldots,x_k with d=x1m1++xkmkd = x_1m_1+\cdots+x_km_k”; “GCD as integer linear combination”; “well-ordering principle applied to a set of linear combinations.”

Solution Template

  1. Let S={a1m1++akmk:aiZ}Z+S = \{a_1m_1+\cdots+a_km_k : a_i\in\mathbb Z\}\cap\mathbb Z^+. Show SS\ne\emptyset (take a1=1a_1=1, rest 00).
  2. By well-ordering, SS has a minimum element δ=x1m1++xkmk\delta = x_1m_1+\cdots+x_km_k.
  3. Show δmi\delta\mid m_i for each ii: divide mi=qiδ+rim_i = q_i\delta + r_i; if ri>0r_i>0 then riSr_i\in S with ri<δr_i<\delta — contradiction. So ri=0r_i=0.
  4. Any common divisor dd of all mim_i divides every linear combination, so dδd\mid\delta. Since δ\delta divides each mim_i, δd\delta\le d. Combined with dδd\le\delta, conclude δ=d\delta=d.

Worked Example

2021 Paper 2, 2021-P2-Q1a (10 marks)

Let m1,,mkm_1,\ldots,m_k be positive integers, d>0=gcd(m1,,mk)d>0 = \gcd(m_1,\ldots,m_k). Show there exist integers x1,,xkx_1,\ldots,x_k with d=x1m1++xkmkd = x_1m_1+\cdots+x_km_k.

Step 1 — Set-up. Let S={a1m1++akmk:aiZ}Z+S = \{a_1m_1+\cdots+a_km_k : a_i\in\mathbb Z\}\cap\mathbb Z^+. Taking a1=1a_1=1, a2==ak=0a_2=\cdots=a_k=0 gives m1Sm_1\in S, so SS\ne\emptyset.

Step 2 — Well-ordering. By the well-ordering principle, SS has a minimum element δ=x1m1++xkmk>0\delta = x_1m_1+\cdots+x_km_k > 0.

Step 3 — δ\delta divides each mim_i. Apply the division algorithm: mi=qiδ+rim_i = q_i\delta + r_i, 0ri<δ0\le r_i<\delta. Then

ri=miqiδ=miqi(x1m1++xkmk),r_i = m_i - q_i\delta = m_i - q_i(x_1m_1+\cdots+x_km_k),

which is an integer linear combination of m1,,mkm_1,\ldots,m_k. If ri>0r_i>0 then riSr_i\in S with ri<δr_i<\delta, contradicting minimality. Hence ri=0r_i=0, so δmi\delta\mid m_i for all ii.

Step 4 — δ=d\delta = d. Since δ\delta is a common divisor of all mim_i, δd\delta\le d (the gcd is the largest common divisor). Conversely, dmid\mid m_i for all ii, so dd divides every integer linear combination, in particular dδd\mid\delta, giving dδd\le\delta. Hence δ=d\delta = d.

d=x1m1++xkmk for some integers xi.  \boxed{d = x_1m_1+\cdots+x_km_k \text{ for some integers } x_i.}\;\blacksquare

Common Traps

Marks-Aware Writing

For the 5-mark table question: two complete, correct Cayley tables earn 3 marks; identifying orders and naming which is cyclic earns the remaining 2. Do not just draw a table without verifying the Latin square property (each element once per row/column).

For the 10-mark Bézout proof: a complete proof needs (a) non-emptiness of SS, (b) well-ordering cited by name, (c) the division-algorithm step producing the contradiction, and (d) the two-sided argument δd\delta\le d and dδd\le\delta. Any one of these missing costs 2–3 marks. Citing well-ordering without writing “By the well-ordering principle of Z+\mathbb Z^+” is acceptable but explicit citation is safer.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.