Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mathlib/Order/Disjoint.lean
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ theorem sup_eq_top (h : IsCompl x y) : x ⊔ y = ⊤ :=

end BoundedLattice

variable [DistribLattice α] [BoundedOrder α] {a b x y z : α}
variable [DistribLattice α] [BoundedOrder α] {a b c x y z : α}

theorem inf_left_le_of_le_sup_right (h : IsCompl x y) (hle : a ≤ b ⊔ y) : a ⊓ x ≤ b :=
calc
Expand Down