We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2340a70 commit b0dc93cCopy full SHA for b0dc93c
Mathlib/Order/WithBot.lean
@@ -819,8 +819,8 @@ lemma eq_top_iff_forall_gt : y = ⊤ ↔ ∀ a : α, a < y := by
819
lemma eq_top_iff_forall_ge [NoMaxOrder α] : y = ⊤ ↔ ∀ a : α, a ≤ y :=
820
WithBot.eq_bot_iff_forall_le (α := αᵒᵈ)
821
822
-@[deprecated (since := "2025-03-19")] alias forall_lt_iff_eq_top := eq_top_iff_forall_gt
823
-@[deprecated (since := "2025-03-19")] alias forall_le_iff_eq_top := eq_top_iff_forall_ge
+@[deprecated (since := "2025-03-19")] alias forall_gt_iff_eq_top := eq_top_iff_forall_gt
+@[deprecated (since := "2025-03-19")] alias forall_ge_iff_eq_top := eq_top_iff_forall_ge
824
825
lemma forall_coe_le_iff_le [NoMaxOrder α] {x y : WithTop α} : (∀ a : α, a ≤ x → a ≤ y) ↔ x ≤ y := by
826
obtain _ | x := x
0 commit comments