Skip to Content
Math4302Modern Algebra (Lecture 28)

Math4302 Modern Algebra (Lecture 28)

Rings

Field of quotients

Let RR be an integral domain (RR has unity and commutative with no zero divisors).

Consider the pair S={(a,b)a,bR,b0}S=\{(a,b)|a,b\in R, b\neq 0\}.

And define the equivalence relation on SS as follows:

(a,b)(c,d)(a,b)\sim (c,d) if and only if ad=bcad=bc.

We denote [(a,b)][(a,b)] as set of all elements in SS equivalent to (a,b)(a,b).

Let FF be the set of all equivalent classes. We define addition and multiplication on FF as follows:

[(a,b)]+[(c,d)]=[(ad+bc,bd)][(a,b)]+[(c,d)]=[(ad+bc,bd)] [(a,b)][(c,d)]=[(ac,bd)][(a,b)]\cdot[(c,d)]=[(ac,bd)]

The multiplication and addition is well defined

Addition:

If (a,b)(a,b)(a,b)\sim (a',b'), and (c,d)(c,d)(c,d)\sim (c',d'), then we want to show that (ad+bc,bd)(ad+cd,bd)(ad+bc,bd)\sim (a'd+c'd,b'd).

Since (a,b)(a,b)(a,b)\sim (a',b'), then ab=abab'=a'b; (c,d)(c,d)(c,d)\sim (c',d'), then cd=dccd'=dc',

So abdd=abddab'dd'=a'bdd', and cdbb=dcbbcd'bb'=dc'bb'.

adbd+bcbd=adbd+bcbdadb'd'+bcb'd'=a'd'bd+b'c'bd, therefore (ad+bc,bd)(ad+cd,bd)(ad+bc,bd)\sim (a'd+c'd,b'd).


Multiplication:

If (a,b)(a,b)(a,b)\sim (a',b'), and (c,d)(c,d)(c,d)\sim (c',d'), then we want to show that (ac,bd)(ac,bd)(ac,bd)\sim (a'c',b'd').

Since (a,b)(a,b)(a,b)\sim (a',b'), then ab=abab'=a'b; (c,d)(c,d)(c,d)\sim (c',d'), then cd=dccd'=dc', so (ac,bd)(ac,bd)(ac,bd)\sim (a'c',b'd')

Claim (F,+,*) is a field

  • additive identity: (0,1)F(0,1)\in F

  • additive inverse: (a,b)F(a,b)\in F, then (a,b)F(-a,b)\in F and (a,b)+(a,b)=(0,1)F(-a,b)+(a,b)=(0,1)\in F

  • additive associativity: bit long.

  • multiplicative identity: (1,1)F(1,1)\in F

  • multiplicative inverse: [(a,b)][(a,b)] is non zero if and only if a0a\neq 0, then a1=[(b,a)]Fa^{-1}=[(b,a)]\in F.

  • multiplicative associativity: bit long

  • distributivity: skip, too long.

Such field is called a quotient field of RR.

And FF contains RR by ϕ:RF\phi:R\to F, ϕ(a)=[(a,1)]\phi(a)=[(a,1)].

This is a ring homomorphism.

  • ϕ(a+b)=[(a+b,1)]=[(a,1)][(b,1)]ϕ(a)+ϕ(b)\phi(a+b)=[(a+b,1)]=[(a,1)][(b,1)]\phi(a)+\phi(b)
  • ϕ(ab)=[(ab,1)]=[(a,1)][(b,1)]ϕ(a)ϕ(b)\phi(ab)=[(ab,1)]=[(a,1)][(b,1)]\phi(a)\phi(b)

and ϕ\phi is injective.

If ϕ(a)=ϕ(b)\phi(a)=\phi(b), then a=ba=b.

Example

Let DRD\subset \mathbb R and

ZD{a+b2:a,bZ}\mathbb Z \subset D\coloneqq \{a+b\sqrt{2}:a,b\in \mathbb Z\}

Then DD is a subring of R\mathbb R, and integral domain, with usual addition and multiplication.

(a+b2)(c+d2)=(ac+2bd)+(ad+bc)2(a+b\sqrt{2})(c+d\sqrt{2})=(ac+2bd)+(ad+bc)\sqrt{2} (a+b2)=(a)+(b)2)-(a+b\sqrt{2})=(-a)+(-b)\sqrt{2})

DD is a integral domain since R\mathbb R has no zero divisors, therefore DD has no zero divisors.

Consider the field of quotients of DD. [(a+b2,c+d2)][(a+b\sqrt{2},c+d\sqrt{2})]. This is isomorphic to Q(2)={r+s2:r,sQ}\mathbb Q(\sqrt2)=\{r+s\sqrt{2}:r,s\in \mathbb Q\}

m+n2=mn+mn2[(mn+nm2,nn)]m+n\sqrt{2}=\frac{m}{n}+\frac{m'}{n'}\sqrt{2}\mapsto [(mn'+nm'\sqrt{2},nn')]

And use rationalization on the forward direction.

Polynomial rings

Let RR be a ring, a polynomial with coefficients in RR is a sum

a0+a1x++anxna_0+a_1x+\cdots+a_nx^n

where aiRa_i\in R. xx is indeterminate, a0,a1,,ana_0,a_1,\cdots,a_n are called coefficients. a0a_0 is the constant term.

If ff is a non-zero polynomial, then the degree of ff is defined as the largest nn such that an0a_n\neq 0.

Example

Let f=1+2x+0x21x3+0x4f=1+2x+0x^2-1x^3+0x^4, then degf=3deg f=3

If RR has a unity 11, then we write xmx^m instead of 1xm1x^m.

Let R[x]R[x] denote the set of all polynomials with coefficients in RR.

We define multiplication and addition on R[x]R[x].

f:a0+a1x++anxnf:a_0+a_1x+\cdots+a_nx^n

g:b0+b1x++bmxmg:b_0+b_1x+\cdots+b_mx^m

Define,

f+g=a0+b0+a1x+b1x++anxn+bmxmf+g=a_0+b_0+a_1x+b_1x+\cdots+a_nx^n+b_mx^m fg=(a0b0)+(a1b0)x++(anbm)xmfg=(a_0b_0)+(a_1b_0)x+\cdots+(a_nb_m)x^m

In general, the coefficient of xm=i=0maixmix^m=\sum_{i=0}^{m}a_ix^{m-i}.

Caution

The field RR may not be commutative, follow the order of computation matters.

We will show that this is a ring and explore additional properties.

Last updated on