Mathlib Map

Theorems · Theorem · number theory

NumberField.Ideal.tendsto_norm_le_div_atTop

∀ (K : Type u_1) [inst : Field K] [inst_1 : NumberField K],
  Filter.Tendsto (fun s => ↑(Nat.card { I // ↑(Ideal.absNorm I) ≤ s }) / s) Filter.atTop
    (nhds
      (2 ^ NumberField.InfinitePlace.nrRealPlaces K * (2 * Real.pi) ^ NumberField.InfinitePlace.nrComplexPlaces K *
            NumberField.Units.regulator K *
          ↑(NumberField.classNumber K) /
        (↑(NumberField.Units.torsionOrder K) * √|↑(NumberField.discr K)|)))

The limit of the number of integral ideals of norm ≤ s divided by s when s → +∞.

Defined in
Mathlib.NumberTheory.NumberField.Ideal.Asymptotics
Cited by
0 results in Mathlib
Foundations
Depth 348 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldNumberField

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites38

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.