Group Theory and Linear Algebra

Arun Ram
Department of Mathematics and Statistics
University of Melbourne
Parkville, VIC 3010 Australia
aram@unimelb.edu.au

Last updated: 17 September 2014

Lecture 5: Rings and Fields

An abelian group is a set A with a function (addition) A×A⟶A (a,b)⟼a+b such that

(a) If a1,a2,a3∈A then (a1+a2)+a3=a1+(a2+a3).
(b) There exists 0∈A such that if a∈A then 0+a=a and a+0=a.
(c) If a∈A then there exists -a∈A such that a+(-a)=0 and (-a)+a=0.

(a) ℤ with addition.
(b) M1×5(ℝ)={column vectors of length 5 with entries in  ℝ} with (a1a2a3a4a5)+ (b1b2b3b4ab)= ( a1+b1 a2+b2 a3+b3 a4+b4 a5+b5 ) .

A ring is an abelian group R with a function (multiplication) R×R⟶R (a,b)⟼ab such that

(d) If r1,r2,r3∈R then (r1r2)r3=r1(r2r3),
(e) There exists 1∈R such that if r∈R then r·1=r and 1·r=r.
(f) If r1,r2,r3∈R then r1(r2+r3)= r1r2+r1r3 and(r1+r2) r3=r1r3+r2 r3 (the distributive properties).

(a) ℤ with addition and multiplication.
(b) ℤmℤ with addition and multiplication.
(c) ℂ[t], polynomials, with addition and multiplication.
(d) Mn×n(ℝ), square matrices, with addition and multiplication.
ℂ[t]= { a0+a1t+a2 t2+⋯ |  ai∈ℂ and all but a finite number of the   ai are 0 } (5t2+3t+7) (3t3+5) = 15t5+25t2+ 9t4+15t+21t3 +35 = 15t5+9t4+2 t3+25t2+15 t+35.

A commutative ring is a ring R such that

(g) if r1,r2∈R then r1r2=r2r1.

A field is a commutative ring 𝔽 such that

(h) If r∈𝔽 and r≠0 then there exists r-1∈𝔽 such that r·r-1=1 and r-1·r=1.

(a) ℚ={ab | a,b∈ℤ,b≠0} with ab=cd if ad=bc.
(b) ℝ={decimal expansions}.
(c) ℂ={a+bi | a,b∈ℝ} with i2=-1.

Clocks

1 1 2 1 32 1 42 3 1 52 43 ℤ1ℤ ℤ2ℤ ℤ3ℤ ℤ4ℤ ℤ5ℤ Better to write 0 0 1 0 21 0 31 2 0 41 32 ℤ1ℤ ℤ2ℤ ℤ3ℤ ℤ4ℤ ℤ5ℤ All of these are commutative rings. Which are fields? In ℤ5ℤ: 1·1=1, 2·3=1, 3·2=1, 4·4=1.
In ℤ4ℤ: 1·1=1, 3·3=1, but 2·x is never 1.
So 2 is not invertible in ℤ4ℤ, and ℤ4ℤ is not a field.

M2×2(ℂ) is not a commutative ring since (0100), (0010)∈ M2×2(ℂ)and (0100) (0010)= (1000) and (0010) (0100)= (0001) so that (0100) (0010) ≠ (0010) (0100).

Let A be an abelian group. Let a∈A. Show that -(-a)=a.

Proof.

Assume a∈A.
To show: -(-a)=a.
We know: -a is an element (call it b) such that b+a=0and a+b=0. (1) We know: -(-a)=-b is an element (call it c) such that c+b=0and b+c=0. (2) To show: c=a. c=c+0=c+ (b+a)= (c+b)+a= 0+a=a, by properties (b), (1), (a), (2), (b), respectively.

□

Let A be an abelian group. Show that 0∈A is unique.

Proof.

To show: 0∈A is unique.
0 is an element (call it a) such that if x∈A then  a+x=x and x +a=x. (3) Let b be another element such that if x∈A then b+ x=x and x+b=x. (4) To show: a=b a=a+b=b, by (4) and (3), respectively.

□

Let R be a ring. Let a∈R. Show that 0·a=0.

Proof.

Assume a∈R.
To show: 0·a=0. 0·a=(0+0)·a= 0·a+0·a (by (b) and the distributive law). Add -(0·a) to each side to get 0=0·a(because  0·a+(-(0·a)) =0).

□

Let R be a ring. Let a∈R. Show that (-1)·a=-a.

Proof.

Assume a∈R.
To show: (-1)·a=-a.
We know: -a is an element (call it b) such that b+a=0and a+b=0. We know: -1 is an element (call it c) such that c+1=0and 1+c=0. To show: c·a=b. c·a+a = (c+1)a= 0·a=0,and a+c·a = (1+c)a= 0·a=0. Then b=b+0=b+a+c·a =0+c·a=c·a.

□

Notes and References

These are a typed copy of Lecture 5 from a series of handwritten lecture notes for the class Group Theory and Linear Algebra given on August 3, 2011.

page history