Rules for normalizing products with negative factors, and reciprocals of negations.
Theorem:
(defthm functional-commutativity-of-minus-*-right (equal (* x (- y)) (- (* x y))))
Theorem:
(defthm functional-commutativity-of-minus-*-left (equal (* (- x) y) (- (* x y))))
Theorem:
(defthm reciprocal-minus (equal (/ (- x)) (- (/ x))))