Construction of the circuit.
(boolean-not-circuit) → pdef
This is a PFCS definition with a single equality constraint of the form described in boolean-not.
Function:
(defun boolean-not-circuit nil (declare (xargs :guard t)) (let ((__function__ 'boolean-not-circuit)) (declare (ignorable __function__)) (pfcs::parse-def "boolean_not(x, y) := { (1 + -1 * x) * (1) == (y) }")))
Theorem:
(defthm definitionp-of-boolean-not-circuit (b* ((pdef (boolean-not-circuit))) (pfcs::definitionp pdef)) :rule-classes :rewrite)
Theorem:
(defthm sr1cs-definitionp-of-boolean-not-circuit (b* ((pdef (boolean-not-circuit))) (pfcs::sr1cs-definitionp pdef)) :rule-classes :rewrite)