Skip to content

Commit 67c8029

Browse files
committed
Update LocallyCompactRegular.lean
1 parent b67f317 commit 67c8029

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Mathlib/Topology/Baire/LocallyCompactRegular.lean

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ In this file we prove that a locally compact regular topological space has Baire
1717

1818
open 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

0 commit comments

Comments
 (0)