I prove the following statement by induction on $n$ (without first having to prove Bernoulli's inequality by induction):
Statement $P(n): \quad x^n +n \geq nx + 1\quad$ for all $x>0.$
Proof of basis case $(n=1): \quad x^1 + 1 \geq x + 1\ $ for all $x>0.\ $ This true statement is $P(1).$ Thus the basis case $P(1)$ is true.
Now suppose $k\in\mathbb{N}$ and suppose $P(k)$ is true, that is,
$$ (1)\qquad x^k + k \geq kx + 1\quad \text{ for all } x>0. $$
We want to show that $P(k+1)$ is true, that is,
$$ x^{k+1} + k+1 \geq (k+1)x + 1\quad \text{ for all } x>0. $$
Let $x>0.$
Since $P(k)$ is true by assumption, multiplying both sides of $(1)$ by $x$ gives:
$$ x^{k+1} + kx \geq k x^2 + x, \implies x^{k+1} \geq kx^2 -kx +x.$$
Adding $k+1$ to both sides gives:
$$ x^{k+1} + k + 1 \geq kx^2 -kx +x + k + 1$$
$$ = kx^2 -2kx + kx +x + k + 1 $$
$$ = (kx^2 -2kx + k) + kx +x + 1 $$
$$ = k(x-1)^2 + kx +x + 1 $$
$$ \geq kx + x + 1 = (k+1)x + 1. $$
Since $x>0$ was arbitrary, it follows that $x^{k+1} + k + 1 \geq (k+1)x + 1\quad \text{ for all } x>0.\ $ This completes the induction step and therefore the proof also.
also for proving n=3/2 works do I use the bernoulli inequality to expand and simplify?
– Alan Gardiner Sep 12 '23 at 06:23