Dear all:
I have a question about the text noted in Bunuel's Signature Collection. As I understand, we can multiply two inequalities that have the same sign and divide two inequalities that have opposite signs, keeping in mind that we take the sign of the dividend. Stated in one of the documents titled EVEN-ODD, the author notes that we need to flip the sign of the inequality when two negative inequalities are multiplied. This point makes sense. I would assume that the sign remains the same when one negative inequality is multiplied with a positive one. However, it further notes that we can divide two negative inequalities of the same sign and states the variables in an order that is not typical. I am not sure if this is typo or if it is correct. I request clarification.
"Deal with negative numbers:
-a<-b<0, -c<-d<0
Then
-a-c<-b-d<0
-a-(-d)<-b-(-c)
However the sign needs to be flipped one more time if you are doing multiplication or division
(because you are multiplying/dividing a negative number):
(-a)*(-c)>(-b)*(-d)
(-a)/(-d)>(-b)/(-c)For example:
If x<-4, y<-2, we know that xy>8, but we don't know how x/y compare to (-4)/(-2)=2 since
you can only do division when their signs are in different directions
If x>-4 and y<-2 then x/y<2 but we don't know how xy is compared to 8 since we can only do
multiplication when their signs are the same direction."