Skip to content

Commit 446b459

Browse files
committed
chore: replace mono by gcongr (#23968)
gcongr is more maintained, and slightly faster here. Co-authored-by: grunweg <rothgami@math.hu-berlin.de>
1 parent 1f4ab9d commit 446b459

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/Dynamics/OmegaLimit.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ theorem eventually_closure_subset_of_isCompact_absorbing_of_isOpen_of_omegaLimit
227227
apply Subset.trans hg₃
228228
simp only [j, iUnion_subset_iff, compl_subset_compl]
229229
intros u hu
230-
mono
230+
unfold w
231+
gcongr
231232
refine iInter_subset_of_subset u (iInter_subset_of_subset hu ?_)
232233
all_goals exact Subset.rfl
233234
have hw₄ : kᶜ ⊆ (closure (image2 ϕ w s))ᶜ := by

0 commit comments

Comments
 (0)