Theorems · Theorem · order theory
inf_le_iff
∀ {α : Type u} [inst : LinearOrder α] {a b c : α}, min b c ≤ a ↔ b ≤ a ∨ c ≤ a- Defined in
- Mathlib.Order.Lattice
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
Cited by6
Results whose statement or proof uses this declaration.
- min_le_iffproof · cited by 15
- Finset.inf_le_iffproof · cited by 2
- ArchimedeanClass.min_le_mk_subproof · cited by 1
- List.minimum_le_coe_iffproof · cited by 0
- min_le_of_add_le_two_nsmulproof · cited by 0
- AlgebraicGeometry.Scheme.ord_addproof · cited by 0