SUPPORT THE WORK

GetWiki

Boolean algebra (structure)

ARTICLE SUBJECTS
aesthetics  →
being  →
complexity  →
database  →
enterprise  →
ethics  →
fiction  →
history  →
internet  →
knowledge  →
language  →
licensing  →
linux  →
logic  →
method  →
news  →
perception  →
philosophy  →
policy  →
purpose  →
religion  →
science  →
sociology  →
software  →
truth  →
unix  →
wiki  →
ARTICLE TYPES
essay  →
feed  →
help  →
system  →
wiki  →
ARTICLE ORIGINS
critical  →
discussion  →
forked  →
imported  →
original  →
Boolean algebra (structure)
[ temporary import ]
please note:
- the content below is remote from Wikipedia
- it has been imported raw for GetWiki
{{short description|Algebraic structure modeling logical operations}} {{for multi|an introduction to the subject|Boolean algebra|an alternative presentation|Boolean algebras canonically defined}}{{Use dmy dates|date=November 2020}}In abstract algebra, a Boolean algebra or Boolean lattice is a complemented distributive lattice. This type of algebraic structure captures essential properties of both set operations and logic operations. A Boolean algebra can be seen as a generalization of a power set algebra or a field of sets, or its elements can be viewed as generalized truth values. It is also a special case of a De Morgan algebra and a Kleene algebra (with involution).Every Boolean algebra gives rise to a Boolean ring, and vice versa, with ring multiplication corresponding to conjunction or meet ∧, and ring addition to exclusive disjunction or symmetric difference (not disjunction ∨). However, the theory of Boolean rings has an inherent asymmetry between the two operators, while the axioms and theorems of Boolean algebra express the symmetry of the theory described by the duality principle.{{sfn|Givant|Halmos|2009|p=20}}thumb|right|250px|Boolean lattice of subsets__TOC__

History

The term "Boolean algebra" honors George Boole (1815–1864), a self-educated English mathematician. He introduced the algebraic system initially in a small pamphlet, The Mathematical Analysis of Logic, published in 1847 in response to an ongoing public controversy between Augustus De Morgan and William Hamilton, and later as a more substantial book, The Laws of Thought, published in 1854. Boole's formulation differs from that described above in some important respects. For example, conjunction and disjunction in Boole were not a dual pair of operations. Boolean algebra emerged in the 1860s, in papers written by William Jevons and Charles Sanders Peirce. The first systematic presentation of Boolean algebra and distributive lattices is owed to the 1890 Vorlesungen of Ernst Schröder. The first extensive treatment of Boolean algebra in English is A. N. Whitehead's 1898 Universal Algebra. Boolean algebra as an axiomatic algebraic structure in the modern axiomatic sense begins with a 1904 paper by Edward V. Huntington. Boolean algebra came of age as serious mathematics with the work of Marshall Stone in the 1930s, and with Garrett Birkhoff's 1940 Lattice Theory. In the 1960s, Paul Cohen, Dana Scott, and others found deep new results in mathematical logic and axiomatic set theory using offshoots of Boolean algebra, namely forcing and Boolean-valued models.

Definition

A Boolean algebra is a set {{math|1=A}}, equipped with two binary operations {{math|1=∧}} (called "meet" or "and"), {{math|1=∨}} (called "join" or "or"), a unary operation {{math|1=¬}} (called "complement" or "not") and two elements {{math|1=0}} and {{math|1=1}} in {{math|1=A}} (called "bottom" and "top", or "least" and "greatest" element, also denoted by the symbols {{math|1=⊥}} and {{math|1=⊤}}, respectively), such that for all elements {{math|a}}, {{math|b}} and {{math|c}} of {{math|A}}, the following axioms hold:{{sfn|Davey|Priestley|1990|pp=109, 131, 144}}
{| cellpadding=5
1=a ∨ (b ∨ c) = (a ∨ b) ∨ c}}
1=a ∧ (b ∧ c) = (a ∧ b) ∧ c}}| associativity
1=a ∨ b = b ∨ a}}
1=a ∧ b = b ∧ a}}| commutativity
1=a ∨ (a ∧ b) = a}}
1=a ∧ (a ∨ b) = a}}Absorption law>absorption
1=a ∨ 0 = a}}
1=a ∧ 1 = a}}identity element>identity
1=a ∨ (b ∧ c) = (a ∨ b) ∧ (a ∨ c)  }}
1=a ∧ (b ∨ c) = (a ∧ b) ∨ (a ∧ c)  }}| distributivity
1=a ∨ ¬a = 1}}
1=a ∧ ¬a = 0}}complemented lattice>complements
Note, however, that the absorption law and even the associativity law can be excluded from the set of axioms as they can be derived from the other axioms (see Proven properties).A Boolean algebra with only one element is called a trivial Boolean algebra or a degenerate Boolean algebra. (In older works, some authors required {{math|0}} and {{math|1}} to be distinct elements in order to exclude this case.){{citation needed|date=July 2020}}It follows from the last three pairs of axioms above (identity, distributivity and complements), or from the absorption axiom, that
{{math|1=a = b ∧ a}}     if and only if     {{math|1=a ∨ b = b}}.
The relation {{math|≤}} defined by {{math|a ≤ b}} if these equivalent conditions hold, is a partial order with least element 0 and greatest element 1. The meet {{math|1=a ∧ b}} and the join {{math|1=a ∨ b}} of two elements coincide with their infimum and supremum, respectively, with respect to ≤.The first four pairs of axioms constitute a definition of a bounded lattice.It follows from the first five pairs of axioms that any complement is unique.The set of axioms is self-dual in the sense that if one exchanges {{math|1=∨}} with {{math|1=∧}} and {{math|0}} with {{math|1}} in an axiom, the result is again an axiom. Therefore, by applying this operation to a Boolean algebra (or Boolean lattice), one obtains another Boolean algebra with the same elements; it is called its dual.{{sfn|Goodstein|2012|p=21ff}}

Examples

  • The simplest non-trivial Boolean algebra, the two-element Boolean algebra, has only two elements, {{math|0}} and {{math|1}}, and is defined by the rules:{||{| class="wikitable"
! {{math|1=∧}} || {{math|0}} || {{math|1}}! {{math|0}}0}} {{math|0}}! {{math|1}}0}} {{math|1}}||{| class="wikitable"! {{math|1=∨}} || {{math|0}} || {{math|1}}! {{math|0}}0}} {{math|1}}! {{math|1}}1}} {{math|1}}||{| class="wikitable"! {{math|a}} || {{math|0}} || {{math|1}}! {{math|¬a}}1}} {{math|0}}
* It has applications in logic, interpreting {{math|0}} as false, {{math|1}} as true, {{math|1=∧}} as and, {{math|1=∨}} as or, and {{math|¬}} as not. Expressions involving variables and the Boolean operations represent statement forms, and two such expressions can be shown to be equal using the above axioms if and only if the corresponding statement forms are logically equivalent.
* The two-element Boolean algebra is also used for circuit design in electrical engineering;{{refn|group=note|Strictly, electrical engineers tend to use additional states to represent other circuit conditions such as high impedance - see IEEE 1164 or IEEE 1364.}} here 0 and 1 represent the two different states of one bit in a digital circuit, typically high and low voltage. Circuits are described by expressions containing variables, and two such expressions are equal for all values of the variables if and only if the corresponding circuits have the same input–output behavior. Furthermore, every possible input–output behavior can be modeled by a suitable Boolean expression.
* The two-element Boolean algebra is also important in the general theory of Boolean algebras, because an equation involving several variables is generally true in all Boolean algebras if and only if it is true in the two-element Boolean algebra (which can be checked by a trivial brute force algorithm for small numbers of variables). This can for example be used to show that the following laws (Consensus theorems) are generally valid in all Boolean algebras: ** {{math|1=(a ∨ b) ∧ (¬a ∨ c) ∧ (b ∨ c) ≡ (a ∨ b) ∧ (¬a ∨ c)}} ** {{math|1=(a ∧ b) ∨ (¬a ∧ c) ∨ (b ∧ c) ≡ (a ∧ b) ∨ (¬a ∧ c)}}
  • The power set (set of all subsets) of any given nonempty set {{math|S}} forms a Boolean algebra, an algebra of sets, with the two operations {{math|1=∨ := ∪}} (union) and {{math|1=∧ := ∩}} (intersection). The smallest element 0 is the empty set and the largest element {{math|1}} is the set {{math|S}} itself.


* After the two-element Boolean algebra, the simplest Boolean algebra is that defined by the power set of two atoms:{||{| class="wikitable"
! {{math|1=∧}} || {{math|1=0}} || {{math|1=a}} || {{math|1=b}} || {{math|1=1}}! {{math|1=0}}1=0}} {{math1=0}} {{math|1=0}}! {{math|1=a}}1=0}} {{math1=0}} {{math|1=a}}! {{math|1=b}}1=0}} {{math1=b}} {{math|1=b}}! {{math|1=1}}1=0}} {{math1=b}} {{math|1=1}}||{| class="wikitable"! {{math|1=∨}} || {{math|1=0}} || {{math|1=a}} || {{math|1=b}} || {{math|1=1}}! {{math|1=0}}1=0}} {{math1=b}} {{math|1=1}}! {{math|1=a}}1=a}} {{math1=1}} {{math|1=1}}! {{math|1=b}}1=b}} {{math1=b}} {{math|1=1}}! {{math|1=1}}1=1}} {{math1=1}} {{math|1=1}}||{| class="wikitable"! {{math|1=x}} || {{math|1=0}} || {{math|1=a}} || {{math|1=b}} || {{math|1=1}}! {{math|1=¬x}}1=1}} {{math1=a}} {{math|1=0}}
  • The set {{mvar|A}} of all subsets of {{mvar|S}} that are either finite or cofinite is a Boolean algebra and an algebra of sets called the finite–cofinite algebra. If {{mvar|S}} is infinite then the set of all cofinite subsets of {{mvar|S}}, which is called the Fréchet filter, is a free ultrafilter on {{mvar|A}}. However, the Fréchet filter is not an ultrafilter on the power set of {{mvar|S}}.
  • Starting with the propositional calculus with {{math|κ}} sentence symbols, form the Lindenbaum algebra (that is, the set of sentences in the propositional calculus modulo logical equivalence). This construction yields a Boolean algebra. It is in fact the free Boolean algebra on {{math|κ}} generators. A truth assignment in propositional calculus is then a Boolean algebra homomorphism from this algebra to the two-element Boolean algebra.
  • Given any linearly ordered set {{math|L}} with a least element, the interval algebra is the smallest Boolean algebra of subsets of {{math|L}} containing all of the half-open intervals {{math|[a, b)}} such that {{math|a}} is in {{math|L}} and {{math|b}} is either in {{math|L}} or equal to {{math|∞}}. Interval algebras are useful in the study of Lindenbaum–Tarski algebras; every countable Boolean algebra is isomorphic to an interval algebra.
File:Lattice T 30.svg|thumb|x150px|Hasse diagramHasse diagram
  • For any natural number {{math|n}}, the set of all positive divisors of {{math|n}}, defining {{math|a ≤ b}} if {{math|a}} divides {{math|b}}, forms a distributive lattice. This lattice is a Boolean algebra if and only if {{math|n}} is square-free. The bottom and the top elements of this Boolean algebra are the natural numbers {{math|1}} and {{math|n}}, respectively. The complement of {{math|a}} is given by {{math|n/a}}. The meet and the join of {{math|a}} and {{math|b}} are given by the greatest common divisor ({{math|gcd}}) and the least common multiple ({{math|lcm}}) of {{math|a}} and {{math|b}}, respectively. The ring addition {{math|a + b}} is given by {{math|lcm(a, b) / gcd(a, b)}}. The picture shows an example for {{math|1=n = 30}}. As a counter-example, considering the non-square-free {{math|1=n = 60}}, the greatest common divisor of 30 and its complement 2 would be 2, while it should be the bottom element 1.
  • Other examples of Boolean algebras arise from topological spaces: if {{math|X}} is a topological space, then the collection of all subsets of {{math|X}} that are both open and closed forms a Boolean algebra with the operations {{math|1=∨ := ∪}} (union) and {{math|1=∧ := ∩}} (intersection).
  • If {{mvar|R}} is an arbitrary ring then its set of central idempotents, which is the set
A = left{e in R : e^2 = e text{ and } ex = xe ; text{ for all } ; x in Rright},becomes a Boolean algebra when its operations are defined by {{math|1=e ∨ f := e + f − ef}} and {{math|1=e ∧ f := ef}}.

Homomorphisms and isomorphisms

A homomorphism between two Boolean algebras {{math|A}} and {{math|B}} is a function {{math|f : A → B}} such that for all {{math|a}}, {{math|b}} in {{math|A}}:
{{math|1=f(a ∨ b) = f(a) ∨ f(b)}}, {{math|1=f(a ∧ b) = f(a) ∧ f(b)}}, {{math|1=f(0) = 0}}, {{math|1=f(1) = 1}}.
It then follows that {{math|1=f(¬a) = ¬f(a)}} for all {{math|a}} in {{math|A}}. The class of all Boolean algebras, together with this notion of morphism, forms a full subcategory of the category of lattices.An isomorphism between two Boolean algebras {{math|A}} and {{math|B}} is a homomorphism {{math|f : A → B}} with an inverse homomorphism, that is, a homomorphism {{math|g : B → A}} such that the composition {{math|g ∘ f : A → A}} is the identity function on {{math|A}}, and the composition {{math|f ∘ g : B → B}} is the identity function on {{math|B}}. A homomorphism of Boolean algebras is an isomorphism if and only if it is bijective.

Boolean rings

Every Boolean algebra {{math|1=(A, ∧, ∨)}} gives rise to a ring {{math|(A, +, ·)}} by defining {{math|1=a + b := (a ∧ ¬b) ∨ (b ∧ ¬a) = (a ∨ b) ∧ ¬(a ∧ b)}} (this operation is called symmetric difference in the case of sets and XOR in the case of logic) and {{math|1=a · b := a ∧ b}}. The zero element of this ring coincides with the 0 of the Boolean algebra; the multiplicative identity element of the ring is the {{math|1}} of the Boolean algebra. This ring has the property that {{math|1=a · a = a}} for all {{math|a}} in {{math|A}}; rings with this property are called Boolean rings.Conversely, if a Boolean ring {{math|A}} is given, we can turn it into a Boolean algebra by defining {{math|1=x ∨ y := x + y + (x · y)}} and {{math|1=x ∧ y := x · y}}.{{sfn|Stone|1936}}{{sfn|Hsiang|1985|p=260}}Since these two constructions are inverses of each other, we can say that every Boolean ring arises from a Boolean algebra, and vice versa. Furthermore, a map {{math|f : A → B}} is a homomorphism of Boolean algebras if and only if it is a homomorphism of Boolean rings. The categories of Boolean rings and Boolean algebras are equivalent;{{sfn|Cohn|2003|p=81}} in fact the categories are isomorphic.Hsiang (1985) gave a rule-based algorithm to check whether two arbitrary expressions denote the same value in every Boolean ring.More generally, Boudet, Jouannaud, and Schmidt-Schauß (1989) gave an algorithm to solve equations between arbitrary Boolean-ring expressions.Employing the similarity of Boolean rings and Boolean algebras, both algorithms have applications in automated theorem proving.

Ideals and filters

An ideal of the Boolean algebra {{mvar|A}} is a nonempty subset {{mvar|I}} such that for all {{mvar|x}}, {{mvar|y}} in {{mvar|I}} we have {{math|{{var|x}} ∨ {{var|y}}}} in {{mvar|I}} and for all {{mvar|a}} in {{mvar|A}} we have {{math|{{var|a}} ∧ {{var|x}}}} in {{mvar|I}}. This notion of ideal coincides with the notion of ring ideal in the Boolean ring {{mvar|A}}. An ideal {{mvar|I}} of {{mvar|A}} is called prime if {{math|{{var|I}} ≠ {{var|A}}}} and if {{math|{{var|a}} ∧ {{var|b}}}} in {{mvar|I}} always implies {{mvar|a}} in {{mvar|I}} or {{mvar|b}} in {{mvar|I}}. Furthermore, for every {{math|{{var|a}} ∈ {{var|A}}}} we have that {{math|{{var|a}} ∧ −{{var|a}} {{=}} 0 ∈ {{var|I}}}}, and then if {{mvar|I}} is prime we have {{math|{{var|a}} ∈ {{var|I}}}} or {{math|−{{var|a}} ∈ {{var|I}}}} for every {{math|{{var|a}} ∈ {{var|A}}}}. An ideal {{mvar|I}} of {{mvar|A}} is called maximal if {{math|{{var|I}} ≠ {{var|A}}}} and if the only ideal properly containing {{mvar|I}} is {{mvar|A}} itself. For an ideal {{mvar|I}}, if {{math|{{var|a}} ∉ {{var|I}}}} and {{math|−{{var|a}} ∉ {{var|I}}}}, then {{math|{{var|I}} ∪ {{mset|{{var|a}}}}}} or {{math|{{var|I}} ∪ {{mset|−{{var|a}}}}}} is contained in another proper ideal {{mvar|J}}. Hence, such an {{mvar|I}} is not maximal, and therefore the notions of prime ideal and maximal ideal are equivalent in Boolean algebras. Moreover, these notions coincide with ring theoretic ones of prime ideal and maximal ideal in the Boolean ring {{mvar|A}}.The dual of an ideal is a filter. A filter of the Boolean algebra {{mvar|A}} is a nonempty subset {{mvar|p}} such that for all {{mvar|x}}, {{mvar|y}} in {{mvar|p}} we have {{math|{{var|x}} ∧ {{var|y}}}} in {{mvar|p}} and for all {{mvar|a}} in {{mvar|A}} we have {{math|{{var|a}} ∨ {{var|x}}}} in {{mvar|p}}. The dual of a maximal (or prime) ideal in a Boolean algebra is ultrafilter. Ultrafilters can alternatively be described as 2-valued morphisms from {{mvar|A}} to the two-element Boolean algebra. The statement every filter in a Boolean algebra can be extended to an ultrafilter is called the ultrafilter lemma and cannot be proven in Zermelo–Fraenkel set theory (ZF), if ZF is consistent. Within ZF, the ultrafilter lemma is strictly weaker than the axiom of choice.The ultrafilter lemma has many equivalent formulations: every Boolean algebra has an ultrafilter, every ideal in a Boolean algebra can be extended to a prime ideal, etc.

Representations

It can be shown that every finite Boolean algebra is isomorphic to the Boolean algebra of all subsets of a finite set. Therefore, the number of elements of every finite Boolean algebra is a power of two.Stone's celebrated representation theorem for Boolean algebras states that every Boolean algebra {{math|A}} is isomorphic to the Boolean algebra of all clopen sets in some (compact totally disconnected IdempotenceBnd >Bounded lattice>BoundariesAbs >| Absorption lawUNg >| Unique NegationDNg >| Double negationDMg >| De Morgan's LawAss >| Associativity{| align="right" class="wikitable collapsible collapsed" style="text-align:left"! colspan="4"| Huntington 1904 Boolean algebra axioms valign="top"Idn1 >| x ∨ 0 = xIdn2 >| x ∧ 1 = x valign="top"Cmm1 >| x ∨ y = y ∨ xCmm2 >| x ∧ y = y ∧ x valign="top"Dst1 >| x ∨ (y∧z) = (x∨y) ∧ (x∨z)Dst2 >| x ∧ (y∨z) = (x∧y) ∨ (x∧z) valign="top"Cpl1 >| x ∨ ¬x = 1Cpl2 >| x ∧ ¬x = 0{| align="left" class="collapsible" style="text-align:left"! colspan="2" | AbbreviationsIdn >Identity element>IdentityCmm >| CommutativityDst >| DistributivityCpl >Complemented lattice>ComplementsThe first axiomatization of Boolean lattices/algebras in general was given by the English philosopher and mathematician Alfred North Whitehead in 1898.{{sfn|Padmanabhan|Rudeanu|2008|p=73}}{{sfn|Whitehead|1898|p=37}}It included the above axioms and additionally {{math|1=x ∨ 1 = 1}} and {{math|1=x ∧ 0 = 0}}.In 1904, the American mathematician Edward V. Huntington (1874–1952) gave probably the most parsimonious axiomatization based on {{math|1=∧}}, {{math|1=∨}}, {{math|1=¬}}, even proving the associativity laws (see box).{{sfn|Huntington|1904|pp=292-293}}He also proved that these axioms are independent of each other.{{sfn|Huntington|1904|p=296}}In 1933, Huntington set out the following elegant axiomatization for Boolean algebra.{{sfn|Huntington|1933a}} It requires just one binary operation {{math|1=+}} and a unary functional symbol {{math|1=n}}, to be read as 'complement', which satisfy the following laws:{{olistCommutativity: {{math>1=x + y = y + x}}.Associativity: {{math>1=(x + y) + z = x + (y + z)}}.Huntington equation: {{math>1=n(n(x) + y) + n(n(x) + n(y)) = x}}.}}Herbert Robbins immediately asked: If the Huntington equation is replaced with its dual, to wit:{{olist|start=4Robbins Equation: {{math>1=n(n(x + y) + n(x + n(y))) = x}},}}do (1), (2), and (4) form a basis for Boolean algebra? Calling (1), (2), and (4) a Robbins algebra, the question then becomes: Is every Robbins algebra a Boolean algebra? This question (which came to be known as the Robbins conjecture) remained open for decades, and became a favorite question of Alfred Tarski and his students. In 1996, William McCune at Argonne National Laboratory, building on earlier work by Larry Wos, Steve Winker, and Bob Veroff, answered Robbins's question in the affirmative: Every Robbins algebra is a Boolean algebra. Crucial to McCune's proof was the computer program EQP he designed. For a simplification of McCune's proof, see Dahn (1998).Further work has been done for reducing the number of axioms; see Minimal axioms for Boolean algebra.{{clear}}

Generalizations

{{Algebraic structures|Lattice}}Removing the requirement of existence of a unit from the axioms of Boolean algebra yields "generalized Boolean algebras". Formally, a distributive lattice {{math|1=B}} is a generalized Boolean lattice, if it has a smallest element {{math|1=0}} and for any elements {{math|1=a}} and {{math|1=b}} in {{math|1=B}} such that {{math|1=a ≤ b}}, there exists an element {{math|1=x}} such that {{math|1=a ∧ x = 0}} and {{math|1=a ∨ x = b}}. Defining {{math|1=a b}} as the unique {{math|1=x}} such that {{math|1=(a ∧ b) ∨ x = a}} and {{math|1=(a ∧ b) ∧ x = 0}}, we say that the structure {{math|(B, ∧, ∨, , 0)}} is a generalized Boolean algebra, while {{math|(B, ∨, 0)}} is a generalized Boolean semilattice. Generalized Boolean lattices are exactly the ideals of Boolean lattices.A structure that satisfies all axioms for Boolean algebras except the two distributivity axioms is called an orthocomplemented lattice. Orthocomplemented lattices arise naturally in quantum logic as lattices of closed linear subspaces for separable Hilbert spaces.

See also

{hide}div col|content= {edih}

Notes

{{reflist|group=note}}

References

{{reflist|30em}}

Works cited

  • BOOK


, B.A., Davey, Hilary Priestley, H.A., Priestley, Introduction to Lattices and Order, Introduction to Lattices and Order
, 1990
, Cambridge University Press
, Cambridge Mathematical Textbooks,
  • {{citation|title=Basic Algebra: Groups, Rings, and Fields|first=Paul M.|last=Cohn|publisher= Springer |year=2003 |isbn=9781852335878 |pages=51, 70–81 |author-link=Paul Cohn}}
  • {hide}citation


| last1 = Givant
| first1 = Steven
| first2 = Paul
| last2 = Halmos|author2link = Paul Halmos
| year = 2009
| title = Introduction to Boolean Algebras
| series = Undergraduate Texts in Mathematics | publisher = Springer
| isbn = 978-0-387-40293-2{edih}.
  • {{citation|title=Boolean Algebra|first=R. L.|last=Goodstein|authorlink = Reuben Goodstein|publisher=Courier Dover Publications|year=2012|isbn=9780486154978|chapter=Chapter 2: The self-dual system of axioms|pages=21ff|chapter-url=https://books.google.com/books?id=0fxW2KiyxWwC&pg=PA21}}
  • JOURNAL


, Hsiang
, Jieh
, Refutational Theorem Proving Using Term Rewriting Systems
, Artificial Intelligence (journal), Artificial Intelligence
, 1985
, 25
, 3
, 255–300
,weblink
, 10.1016/0004-3702(85)90074-8
,
  • JOURNAL


, Edward V. Huntington
, Edward V.
, Huntington
, Sets of Independent Postulates for the Algebra of Logic
, Transactions of the American Mathematical Society
, 1904
, 5
, 3
, 288–309
, 1986459
, 10.1090/s0002-9947-1904-1500675-4,weblink
, free
,
  • {hide}citation


| last1 = Padmanabhan
| first1 = Ranganathan
| last2 = Rudeanu
| first2 = Sergiu
| year = 2008
| title = Axioms for lattices and boolean algebras
| publisher = World Scientific
| isbn = 978-981-283-454-6{edih}.
  • JOURNAL


, Marshall H. Stone
, Marshall H.
, Stone
, The Theory of Representations for Boolean Algebra
, Transactions of the American Mathematical Society
, 1936
, 40
, 37–111
, 10.1090/s0002-9947-1936-1501865-8, free
,
  • BOOK


, A.N. Whitehead
, A.N.
, Whitehead
, A Treatise on Universal Algebra
, 1898
, Cambridge University Press
, 978-1-4297-0032-0
,weblink

General references

{{insufficient inline citations|date=July 2013}}
  • {hide}citation


| last1 = Brown
| first1 = Stephen
| last2 = Vranesic
| first2 = Zvonko
| year = 2002
| title = Fundamentals of Digital Logic with VHDL Design
| edition = 2nd
| publisher = McGraw–Hill
| isbn = 978-0-07-249938-4{edih}. See Section 2.5.
  • JOURNAL


, A., Boudet, J.P., Jouannaud, M., Schmidt-Schauß, Unification in Boolean Rings and Abelian Groups
, Journal of Symbolic Computation
, 1989
, 8
, 5, 449–477
, 10.1016/s0747-7171(89)80054-9, free,
  • {hide}citation


| last1 = Cori
| first1 = Rene
| last2 = Lascar
| first2 = Daniel
| year = 2000
| title = Mathematical Logic: A Course with Exercises
| publisher = Oxford University Press
| isbn = 978-0-19-850048-3{edih}. See Chapter 2.
  • {{citation


| last = Dahn
| first = B. I.
| year = 1998
| title = Robbins Algebras are Boolean: A Revision of McCune's Computer-Generated Solution of the Robbins Problem
| journal = Journal of Algebra
| volume = 208
| pages = 526–532
| doi = 10.1006/jabr.1998.7467
| issue = 2| doi-access = free
}}.
  • {hide}citation


| author-link = Paul Halmos
| last = Halmos
| first = Paul
| year = 1963
| title = Lectures on Boolean Algebras
| publisher = Van Nostrand
| isbn = 978-0-387-90094-0{edih}.
  • {{citation


| author-link1 = Paul Halmos
| last1 = Halmos
| first1 = Paul
| first2 = Steven
| last2 = Givant
| year = 1998
| title = Logic as Algebra
| series = Dolciani Mathematical Expositions
| volume = 21
| publisher = Mathematical Association of America
| isbn = 978-0-88385-327-6
| url-access = registration
| url =weblink
}}.
  • {{citation


| author-link = Edward Vermilye Huntington
| last = Huntington
| first = E. V.
| year = 1933a
| title = New sets of independent postulates for the algebra of logic
| journal = Transactions of the American Mathematical Society
| volume = 35
| pages = 274–304
| doi = 10.2307/1989325
| issue = 1
| publisher = American Mathematical Society
| url =weblink
| jstor = 1989325}}.
  • {{citation


| author-link = Edward Vermilye Huntington
| last = Huntington
| first = E. V.
| year = 1933b
| title = Boolean algebra: A correction
| journal = Transactions of the American Mathematical Society
| volume = 35
| pages = 557–558
| doi = 10.2307/1989783
| issue = 2
| jstor = 1989783}}
  • {{citation


| last = Mendelson
| first = Elliott
| year = 1970
| title = Boolean Algebra and Switching Circuits
| series = Schaum's Outline Series in Mathematics
| publisher = McGraw–Hill
| isbn = 978-0-07-041460-0
| url-access = registration
| url =weblink
}}
  • {{citation


| editor1-last = Monk
| editor1-first = J. Donald
| editor2-first = R.
| editor2-last = Bonnet
| year = 1989
| title = Handbook of Boolean Algebras
| publisher = North-Holland
| isbn = 978-0-444-87291-3
| url-access = registration
| url =weblink
}}. In 3 volumes. (Vol.1:{{ISBN|978-0-444-70261-6}}, Vol.2:{{ISBN|978-0-444-87152-7}}, Vol.3:{{ISBN|978-0-444-87153-4}})
  • {hide}citation


| author-link = Roman Sikorski
| last = Sikorski
| first = Roman
| year = 1966
| title = Boolean Algebras
| series = Ergebnisse der Mathematik und ihrer Grenzgebiete
| publisher = Springer Verlag
| ref = Sikorski1966BooleanAlgebras
{edih}.
  • {{citation


| last = Stoll
| first = R. R.
| year = 1963
| title = Set Theory and Logic
| publisher = W. H. Freeman
| isbn = 978-0-486-63829-4}}. Reprinted by Dover Publications, 1979.

External links

{{external links|date=November 2020}} {{Order theory}}

- content above as imported from Wikipedia
- "Boolean algebra (structure)" does not exist on GetWiki (yet)
- time: 10:59am EDT - Sat, May 18 2024
[ this remote article is provided by Wikipedia ]
LATEST EDITS [ see all ]
GETWIKI 23 MAY 2022
GETWIKI 09 JUL 2019
Eastern Philosophy
History of Philosophy
GETWIKI 09 MAY 2016
GETWIKI 18 OCT 2015
M.R.M. Parrott
Biographies
GETWIKI 20 AUG 2014
CONNECT