Skip to content

Commit 9c71ff4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Baire/LocallyCompactRegular.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) : BaireSpace s := by
6363
have : BaireSpace (closure s) := by
6464
convert BaireSpace.of_t2Space_locallyCompactSpace using 1
6565
· infer_instance
66-
· exact IsClosed.locallyCompactSpace isClosed_closure
66+
· exact isClosed_closure.locallyCompactSpace
6767
have : BaireSpace ((↑) ⁻¹' s : Set (closure s)) := IsGδ.baireSpace_of_dense
6868
(isGδ_induced continuous_subtype_val hG)
6969
(by simp [Subtype.dense_iff, inter_eq_right.mpr subset_closure])

0 commit comments

Comments
 (0)