For a continuous function $f: \mathbb R^+ \rightarrow \mathbb R$ if:
$$f\left(\sqrt{xy}\right) \leq 1/2(f(x)+f(y))$$
for all $x,y>0$ then $f(e^t)$ is convex for all $t \in \mathbb R$.
What I've tried
I am going after showing the inequality:
$$f\left (\exp (\lambda t_1 + (1-\lambda) t_2)\right) \leq \lambda f(e^{t_1}) + (1-\lambda) f(e^{t_2})$$
for all $t_1,t_2 \in \mathbb R$ and $\lambda \in [0,1]$.
My plan was to rewrite the first inequality as:
$$f\left(\exp 1/2\log x + 1/2 \log y\right) \leq 1/2(f(\exp \log x)+f(\exp \log y))$$
and claim that since $\log$ is a bijection from $\mathbb R^+$ to $\mathbb R$ then inequality holds for $\lambda = 1/2$.
I next tried to show using the continuity hypothesis on $f$ that this holds for any $\lambda \in [0,1]$ but I am struggling with that argument and think I might be missing a simpler way.