I want to show that the natural logarithm is concave by only using the definition of concavity (i.e. no 2nd derivative rule or AGM inequality or other lemmas).
So I want to show that $\ln(\lambda x_1 + (1-\lambda)x_2) \geq \lambda \ln(x_1) + (1-\lambda)\ln(x_2)$ with $\lambda \in [0,1].$ So far I only could do a few steps that don't seem expedient:
$\lambda \ln(x_1) + (1-\lambda)\ln(x_2) = \ln\left(x_1^{\large\lambda} \cdot x_2^{\large 1-\lambda}\right)$ and the next thing I thought about was to show that
$h(x, y) = \lambda x + (1-\lambda)y - x^{\lambda }y^{1-\lambda} > 0 \space \space \forall x, y \in \mathbb{R}^+$ which holds and would imply the inequality (since the natural logarithm is strictly increasing) but this seems a bit cumbersome. Is there a more elegant way (only using the definition)?