Mathlib Map

Theorems · Theorem · order theory

Set.bounded_lt_inter_lt

∀ {α : Type u_1} {s : Set α} [inst : LinearOrder α] [NoMaxOrder α] (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
LinearOrderNoMaxOrder

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.

Cited by2

Results whose statement or proof uses this declaration.