We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d966564 commit 9c71ff4Copy full SHA for 9c71ff4
1 file changed
Mathlib/Topology/Baire/LocallyCompactRegular.lean
@@ -63,7 +63,7 @@ theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) : BaireSpace s := by
63
have : BaireSpace (closure s) := by
64
convert BaireSpace.of_t2Space_locallyCompactSpace using 1
65
· infer_instance
66
- · exact IsClosed.locallyCompactSpace isClosed_closure
+ · exact isClosed_closure.locallyCompactSpace
67
have : BaireSpace ((↑) ⁻¹' s : Set (closure s)) := IsGδ.baireSpace_of_dense
68
(isGδ_induced continuous_subtype_val hG)
69
(by simp [Subtype.dense_iff, inter_eq_right.mpr subset_closure])
0 commit comments