(in-package "ACL2")
(defthm equal-of-booleans-cheap (implies (and (booleanp x) (booleanp y)) (equal (equal x y) (iff x y))) :rule-classes ((:rewrite :backchain-limit-lst 0)))
(defthmd equal-of-booleans (implies (and (booleanp x) (booleanp y)) (equal (equal x y) (iff x y))))