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