






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An introduction to boolean algebra, a mathematical structure for dealing with binary operations using just two values. Developed by george boole, it forms the foundation of digital logic and simplifies electronic circuit design. The definition, axioms, terminology, and named theorems of boolean algebra.
Typology: Slides
1 / 11
This page cannot be seen from the preview
Don't miss anything!
Boolean Algebra
Axioms
If a and b are elements of B (a + b) + c = a + (b + c), and (a * b) * c = a * (b * c)
B has identity elements with respect to + and * 0 is the identity element for +, and 1 is the identity element for * a + 0 = a and a * 1 = a
Axiom #7: Complement Element For every a in B there is an element a' in B such that a + a' = 1, and a * a' = 0
Terminology
n-bit Boolean Algebra
Named Theorems
All of the following theorems can be proven based on the axioms. They are used so often that they have names.
Idempotent a + a = a a * a = a
Boundedness a + 1 = 1 a * 0 = 0
Absorption a + (ab) = a a(a+b) = a
Associative (a+b)+c=a+(b+c) (ab)c=a(bc)
The theorems can be proven for a two-bit Boolean Algebra using a truth table, but you must use the axioms to prove it in general for all Boolean Algebras.
(x + y)(x + x) Given
(x + y)x Idempotent
x(x + y) Commutative
x Absorption
Unlike truth tables, proofs using Theorems are valid for any boolean algebra, but just bits.
Sources
Design