Skip to content

Commit 68f3af6

Browse files
committed
chore: remove deprecated aux alias with typoed name (#11141)
The code in question was barely three days old by the time it was deprecated anyway.
1 parent 71b0e26 commit 68f3af6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Mathlib/Analysis/Complex/AbelLimit.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ lemma stolzCone_subset_stolzSet_aux {s : ℝ} (hs : 0 < s) :
104104
← abs_eq_sqrt_sq_add_sq, ← norm_eq_abs] at H
105105
exact ⟨sub_pos.mp <| (mul_pos_iff_of_pos_left hM).mp <| (norm_nonneg _).trans_lt H, H⟩
106106

107-
@[deprecated] -- 2024-03-02
108-
alias stolzCone_subset_StolzSet_aux := stolzCone_subset_stolzSet_aux
109-
110107
lemma nhdsWithin_stolzCone_le_nhdsWithin_stolzSet {s : ℝ} (hs : 0 < s) :
111108
∃ M, 𝓝[stolzCone s] 1 ≤ 𝓝[stolzSet M] 1 := by
112109
obtain ⟨M, ε, _, hε, H⟩ := stolzCone_subset_stolzSet_aux hs

0 commit comments

Comments
 (0)