Skip to content

Commit d966564

Browse files
CoolRmaljcommelin
andauthored
Update Mathlib/Topology/Baire/Lemmas.lean
Co-authored-by: Johan Commelin <johan@commelin.net>
1 parent 7c45de9 commit d966564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Baire/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ theorem IsGδ.baireSpace_of_dense {s : Set X} (hG : IsGδ s) (hd : Dense s) : Ba
5959
exact ⟨g, hg1, hg2, fun n => (hg3 n).symm⟩
6060
have h_inter_dense : Dense (⋂ n, g n ∩ V n) :=
6161
BaireSpace.baire_property (fun n ↦ g n ∩ V n) (fun n => (hg1 n).inter (hV.1 n))
62-
(fun n => (hg2 n).inter_of_isOpen_left (Dense.mono (by simp [hV.2, iInter_subset]) hd)
62+
(fun n => (hg2 n).inter_of_isOpen_left (hd.mono (by simp [hV.2, iInter_subset]))
6363
(hg1 n))
6464
have h_inter_eq : ⋂ n, g n ∩ V n = ⋂ n, f n := by
6565
ext

0 commit comments

Comments
 (0)