Skip to content

Commit 482f01d

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/Topology/Baire/LocallyCompactRegular.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ instance (priority := 100) BaireSpace.of_t2Space_locallyCompactSpace : BaireSpac
5959
exact hK_nonempty.mono hK_subset
6060

6161
/-- A Gδ subset of a locally compact R₁ space is Baire. -/
62-
theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) :
63-
BaireSpace s := by
62+
theorem IsGδ.of_t2Space_locallyCompactSpace (hG : IsGδ s) : BaireSpace s := by
6463
have : BaireSpace (closure s) := by
6564
convert BaireSpace.of_t2Space_locallyCompactSpace using 1
6665
· infer_instance

0 commit comments

Comments
 (0)