Documentation

TauCeti.NumberTheory.Multiquadratic.Prime.Discriminant.QuadraticSubfield

Quadratic subfields of a prime-discriminant compositum #

Let D i be distinct prime discriminants, with at most one even member, and let root i be square roots of their radicands. Every quadratic subfield of the multiquadratic compositum ℚ(root i : i) is generated by a product of a unique nonempty subset of the roots. This file combines the field-generic subset-product classification of Subfield/Classification with the arithmetic of prime discriminants: the discriminant of the subfield indexed by S is exactly ∏ i ∈ S, D i.

The arithmetic input is that a subset product of prime-discriminant radicands is squarefree and has fundamental discriminant ∏ i ∈ S, D i. The at-most-one-even hypothesis is what rules out the pair 8, -8, whose radicands are not coprime.

The prime-discriminant description is classical; see D. A. Cox, Primes of the Form x² + ny², §6.A, and F. Lemmermeyer, Reciprocity Laws: From Euler to Eisenstein, §2.2.

Main results #

theorem TauCeti.Multiquadratic.squarefree_prod_primeDiscriminantRadicands_of_forall_isEvenPrimeDiscriminant_eq {ι : Type u_1} {D : ι} {S : Finset ι} (hD : iS, IsPrimeDiscriminant (D i)) (hinj : Set.InjOn D S) (heven : iS, jS, IsEvenPrimeDiscriminant (D i)IsEvenPrimeDiscriminant (D j)D i = D j) :

Products of radicands indexed by distinct prime discriminants with at most one even member are squarefree. The at-most-one-even condition excludes the sole non-coprime pair of distinct prime-discriminant radicands, those attached to 8 and -8.

theorem TauCeti.Multiquadratic.fundamentalDiscriminant_prod_primeDiscriminantRadicands {ι : Type u_1} {D : ι} {S : Finset ι} (hD : iS, IsPrimeDiscriminant (D i)) (hinj : Set.InjOn D S) (heven : iS, jS, IsEvenPrimeDiscriminant (D i)IsEvenPrimeDiscriminant (D j)D i = D j) :
fundamentalDiscriminant (∏ iS, primeDiscriminantRadicand (D i)) = iS, D i

Fundamental discriminant of a subset product of prime-discriminant radicands. For a distinct family of prime discriminants with at most one even member,

fundamentalDiscriminant (∏ i ∈ S, radicand (D i)) = ∏ i ∈ S, D i.

The even factor is the load-bearing point: if it is present, it contributes the unique factor 4 removed by primeDiscriminantRadicand; all other factors are odd and congruent to 1 modulo 4. If no even factor is present, every radicand is already its prime discriminant.

theorem TauCeti.Multiquadratic.discr_adjoin_prod_root_primeDiscriminants {ι : Type u_1} {D : ι} {S : Finset ι} {L : Type u_2} [Field L] [CharZero L] {root : ιL} (hS : S.Nonempty) (hD : iS, IsPrimeDiscriminant (D i)) (hinj : Set.InjOn D S) (heven : iS, jS, IsEvenPrimeDiscriminant (D i)IsEvenPrimeDiscriminant (D j)D i = D j) (hroot : iS, root i ^ 2 = (algebraMap L) (primeDiscriminantRadicand (D i))) :
have hxint := ; NumberField.discr iS, root i = iS, D i

Discriminant of a subset-product quadratic subfield. The quadratic subfield generated by ∏ i ∈ S, root i has field discriminant ∏ i ∈ S, D i. Only the members of S are constrained: the discriminants indexed by S must be distinct prime discriminants with at most one even member, and root i must be a square root of the radicand of D i for i ∈ S. The ambient field need only have characteristic zero; the subfield is a number field because the product root is integral.

theorem TauCeti.Multiquadratic.exists_finset_discr_eq_of_finrank_two_primeDiscriminants {ι : Type u_1} (D : ι) {L : Type u_2} [Field L] [CharZero L] (hD : ∀ (i : ι), IsPrimeDiscriminant (D i)) (hinj : Function.Injective D) (heven : ∀ (i j : ι), IsEvenPrimeDiscriminant (D i)IsEvenPrimeDiscriminant (D j)D i = D j) (root : ιL) (hroot : ∀ (i : ι), root i ^ 2 = (algebraMap L) (primeDiscriminantRadicand (D i))) [NumberField L] [Finite ι] (htop : IntermediateField.adjoin (Set.range root) = ) (F : IntermediateField L) (hF : Module.finrank F = 2) :
∃ (S : Finset ι), S.Nonempty F = iS, root i NumberField.discr F = iS, D i

Quadratic subfields of a prime-discriminant compositum. Suppose the chosen roots generate the ambient number field. Every quadratic intermediate field is generated by the product of a nonempty subset of those roots, and its field discriminant is the product of the corresponding prime discriminants.