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