Rings and Fields

25 min
0/4 practice checks

A ring has two operations, ++ and ×\times: it is an abelian group under ++, its multiplication is associative and distributes over addition (a(b+c)=ab+aca(b+c) = ab + ac). Examples: Z\mathbb{Z}, and Zn\mathbb{Z}_n for any nn.

A field is a commutative ring with identity in which every nonzero element has a multiplicative inverse. So a field lets you add, subtract, multiply and divide (except by 00). Q\mathbb{Q}, R\mathbb{R} and C\mathbb{C} are fields; Z\mathbb{Z} is only a ring (no integer inverse for 22).

Worked example. Zp\mathbb{Z}_p is a field exactly when pp is prime. So Z7\mathbb{Z}_7 is a field: every nonzero element has an inverse (e.g. 31=53^{-1} = 5 since 3×5=1513\times5=15\equiv1). But Z6\mathbb{Z}_6 is not a field: 2×3=602 \times 3 = 6 \equiv 0, so 22 and 33 are zero divisors — nonzero elements whose product is 00 — and zero divisors can never have inverses.