mintermen
Minterm, in Boolean algebra and digital logic, refers to a product term that represents a single combination of input variables. The plural is minterms in English, though in some languages the form mintermen is used. A minterm is a conjunction of all input variables, where each variable appears either complemented or uncomplemented.
Formally, for n variables x1, x2, ..., xn, a minterm Mi is the product xi or ¬xi for
Minterms are contrasted with maxterms, which are sum terms that are false for exactly one input vector
Example: for two variables x and y, the four minterms are M0 = ¬x ∧ ¬y, M1 = ¬x ∧