Multi-input-XOR
an -input XOR produces TRUE when an odd number of inputs are TRUE.
Example:


Normal Forms
Note that AND is represented as Sum, OR is represented as Product. The reason for this deep connection is that forms a semiring under the bool operation, where AND acts like and OR acts like .
- Product-of-Sums Form CNF (Conjunctive Normal Form)
- Sum of Products Form DNF (Disjunctive Normal Form)
- ..