Mathlib Map

Theorems · Definition · order theory

Set.uIoo

{α : Type u_1} → [LinearOrder α] → α → α → Set α

uIoo a b is the set of elements lying between a and b, with a and b not included. Note that we define it more generally in a lattice as Set.Ioo (a ⊓ b) (a ⊔ b). In a product type, uIoo corresponds to the bounding box of the two elements.

Defined in
Mathlib.Order.Interval.Set.UnorderedInterval
Cited by
68 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
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 · cited by 53,352
  • LinearOrderstatement and proof · cited by 8,572
  • Set.Iooproof · cited by 1,214

Cited by68

Results whose statement or proof uses this declaration.