Introductory Ring Theory

Rings

Ring Basics

A set is a ring if it is an abelian additive group with multiplicative associativity and the distributive property. A ring with 1 is called a ring with unity/identity. A ring with multiplicative community is called a commutative ring. Most rings we work with are commutative rings with identity. A commutative ring with identity is an integral domain if when ab=0 either a = 0 or b = 0. A ring is a division ring if every non-zero element is a unit (multiplicative inverse of another). A commutative division ring is a Field.

Types of rings:

Z is an integral domain (no multiplicative inverses. i.e. for 2Z we have 12Z)

R,Q,C are all Fields.

Zn is a commutative ring. Zp is a field

Clearly Zn is a commutative ring, however it is not an integral domain unless n is prime. For prime n it is a field.

Subrings:

Chain of subrings:

It is clear to see nZ is a subring of Z
Additionally:

ZQRC

Proposition for subrings:

Let S be a subset of ring R, SR. Then, S is a subring iff:

  1. S (S is not empty)
  2. s1s2Ss1,s2S (S has multiplicative closure)
  3. s1s2Ss1,s2S (Reverse additive closure)

Integral Domain and Fields (Intro)

Two elements a and b are zero devisors in a commutative ring if ab=0 but a and b are both not 0. Fields are commutative division rings. An integral domain has non zero devisors.

A Set F is a field if and only if:

  1. F is an additive abelian group
  2. F\{0} is a multiplicative abelian group
  3. Distributive property. Left and right.

Gaussian Integers ring Z[i]

Note, i2=1 thus all elements in this ring are deg 1, ie

Z[i]={a+bia,bZ}

It is clear to see Z[i]C (note does not contain all complex numbers). #review
(Ex 16.12; skipping over this but go through the example.)

This set in M2(Z2) Forms a field:

Pasted image 20250502145845.png
This is extremely specific, idk if i need to go through it rigorously

Q[2] forms a field

Remember, 22 is 2 so every element here is of deg 1

Q[2]={a+b2a,bQ}

#quick_review ex16.14. What are the inverses?

Important theorems for integral domains:

Cancelation Law: (Check for integral domain)

Let D be a commutative ring. D is an integral domain for all non-zero aD if $ab=ac, b=c.

Every Finite integral domain is a field

Characteristic:

The Characteristic for R is the least positive integer in R such that nr=0 for all rR. If one does not exist then characteristic of R is 0. Notated char R

Characteristic of Zp:

From the definition, it follows that the characteristic of every Zp is P

Order -> Characteristic association.

For any ring R with identity, if 1 has order n then the characteristic is n as n1 = 0. Or:

nr=n1r=(n1)r=0r=0

For any element rR. This means the characteristic of a commutative ring with identity is the order of 1

Characteristic of an Integral Domain is always prime

if not 0.

Ring homomorphisms and Ideals

Homomorphisms

Ring homomorphisms are the same, but now must carry addition and multiplication. An isomorphism again is just a bijective homomorphism.

Kernel of the homomorphism is again just the set of elements that map to 0 though the homomorphism.

For any n there is a homomorphism Φ:ZZn by Φ(a)=a(modn)

#review evaluation homomorphisms ex 16.21

Homomorphisms carry:

  1. Commutative property
  2. Multiplicative and Additive identities
  3. Field

Ideal

Subring I such that both ri and ir are in I; i.e.:
rII and IrI. One or the other is noted as left or right ideal.
(Remember, you have to show I is a subring first). Similar to normal subgroups

If you have a subset instead you can use the following definition:

  1. I is closed under addition
  2. riI for all rR and iI. Should do both directions for commutative rings

Trivial ideals:

{0} and then ring itself 1=R

Principal ideals

a={arrR}

is a ideal for some aR. In a commutative ring with identity this is the principal ideal.

Additionally, the trivial ideals are principal.

Ever ideal in Z is principal

We will come back to this, especially Z is a PID

The only ideals of Z are nZ

Combine the following:

The kernel of any ring homomorphism is an Ideal.
For ideal I of R, there is a ring homomorphism from ψ:RR/I defined by ψ(r)=r+I where the kernel is I (as any element would lead to just I which is the additive identity of R/I)

Factor Groups:

For some ideal I of R, the factor group R/I is a ring with multiplication definition

(r1+I)(r2+I)=(r1r2+I)

First Iso Theorem; works exactly the same as in groups.

Pasted image 20250502171614.png

Correspondence theorem

#review needed for a midterm 2 question you could not solve. Theorem 16.34

Maximal and Prime ideals

Maximal and prime ideals allow us to characterize R/I as a integral domain or field.

Maximal Ideal:

A proper ideal M of a ring R is a Maximal Ideal of R if M is not a proper subset of any ideal of R other than R its-self.

Note: I hate this book definition so here is a different one I included from Half-Factorial Domains

If I is a maximal ideal, for every J ideal s.t. IJR , then J is either R or I.

Does not mean the largest ring (I think)

Prime Ideal:

An ideal P is prime iff whenever abP either aP or bP

Important theorems:

For commutative rings with identity: (important for next proof.)

  1. I is prime R/I is a Integral Domain.
  2. I is maximal R/I is a field.

For ideal pZ in Z with prime p, pZ is a maximal ideal:

Take the factor group Z/pZ. This is isomorphic to Zp which is a field. This pZ must be prime maximal.

The isomorphism makes sense too as cosets are just multiples of p, multiples of p +1, etc until p-1.

Ideals in Zn

All ideals are generated by an element a which is a factor of n.

Every maximal ideal in an commutative ring with identity is also prime as every field is also an integral domain.

Reading Questions:

  1. What is the fundamental difference between groups and rings?
    1. Rings also have multiplicative associativity and the distributive property.
  2. Give two characterizations of an integral domain.
    1. If ab=0, then a = 0 or b = 0. Integral domains are commutative rings with identity.
  3. Provide two examples of fields, one infinite, one finite
    1. Infinite: R
    2. Finite: Z7 or any Zp for prime p.

Polynomials:

Define polynomial multiplication and addition the usual way. Many of these are familiar so I am speed-running. Review proofs if needed.

If R is a commutative ring with identity then R[x] is a commutative ring with identity.

In R[x] where R is an integral domain, the degree of the product of two polynomials is their sum.

Remember, this is only true in integral domains R, doesn't say much about R[x].

(x2+3)(x3+x2+34)=x5...

There is a homomorphism from R[x]R

Evaluation homomorphism ψα:R[x]R exists defined by ψα(p(x))=p(α). Called the evaluation homomorphism. These are surjective

Division Algorithm:

Similar to integers:

Any polynomial p(x) can be written as:
p(x)=q(x)g(x)+r(x)
where the deg of r(x) is less then the quotient or 0.

An element α is a zero (xα) is a factor.

Most amount of zeros = degree of polynomial

Irreducible Polynomials:

Can not be shown as a factor of polynomials with smaller degrees within the same field F

#review Most of the rest of 17. Skipped because it does not seem extremely important, however might need to go back.

Ideals in F[x]

Note: F being a field does not mean F[x] is a field. It is a PID

Generated (principal):

a(x)={a(x)f(x)f(x)F[x]}

F[x] is a PID

#review Maybe do the proof? see why this is?

Ie, x2 is the ideal with all polynomials without x and c

FpZp for prime p.

Note, does not work for not prime P as then Zn would not be a field. Additionally, remember FpnGL(pn), so its only a field if there are pn elements (power of some prime.)

Let F be a field and let p(x)F[x]. Then:

  1. <p(x)> is maximal p(x) is irreducible.
    You can combine this with [[#Important theorems]] to show a iff chain in fields:
  2. p(x) is irreducible in F[x] p(x) is maximal F[x]/p(x) is a Field
    Note: The second part of this works in any commutative ring with identity. The first part is only for a field.
    #important

Example Questions for this theorem:

You can use this to answer the warm up from April 28th:
I will solve it here:
Prove that the following are all fields:

  1. Q[x]/x22
    1. We are already aware that Q is a field. Thus, taking x22 we can see that the only solutions of this are ±2. Both of these are irrational, thus x22 is irreducible. This is because, by the division algorithm all factors must be of deg 1 (ie xα), and such a factor would exist iff it were a zero. Now, x22 being irreducible means x22 is maximal meaning Q[x]/x22 is a field.
  2. Q[x]/x32
    1. Similarly, Q is a field. x32 Has to have a factor of degree 1 if reducible, as the sum of the degrees of the factors need to add up to 3, so either {1,1,1} or {2,1}. However, no such factor with deg 1 exists as 23 is irrational. Thus, x32 is irreducible, x32 is maximal and Q[x]/x32 is a field.
  3. F2[x]/x3+x+1
    1. F2[x] is clearly a field. We have it so F2[x]Z2. This, plugging 0 in our function gives us 1, plugging 1 gives us 3=1. Either way there are no zeros, so no factors of deg 1 which is required and the polynomial is irreducible. By the same logic as the previous question, the ideal is maximal so this quotient ring is a field.
      We will come back to elements of these fields later.

Organization of R[x] by classification of R

This started to get long so I made it into its own page: Organization of R polynomial x by classification of R