← 2014 Paper 2
UPSC 2014 Maths Optional Paper 2 Q2a — Step-by-Step Solution
15 marks · Section A
Fields and finite fields · Algebra · asked 6× in 13 yrs · Read the full method →
Question
Show that Z7 is a field. Then find ([5]+[6])−1 and (−[4])−1 in Z7.
Technique
Standard ”Zp is a field iff p prime” theorem; computing inverses via brute-force or extended Euclidean.
Solution
Part 1 — Z7 is a field
General theorem: Zn is a field if and only if n is prime.
Proof outline:
-
Zn is a commutative ring with unity (additive and multiplicative inheritance from Z, with operations modulo n). Standard.
-
Non-trivial unity: [1]=[0] in Zn for n≥2. ✓
-
Every non-zero element has a multiplicative inverse: if [a]=[0] in Zn with n prime, then gcd(a,n)=1, so by Bézout’s identity there exist integers b,c with ab+nc=1. Reducing mod n: [a][b]=[1], so [b]=[a]−1.
For n=7 (prime): non-zero elements {[1],[2],[3],[4],[5],[6]} all have inverses in Z7. Hence Z7 is a field.
Explicit inverse table in Z7:
| [a] | [1] | [2] | [3] | [4] | [5] | [6] |
|---|
| [a]−1 | [1] | [4] | [5] | [2] | [3] | [6] |
(Verify: [2][4]=[8]=[1], [3][5]=[15]=[1], [6][6]=[36]=[1].)
Part 2 — ([5]+[6])−1
[5]+[6]=[11]=[4] in Z7.
From the table, [4]−1=[2].
([5]+[6])−1=[2] in Z7.
Part 3 — (−[4])−1
−[4]=[−4]=[3] in Z7 (since −4+7=3).
From the table, [3]−1=[5].
Answer
(−[4])−1=[5] in Z7.