Let $x_n$ be a sequence of positive real numbers, which is not convergent. ($x_n$ does not converge to a finite number, nor to infinity). Define
$$ A_n = \frac{x_1 + x_2 + \cdots + x_n}{n} \quad \text{ and }\quad G_n = \sqrt[n]{x_1x_2...x_n}.$$
Does the convergence of $A_n$ imply the convergence of $G_n$ or vice versa?
I know that if $x_n \to L \in \mathbb{R}\cup\{\infty\}$, then both $A_n,G_n$ converge to $L$. But here I assume $x_n$ is not convergent.
I also wonder if adding a boundedness assumption on $x_n$ changes anything.
This is a partial negative answer. Consider $$a_n = \begin{cases} n & \text{if $n$ is odd}, \\ \frac{1}{n-1} & \text{if $n$ is even}. \end{cases}$$ Then $$A_n \geq \frac{\frac{(n+1)^2}{4}}{n} \to \infty,$$ but $$G_n = \begin{cases} \sqrt[n]{n} & \text{if $n$ is odd}, \\ 1 & \text{if $n$ is even} \end{cases} \to 1.$$ Also note that even if both limits exist, they do not need to be equal. This is easily seen by something simple such as $a_n = 2 + (-1)^n$.