Mathlib Map

Theorems · Theorem · number theory

NumberField.not_dvd_discr_iff_forall_liesOver

∀ (K : Type u_1) (𝒪 : Type u_2) [inst : Field K] [inst_1 : NumberField K] [inst_2 : CommRing 𝒪] [inst_3 : Algebra 𝒪 K]
  [IsIntegralClosure 𝒪 ℤ K] {p : ℤ},
  Prime p →
    (¬p ∣ NumberField.discr K ↔
      ∀ (P : Ideal 𝒪) (x : P.IsMaximal), P.LiesOver (Ideal.span {p}) → Algebra.IsUnramifiedAt ℤ P)

Also see not_dvd_discr_iff_forall_mem for a slightly easier to use RHS.

Defined in
Mathlib.NumberTheory.NumberField.Discriminant.Different
Cited by
2 results in Mathlib
Foundations
Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldNumberFieldCommRingAlgebraIsIntegralClosure

Around this declaration

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

Cites39

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

Cited by2

Results whose statement or proof uses this declaration.