Commit 2020-12-23 12:11 eb5cf252
View on Github →chore(analysis/asymptotics): a few more lemmas (#5482)
- golf some proofs;
- x ^ n = o (y ^ n)as- n → ∞provided that- 0 ≤ x < y;
- lemmas about is_O _ _ ⊤etc;
- if is_O f g cofinite, then for someC>0and anyxsuch thatg x ≠ 0we have∥f x∥≤C*∥g x∥.