Theorems · Theorem · commutative algebra
Ring.ord_add
∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] [IsDiscreteValuationRing R] (x y : R),
min (Ring.ord R x) (Ring.ord R y) ≤ Ring.ord R (x + y)For x y : R where R is a discrete valuation ring, we have that
min (ord R x) (ord R y) ≤ ord R (x + y). It should be noted that the order
we're using here is the order on ℕ∞, where ⊤ is greater than everything else.
This is relevant since when we're working with ordFrac we work with ℤᵐ⁰, where the
order instance has the 0 element less than everything else.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- ENatstatement and proof · cited by 4,985
- IsDomainstatement and proof · cited by 2,196
- le_reflproof · cited by 2,061
- le_imp_le_of_le_of_leproof · cited by 576
- IsDiscreteValuationRingstatement and proof · cited by 117
- Ring.ordstatement and proof · cited by 28
- IsDiscreteValuationRing.addValproof · cited by 22
- Ring.ord_eq_addValproof · cited by 3
- IsDiscreteValuationRing.addVal_addproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.