(svstmt-write-vars x) → vars
Function:
(defun svstmt-write-vars (x) (declare (xargs :guard (svstmt-write-p x))) (let ((__function__ 'svstmt-write-vars)) (declare (ignorable __function__)) (b* (((svstmt-write x))) (append-without-guard (svex-select-vars x.lhs) (svex-vars x.rhs)))))
Theorem:
(defthm svarlist-p-of-svstmt-write-vars (b* ((vars (svstmt-write-vars x))) (svarlist-p vars)) :rule-classes :rewrite)
Theorem:
(defthm svstmt-write-vars-of-svstmt-write-fix-x (equal (svstmt-write-vars (svstmt-write-fix x)) (svstmt-write-vars x)))
Theorem:
(defthm svstmt-write-vars-svstmt-write-equiv-congruence-on-x (implies (svstmt-write-equiv x x-equiv) (equal (svstmt-write-vars x) (svstmt-write-vars x-equiv))) :rule-classes :congruence)