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