Consider non-negative real numbers $a_1, a_2, a_3, ... , a_n$. How can I prove that both the arithmetic mean (AM) and the geometric mean (GM) of $a_1, a_2, a_3, ... , a_n$ are contained in the interval $[x, y]$, where $x = \text{minimum of} (a_1, a_2, a_3, ... , a_n)$ and $y = \text{maximum of} (a_1, a_2, a_3, ... , a_n)$?
I know that the GM AM inequality states that GM $\leq$ AM, so it would suffice to prove GM $\geq$ x and AM $\leq$ y. Am I correct so far, and if so, how should I proceed with the proof? Any hints or help in this direction would be greatly appreciated.
Thank you!
Yes, you are correct, it suffices to show that
i) $GM\geq x$, that is $$a_1 a_2 a_3 \cdots a_n\geq x\cdot x\cdot x\cdots x= x^n$$ which holds because $a_k\geq x=\min(a_1,a_2,a_3,\dots,a_n)\geq 0$ for $k=1,2,3,\dots,n$.
ii) $AM\leq y$, that is $$a_1+a_2+a_3 +\dots +a_n\leq y+ y+ y+\dots+ y=ny$$ which holds because $a_k\leq y=\max(a_1,a_2,a_3,\dots,a_n)$ for $k=1,2,3,\dots,n$.