Get the signedp field from a lhprobe.
This is an ordinary field accessor created by defprod.
Function:
(defun lhprobe->signedp$inline (x) (declare (xargs :guard (lhprobe-p x))) (declare (xargs :guard t)) (let ((__function__ 'lhprobe->signedp)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (bool-fix (cdr (cdr x)))) :exec (cdr (cdr x)))))
Theorem:
(defthm booleanp-of-lhprobe->signedp (b* ((signedp (lhprobe->signedp$inline x))) (booleanp signedp)) :rule-classes :type-prescription)
Theorem:
(defthm lhprobe->signedp$inline-of-lhprobe-fix-x (equal (lhprobe->signedp$inline (lhprobe-fix x)) (lhprobe->signedp$inline x)))
Theorem:
(defthm lhprobe->signedp$inline-lhprobe-equiv-congruence-on-x (implies (lhprobe-equiv x x-equiv) (equal (lhprobe->signedp$inline x) (lhprobe->signedp$inline x-equiv))) :rule-classes :congruence)