The motivation of this question is that when you connect two or more resistors in parallel, then the total resistance is smaller than each of the resistors.
So in general, I guess I want to prove that given a set of numbers $\{a, b, c, \cdots, n\}$,$$\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c} + \cdots + \frac{1}{n}\right)^{-1} \leq \min\{a, b, c, \cdots, n\}$$
I'm not sure if the inequality can be strict and I am guessing that the numbers in the set must also be positive.
For the case of two numbers, we have $$\left(\frac{1}{a} + \frac{1}{b}\right)^{-1} = \frac{ab}{a+b}$$ but it's not even obvious to me why this should be less than or equal to $a$ and $b$.