Back to ComputerTerms

For any BooleanAlgebra we define Boolean terms recursively as follows:

  1. 0 or 1 are turms
  2. Each element of the domain is a term
  3. Each variable is a term
  4. If S and T are terms, then (S or T) and (S and T) are terms.
  5. If S is a term, then S' is a term.

SEE ALSO

Back to ComputerTerms

BooleanTerm (last edited 2003-11-04 00:50:29 by yakko)