minterms
Minterms are a fundamental concept in Boolean algebra and digital logic. A minterm is a product term (an AND of literals) that corresponds to a single particular combination of input values. By construction, a minterm evaluates to true for exactly one assignment of the variables and false for all other assignments.
For n variables x1, x2, ..., xn, there are 2^n minterms, usually denoted m0 through m_{2^n−1}. Each minterm
Any Boolean function F of the variables can be expressed as a sum (OR) of minterms for
Minterms provide a complete, nonredundant basis for representing Boolean functions and are particularly useful in analysis