Conjunction

Definition: Conjunction

A conjunction function is a Boolean operator defined in the following way:

NOTATION

It is much more common to write in one of the following ways:

Definition: Minterm

A logical connective is a minterm if it can be expressed as the conjunction of a combination of negations and identity functions

where is either equal to or to its negation .

Conjunctive Normal Form

Theorem: Conjunctive Normal Form

Every non-tautological Boolean operator can be uniquely expressed as a conjunction of maxterms.

Algorithm: Finding DNFs

We are given a Boolean operator :

  1. Identify the off-set of .

  2. For each construct the maxterm , where

  • if ;

  • if .

  1. The conjunctive normal form of is the conjunction of all the maxterms from step 2.