← LibraryNumber Fields: Definition and Basic PropertiesEngineering · MathematicsLesson 277/385← PrevNext →
ArticlePublished 7 Aug 20262 min readBy Kevin Joginnumber fieldfield extensionembeddingsignature

Number Fields and Algebraic Numbers

Number Fields: Definition and Basic Properties

Number fields as finite extensions of the rationals, their embeddings and signature, and the presentation on which all computation depends.

Engineering / MathematicsNumber Fields and Algebraic Numbers2 min readKV-MATH-0574

A number field is a finite extension of the rationals. Every one is generated by a single element, which is what makes them computationally tractable: the whole field is described by one irreducible polynomial.

Presentation

K = Q[X] / (T(X)), T irreducible of degree nn is the degree of the field.

Embeddings and signature

A field of degree n has exactly n embeddings into the complex numbers, corresponding to the roots of the defining polynomial. Real roots give real embeddings; complex roots pair into conjugate embeddings.

Signature

r1Number of real embeddings
r2Number of conjugate pairs of complex embeddings
Relationr1 + 2 r2 = n
Unit rankr1 + r2 - 1, by the Dirichlet unit theorem

The presentation is not unique

The same field admits many defining polynomials, and they differ enormously in how pleasant they are to compute with.

Why the choice of defining polynomial matters
Property of the polynomialConsequence
Large coefficientsLarge intermediate values throughout
Large discriminantExpensive maximal order computation, since the discriminant must be factored
Large index in the maximal orderMany primes require the hard decomposition case
Small, reducedEverything downstream is cheaper

What is computed about a field

Relative extensions

Source. Henri Cohen, A Course in Computational Algebraic Number Theory, Springer GTM 138 — 4.1.2. Structural reference unverified: the source file was not available during authoring; chapter and section numbers are taken from the published edition and have not been checked against a physical copy.

Continue learning

Algebraic Numbers and Minimal PolynomialsArticle · MathematicsNEXT LESSON →The Standard Representation of Algebraic NumbersArticle · Mathematicsp-adic Root Finding and Newton PolygonsArticle · MathematicsThe Matrix (Regular) Representation of Algebraic NumbersArticle · Mathematics