File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ In this file we prove that a locally compact regular topological space has Baire
1717
1818open TopologicalSpace Set
1919
20- variable {X : Type *} [TopologicalSpace X] {s : Set X}
20+ variable {X : Type *} [TopologicalSpace X] {s : Set X} [R1Space X] [LocallyCompactSpace X]
2121
2222/-- **Second Baire theorem** : locally compact R₁ spaces are Baire. -/
23- instance (priority := 100 ) BaireSpace.of_t2Space_locallyCompactSpace
24- [R1Space X] [LocallyCompactSpace X] : BaireSpace X := by
23+ instance (priority := 100 ) BaireSpace.of_t2Space_locallyCompactSpace : BaireSpace X := by
2524 constructor
2625 intro f ho hd
2726 /- To prove that an intersection of open dense subsets is dense, prove that its intersection
@@ -60,7 +59,7 @@ instance (priority := 100) BaireSpace.of_t2Space_locallyCompactSpace
6059 exact hK_nonempty.mono hK_subset
6160
6261/-- A Gδ subset of a locally compact R₁ space is Baire. -/
63- theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) [R1Space X] [LocallyCompactSpace X] :
62+ theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) :
6463 BaireSpace s := by
6564 have : BaireSpace (closure s) := by
6665 convert BaireSpace.of_t2Space_locallyCompactSpace using 1
You can’t perform that action at this time.
0 commit comments