(vl-hidtrace-resolved-p x) → *
Function:
(defun vl-hidtrace-resolved-p (x) (declare (xargs :guard (vl-hidtrace-p x))) (let ((__function__ 'vl-hidtrace-resolved-p)) (declare (ignorable __function__)) (if (atom x) t (and (vl-hidstep-resolved-p (car x)) (vl-hidtrace-resolved-p (cdr x))))))
Theorem:
(defthm vl-hidtrace-resolved-p-of-vl-hidtrace-fix-x (equal (vl-hidtrace-resolved-p (vl-hidtrace-fix x)) (vl-hidtrace-resolved-p x)))
Theorem:
(defthm vl-hidtrace-resolved-p-vl-hidtrace-equiv-congruence-on-x (implies (vl-hidtrace-equiv x x-equiv) (equal (vl-hidtrace-resolved-p x) (vl-hidtrace-resolved-p x-equiv))) :rule-classes :congruence)