Section 19.3 The Algebra of Electrical Circuits
The usefulness of Boolean algebras has become increasingly apparent over the past several decades with the development of the modern computer. The circuit design of computer chips can be expressed in terms of Boolean algebras. In this section we will develop the Boolean algebra of electrical circuits and switches; however, these results can easily be generalized to the design of integrated computer circuitry.
A switch is a device, located at some point in an electrical circuit, that controls the flow of current through the circuit. Each switch has two possible states: it can be open, and not allow the passage of current through the circuit, or a it can be closed, and allow the passage of current. These states are mutually exclusive. We require that every switch be in one state or the otherāa switch cannot be open and closed at the same time. Also, if one switch is always in the same state as another, we will denote both by the same letter; that is, two switches that are both labeled with the same letter \(a\) will always be open at the same time and closed at the same time.
Given two switches, we can construct two fundamental types of circuits. Two switches \(a\) and \(b\) are in series if they make up a circuit of the type that is illustrated in FigureĀ 19.25. Current can pass between the terminals \(A\) and \(B\) in a series circuit only if both of the switches \(a\) and \(b\) are closed. We will denote this combination of switches by \(a \wedge b\text{.}\) Two switches \(a\) and \(b\) are in parallel if they form a circuit of the type that appears in FigureĀ 19.26. In the case of a parallel circuit, current can pass between \(A\) and \(B\) if either one of the switches is closed. We denote a parallel combination of circuits \(a\) and \(b\) by \(a \vee b\text{.}\)
We can build more complicated electrical circuits out of series and parallel circuits by replacing any switch in the circuit with one of these two fundamental types of circuits. Circuits constructed in this manner are called series-parallel circuits.
We will consider two circuits equivalent if they act the same. That is, if we set the switches in equivalent circuits exactly the same we will obtain the same result. For example, in a series circuit \(a \wedge b\) is exactly the same as \(b \wedge a\text{.}\) Notice that this is exactly the commutative law for Boolean algebras. In fact, the set of all series-parallel circuits forms a Boolean algebra under the operations of \(\vee\) and \(\wedge\text{.}\) We can use diagrams to verify the different axioms of a Boolean algebra. The distributive law, \(a \wedge ( b \vee c ) = (a \wedge b ) \vee ( a \wedge c )\text{,}\) is illustrated in FigureĀ 19.27. If \(a\) is a switch, then \(a'\) is the switch that is always open when \(a\) is closed and always closed when \(a\) is open. A circuit that is always closed is \(I\) in our algebra; a circuit that is always open is \(O\text{.}\) The laws for \(a \wedge a' = O\) and \(a \vee a' = I\) are shown in FigureĀ 19.28 and FigureĀ 19.29, respectively.
Example 19.30.
Every Boolean expression represents a switching circuit. For example, given the expression \((a \vee b) \wedge (a \vee b') \wedge (a \vee b)\text{,}\) we can construct the circuit in FigureĀ 19.33.
Theorem 19.31.
The set of all circuits is a Boolean algebra.
We leave as an exercise the proof of this theorem for the Boolean algebra axioms not yet verified. We can now apply the techniques of Boolean algebras to switching theory.
Example 19.32.
Given a complex circuit, we can now apply the techniques of Boolean algebra to reduce it to a simpler one. Consider the circuit in FigureĀ 19.33. Since
we can replace the more complicated circuit with a circuit containing the single switch \(a\) and achieve the same function.
Subsection Historical Note
George Boole (1815ā1864) was the first person to study lattices. In 1847, he published The Investigation of the Laws of Thought, a book in which he used lattices to formalize logic and the calculus of propositions. Boole believed that mathematics was the study of form rather than of content; that is, he was not so much concerned with what he was calculating as with how he was calculating it. Boole's work was carried on by his friend Augustus De Morgan (1806ā1871). De Morgan observed that the principle of duality often held in set theory, as is illustrated by De Morgan's laws for set theory. He believed, as did Boole, that mathematics was the study of symbols and abstract operations.
Set theory and logic were further advanced by such mathematicians as Alfred North Whitehead (1861ā1947), Bertrand Russell (1872ā1970), and David Hilbert (1862ā1943). In Principia Mathematica, Whitehead and Russell attempted to show the connection between mathematics and logic by the deduction of the natural number system from the rules of formal logic. If the natural numbers could be determined from logic itself, then so could much of the rest of existing mathematics. Hilbert attempted to build up mathematics by using symbolic logic in a way that would prove the consistency of mathematics. His approach was dealt a mortal blow by Kurt Gƶdel (1906ā1978), who proved that there will always be āundecidableā problems in any sufficiently rich axiomatic system; that is, that in any mathematical system of any consequence, there will always be statements that can never be proven either true or false.
As often occurs, this basic research in pure mathematics later became indispensable in a wide variety of applications. Boolean algebras and logic have become essential in the design of the large-scale integrated circuitry found on today's computer chips. Sociologists have used lattices and Boolean algebras to model social hierarchies; biologists have used them to describe biosystems.