Prove:
$$(|x| < 1)\wedge(|y| < 1) \Rightarrow \frac{|x-y|}{|1 - xy|} < 1$$
for all real $x$ and $y$.
I've tried approaching it via proof by contradiction:
$(\exists x,y\in\mathbb{R})(|x| < 1 \wedge|y| < 1)\wedge\left(\dfrac{|x-y|}{|1-xy|} < 1\right)$
But I can't seem to get anywhere useful. I run into the same issues with contrapositive.
Many thanks!