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