Theorems · Theorem · order theory
dense_or_discrete
∀ {α : Type u_2} [inst : LinearOrder α] (a₁ a₂ : α),
(∃ a, a₁ < a ∧ a < a₂) ∨ (∀ (a : α), a₁ < a → a₂ ≤ a) ∧ ∀ a < a₂, a ≤ a₁- Defined in
- Mathlib.Order.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 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.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- le_of_not_gtproof · cited by 430
Cited by1
Results whose statement or proof uses this declaration.
- limsSup_nhdsproof · cited by 2