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 bThe order of vanishing of a * b is the order of vanishing of a plus the order
of vanishing of b.
- 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.
- CommRingstatement and proof · cited by 17,173
- ENatstatement · cited by 4,985
- Idealproof · cited by 4,748
- Submonoidstatement · cited by 3,086
- HasQuotient.Quotientproof · cited by 2,301
- mul_commproof · cited by 2,262
- Submodule.spanproof · cited by 1,504
- Ideal.spanproof · cited by 948
- nonZeroDivisorsstatement and proof · cited by 895
- Module.lengthproof · cited by 56
- Ring.ordstatement · cited by 28
- Module.length_eq_add_of_exactproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- Ring.ord_eq_addValproof · cited by 3
- Ring.ord_powproof · cited by 1
- Ring.ord_mul'proof · cited by 0