Theorems · Theorem · real analysis
EReal.le_iff_sign
∀ {x y : EReal},
x ≤ y ↔
SignType.sign x < SignType.sign y ∨
SignType.sign x = SignType.neg ∧ SignType.sign y = SignType.neg ∧ y.abs ≤ x.abs ∨
SignType.sign x = SignType.zero ∧ SignType.sign y = SignType.zero ∨
SignType.sign x = SignType.pos ∧ SignType.sign y = SignType.pos ∧ x.abs ≤ y.abs- Defined in
- Mathlib.Data.EReal.Inv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 130 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
- ENNRealstatement · cited by 9,879
- one_mulproof · cited by 2,841
- LT.lt.leproof · cited by 2,189
- MulZeroClass.zero_mulproof · cited by 1,625
- OrderHomstatement · cited by 934
- ERealstatement and proof · cited by 793
- neg_mulproof · cited by 654
- SignTypestatement and proof · cited by 318
- SignType.signstatement and proof · cited by 128
- SignType.castproof · cited by 76
- OrderHom.monotoneproof · cited by 70
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.