What happens when $a_n = o(1)$ and $a_n = O(1)$? What can we say about $a_n$ and its growth rate?
2026-03-27 22:55:14.1774652114
What if $a_n = o(1)$ and $a_n = O(1)$?
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$a_n = o(1)$ means that $(a_n)$ converges to $0$.
$a_n = O(1)$ means that $(a_n)$ is bounded.
So any $o(1)$ is also a $O(1)$.