Skip to content

Commit

Permalink
Update Mathlib/Order/CountableDenseLinearOrder.lean
Browse files Browse the repository at this point in the history
Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
  • Loading branch information
sven-manthe and grunweg committed Apr 4, 2024
1 parent 52f61fd commit 4d861b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Order/CountableDenseLinearOrder.lean
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ theorem exists_between_finsets {α : Type*} [LinearOrder α] [DenselyOrdered α]
Exists.elim
(exists_lt (Finset.min' hi nhi)) fun m hm ↦
⟨m, fun x hx ↦ (nlo ⟨x, hx⟩).elim, fun y hy ↦ lt_of_lt_of_le hm (Finset.min'_le hi y hy)⟩
else-- both sets are empty, use `Nonempty`
else -- both sets are empty, use `Nonempty`
nonem.elim
fun m ↦ ⟨m, fun x hx ↦ (nlo ⟨x, hx⟩).elim, fun y hy ↦ (nhi ⟨y, hy⟩).elim⟩
#align order.exists_between_finsets Order.exists_between_finsets
Expand Down

0 comments on commit 4d861b0

Please sign in to comment.