I am trying to solve the following problem in real analysis:
Let $(a_{n})$ be a non-negative sequence in which $a_{n+m} \leq a_{n}a_{m} \; \forall n,m \in \mathbb{N}$.
Show that the sequence $(\sqrt[n]{a_{n}})$ converges and that $\displaystyle \lim_{n \to \infty}\sqrt[n]{a_{n}}=\inf\{\sqrt[n]{a_{n}}|n \in \mathbb{N}\}$.
So far, I have deduced from the assumption $\displaystyle a_{n+m} \leq a_{n}a_{m} \; \forall n,m \in \mathbb{N}$
that $\displaystyle a_{n} \leq a_{1}^{n} \; \forall n \in \mathbb{N}$. So $(a_{n})$ grows at most exponentially. Also, since $\displaystyle \sqrt[n]{a_{n}}=e^{\frac{\log(a_{n})}{n}}$, I'm trying to show that the sequence $\displaystyle \frac{\log(a_{n})}{n}$ either converges or diverges to $-\infty$ instead, but I haven't been able to do so.
Any help would be greatly appreciated. Thank you.