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