I have a set $x_i$ with length $n$, where $n>1$. The set is composed of real positive numbers, $x_i \in \mathbb{R}_{+}$. The mean of the set is equal to 1.
$$ \bar{x_i}=\frac{1}{n}\sum_{i=1}^{n}x_i=1 $$
I want to prove that the summation of the inverse of this set, minus one, is positive. Basically, proving the following:
$$ \sum_{i=1}^{n}\left(\frac{1}{x_i}-1\right)\geq0 $$
My main problem is that I'm not sure how to simplify the sum of an inverse of a set. Really appreciate any help on this. Not a math expert, so let me know if there is something obvious I am missing.