This is what I have to prove: For elements $x, y$ in an ordered field, if $0 < x < y$ then $y^{-1} < x^{-1}.$
My proof: $0 < x < y$
multiply $x^{-1}$ on the left of both sides to get $x^{-1}0 < x^{-1}x < x^{-1}y $
$0 < 1 < x^{-1}y$
then multiply $y^{-1}$ to the right of both sides to get $0y^{-1} < 1y^{-1} < x^{-1}yy^{-1}$
And then we get $0 < y^{-1} < x^{-1}$.
Are there any problems with this proof?