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