Minterms and Maxterms

Minterm

Definition

For an n-variable function, a (logical) product term in which each of the n variables appears one is called a minterm, denoted by .

Example

For , is a minterm, but and are not.

Maxterm

Definition

For an n-variable function, a (logical) sum term in which each of the n variables appears once is called a maxterm, denoted by .

Example

For , is a maxterm, but and are not.

Three Variable Minterms and Maxterms

Table

Minterm Maxterm
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1

Notation

It is common to write minterms as and maxterms as . These are in binary.

Example

Minterm 5 is simply , since .
Maxterm 9 is , since .