Skip to main content

Quadratic extensions rings

note

This lab was written by Elad Zelingher, all rights reserved to Elad Zelingher.

Let α\alpha be an integer that is not a square. We define Z[α]\mathbb{Z}[\sqrt{\alpha}] to be the following subset of the complex numbers

Z[α]={x+yαx,yZ}.\begin{equation*} \mathbb{Z}[\sqrt{\alpha}] = \left\{ x + y \sqrt{\alpha} \mid x,y \in \mathbb{Z} \right\}. \end{equation*}

The set Z[α]\mathbb{Z}[\sqrt{\alpha}] is a ring: by this we mean that:

  • 0,1Z[α]0,1 \in \mathbb{Z}[\sqrt{\alpha}].
  • If two elements belong to Z[α]\mathbb{Z}[\sqrt{\alpha}] then their sum and difference also belong to Z[α]\mathbb{Z}[\sqrt{\alpha}].
  • If two elements belong to Z[α]\mathbb{Z}[\sqrt{\alpha}] then their product also belongs to Z[α]\mathbb{Z}[\sqrt{\alpha}].

An element uZ[α]u \in \mathbb{Z}[\sqrt{\alpha}] is called a unit if there exists uZ[α]u' \in \mathbb{Z}[\sqrt{\alpha}] such that uu=1u u' = 1. In this case we call uu' the inverse of uu.

An element aZ[α]a \in \mathbb{Z}[\sqrt{\alpha}] is called irreducible if aa is not a unit and for every b,cZ[α]b,c \in \mathbb{Z}[\sqrt{\alpha}] such that a=bca = bc we have that either bb or cc is a unit.

We will prove in class that every element 0aZ[α]0 \ne a \in \mathbb{Z}[\sqrt{\alpha}] can be written in the form

a=ϵp1p2p.\begin{equation*} a = \epsilon p_1 p_2 \dots p_{\ell}. \end{equation*}

where:

  • ϵ\epsilon is a unit.
  • pip_i is a an irreducible element for every 1i1 \le i \le \ell.

We will refer to the equation above as a factorization of aa.

Problem 1

The app QuadraticRingFactorization allows you to see the different factorizations of elements in Z[α]\mathbb{Z}[\sqrt{\alpha}]. By selecting the checkbox, you can restrict the list to display only prime numbers.

Use the app with α=1\alpha = -1 and n=100n = 100 and select "Show only prime numbers". What prime numbers remain irreducible in Z[i]?\mathbb{Z}\left[i\right]? Can you identify a pattern?

Problem 2

Repeat the process above to identify a pattern for which prime numbers remain irreducible in Z[3]\mathbb{Z}\left[\sqrt{-3}\right].

Problem 3

Repeat the process above to identify a pattern for which prime numbers remain irreducible in Z[2]\mathbb{Z}\left[\sqrt{-2}\right].

If you are stuck, use The On-Line Encyclopedia of Integer Sequences (OEIS): make a list of the prime numbers that remain irreducible in Z[2]\mathbb{Z}\left[\sqrt{-2}\right] and enter that sequence to OEIS to see if a pattern is already known.

Problem 4

We say that Z[α]\mathbb{Z}\left[\sqrt{\alpha}\right] is a unique factorization domain if for every a0a \ne 0 the decomposition

a=ϵp1p2p.\begin{equation*} a = \epsilon p_1 p_2 \dots p_{\ell}. \end{equation*}

is unique, up to possibly:

  • Replacing ϵ\epsilon with a different unit ϵ\epsilon'.
  • Replacing pip_i with pi=uipip'_i = u_i p_i where uiu_i is a unit.
  • Reordering the pip_is.

Use QuadraticRingFactorization to check if Z[i]\mathbb{Z}[i] is a unique factorization domain? Is Z[2]\mathbb{Z}[\sqrt{-2}]? What about Z[3]\mathbb{Z}[\sqrt{-3}], Z[2]\mathbb{Z}[\sqrt{2}] and Z[3]\mathbb{Z}[\sqrt{3}]?

Problem 5

Is Z[5]\mathbb{Z}[\sqrt{5}] a unique factorization domain? Why?

Problem 6

Make a list of α\alpha for which Z[α]\mathbb{Z}[\sqrt{\alpha}] is a unique factorization domain and look it up on OEIS.