Which Theorems/Lemmas/Results actually use Bernoulli's inequality? I don't seem to remember using it very often - which probably makes sense, as it's not a very strong inequality and can be proven easily.
However, where do you actually use Bernoulli?
Bernoulli's Inequality can prove the AM-GM Inequality. From this fact, you could derive Young's Inequality, Holder's Inequality, Minkowski's Inequality, and in turn any that follow from those.
Let $a_1, a_2, \ldots, a_n$ be $n$ positive real numbers. Let us define $$A_k=\frac{a_1+a_2+\cdots+a_k}{k}$$ for every $1\leq k\leq n$. Bernoulli's Inequality in the form $x^k\geq 1+k(x-1)$ then implies $$\left(\frac{A_k}{A_{k-1}}\right)^k\geq 1+k\left(\frac{A_k}{A_{k-1}}-1\right)$$ which after some algebraic hyjinx results in $$A_k^k\geq a_kA_{k-1}^{k-1}\,.$$ This in turn implies $$A_n^n\geq a_nA_{n-1}^{n-1}\geq a_na_{n-1}A_{n-2}^{n-2}\geq \cdots\geq a_n\cdots a_2a_1$$ which gives $$\sqrt[n]{a_1\cdots a_n}\leq\frac{a_1+a_2+\cdots+a_n}{n}\,.$$ Intuitively, what's happening here is that we can order the values $A_1, A_2, \ldots, A_n$ so that the subsequent quotients $A_k/A_{k-1}$ are close to $1$, which is where Bernoulli's is precise.