Let $x$ and $y$ be two positive real numbers with $x < y$. Using only the axioms for real numbers, show that $0 < \frac{1}{y} < \frac{1}{x}$.
How can I prove this?
This is what I have so far:
$0 < x < y$ (definition of positive)
$0 < 1 < \frac{y}{x}$ (division by $x$)
$0 < \frac{1}{y} < \frac{1}{x}$ (division by $y$)
But I think it seems too simple.
$y>x$ means $y=x+M$ for some $M>0$.
$1/y>0$ is obvious: it's a ratio between positive numbers.
Then $$ \frac1{y}=\frac1{x+M}=\frac1{x(1+\frac{M}{x})}=\frac1x\cdot\frac{1}{1+\frac{M}{x}} $$
Next observe that $M,x>0$ hence $M/x>0$, thus $1+\frac{M}{x}>1$.
Now, by axioms of real numbers, the sign of an inequality is preserved is you multiply both sides by a positive quantity $c>0$. Let's multiply both sides of $1+\frac{M}{x}>1$ by the positive quantity $c=\frac{1}{1+\frac{M}{x}}$. We obtain then $$ \frac{1}{1+\frac{M}{x}}<1. $$
Hence you know that multiplying a positive quantity by a factor in $]0,1[$ you'll obtain something smaller (exercise). Thus $$ \frac1x\cdot\frac{1}{1+\frac{M}{x}}<\frac1x $$ as wanted.