Commit 2022-07-16 11:29 316d1886
View on Github →feat(order/filter): add map_neg_at_top, change some assumptions (#15237)
- add map_neg_at_top,map_neg_at_bot,comap_neg_at_top, andcomap_neg_at_bot;
- add disjoint_pure_at_top,disjoint_pure_at_bot,not_tendsto_const_at_top,not_tendsto_const_at_bot;
- more lemmas about order_isoandat_top/at_botup, no modifications to the code;
- rename tendsto_at_top_iff_tends_to_neg_at_bottotendsto_neg_at_top_iff, swap LHS and RHS, mark as@[simp];
- rename tendsto_at_bot_iff_tends_to_neg_at_toptotendsto_neg_at_bot_iff, swap LHS and RHS, mark as@[simp];
- use n ≠ 0instead of1 ≤ nintendsto_pow_at_top,tendsto_const_mul_pow_at_top,tendsto_const_mul_pow_at_top_iff,tendsto_neg_const_mul_pow_at_top,tendsto_neg_const_mul_pow_at_top_iff.