Theorems · Theorem · order theory
Order.exists_between_finsets
∀ {α : Type u_1} [inst : LinearOrder α] [DenselyOrdered α] [NoMinOrder α] [NoMaxOrder α] [nonem : Nonempty α]
(lo hi : Finset α), (∀ x ∈ lo, ∀ y ∈ hi, x < y) → ∃ m, (∀ x ∈ lo, x < m) ∧ ∀ y ∈ hi, m < ySuppose α is a nonempty dense linear order without endpoints, and
suppose lo, hi, are finite subsets with all of lo strictly before hi.
Then there is an element of α strictly between lo and hi.
- Defined in
- Mathlib.Order.CountableDenseLinearOrder
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- Finset.Nonemptyproof · cited by 1,001
- DenselyOrderedstatement and proof · cited by 471
- lt_of_lt_of_leproof · cited by 438
- lt_of_le_of_ltproof · cited by 432
- NoMaxOrderstatement and proof · cited by 340
- NoMinOrderstatement and proof · cited by 247
- exists_betweenproof · cited by 102
- Finset.max'proof · cited by 81
- NoMaxOrder.exists_gtproof · cited by 62
- Finset.min'proof · cited by 58
Cited by2
Results whose statement or proof uses this declaration.
- Order.exists_orderEmbedding_insertproof · cited by 1
- Order.PartialIso.exists_acrossproof · cited by 0