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