I wanted to check my proof if it is correct. Using these field axioms:
(i)Trichotomy Property: Exactly one of $x<y$, $y<x$, or $x=y$ hold.
(ii)Transitivity: if $x<y$ and $y<z$ (which we could write in shorthand as $x<y<z$), then $x<z$.
(iii)If $x<y$ then $x+z < y+z$.
(iv) If $x<y$ and $z>0$ then $xz<yz$.
- (A1) Addition is commutative
- (A2) Addition is associative
- (A3) Addition has a neutral element $0$
- (A4) Any element has an additive inverse
- (A5) Multiplication is commutative
- (A6) Multiplication is associative
- (A7) Multiplication has a neutral element $1$
- (A8) Any non-zero element has a multiplicative inverse
- (A9) Multiplication distributes over addition
- Prove that for all $a,\, b,\, c\in\mathbb{R}$, if $0<a<b$ and $0<c<d$ then $ac<bd$.
Since $a<b$ and $0<c$, then by (iv), $ac<bc$. Moreover, as $c<d$ and $0<b,$ $bc<bc,$ also by (iv). Therefore we can conclude, by (ii) $ac<bd$.
Remember that in this formal axiomatic approach, every little detail matters.
So, when iv) says that if $x<y$ and $z>0$, then $xz<yz$, then that is not the same as $zx<zy$
Accordingly, the result of the second step is $cb<db$, rather than $bc<bd$. You will need to use two applications of A5 to change that into $bc<bd$.
And frankly, I am surprised that there is no explicit axiom that says that $x<y$ if and only if $y < x$, because while you are given that $0<c$, what you really need to apply iv) is $c>0$ ... I think you should point this out in your answer: a good professor will give you extra credit!
Otherwise good.