Recognizer for 4vmasks.
(4vmask-p x) → bool
Function:
(defun 4vmask-p (x) (declare (xargs :guard t)) (let ((__function__ '4vmask-p)) (declare (ignorable __function__)) (sparseint-p x)))
Theorem:
(defthm 4vmask-p-compound-recognizer (implies (4vmask-p x) (or (integerp x) (consp x))) :rule-classes :compound-recognizer)
Theorem:
(defthm sparseint-p-when-4vmask-p (implies (4vmask-p x) (sparseint-p x)))
Theorem:
(defthm 4vmask-p-when-sparseint-p (implies (sparseint-p x) (4vmask-p x)))