Let $x$ and $y$ be real numbers, such that $x \ge 1$ and $y \ge 1$.
Prove that this inequality is true: $\sqrt{x-1} + \sqrt{y-1} \le xy$
Can someone show me steps to solve it. PS:I need to give steps on how to solve it.
Let $x$ and $y$ be real numbers, such that $x \ge 1$ and $y \ge 1$.
Prove that this inequality is true: $\sqrt{x-1} + \sqrt{y-1} \le xy$
Can someone show me steps to solve it. PS:I need to give steps on how to solve it.
Both sides are positive. So it is an equivalent inequality to the one you get from squaring both sides.
Then do some algebra to isolate a square root again. It should look like:
$$2\sqrt{(x-1)(y-1)} ≤ x^2y^2 - x - y + 2$$
But since $x\geq1$, then $x^2\geq x$ and similar for $y$. So it suffices to show
$$2\sqrt{(x-1)(y-1)} ≤ xy - x - y + 2=(x-1)(y-1)+1$$
Now you have a situation where $c$ is some positive number and you need to show that $2\sqrt{c}\leq c+1$. Can you do this last step?
Using Cauchy Schwarz and AM-GM
$$\sqrt{x-1}+\sqrt{y-1} \le \sqrt{2(x+y-2)} \le \frac{2(x+y-2)+1}{2} \le x+y-1 $$
Now it suffices to prove that
$$x+y-1 \le xy$$
Wich is equivalent to $$(x-1)(y-1) \ge 0$$
So we are done.
you can use schwartz inequality directly
we know ;$a_1 b_1+a_2b_2 \leq \sqrt{a_{1}^2+a_{2}^2} \sqrt{b_{1}^2+b_{2}^2}$
just put $a_1 =\sqrt{x-1}$
$a_2 =1$
$b_1 =1$
and
$b_2 =\sqrt{y-1}$
so you will get ;$\sqrt{x-1} .1+1.\sqrt{y-1} \leq \sqrt{x-1+1}\sqrt{y-1+1}=\sqrt{xy}$
PS: my english is bad so I can't explain here a lot in english I just try
– hikaru jakafura May 20 '22 at 17:56