Theorems · Theorem · commutative algebra
Ring.ordFrac_add
∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] [inst_2 : IsDiscreteValuationRing R] {K : Type u_2}
[inst_3 : Field K] [inst_4 : Algebra R K] [inst_5 : IsFractionRing R K] (x y : K),
x + y ≠ 0 → min ((Ring.ordFrac R) x) ((Ring.ordFrac R) y) ≤ (Ring.ordFrac R) (x + y)For x y : R, if x + y ≠ 0 then min (ordFrac R x) (ordFrac R y) ≤ ordFrac R (x + y). The
condition that x + y ≠ 0 is used to guarantee that all the elements we're taking ordFrac of
are nonzero, meaning none of them will be 0 in ℤᵐ⁰. This allows us to use ord_add (which
uses the ordering on ℕ∞), since these orders correspond on non ⊤ elements.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- IsDomainstatement and proof · cited by 2,196
- le_reflproof · cited by 2,061
- Multiplicativestatement · cited by 875
- IsFractionRingstatement and proof · cited by 738
- MonoidWithZeroHomstatement · cited by 704
- WithZerostatement · cited by 586
- le_imp_le_of_le_of_leproof · cited by 576
- IsDedekindDomain.HeightOneSpectrum.valuationproof · cited by 130
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.ord_addproof · cited by 0