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