Theorems · Theorem · order theory
Set.bounded_inter_not
∀ {α : Type u_1} {r : α → α → Prop} {s : Set α},
(∀ (a b : α), ∃ m, ∀ (c : α), r c a ∨ r c b → r c m) → ∀ (a : α), Set.Bounded r (s ∩ {b | ¬r b a}) ↔ Set.Bounded r s- Defined in
- Mathlib.Order.Bounded
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Set.ofPredstatement and proof · cited by 6,101
- Set.inter_subset_leftproof · cited by 360
- Set.Boundedstatement and proof · cited by 57
- Set.Bounded.monoproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- Set.bounded_lt_inter_not_ltproof · cited by 3
- Set.bounded_le_inter_not_leproof · cited by 2
- Set.unbounded_inter_notproof · cited by 0