Mathlib Map

Theorems · Theorem · order theory

not_bddAbove_iff

∀ {α : Type u_4} [inst : LinearOrder α] {s : Set α}, ¬BddAbove s ↔ ∀ (x : α), ∃ y ∈ s, x < y

A set s is not bounded above if and only if for each x there exists y ∈ s that is greater than x. A version for preorders is called not_bddAbove_iff'.

Defined in
Mathlib.Order.Bounds.Basic
Cited by
15 results in Mathlib
Foundations
Depth 17 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.

Cites3

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
  • BddAbovestatement · cited by 620

Cited by15

Results whose statement or proof uses this declaration.