Theorems · Theorem · order theory
le_min_iff
∀ {α : Type u} [inst : LinearOrder α] {a b c : α}, c ≤ min a b ↔ c ≤ a ∧ c ≤ b- Defined in
- Mathlib.Order.MinMax
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
- le_inf_iffproof · cited by 48
Cited by9
Results whose statement or proof uses this declaration.
- HasFPowerSeriesOnBall.addproof · cited by 5
- Filter.comap_abs_atTopproof · cited by 2
- HasFPowerSeriesWithinOnBall.addproof · cited by 2
- FormalMultilinearSeries.radius_prod_eq_minproof · cited by 1
- List.prod_min_leproof · cited by 1
- List.le_minimum_of_forall_leproof · cited by 1
- List.sum_min_leproof · cited by 1
- Finset.le_fold_minproof · cited by 0
- Filter.comap_mabs_atTopproof · cited by 0