File tree Expand file tree Collapse file tree
Topology/OpenPartialHomeomorph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ theorem ChartedSpace.locPathConnectedSpace [LocPathConnectedSpace H] : LocPathCo
275275 apply e.symm.image_mem_nhds (by simp [e])
276276 exact pathComponentIn_mem_nhds <| e.image_mem_nhds (mem_chart_source _ _) ht
277277 · refine (isPathConnected_pathComponentIn <| mem_image_of_mem e (mem_of_mem_nhds ht)).image' ?_
278- refine e.continuousOn_symm.mono <| subset_trans ?_ e.map_source''
278+ refine e.continuousOn_symm.mono <| subset_trans ?_ e.image_source_subset
279279 exact (pathComponentIn_mono <| image_mono inter_subset_right).trans pathComponentIn_subset
280280 · exact (image_mono pathComponentIn_subset).trans
281281 (PartialEquiv.symm_image_image_of_subset_source _ inter_subset_right).subset
Original file line number Diff line number Diff line change @@ -180,9 +180,11 @@ theorem map_source {x : α} (h : x ∈ e.source) : e x ∈ e.target :=
180180 e.map_source' h
181181
182182/-- Variant of `e.map_source` and `map_source'`, stated for images of subsets of `source`. -/
183- lemma map_source'' : e '' e.source ⊆ e.target :=
183+ lemma image_source_subset : e '' e.source ⊆ e.target :=
184184 fun _ ⟨_, hx, hex⟩ ↦ mem_of_eq_of_mem (id hex.symm) (e.map_source' hx)
185185
186+ @ [deprecated (since := "2026-06-17" )] alias map_source'' := image_source_subset
187+
186188@ [simp, mfld_simps]
187189theorem map_target {x : β} (h : x ∈ e.target) : e.symm x ∈ e.source :=
188190 e.map_target' h
Original file line number Diff line number Diff line change @@ -144,9 +144,11 @@ theorem map_source {x : X} (h : x ∈ e.source) : e x ∈ e.target :=
144144 e.map_source' h
145145
146146/-- Variant of `map_source`, stated for images of subsets of `source`. -/
147- lemma map_source'' : e '' e.source ⊆ e.target :=
147+ lemma image_source_subset : e '' e.source ⊆ e.target :=
148148 fun _ ⟨_, hx, hex⟩ ↦ mem_of_eq_of_mem (id hex.symm) (e.map_source' hx)
149149
150+ @ [deprecated (since := "2026-06-17" )] alias map_source'' := image_source_subset
151+
150152@ [simp, mfld_simps]
151153theorem map_target {x : Y} (h : x ∈ e.target) : e.symm x ∈ e.source :=
152154 e.map_target' h
You can’t perform that action at this time.
0 commit comments