Skip to content

Commit 017bf00

Browse files
Update Mathlib/Order/CompletePartialOrder.lean
Co-authored-by: Citronhat <57148404+Citronhat@users.noreply.github.com>
1 parent 64b39a7 commit 017bf00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Order/CompletePartialOrder.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def completePartialOrderOfLubOfDirected (α : Type*) [H1 : PartialOrder α] [H2
5656
CompletePartialOrder α where
5757
__ := H1; __ := H2
5858
bot := sSup ∅
59-
bot_le := (isLUB_empty_iff.mp (lub_of_directed (∅ : Set α) (by simp only [DirectedOn,
60-
Set.mem_empty_iff_false, false_and, exists_const, imp_self, implies_true])))
59+
bot_le := isLUB_empty_iff.mp <| lub_of_directed ∅ IsChain.empty.directedOn
6160
lubOfDirected := lub_of_directed
6261

6362
variable [CompletePartialOrder α] [Preorder β] {f : ι → α} {d : Set α} {a : α}

0 commit comments

Comments
 (0)