Theorems · Theorem · order theory
Set.bounded_le_inter_le
∀ {α : Type u_1} {s : Set α} [inst : LinearOrder α] (a : α),
Set.Bounded (fun x1 x2 => x1 ≤ x2) (s ∩ {b | a ≤ b}) ↔ Set.Bounded (fun x1 x2 => x1 ≤ x2) s- Defined in
- Mathlib.Order.Bounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 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.
Cites8
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
- LinearOrderstatement and proof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- le_of_ltproof · cited by 1,175
- Set.inter_subset_leftproof · cited by 360
- Set.Boundedstatement and proof · cited by 57
- Set.Bounded.monoproof · cited by 18
- Set.bounded_le_inter_ltproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Set.unbounded_le_inter_leproof · cited by 1
- Set.bounded_ge_inter_geproof · cited by 0