I was just introduced into elementary proofs of inequalities, my text's explanation however feels incomplete. I did further research on the subject, my question is thus:
Prove: If $0 < a < b$, if $c < d$, and $c > 0$, then:
$$ac < bd$$
I understand that you may add or multiply an inequality by a number; however i cannot seem to determine what to use to show what is desired. Another approach i attempted is the fact that if $a < b$ then there is some k s.t. $a + k = b$. And similar $m$ for $c < d$. However plugging this in for $ac < bd$ proved no avail.
What are some ways i could solve this? I am sure there is more than one way.
Let $\mathcal{P}^{+}$ be the set of positive numbers. Since $(b-a), c \in \mathcal{P}^{+}$, then $c(b-a)\in P^{+}$, i.e., $ac<bc$. Also $(d-c),b\in \mathcal{P}^{+}$ so $b(d-c)\in \mathcal{P}^{+}$,i.e., $bc<bd$. Then we have $ac<bc$ and $bc<bd$ and hence (by transitivity) $ac<bd$ as desired.
– Jose Antonio Mar 28 '14 at 02:17