Documentation

Mathlib.NumberTheory.NumberField.Ideal.Basic

Basic results on integral ideals of a number field #

We study results about integral ideals of a number field K.

Main definitions and results #

For I an integral ideal of K, the group morphism from the group of roots of unity of K of order n to (𝓞 K ⧸ I)ˣ.

Equations
Instances For

    For I an integral ideal of K, the group morphism from the torsion of K to (𝓞 K ⧸ I)ˣ.

    Equations
    Instances For
      theorem Ideal.rootsOfUnityMapQuot_inj {K : Type u_1} [Field K] {I : Ideal (NumberField.RingOfIntegers K)} [NumberField K] (n : ) [NeZero n] (hI₁ : absNorm I 1) (hI₂ : (absNorm I).Coprime n) {x y : (rootsOfUnity n (NumberField.RingOfIntegers K))} :

      If the ideal I is nontrivial and its norm is coprime with torsionOrder K, then the map Ideal.torsionMapQuot is injective.

      See Ideal.torsionMapQuot_injective' for a version, with I a prime ideal, where this coprimality is replaced by I being unramified over .

      If the prime ideal P is unramified over and the norm of the prime of lying under P is greater than 2, then the map Ideal.torsionMapQuot is injective.

      See Ideal.torsionMapQuot_injective for a version where, instead, the norm of the ideal is assumed coprime with torsionOrder K.

      If the norm of the (nonzero) prime ideal P is coprime with the order of the torsion of K, then the norm of P is congruent to 1 modulo torsionOrder K.

      See NumberField.torsionOrder_dvd_absNorm_sub_one' for a version where this coprimality is replaced by P being unramified over .

      If the prime ideal P is unramified over and the norm of the prime of lying under P is different from 2, then the norm of P is congruent to 1 modulo torsionOrder K.

      See NumberField.torsionOrder_dvd_absNorm_sub_one for a version where, instead, the norm of P is assumed coprime with torsionOrder K.