Background: I'm currently working through the book "How To Prove It" by Daniel J. Velleman when I came across a problem in the simple proofs chapter I think I solved, but have no one to check over my proof. Here's the question:
Question : Suppose $a,b,c,$ and $d$ are real numbers, $0 \lt a \lt b $, and $d \gt 0$. Prove that if $ac \ge bd$ then $c \gt d$
My Approach : Proof by Contrapositive
So I decided to list my hypotheses:
- $a,b,c,d \in \mathbb{R}$
- $0 \lt a \lt b$
- $d \gt 0$
- $ac \ge bd$
and my conclusion:
- $c \gt d$
After this I decided to attempt to prove the contrapositive so I wrote $$\lnot (c \gt d) \rightarrow \lnot(\text{Hypothesis})$$ $$d \ge c \rightarrow \lnot(\text{Hypothesis})$$
So then I worked out that $d \ge c$ and $b \gt a$ so I multiplied each of them by a,b, and c separately to get two that fit together: $$bd \ge bc $$ $$bc \gt ac $$ to make this: $$ bd \ge bc \gt ac \implies bd \gt ac$$ which is true if $d \ge c$ $$d \ge c \rightarrow bd\gt ac$$ $$\therefore \lnot (c \gt d) \rightarrow \lnot(ac \ge bd)$$ $$\therefore ac \ge bd \rightarrow c \gt d$$
While I reached the same answer as the book, it does not match the proof in the book so I don't know if I am wrong or correct and I don't want to be building proof writing habits that are incorrect. Thank you
Since $0 < a < b$. $c \geq bd/a > 1×d = d$ follows from $ac \geq bd.$
Your proof is excessively complicated.