For each natural number $n\ge 1$, let $a_n=\frac{n}{10^{\lceil \log_{10}n \rceil} } $ , where $\lceil x \rceil=$ smallest integer greater than or equal to $x$. Which of the following statements are true?
$(a)$ liminf $a_n=0$
$(b)$ liminf $a_n $ does not exist
$(c)$ liminf $a_n=0.15$
$(d)$ limsup $a_n=1$
My partial solution :
For $n=10^k, k\in \mathbb{N} $, we have $a_n=1$ , so limsup $a_n\ge 1$
Again $10^{\lceil \log_{10}n \rceil} \ge 10^{\log_{10}n}=n$ and so $a_n \le 1$ which implies limsup $a_n \le 1$ . Thus limsup $a_n=1$.
Now if, $10^k \lt n \lt 10^{k+1} $ , for $ k\in \mathbb{N}\cup \{0\} $ , then $a_n\gt \frac{10^k}{10^{k+1}}=\frac1{10}$, so liminf $a_n \ge 0.1$ .This eliminates $(a)$
I need help regarding $(b)$ and $(c)$ .A hint would be sufficient. Thanks and regards.
For (b): a liminf always exists. (If you mean the interpretation used in the comment above, i.e. exists and is a real number, then note $a_n \ge 0$, so $\liminf a_n \ge 0$)
For (c): consider the subsequence $a_{n_k}$ where $n_k = 10^k+1$: $$a_{n_k} = \frac{10^{k}+1}{10^{k+1}} \to 0.1$$ So in particular $\liminf_{n\to\infty} a_n \le 0.1$. To see this, just slowly expand the definition of a liminf. Let $\epsilon>0$ be arbitrary. Then for any $n$ sufficiently large,
$$ \inf_{m:m\ge n} a_n \le \inf\{ a_{n_k} : n_k>n\}<0.1+\epsilon$$ so that $$\liminf_{n\to\infty} a_n = \lim_{n\to\infty} \inf_{m:m\ge n} a_n \le 0.1+\epsilon $$ Then the arbitrariness of $\epsilon>0$ gives the conclusion.