Quadratic Number Fields, Math 413 (Number Theory)

Quadratic Number Fields

Number Theory, Math 413, Spring 2003


  1. Simple Examples
  2. Basic Operations & Definitions
  3. Conjugates & the Galois Group
  4. Algebraic Integers
  5. Units
  6. Primes & Splitting
  7. Unique Factorization
  1. Computational Tools
  2. Tables
  3. Examples
    1. Q[√13]
    2. Q[√-5]
    3. Fifth Cyclotomic Field
  4. Open Questions
  5. References

Readings:

1. Simple Examples

Gaussian Integers

Eisenstein Integers

2. Basic Operations & Definitions

We first view a quadratic number field naively as the set of all polynomials in the square root of some non-square, for example Q[√5]. This representation allows us to define most of the operations we want, but for some analysis we will have to use a more subtle point of view.

Addition & Multiplication: We add and multiply two elements of the quadratic number field in the usual way:

Division takes a bit more thought, but can be done in a manner analogous to what we did in the Gaussian Integers, using something like complex conjugation to rationalize the denominator.

Division: We divide and then rationalize the denominator:
(x+yd)/(z+wd)
= ((x+yd)(z-wd))/((z+wd)(z-wd))
= ((xz-ywd)+(yz-xw)√d)/(z2-w2d)
= ((xz-ywd)/(z2-w2d)+√d(yz-xw)/(z2-w2d))

In order to rationalize the denominator we multiply by something other than the complex conjugate (unless d<0), but a more general conjugate, where √d → -√d. We will generalize this still further in the next section.

3. Conjugates & the Galois Group

Defn: conjugate

Defn: trace

Defn: norm

Defn: minimal polynomial

4. Algebraic Integers

Defn: α is an algebraic integer if it is the root of a polynomial whose coefficients are all rational integers.

In order to reduce (or increase) confusion we refer to the usual integers, {...,-2,-1,0,1,2,...}=ZQ, as the rational integers.

We may specify that the minimal polynomial, mα(x) (when the number field is viewed as an extension of Q) rational integers for all of its coefficients.

Characterizing the algebraic integers in a number field is not an easy task in general, but in the quadratic number field case we can easily characterize the algebraic integers. Consider the quadratic number field Q[√d]. We ask if the general element α=(a+bd)c is an algebraic integer.

α=(a+bd)c, assuming WLOG that gcd(a,b,c)=1.
m&alpha(x) = x2 + Tr(α)x + N(α)
= x2 + (2a/c)x + (a2-db2)/c2
So α is an integer iff both (2a/c) and (a2-db2)/c2 are rational integers.
Claim: For no prime p≠2 does p divide c
Were this true, then p|c|a (as (2a/c) is a rational integer). Thus, as (a2-db2)/c2 is a rational integer and d is squarefree, we have that p|b and gcd(a,b,c)≠1, a contradiction. Thus c is a power of 2. In fact, the same argument shows that c is either 1 or 2.
The case c=1 is easy, a and b can take any integer values.
The case c=2 is equivalent to requiring that (a2-db2)/4 is a rational integer. Thus (a2-db2)=0(mod 4). The case a2=b2=0 (mod 4) is excluded, as then 2 divides gcd(a,b,c). Thus a2 = db2 = 1 (mod 4). Thus requires that d = 1 (mod 4) and a = b (mod 2). So we get:

The algebraic integers in Q[√d] have the form:

It is common to reformulate this in terms of an element ω. The algebraic integers in Q[√d] are the Z-linear combinations of {1, ω}, where:

Thm: The algebraic integers form a ring with closure under addition and multiplication.

proof: In the case of quadratic number fields this is easily proven by looking at the form algebraic integers take in this case (see above).

5. Units

Pell's Equation

Thm: (Dirichlet's Unit Theorem)

6. Primes & Splitting

Splitting Example

7. Unique Factorization

[Cohn62, Chap VII, VIII.2]

A. Computational Tools

B. Tables

[Cohn62, Table III]

Examples

  1. Q[√13]
    The real quadratic field Q(√13) has a ring of integers O(√13) = <1, ω>, where ω = (1+√13)/2.
    The group of units is U(√13) = {±η0k}, where η0 = 1 + ω = (3+√13)/2.
    Q(√13) has unique factorization and a rational prime p splits iff p = {1, 3, 4, 9, 10, 12} (mod 13)
    Units: α = (a+b√13)/2 is a unit iff N(α) = (a2+13b2)/4 = ±1. Thus (a2+13b2) = ±4. This generalized Pell Equation can be solved using the methods from earlier section and the fundamental solution is a=3 and b=1. Thus the fundamental unit, generating the infinite part of the group of units is η0 = (3+√13)/2
    We see that the integers in Q[√13] have unique factorization as ...
    The small primes split as:
  2. Q[√-5]
  3. Fifth Cyclotomic Field

D. Open Questions

  1. Class Number: Is every natural number equal to the class number of some quadratic field with negative discriminant? positive discriminant? (equivalent to similar question for quadratic forms)
  2. Real with Unique Factorization: Are there an infinite number of real quadratic fields with unique factorization. (Conjectured by Guass.)

E. References

[Cohn62] Advanced Number Theory, by H. Cohn, Dover, 1980 (originally published in 1962 by Wiley as A Second Course in Number Theory)
[ST01] Algebraic Number Theory and Fermat's Last Theorem, 3rd Ed, by Stewart & Tall, Peters Publ, 2001

Robert Campbell, campbell@math.umbc.edu
3 May, 2003