Skip to content

Commit af71f3e

Browse files
committed
Update Lemmas.lean
1 parent 8897366 commit af71f3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Topology/Baire/Lemmas.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ variable {X α : Type*} {ι : Sort*}
4141

4242
section BaireTheorem
4343

44-
variable [TopologicalSpace X] [BaireSpace X] {s : Set X}
44+
variable [TopologicalSpace X] [BaireSpace X]
4545

4646
/-- Definition of a Baire space. -/
4747
theorem dense_iInter_of_isOpen_nat {f : ℕ → Set X} (ho : ∀ n, IsOpen (f n))
4848
(hd : ∀ n, Dense (f n)) : Dense (⋂ n, f n) :=
4949
BaireSpace.baire_property f ho hd
5050

5151
/-- A dense Gδ subset of a Baire space is Baire. -/
52-
theorem IsGδ.baireSpace_of_dense (hG : IsGδ s) (hd : Dense s) : BaireSpace s := by
52+
theorem IsGδ.baireSpace_of_dense {s : Set X} (hG : IsGδ s) (hd : Dense s) : BaireSpace s := by
5353
constructor
5454
intro f hof hdf
5555
obtain ⟨V, hV⟩ : ∃ V : ℕ → Set X, (∀ n, IsOpen (V n)) ∧ s = ⋂ n, V n := eq_iInter_nat hG

0 commit comments

Comments
 (0)