Mathlib Map

Theorems · Theorem · order theory

IsLUB.exists_between

∀ {α : Type u_1} [inst : LinearOrder α] {s : Set α} {a b : α}, IsLUB s a → b < a → ∃ c ∈ s, b < c ∧ c ≤ a
Defined in
Mathlib.Order.Bounds.Basic
Cited by
8 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.

Cites4

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
  • IsLUBstatement and proof · cited by 280
  • lt_isLUB_iffproof · cited by 7

Cited by8

Results whose statement or proof uses this declaration.