Theorems · Theorem · order theory
Set.bounded_le_iff_bounded_lt
∀ {α : Type u_1} {s : Set α} [inst : Preorder α] [NoMaxOrder α],
Set.Bounded (fun x1 x2 => x1 ≤ x2) s ↔ Set.Bounded (fun x1 x2 => x1 < x2) s- Defined in
- Mathlib.Order.Bounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- PreorderNoMaxOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- lt_of_le_of_ltproof · cited by 432
- NoMaxOrderstatement and proof · cited by 340
- NoMaxOrder.exists_gtproof · cited by 62
- Set.Boundedstatement and proof · cited by 57
- Set.bounded_le_of_bounded_ltproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Set.bounded_lt_inter_ltproof · cited by 2
- Set.bounded_ge_iff_bounded_gtproof · cited by 0