Given that $ x, y, z \in \mathbb{R}^{+}$, prove or disprove the inequality
$$ \dfrac{xy}{z} + \dfrac{yz}{x} + \dfrac{zx}{y} \ge x + y + z $$
I have rearranged the above to:
$$ x^2y(y - z) + y^2z(z - x) + z^2x(x - y) \ge 0 \\ \text{and, } \dfrac{1}{x^2} + \dfrac{1}{y^2} + \dfrac{1}{z^2} \ge \dfrac{1}{xy} + \dfrac{1}{xz} + \dfrac{1}{yz} $$ What now? I thought of making use of the arithmetic and geometric mean properties:
$$ \dfrac{x^2 + y^2 + z^2}{3} \ge \sqrt[3]{(xyz)^2} \\ \text{and, } \dfrac{x + y + z}{3} \ge \sqrt[3]{xyz} $$ but I am not sure how, or whether that'd help me at all.