maths.free › Abstract Algebra › 19. Lattices and Boolean Algebras › The Algebra of Electrical Circuits
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 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 othera 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 . 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\). Two switches \(a\) and \(b\) are in parallel if they form a circuit of the type that appears in . 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\).
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\). 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\). 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 )\), is illustrated in . 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\). The laws for \(a \wedge a' = O\) and \(a \vee a' = I\) are shown in and , respectively.
Example
Every Boolean expression represents a switching circuit. For example, given the expression \((a \vee b) \wedge (a \vee b') \wedge (a \vee b)\), we can construct the circuit in .
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
Given a complex circuit, we can now apply the techniques of Boolean algebra to reduce it to a simpler one. Consider the circuit in . Since \[\begin{aligned}(a \vee b) \wedge (a \vee b') \wedge (a \vee b) & = (a \vee b) \wedge (a \vee b) \wedge (a \vee b') \\ & = (a \vee b) \wedge (a \vee b') \\ & = a \vee ( b \wedge b') \\ & = a \vee O \\ & = a\end{aligned}\], we can replace the more complicated circuit with a circuit containing the single switch \(a\) and achieve the same function.
Sage has a full suite of functionality for both posets and lattices, all as part of its excellent support for combinatorics. There is little in this chapter that cannot be investigated with Sage.
Historical Note
George Boole (18151864) 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 (18061871). 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 (18611947), Bertrand Russell (18721970), and David Hilbert (18621943). 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 (19061978), 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.
Symbols used here
Logical connectives.
Prime notation for derivatives with respect to x (or t).
Naturals, integers, rationals, reals, complex numbers.
x belongs to A; every element of A is in B.
Marks the point where the statement has been established.
n divides a − b; a and b have the same remainder.
b is a multiple of a; the largest number dividing both.
A set with an operation; the do-nothing element; the element that undoes g.
Same structure; the group of cosets of a normal subgroup N.
The remainders 0…n−1 with clock arithmetic.
The set of morphisms; do g then f.
Questions people ask
What is a group, in plain words?
A set with one operation that is associative, has an identity, and lets every element be undone. Symmetries of any object form a group — that is where the idea came from.
What is the difference between a ring and a field?
A ring has addition and multiplication that behave like the integers (you cannot always divide); a field is a ring where every non-zero element has a reciprocal, like the rationals or the reals.
మీ సొంత ప్రయత్నించండి
Parts of this page are adapted from Judson, Abstract Algebra: Theory and Applications (GFDL 1.3). Condensed and re-explained here; errors are ours.
ఇంకా Abstract Algebra
GroupsSubgroups, cosets and Lagrange's theoremCyclic groups and permutation groupsHomomorphisms, normal subgroups and quotient groupsRings and fieldsGalois theory: why the quintic has no formula