(bed-op-not1) → op
Function:
(defun bed-op-not1$inline nil (declare (xargs :guard t)) (let ((__function__ 'bed-op-not1)) (declare (ignorable __function__)) 3))
Theorem:
(defthm bed-op-p-of-bed-op-not1 (b* ((op (bed-op-not1$inline))) (bed-op-p op)) :rule-classes :rewrite)
Theorem:
(defthm bed-op-eval-of-not1 (equal (bed-op-eval (bed-op-not1) x y) (b-not x)))