Disjunction

Definition: Disjunction

The disjunction function is the Boolean function defined in the following way:

NOTATION

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

Definition: Maxterm

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

where is either equal to or to its negation .

Disjunctive Normal Form

Theorem: Disjunctive Normal Form (DNF)

Every non-contradictory Boolean operator can be uniquely expressed as a disjunction of minterms.

Definition: Disjunctive Normal Form

This expression is known as a disjunctive normal form (DNF).

Algorithm: Finding DNFs

We are given a Boolean operator :

  1. Identify the on-set of .

  2. For each construct the minterm , where

  • if ;

  • if .

  1. The disjunctive normal form of is the disjunction of all the minterms from step 2.