This question inspires a further question: For a probability distribution supported on the positive half-line, is the difference between the arithmetic and geometric means bounded by some known function of either the coefficient of variation ($\sigma/\mu$) or some other measure of relative dispersion?
$$
\begin{gather}
\text{arithmetic mean minus geometric mean} \le g\left( \frac \sigma \mu \right) \text{?} \\ (\text{What function might $g$ be?}) \\[6pt]
(\text{Clearly $g(0)$ would be $0$.})
\end{gather}
$$[etc. etc. etc.]
It was pointed out in comments below, first implicitly by Nick Cox, then explicitly by me, then by whuber, that the above won't work. So here's a revised version of the question. Is there some function $h$ for which $$ \frac{\text{arithmetic mean minus geometric mean}} \sigma \le h\left( \frac \sigma \mu \right) \text{?} $$ I briefly thought that $h=$ the identity function, might work, so that $\sigma^2/\mu$ would serve as an upper bound. But the following seems to be a counterexample: $$ X = \begin{cases} 0.01 & \text{with probability } 0.01, \\ 1.01 & \text{with probability } 0.99. \end{cases} $$ Here we have $$ \frac{\sigma^2} \mu = \frac{0.0099} 1 $$ whereas $$ \text{arithmetic mean minus geometric mean} \approx 0.03555346. $$