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_iso
andat_top
/at_bot
up, no modifications to the code; - rename
tendsto_at_top_iff_tends_to_neg_at_bot
totendsto_neg_at_top_iff
, swap LHS and RHS, mark as@[simp]
; - rename
tendsto_at_bot_iff_tends_to_neg_at_top
totendsto_neg_at_bot_iff
, swap LHS and RHS, mark as@[simp]
; - use
n ≠ 0
instead of1 ≤ n
intendsto_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
.