Mathlib Map

Theorems · Theorem · commutative algebra

Ring.ord_mul

∀ (R : Type u_1) [inst : CommRing R] {a b : R}, b ∈ nonZeroDivisors R → Ring.ord R (a * b) = Ring.ord R a + Ring.ord R b

The order of vanishing of a * b is the order of vanishing of a plus the order of vanishing of b.

Defined in
Mathlib.RingTheory.OrderOfVanishing.Basic
Cited by
3 results in Mathlib
Foundations
Depth 97 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.

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.