Examples of
Huntington 's postulates are given below:
Closure
If X and Y are in set (0, 1) then operations X + Y and X.Y are also in set (0, 1)
Identity
X + 0 = X X . 1 = X
Distributive
X . (Y + Z) = (X . Y) + (X . Z)
X + (Y . Z) = (X + Y).(X + Z)
Complement
Note that for each property, one form is the dual of the other; (zeros to ones, ones to zeros, '.' operations to '+' operations, '+' operations to '.' operations).
From the above postulates the following theorems could be derived.
Associative
Idempotence
Absorption
Simplification
Consensus
Adjacency
Demorgans
In general form
Very useful for complementing function expressions; for example
Switching Algebra Operations
A set is a collection of objects (or elements) and for example a set Z {0, 1} means that Z is a set containing two elements distinguished by the symbols 0 and 1. There are three primary operations AND , OR and NOT.
NOT
It is an complement or inversion operation. Usually shown as over bar (Ᾱ), other forms are à and A'.
AND
Also known as the conjunction operation; output is true (1) only if all inputs are true. Algebraic operators are '.' and '&' and '˄'.
OR
Also known as the disjunction operation; output is true (1) if any input is true. Algebraic operators are '+', '|', '˅'.
AND and OR are called binary operations because they are defined on two operands X and Y. Not is called a unary operation because it is defined on a single operand A. All of these operations are closed. That means if one applies the operation to two elements in a set Z {0, 1}, the result will be always an element in the set B and not something else.
Like standard algebra, switching algebra operators have a precedence of evaluation. The following rules are useful in this regard.
- NOT operations have the highest precedence
- AND operations are next
- OR operations are lowest
- Parentheses explicitly define the order of operator evaluation and it is a good practice to use parentheses especially for situations which can cases doubt.
Note that in Boolean algebra the operators AND and OR are not linear group operations; so one cannot solve equations by "adding to" of "multiplying" on both sides of the equal sign as is done with real, complex numbers in standard algebra.
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.