I am aiming to show the following inequality: $$\exp\left[\frac{1}{b-a}\int_{a}^bf(x)dx\right] \leq \frac{1}{b-a}\int_a^b \exp[f(x)]dx$$
where $f(x) \in C([a,b])$.
Intuitively, this makes sense since for some real numbers $r$ and $s$ $$\exp\left[\frac{r}{2}+\frac{s}{2}\right] = \exp\left[\frac{r}{2}\right]\exp\left[\frac{s}{2}\right] = \sqrt{\exp[r]\exp[s]} \leq \frac{\exp[r]}{2} + \frac{\exp[s]}{2}$$
i.e. the arithmetic mean of two numbers is at least as much as the geometric mean (e.g. geometric mean of 1 and 9 is 3 while the arithmetic mean of 1 and 9 is 5). But how do I deal with a more generalized version of this statement dealing with integrals as expressed above?