let $x,y$ and $z$ be complex numbers and $t\in (0,1)$ such that $y = tx + (1-t)z$ Prove that $${|z| - |y| \over |z- y|} \ge {|z| - |x| \over |z- x|} \ge {|y| - |x| \over |y- x|}$$
$$y = tx + z - zt \implies z - y = t(z - x) \implies |z- y| \le |z-x| \implies {1 \over |x -z|} \le {1 \over |z-y|} \tag{1}$$
Adding $|z-y| \ge |z| - |y|$ and $-|z-x| \ge -|z| + |x|$
$$|z-y| - |z- x| \ge |x| - |y|$$
LHS of this inequalty is $\ge 0$
$$\therefore |x| \le |y| \implies -|x| \ge -|y| \implies |z| - |y| \ge |z| - |x| \tag{2}$$
Using the original equation,
$$|y| = |tx + z(1-t)| \le t|x| + (1-t)|z| \le |x| + |z| \le |z| \tag{3}$$
$$\therefore |y| - |x| \le |z| - |x| \tag{4}$$
From $(2), (3)$
$$|z| \ge |y| \ge |x|\tag{5}$$
From $(1), (2)$ and $(5)$ ,
$${|z| - |x| \over |x -z|} \le {|z| - |x| \over |z-y|} \le {|z| - |y|\over |z-y|}$$
$$\bbox[5px, Border:2px solid black]{{|z| - |x| \over |z-y|} \le {|z| - |y|\over |z-y|}} \tag{6}$$
Now for the second part of the inequality,
$$y - x = tz + z - x - zt \implies y -x = (1-t)(z-x) \implies |y-x| \le |z-x| \implies {1\over |z-x|} \le {1\over |y-x|} \tag{7}$$ From $(4)$ and $(7)$,
$${|y| - |x|\over |y-x|} \le{|z| - |x|\over |y-x|} = {|z| - |x|\over (1-t)|z-x|} \color{red}{\ge}{|z| - |x|\over |z-x|}$$
Now I am unable to get the second part.
- Please correct me and don't show alternate method to prove this inequality as this was one of the solved problems.