Mathlib Map

Theorems · Theorem · commutative algebra

pow_sub_one_dvd_differentIdeal

∀ (A : Type u_1) {B : Type u_3} [inst : CommRing A] [inst_1 : CommRing B] [inst_2 : Algebra A B] [inst_3 : IsDomain A]
  [inst_4 : IsDedekindDomain A] [inst_5 : IsDedekindDomain B] [inst_6 : Module.IsTorsionFree A B]
  [inst_7 : Module.Finite A B] [Algebra.IsSeparable (FractionRing A) (FractionRing B)] {p : Ideal A} [p.IsMaximal]
  (P : Ideal B) (e : ℕ), p ≠ ⊥ → P ^ e ∣ Ideal.map (algebraMap A B) p → P ^ (e - 1) ∣ differentIdeal A B
Defined in
Mathlib.RingTheory.DedekindDomain.Different
Cited by
2 results in Mathlib
Foundations
Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraIsDomainIsDedekindDomainIsDedekindDomainModule.IsTorsionFreeModule.FiniteAlgebra.IsSeparableIdeal.IsMaximal

Around this declaration

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

Cites25

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.