Mathlib Map

Theorems · Theorem · order theory

Set.mem_Ico

∀ {α : Type u_1} [inst : Preorder α] {a b x : α}, x ∈ Set.Ico a b ↔ a ≤ x ∧ x < b
Defined in
Mathlib.Order.Interval.Set.Defs
Cited by
11 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
Preorder

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
  • Preorderstatement and proof · cited by 7,952
  • Set.Icostatement · cited by 799

Cited by11

Results whose statement or proof uses this declaration.