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)
asn → ∞
provided that0 ≤ x < y
;- lemmas about
is_O _ _ ⊤
etc; - if
is_O f g cofinite
, then for someC>0
and anyx
such thatg x ≠ 0
we have∥f x∥≤C*∥g x∥
.