Suppose $a,b,c,d \in \mathbb{R}^+$ are such that $$ a \leq b \\ c \leq d \\ ac = bd $$ then is the following true? $$ a= b \\ c = d $$
Attempt:
Suppose not true, i.e. $a < b$ or $c < d$, then we have $ac < bd$ thus contradicting the fact that $ac=bd$. Thus $a= b$ and $c = d$.
So, is my argument correct? Sorry for posting this if this is a trivial fact.