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