Boolean-eq
Formalization and verification of a circuit
for boolean non-equality.
Given two field elements x and y representing booleans
(i.e. such that each field element is either 0 or 1;
see boolean-assert),
their equality can be checked, and put into a boolean result z,
by negating the non-equality of x and y:
Subtopics
- Boolean-eq-correctness
- Correctness of the circuit.
- Boolean-eq-circuit
- Construction of the circuit.
- Boolean-eq-spec
- Specification of the circuit.
- Boolean-eq-lifting
- Lifting of the circuit to a predicate.