(lhatom-addr-p x) → *
Function:
(defun lhatom-addr-p (x) (declare (xargs :guard (lhatom-p x))) (let ((__function__ 'lhatom-addr-p)) (declare (ignorable __function__)) (mbe :logic (svarlist-addr-p (lhatom-vars x)) :exec (lhatom-case x :z t :var (svar-addr-p x.name)))))
Theorem:
(defthm lhatom-addr-p-of-lhatom-fix-x (equal (lhatom-addr-p (lhatom-fix x)) (lhatom-addr-p x)))
Theorem:
(defthm lhatom-addr-p-lhatom-equiv-congruence-on-x (implies (lhatom-equiv x x-equiv) (equal (lhatom-addr-p x) (lhatom-addr-p x-equiv))) :rule-classes :congruence)