Algebra Of Sets Flashcards
What is an example of the commutative law of Boolean algebra ?
A ⋃ B = B ⋃ A
A ⋂ B = B ⋂ A
What is an example of the Associative law of Boolean algebra ?
(A ⋃ B) ⋃ C = A ⋃ (B ⋃ C)
A ⋂ B) ⋂ C = A ⋂ (B ⋂ C
What is an example of the Distributive law of Boolean Algebra ?
A ⋃ (B ⋂C) = (A ⋃ B) ⋂ (A ⋃ C)
A ⋂ (B ⋃C) = (A ⋂ B) ⋃ (A ⋂ C)
What is an example of identities in Boolean systems ?
A ⋃ ⌀ = A
A ⋂ ℇ = A
What is an example of the idempotent law in Boolean algebra?
A ⋃ A = A
A ⋂ A = A
What is an example of Annihilation in Boolean systems ?
A ⋂ ⌀ = ⌀
Give an example of how the idea of complement works in the Boolean system of Algebra?
A ⋃ A’ = ℇ
A ⋂ A’ = ⌀
Give an example of absorption laws in Boolean algebra.
A ⋃ (A ⋂ B) = A
A ⋂ (A ⋃ B) = A
Give an example of De Morgan’s laws for Boolean Algebra.
(A ⋂ B)’ =A’⋃ B’
(A ⋃ B)’ =A’⋂ B’