Commit 2023-10-25 20:48 57e4e03d
View on Github →feat(Filter): lemmas from Mandelbrot connectedness project (#7913)
- Add
Filter.frequently_iff_neBot
andFilter.frequently_mem_iff_neBot
. - Drop some implicit arguments
that are available from
variable
. - Add
Filter.disjoint_prod
andFilter.frequently_prod_and
. - Swap
Filter.le_prod
withFilter.tendsto_prod_iff'
to use the latter in the proof of the former. Co-Authored-By: @girving