Boole's expansion theorem: Difference between revisions
Photonique (talk | contribs) Proof sketch. This is important aid to understanding. |
Photonique (talk | contribs) Applications : BDDs |
||
Line 13: | Line 13: | ||
[[George Boole]] presented this expansion as his Proposition II, "To expand or develop a function involving any number of logical symbols", in his ''[[The Laws of Thought|Laws of Thought]]'' (1854),<ref>George Boole, ''An Investigation of the Laws of Thought: On which are Founded the Mathematical Theories of Logic and Probabilities'', 1854, p. 72 [http://books.google.com/books?id=SWgLVT0otY8C&pg=PA73&dq=to+expand+or+develop+a+function full text at Google Books]</ref> and it was "widely applied by Boole and other nineteenth-century logicians".<ref name="brown">Frank Markham Brown, ''Boolean Reasoning: The Logic of Boolean Equations'', 2nd edition, 2003, p. 42</ref> |
[[George Boole]] presented this expansion as his Proposition II, "To expand or develop a function involving any number of logical symbols", in his ''[[The Laws of Thought|Laws of Thought]]'' (1854),<ref>George Boole, ''An Investigation of the Laws of Thought: On which are Founded the Mathematical Theories of Logic and Probabilities'', 1854, p. 72 [http://books.google.com/books?id=SWgLVT0otY8C&pg=PA73&dq=to+expand+or+develop+a+function full text at Google Books]</ref> and it was "widely applied by Boole and other nineteenth-century logicians".<ref name="brown">Frank Markham Brown, ''Boolean Reasoning: The Logic of Boolean Equations'', 2nd edition, 2003, p. 42</ref> |
||
[[Claude Shannon]] mentioned this expansion, among other Boolean identities, in a 1948 paper,<ref>Claude Shannon, "The Synthesis of Two-Terminal Switching Circuits", ''Bell System Technical Journal'' '''28''':59–98, [http://www3.alcatel-lucent.com/bstj/vol28-1949/articles/bstj28-1-59.pdf full text], p. 62</ref> and showed the switching network interpretations of the identity. In the literature of computer design and switching theory, it is often attributed to Shannon.<ref name="brown" /> |
[[Claude Shannon]] , noted information-theorist and communications pioneer, mentioned this expansion, among other Boolean identities, in a 1948 paper,<ref>Claude Shannon, "The Synthesis of Two-Terminal Switching Circuits", ''Bell System Technical Journal'' '''28''':59–98, [http://www3.alcatel-lucent.com/bstj/vol28-1949/articles/bstj28-1-59.pdf full text], p. 62</ref> and showed the switching network interpretations of the identity. In the literature of computer design and switching theory, it is often attributed to Shannon.<ref name="brown" /> |
||
==Application to switching circuits== |
==Application to switching circuits== |
||
# [[Binary decision diagrams]] follow from systematic use of this theorem |
|||
# Any Boolean function can be implemented directly in a [[switching circuit theory|switching circuit]] using a hierarchy of basic [[multiplexer]] by repeated application of this theorem. |
|||
==Notes== |
==Notes== |
||
<references/> |
<references/> |
Revision as of 15:36, 15 November 2014
Boole's expansion theorem, often referred to as the Shannon expansion or decomposition, is the identity: , where is any Boolean function and and are with the argument equal to and to respectively.
The terms and are sometimes called the positive and negative Shannon cofactors, respectively, of with respect to . These are functions, computed by restrict operator, and (see valuation (logic) and partial application).
It has been called the "fundamental theorem of Boolean algebra".[1] Besides its theoretical importance, it paved the way for binary decision diagrams, satisfiability solvers, and many other techniques relevant to computer engineering and formal verification of digital circuits.
Statement of the theorem
A more explicit way of stating the theorem is-
Proof for the statement follows from direct use of mathematical induction, from the observation that and expanding a 2-ary and n-ary Boolean functions identically.
History
George Boole presented this expansion as his Proposition II, "To expand or develop a function involving any number of logical symbols", in his Laws of Thought (1854),[2] and it was "widely applied by Boole and other nineteenth-century logicians".[3]
Claude Shannon , noted information-theorist and communications pioneer, mentioned this expansion, among other Boolean identities, in a 1948 paper,[4] and showed the switching network interpretations of the identity. In the literature of computer design and switching theory, it is often attributed to Shannon.[3]
Application to switching circuits
- Binary decision diagrams follow from systematic use of this theorem
- Any Boolean function can be implemented directly in a switching circuit using a hierarchy of basic multiplexer by repeated application of this theorem.
Notes
- ^ Paul C. Rosenbloom, The Elements of Mathematical Logic, 1950, p. 5
- ^ George Boole, An Investigation of the Laws of Thought: On which are Founded the Mathematical Theories of Logic and Probabilities, 1854, p. 72 full text at Google Books
- ^ a b Frank Markham Brown, Boolean Reasoning: The Logic of Boolean Equations, 2nd edition, 2003, p. 42
- ^ Claude Shannon, "The Synthesis of Two-Terminal Switching Circuits", Bell System Technical Journal 28:59–98, full text, p. 62
External links
- Shannon’s Decomposition Example with multiplexers.
- Optimizing Sequential Cycles Through Shannon Decomposition and Retiming (PDF) Paper on application.