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