Show that the function $f : \mathbb{R}^n_{++} \to \mathbb{R}$, where $\mathbb{R}^n_{++} = \left\{x \in \mathbb{R}^n \mid x_i > 0 \right\}$, $$ f(x) = \ln \left(\sum_{i=1}^n \frac{1}{x_i} \right)$$ is convex.
My approach
In the case of one dimension ($n=1$), the function $\ln(1/x)$ is convex by using the fact that
A twice differentiable function of one variable is convex on an interval if and only if its second derivative is non-negative.
I am struggling to prove the case of two dimensions ($n=2$) and higher. I tried to prove that
$$ \lambda f(x) + (1-\lambda) f(y) \geq f(\lambda x + (1-\lambda) y)$$ for all $x,y \in \mathbb{R}^2_{++}, 0 \leq \lambda \leq 1$, but the natural log function was in the way, and I am not sure if there is an equality that I can use to deal with it.