Get the orig-outs field from a svtv.
(svtv->orig-outs x) → orig-outs
This is an ordinary field accessor created by defprod.
Function:
(defun svtv->orig-outs$inline (x) (declare (xargs :guard (svtv-p x))) (declare (xargs :guard t)) (let ((__function__ 'svtv->orig-outs)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (true-list-list-fix (std::da-nth 9 x))) :exec (std::da-nth 9 x))))
Theorem:
(defthm true-list-listp-of-svtv->orig-outs (b* ((orig-outs (svtv->orig-outs$inline x))) (true-list-listp orig-outs)) :rule-classes :rewrite)
Theorem:
(defthm svtv->orig-outs$inline-of-svtv-fix-x (equal (svtv->orig-outs$inline (svtv-fix x)) (svtv->orig-outs$inline x)))
Theorem:
(defthm svtv->orig-outs$inline-svtv-equiv-congruence-on-x (implies (svtv-equiv x x-equiv) (equal (svtv->orig-outs$inline x) (svtv->orig-outs$inline x-equiv))) :rule-classes :congruence)