We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4ab9d commit 446b459Copy full SHA for 446b459
1 file changed
Mathlib/Dynamics/OmegaLimit.lean
@@ -227,7 +227,8 @@ theorem eventually_closure_subset_of_isCompact_absorbing_of_isOpen_of_omegaLimit
227
apply Subset.trans hg₃
228
simp only [j, iUnion_subset_iff, compl_subset_compl]
229
intros u hu
230
- mono
+ unfold w
231
+ gcongr
232
refine iInter_subset_of_subset u (iInter_subset_of_subset hu ?_)
233
all_goals exact Subset.rfl
234
have hw₄ : kᶜ ⊆ (closure (image2 ϕ w s))ᶜ := by
0 commit comments