Skip to content

Commit 40e0e37

Browse files
CoolRmaljcommelin
andauthored
Update Mathlib/Topology/Baire/LocallyCompactRegular.lean
Co-authored-by: Johan Commelin <johan@commelin.net>
1 parent 9c71ff4 commit 40e0e37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Topology/Baire/LocallyCompactRegular.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) : BaireSpace s := by
6464
convert BaireSpace.of_t2Space_locallyCompactSpace using 1
6565
· infer_instance
6666
· exact isClosed_closure.locallyCompactSpace
67-
have : BaireSpace ((↑) ⁻¹' s : Set (closure s)) := IsGδ.baireSpace_of_dense
68-
(isGδ_induced continuous_subtype_val hG)
67+
have : BaireSpace ((↑) ⁻¹' s : Set (closure s)) :=
68+
(isGδ_induced continuous_subtype_val hG).baireSpace_of_dense
6969
(by simp [Subtype.dense_iff, inter_eq_right.mpr subset_closure])
7070
have h_homeo : Homeomorph ((↑) ⁻¹' s : Set (closure s)) s := ⟨⟨fun x => ⟨x, x.2⟩,
7171
fun x => ⟨⟨x, subset_closure x.2⟩, x.2⟩, by grind, by grind⟩, by fun_prop, by fun_prop⟩

0 commit comments

Comments
 (0)