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