I want to find conditions which imply that $\sup_n|\ln x_n| < \infty$. Intuitively I think that $\inf_n x_n > 0$ and $\sup_n x_n < \infty$ should be enough, but I don't know how to write it formally. Are there any properties I can use?
2026-03-28 14:07:44.1774706864
On
Which conditions imply $\sup_n |\ln x_n| < \infty$?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Well, if you start with those assumptions, then assume the $sup_n |\ln x_n|=\infty$ and you can quickly get a contradiction. That says that there exists a subsequence that is unbounded. That means you must have an infinite amount of $\ln x_n$ that are unbounded to $\infty$, or that arbitrarilly approach 0. If That would contradict your two assumptions.
That shows your two conditions are sufficient. To show they are necessary, assume one of them is not true, and you immediately can get a subsequence of $\sup_n |\ln x_n|$ that is unbounded. Hence they are necessary and sufficient
You know that $|\log x_n| \le A$ for all $n$ if and only if $$ -A \le \log x_n \le A \quad \Longleftrightarrow \quad e^{-A} \le x_n \le e^A. $$
Therefore, you see that
Hope that helps,