Commit 2023-10-30 03:09 65ab68cb
View on Github โfeat: โแถ x in ๐ a, x < a (#7941)
- Add
frequently_lt_nhdsandfrequently_gt_nhds. - Move some lemmas from
Topology/Order/BasictoTopology/Algebra/Order/LeftRight. - Relax TC assumptions in
Filter.Eventually.exists_lt(and*_gt). New versions assumeNeBot (๐[<] a)andNeBot (๐[>] a), so the latter one can be applied, e.g., to((a : โโฅ0) : โโฅ0โ). From the Mandelbrot set connectedness project. Co-Authored-By: @girving