Alphabeta Math
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Number Fields Rings of Integers and Discriminants

1 · Prerequisites

2 · Summary

For a finite extension K/Q, this page separates its maximal order OK from arbitrary full-rank orders. Discriminants are first attached to ordered bases; the change-of-basis formula then makes the order and field invariants well defined. The embedding determinant always uses all [K:Q] embeddings.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Number field

Definition

A number field is a finite extension K/Q; write n=[K:Q].

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Ring of integers

Definition

For a number field K, its ring of integers is OK, the integral closure of Z in K. It is not an arbitrary order.

CorollaryStatement: Literature-sourcedProof: AI-adaptedaudited 2026-09-06Open item page →

Minimal-polynomial criterion for algebraic integers

Statement

For αK, αOK if and only if its monic minimal polynomial over Q lies in Z[X].

Facts & Assumptions

Given: αK.

[F1]

Integrality means satisfying a monic polynomial over the base ring (Integral ring maps and integral extensions).

Proof

technique · direct
1.1

If the minimal polynomial is monic over Z, [F1] gives αOK.

F1given
2.1

Conversely, a monic integral polynomial annihilating α is divisible by its monic minimal polynomial; Gauss's lemma makes the latter integral.

F1step 1.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Clearing denominators for an algebraic number

Statement

For every αK, some positive integer m satisfies mαOK; hence K=Frac(OK).

Facts & Assumptions

Given: αK.

Proof

technique · direct
1.1

Write the monic minimal polynomial of α as Xn+cn1Xn1++c0Q[X], and choose a positive common denominator m of the ci. Multiplying the equation for α by mn shows that mα satisfies Xn+(mcn1)Xn1+(m2cn2)Xn2++mnc0, a monic polynomial in Z[X].

givenalgebra
2.1

Thus mαOK, and α=(mα)/m lies in its fraction field; the reverse inclusion is contained in K.

step 1.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Trace and norm of an algebraic integer

Statement

If αOK, then TrK/Q(α) and NK/Q(α) belong to Z.

Facts & Assumptions

Given: αOK.

[F1]

Trace and norm are the trace and determinant of multiplication (The norm NK/F and trace TrK/F of a finite field extension).

[F2]

The monic minimal polynomial of an algebraic integer has coefficients in Z (Minimal-polynomial criterion for algebraic integers).

Proof

technique · direct
1.1

Let f(X)=Xr+cr1Xr1++c0 be the minimal polynomial of α over Q. Fact [F2] gives cjZ.

F2given
2.1

Put h=[K:Q(α)]. Regarding K as a Q(α)-vector space, multiplication by α acts as the scalar α on each of h basis directions. Hence its characteristic polynomial over Q is f(X)h. By [F1], TrK/Q(α)=hcr1,NK/Q(α)=(1)rhc0h, which are integers.

F1step 1.1algebra
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Order in a number field

Definition

An order in K is a unital subring OOK whose additive group is free of rank [K:Q].

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Integral and power integral bases

Definition

Let O be an order in a number field K of degree n. An integral basis of O is an ordered Z-basis of O. A power integral basis of O is an integral basis of the form (1,α,,αn1); equivalently, O=Z[α]. In the special case O=OK, this says OK=Z[α], and then K is called monogenic. A power integral basis is extra structure, not an assumption on an arbitrary order or number field.

TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

The ring of integers has rank the degree

Statement

OK is a free Z-module of rank [K:Q].

Facts & Assumptions

Given: A number field K.

[F2]

A submodule of finite free module over a PID is free (A submodule of a free module of finite rank over a PID is free of no larger rank).

[F3]

Every element of K has a positive integer multiple in OK, so K=Frac(OK) (Clearing denominators for an algebraic number).

Proof

technique · direct
1.1

Fact [F1] makes OK finitely generated; it is torsion-free because it is contained in the characteristic-zero field K.

F1given
2.1

The PID structure theorem, equivalently [F2] after embedding in a finite free module, makes it free. Fact [F3] gives OKZQK, so its rank is [K:Q].

F2F3step 1.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Orders have integral bases and finite index

Statement

Every order has an integral basis and finite additive index in OK.

Facts & Assumptions

Given: An order OOK.

[F1]

OK is free of rank n (The ring of integers has rank the degree).

[F2]

Full-rank PID submodules admit simultaneous bases (Simultaneous bases for a submodule of a finite free module over a PID).

Proof

technique · direct
1.1

The order has full rank by definition, so [F1] makes it a rank-n submodule of a free rank-n group.

F1given
2.1

Apply [F2]: the quotient is a finite direct sum of Z/aiZ, and the resulting basis of O is integral.

F2step 1.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Archimedean embeddings and signature

Definition

Let K be a number field. Let r1 be the number of field embeddings KR that fix Q, and let r2 be the number of complex-conjugate pairs among the nonreal field embeddings KC that fix Q. The signature of K is (r1,r2), with r1+2r2=[K:Q]. Embedding determinants use all of these real and nonreal embeddings.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Discriminant of a basis and order

Definition

For an ordered Q-basis α1,,αn, set disc(α1,,αn)=det(TrK/Q(αiαj))i,j. For an order OK, define disc(O) to be the discriminant of any integral basis of O. This is independent of the integral basis: the change matrix between two Z-bases is unimodular, and Change of basis for discriminants multiplies the discriminant by the square of its determinant, which is 1. Finally, dK:=disc(OK); the existence of an integral basis of OK is supplied by The ring of integers has rank the degree.

LemmaStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Change of basis for discriminants

Statement

If βj=iaijαi, then disc(β)=det(A)2disc(α).

Facts & Assumptions

Given: Two ordered bases related by A=(aij).

Proof

technique · direct
1.1

Bilinearity of trace gives Gβ=AtGαA for the trace Gram matrices.

givenalgebra
2.1

Taking determinants gives the asserted square factor.

step 1.1algebra
TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Embedding determinant formula

Statement

Let σ1,,σn be the n distinct embeddings KC. For every ordered Q-basis α1,,αn of K, disc(α1,,αn)=det(σi(αj))2, and the determinant is nonzero.

Facts & Assumptions

Given: An ordered basis of the number field.

[F1]

In a separable extension, trace is the sum over the embeddings (Norm and trace from embeddings, with the inseparable exponent in the norm formula).

[F2]

Distinct field embeddings are linearly independent as characters (Dedekind's linear independence theorem for distinct characters).

Proof

technique · direct
1.1

With A=(σi(αj)), [F1] gives G=AtA for the trace Gram matrix.

F1given
1.2

If A were singular, a nonzero linear combination of its rows would vanish on the basis and hence on every element of K, contradicting [F2]. Thus detA0.

F2given
2.1

Taking determinants in step 1.1 gives detG=det(A)2, and step 1.2 gives the asserted nonvanishing.

step 1.1step 1.2algebra
TheoremStatement: Literature-sourcedProof: Literature-sourcedaudited 2026-09-06Open item page →

Number-field discriminant is well-defined and nonzero

Statement

Integral bases give the same nonzero signed integer dK.

Facts & Assumptions

Given: Two integral bases of OK.

[F1]

Change of basis squares its determinant (Change of basis for discriminants).

[F2]

The embedding determinant formula holds (Embedding determinant formula).

Proof

technique · direct
1.1

The integral change matrix is unimodular, so [F1] gives basis independence; integral traces make the value integral.

F1given
2.1

Distinct embeddings make the matrix in [F2] invertible, so its square is nonzero.

F2step 1.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Power-basis and polynomial discriminants

Statement

Let K=Q(α). If f is the degree-n monic minimal polynomial of α, then disc(1,α,,αn1)=(1)n(n1)/2NK/Q(f(α))=disc(f).

Facts & Assumptions

Given: K=Q(α) and degf=n.

[F1]

The basis discriminant is the square of its embedding determinant (Embedding determinant formula).

Proof

technique · direct
1.1

Fact [F1] makes the determinant the Vandermonde product of the conjugates of α.

F1given
2.1

Squaring it and regrouping the root differences is the polynomial discriminant, equivalently the displayed derivative norm.

step 1.1algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Order-index discriminant formula

Statement

For an order OOK, disc(O)=[OK:O]2dK.

Facts & Assumptions

Given: An order O.

[F1]

Simultaneous bases exist with finite index (Orders have integral bases and finite index).

[F2]

Discriminants change by a determinant square (Change of basis for discriminants).

Proof

technique · direct
1.1

Choose the bases from [F1]; the absolute change determinant is the index.

F1given
2.1

Apply [F2] and square the determinant.

F2step 1.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Squarefree power discriminant criterion

Statement

If integral α generates K and its power-basis discriminant is squarefree, then OK=Z[α].

Facts & Assumptions

Given: The stated integral generator.

[F1]

The index-discriminant formula holds (Order-index discriminant formula).

Proof

technique · direct
1.1

The power order is an order, and [F1] says its discriminant is the square of its index times dK.

F1given
2.1

A square index dividing a squarefree integer is 1, so the two orders coincide.

step 1.1algebra
TheoremStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Integers in a quadratic field

Statement

For squarefree d1, OQ(d)=Z[(1+d)/2] if d1(mod4), and Z[d] otherwise.

Facts & Assumptions

Given: Squarefree d1.

[F1]

Integral elements have integral trace and norm (Trace and norm of an algebraic integer).

Proof

technique · direct
1.1

Write an integral element as (a+bd)/c in lowest terms. Fact [F1] forces 2a/c,(a2db2)/c2Z.

F1given
2.1

These divisibilities force c2; the c=2 case occurs exactly when d1(mod4), yielding the displayed bases.

step 1.1algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Discriminant of a quadratic field

Statement

For squarefree d1, dK=d if d1(mod4), and dK=4d otherwise.

Facts & Assumptions

Given: Squarefree d1.

[F1]

The integral bases are known (Integers in a quadratic field).

Proof

technique · direct
1.1

In each basis of [F1], form the 2×2 trace Gram matrix.

F1given
2.1

Its determinant is respectively d and 4d.

step 1.1algebra
CorollaryStatement: Literature-sourcedProof: Literature-sourcedjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Rings of integers are Dedekind domains

Statement

Assume the Axiom of Choice. The ring of integers of every number field is a Dedekind domain.

Facts & Assumptions

Given: The Axiom of Choice and a number field K.

[F1]

Assuming Choice, the integral closure of a Dedekind domain in a finite separable extension is Dedekind (The integral closure of a Dedekind domain in a finite separable extension is Dedekind).

Proof

technique · direct
1.1

Apply [F1] with base ring Z and extension K/Q.

F1given
2.1

Its integral closure is precisely OK, so it is Dedekind.

step 1.1

5 · Examples, counterexamples and false statements

None yet.

Sources