Rewrite: Replace
Theorem:
(defthm normalize-equal-/-to-* (implies (and (acl2-numberp z) (not (equal z 0))) (and (equal (equal x (* y (/ z))) (and (acl2-numberp x) (equal (* x z) (fix y)))) (equal (equal x (* (/ z) y)) (and (acl2-numberp x) (equal (* x z) (fix y)))))))