Mathlib Map

Theorems · Theorem · commutative algebra

cardQuot_mul_of_coprime

∀ {S : Type u_1} [inst : CommRing S] {I J : Ideal S},
  IsCoprime I J → Submodule.cardQuot (I * J) = Submodule.cardQuot I * Submodule.cardQuot J

Multiplicity of the ideal norm, for coprime ideals. This is essentially just a repackaging of the Chinese Remainder Theorem.

Defined in
Mathlib.RingTheory.Ideal.Norm.AbsNorm
Cited by
1 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.