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