Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.count_associates_factors_eq

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDedekindDomain R] {I J : Ideal R},
  I ≠ 0 →
    J.IsPrime →
      J ≠ ⊥ →
        (Associates.mk J).count (Associates.mk I).factors =
          Multiset.count J (UniqueFactorizationMonoid.normalizedFactors I)

The number of times an ideal I occurs as normalized factor of another ideal J is stable when regarding these ideals as associated elements of the monoid of ideals.

Defined in
Mathlib.RingTheory.DedekindDomain.Ideal.Lemmas
Cited by
4 results in Mathlib
Foundations
Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDedekindDomain

Around this declaration

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

Cites21

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

Cited by4

Results whose statement or proof uses this declaration.