Prove that $|xy|=|x||y|$
hint: consider the 4 cases, x and y both positive, both negative, x is positive while y is negative, and y is positive while x is negative.
I am not really sure how to go about proving this, especially the last 2 cases. A push in the right direction would be appreciated.
Proof: There are 4 cases.
Suppose that x>0 and y>0, then $|xy|=xy=|x||y|$
Suppose x<0 and y<0, then $|xy|=-x*-y=xy=|x||y|$
Suppose x<0 and y>0, then
Suppose x>0 and y<0 then
Case 3: Suppose that $x < 0$ and $y \geq 0$. Then $xy \leq 0$ so that: $$ |xy| = -xy = (-x)(y) = |x||y| $$ as desired.
The other case is similar.