@@ -134,11 +134,14 @@ theorem mem_omegaLimit_iff_frequently₂ (y : β) :
134134
135135/-- An element `y` is in the ω-limit of `x` w.r.t. `f` if the forward
136136images of `x` frequently (w.r.t. `f`) falls within an arbitrary neighbourhood of `y`. -/
137- theorem mem_omegaLimit_singleton_iff_map_cluster_point (x : α) (y : β) :
137+ theorem mem_omegaLimit_singleton_iff_mapClusterPt (x : α) (y : β) :
138138 y ∈ ω f ϕ {x} ↔ MapClusterPt y f fun t ↦ ϕ t x := by
139139 simp_rw [mem_omegaLimit_iff_frequently, mapClusterPt_iff_frequently, singleton_inter_nonempty,
140140 mem_preimage]
141141
142+ @ [deprecated (since := "2026-03-31" )]
143+ alias mem_omegaLimit_singleton_iff_map_cluster_point := mem_omegaLimit_singleton_iff_mapClusterPt
144+
142145/-!
143146### Set operations and omega limits
144147-/
@@ -187,13 +190,16 @@ theorem omegaLimit_eq_iInter_inter {v : Set τ} (hv : v ∈ f) :
187190 rw [omegaLimit_eq_biInter_inter _ _ _ hv]
188191 apply biInter_eq_iInter
189192
190- theorem omegaLimit_subset_closure_fw_image {u : Set τ} (hu : u ∈ f) :
193+ theorem omegaLimit_subset_closure_image2 {u : Set τ} (hu : u ∈ f) :
191194 ω f ϕ s ⊆ closure (image2 ϕ u s) := by
192195 rw [omegaLimit_eq_iInter]
193196 intro _ hx
194197 rw [mem_iInter] at hx
195198 exact hx ⟨u, hu⟩
196199
200+ @ [deprecated (since := "2026-03-31" )]
201+ alias omegaLimit_subset_closure_fw_image := omegaLimit_subset_closure_image2
202+
197203-- An instance with better keys
198204instance : Inhabited f.sets := Filter.inhabitedMem
199205
@@ -348,7 +354,7 @@ theorem omegaLimit_omegaLimit (hf : ∀ t, Tendsto (t + ·) f f) : ω f ϕ (ω f
348354 (inter_subset_inter_left _
349355 ((isInvariant_iff_image _ _).mp (isInvariant_omegaLimit _ _ _ hf) _))
350356 have l₂ : (closure (image2 ϕ u s) ∩ o).Nonempty :=
351- l₁.mono fun b hb ↦ ⟨omegaLimit_subset_closure_fw_image _ _ _ hu hb.1 , hb.2 ⟩
357+ l₁.mono fun b hb ↦ ⟨omegaLimit_subset_closure_image2 _ _ _ hu hb.1 , hb.2 ⟩
352358 have l₃ : (o ∩ image2 ϕ u s).Nonempty := by
353359 rcases l₂ with ⟨b, hb₁, hb₂⟩
354360 exact mem_closure_iff_nhds.mp hb₁ o (IsOpen.mem_nhds ho₂ hb₂)
0 commit comments