Skip to content

Commit

Permalink
fix: align statement for infi is currently wrong (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuisf committed Dec 23, 2022
1 parent d90ae09 commit 101a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Order/CompleteLattice.lean
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def supᵢ [SupSet α] {ι} (s : ι → α) : α :=
/-- Indexed infimum -/
def infᵢ [InfSet α] {ι} (s : ι → α) : α :=
infₛ (range s)
#align infᵢ infᵢ
#align infi infᵢ

instance (priority := 50) infSet_to_nonempty (α) [InfSet α] : Nonempty α :=
⟨infₛ ∅⟩
Expand Down

0 comments on commit 101a430

Please sign in to comment.