Mathlib Map

Theorems · Theorem · order theory

Set.mem_Ioc

∀ {α : Type u_1} [inst : Preorder α] {a b x : α}, x ∈ Set.Ioc a b ↔ a < x ∧ x ≤ b
Defined in
Mathlib.Order.Interval.Set.Defs
Cited by
20 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.Iocstatement · cited by 971

Cited by20

Results whose statement or proof uses this declaration.