SlideShare a Scribd company logo
1 of 11
Boolean Algebra and Sets
Set Theory
DEFINITION 1: A Boolean algebra is a set B with two binary operations sum (+, ∨, or ∪) and product (∗, ∧, or ∩)
suchthat:
B0.ClosureLaw
Forany 𝑎, 𝑏 ⋲B,thesum 𝑎 + 𝑏 andtheproduct 𝑎 ∗ 𝑏 existandareuniqueelementsinB.
B1.CommutativeLaw
𝑎 + 𝑏 = 𝑏 + 𝑎 and 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎
B2.AssociativeLaw
𝑎 + 𝑏 + 𝑐) = 𝑎 + 𝑏)+ 𝑐 and 𝑎 ∗ 𝑏 ∗ 𝑐) = 𝑎 ∗ 𝑏)∗ 𝑐
B3.DistributiveLaw
𝑎 + 𝑏 ∗ 𝑐) = 𝑎 + 𝑏)∗ 𝑎 + 𝑐)and 𝑎 ∗ 𝑏 + 𝑐) = 𝑎 ∗ 𝑏)+(𝑎 ∗ 𝑐)
B4.Identity
Anadditiveidentity0andmultiplicativeidentity 𝑈 existsuchthatforany 𝑎 ⋲ 𝐵, 𝑎 +0 = 𝑎 and 𝑎 ∗ 𝑈 = 𝑎
B5.Complement
Forany 𝑎 ⋲ 𝐵 thereexists 𝑎′⋲ 𝐵 calledthecomplementof 𝑎 suchthat 𝑎 + 𝑎′
= 𝑈 and 𝑎 ∗ 𝑎′
= 0.
BOOLEAN ALGEBRA
1.LetB={1,0} andlettwooperations+and∗bedefinedasfollows:
+ 1 0 ∗ 1 0
1 1 1 1 1 0
0 1 0 0 0 0
ThenB,ormorepreciselythetriplet(B,+,∗),isaBooleanalgebra.
2. Let 𝒜 be a family of sets that is closed under operation of union, intersection, and complement. Then 𝒜,∪,∩) is
aBooleanalgebra.
3.Let 𝓑thesetofpropositionsgeneratedbyvariables 𝑝, 𝑞,….Then(𝓑,∨,∧)isaBooleanalgebra.
EXERCISE:
Examples:
a. Show that Example 2 is a Boolean Algebra using sets A = {a, b, c} and set B = {d, e}.
Bydefinition,thedualofanystatementinaBooleanalgebra(B,+,∗)isthestatementthatisderivedby
interchanging+and∗,andtheiridentityelementsUand0,intheoriginalstatement
DUALITY IN BOOLEAN ALGEBRA
Example:
𝑈 + 𝑎) ∗ 𝑏 + 0 = 𝑏 0 ∗ 𝑎 + 𝑏 ∗ 𝑈 = 𝑏The dual of is
PrincipleofDuality:ThedualofanytheoreminaBooleanalgebraisalsoatheorem.
BASICTHEOREMS
THEOREM1(IdempotentLaw): 𝑖) 𝑎 +0 = 𝑎 𝑖𝑖) 𝑎∗ 𝑈 = 𝑎.
THEOREM2: 𝑖)A∪A’=U 𝑖𝑖)A∩A’=⌀.
THEOREM3(InvolutionLaw): 𝑎′)′
= 𝑎
THEOREM4: 𝑖) 𝑈′
= 0 𝑖𝑖)0′
= 𝑈
THEOREM5 DeMorgan’sLaw): 𝑖) 𝑎 + 𝑏)′
= 𝑎′
∗ 𝑏′ 𝑖𝑖) 𝑎∗ 𝑏)′
= 𝑎′
+ 𝑏′
Proof
*Prove Theorem 1 (Idempotent Law): 𝑖 𝑎 + 𝑎 = 𝑎 𝑖𝑖 𝑎 ∗ 𝑎 = 𝑎
Statement Reason𝑖𝑖)
𝑖) True by Principle of Duality.
EXERCISE:
1. Prove Theorem 2: 𝑖 𝑎 + 𝑈 = 𝑈 𝑖𝑖 𝑎 ∗ 0 = 0
2. Prove Theorem 4: 𝑖 𝑈′
= 0 𝑖𝑖 0′
= 𝑈
𝑎 = 𝑎 ∗ 𝑈 B4 Identity)
𝑎 = 𝑎 ∗ 𝑎 + 𝑎′) B5 Complement)
𝑎 = 𝑎 ∗ 𝑎 + 𝑎 ∗ 𝑎′) B3 Distributive)
𝑎 = 𝑎 ∗ 𝑎 + 0 B5 Complement)
𝑎 = 𝑎 ∗ 𝑎 B4 Identity)
ORDER IN BOOLEAN ALGEBRA
THEOREM6: Let 𝑎, 𝑏 ⋲ 𝐵,aBooleanalgebra.Thenthefollowingconditionsareequivalent:
(1) 𝑎 ∗ 𝑏′
= 0 (2)𝑎 + 𝑏 = 𝑏 (3)𝑎′
+ 𝑏 = 𝑈 (4)𝑎 ∗ 𝑏 = 𝑎
DEFINITION2:Let 𝑎,𝑏 ⋲ 𝐵,aBooleanalgebra.Then 𝑎 𝑝𝑟𝑒𝑐𝑒𝑑𝑒 𝑏,denotedby 𝑎 ≲ 𝑏,ifoneofthepropertiesin
Theorem6holds.
Examples:
1. Consider a Boolean algebra of sets 𝒜,∪,∩). Then A precedes B means that A⊂B. In other words, Theorem 6
statesthatifAisasubsetofB,thenthefollowingconditionshold:
1)A∩B’=⌀ 2)A∪B=B 3)A’∪B=U 4)A∩B=A
2.ConsideraBooleanalgebraofpropositions(𝓑,∨,∧).Thenpprecedesqmeansthatplogicallyimpliesq.
THEOREM7:TherelationinaBooleanalgebraBdefinedby 𝑎 ≲ 𝑏isapartialorderinB.
(1) 𝑎 ≲ 𝑎forevery 𝑎 ⋲ 𝐵 (ReflexiveLaw)
(2) 𝑎 ≲ 𝑏and 𝑏 ≲ 𝑎implies 𝑎 = 𝑏 (Anti-symmetricLaw)
(3) 𝑎 ≲ 𝑏and 𝑏 ≲ 𝑐implies 𝑎 ≲ 𝑐 (TransitiveLaw)
EXERCISE:
1. Prove Theorem 7
SWITCHING CIRCUITS DESIGNS
Let A, B, … denote electrical switches, and let A and A’ denote
switches with the property that if one is on then the other is
off, and vice versa. Two switches, say A and B, can be
connected by wire in a series or parallel combination as
follows:
A B
A
B
Series combination, A ∧ B Parallel combination, A ∨ B
A Boolean switching circuit design means an arrangement of
wires and switches that can be constructed by repeated use
of series and parallel combinations; hence it can be
described by the use of connectives ∧ and ∨.
A
B
A’
C
A’
B
A B’
Circuit 2) A ∧ B’) ∨ [ A ∨ C) ∧ B]
Circuit 1) A ∧ B ∨ A’)
A B A ∧ B A B A ∨ B A A'
1 1 1 1 1 1 1 0
1 0 0 1 0 1 0 1
0 1 0 0 1 1
0 0 0 0 0 0
Now let 1 and 0 denote respectively, that a switch or a circuit is on and that
a switch or circuit is off.
*The tables describe the behavior of a series circuit A ∧ B, parallel circuit A ∨ B,
and the relationship between switch A and switch A’.
THEOREM 8: The algebra of Boolean switching circuits is a Boolean algebra.
EXERCISE:
1. Using circuit (1) in the example, when will the circuit be on and when will the
circuit be off?
2. Construct s circuit for (A ∨ B) ∧ C ∧ A’ ∨ B’ ∨ C’).
Reference:
Lipschuts, S. (2005). Schaums outline of theory and problem of set theory and
related topics. New York: McGraw-Hill Publishing Inc.
Thank you for listening.
Raymund T. de la Cruz
MAEd - Mathematics

More Related Content

What's hot

Power amplifier ppt
Power amplifier pptPower amplifier ppt
Power amplifier pptKrishna Ece
 
L08 power amplifier (class a)
L08 power amplifier (class a)L08 power amplifier (class a)
L08 power amplifier (class a)Sarah Krystelle
 
Bipolar Junction Transistor
Bipolar Junction TransistorBipolar Junction Transistor
Bipolar Junction TransistorPrankit Mishra
 
PRESENTATION ON THE PROPERTIES OF THE
PRESENTATION ON THE PROPERTIES OF THEPRESENTATION ON THE PROPERTIES OF THE
PRESENTATION ON THE PROPERTIES OF THEFelixIsio1
 
Lesson 14: Exponential Functions
Lesson 14: Exponential FunctionsLesson 14: Exponential Functions
Lesson 14: Exponential FunctionsMatthew Leingang
 
tabulation method.pdf
tabulation method.pdftabulation method.pdf
tabulation method.pdfParasuraman43
 
Combinational circuit and Sequential circuit
Combinational circuit and Sequential circuitCombinational circuit and Sequential circuit
Combinational circuit and Sequential circuitPoornima Santhosh
 
4.2 vertex and intercept form
4.2 vertex and intercept form4.2 vertex and intercept form
4.2 vertex and intercept formmorrobea
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmeticDavid Bařina
 

What's hot (20)

KMAP
KMAPKMAP
KMAP
 
Chapter 4: Combinational Logic
Chapter 4: Combinational LogicChapter 4: Combinational Logic
Chapter 4: Combinational Logic
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Oscillators
OscillatorsOscillators
Oscillators
 
Binary codes
Binary codesBinary codes
Binary codes
 
Digital Electronics
Digital ElectronicsDigital Electronics
Digital Electronics
 
Power amplifier ppt
Power amplifier pptPower amplifier ppt
Power amplifier ppt
 
L08 power amplifier (class a)
L08 power amplifier (class a)L08 power amplifier (class a)
L08 power amplifier (class a)
 
Bipolar Junction Transistor
Bipolar Junction TransistorBipolar Junction Transistor
Bipolar Junction Transistor
 
13 Boolean Algebra
13 Boolean Algebra13 Boolean Algebra
13 Boolean Algebra
 
PRESENTATION ON THE PROPERTIES OF THE
PRESENTATION ON THE PROPERTIES OF THEPRESENTATION ON THE PROPERTIES OF THE
PRESENTATION ON THE PROPERTIES OF THE
 
Lesson 14: Exponential Functions
Lesson 14: Exponential FunctionsLesson 14: Exponential Functions
Lesson 14: Exponential Functions
 
Transistor.pptx
Transistor.pptxTransistor.pptx
Transistor.pptx
 
tabulation method.pdf
tabulation method.pdftabulation method.pdf
tabulation method.pdf
 
Presentation1
Presentation1Presentation1
Presentation1
 
Circuitos combinacionais
Circuitos combinacionaisCircuitos combinacionais
Circuitos combinacionais
 
Combinational circuit and Sequential circuit
Combinational circuit and Sequential circuitCombinational circuit and Sequential circuit
Combinational circuit and Sequential circuit
 
Half subtracter
Half subtracterHalf subtracter
Half subtracter
 
4.2 vertex and intercept form
4.2 vertex and intercept form4.2 vertex and intercept form
4.2 vertex and intercept form
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmetic
 

Viewers also liked

Ημέρα κατά της Παχυσαρκίας 2014
Ημέρα κατά της Παχυσαρκίας 2014Ημέρα κατά της Παχυσαρκίας 2014
Ημέρα κατά της Παχυσαρκίας 2014Ilias Koulalis
 
Congruence between triangles
Congruence between trianglesCongruence between triangles
Congruence between trianglesRaymundo Raymund
 
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2Dr. Carl H.D. Steinmetz
 
Mulleres e homes no mercado laboral
Mulleres e homes no mercado laboralMulleres e homes no mercado laboral
Mulleres e homes no mercado laboralBertaLema
 
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015Ilias Koulalis
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlikmerve_p
 
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy forDr. Carl H.D. Steinmetz
 
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Holmes Iza Sinche
 
Pembuktian HHHC9801 Kemahiran Kreatif dan Inovatif
Pembuktian HHHC9801 Kemahiran Kreatif dan InovatifPembuktian HHHC9801 Kemahiran Kreatif dan Inovatif
Pembuktian HHHC9801 Kemahiran Kreatif dan InovatifAleya Lokman
 
CaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldCaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldDr. Carl H.D. Steinmetz
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlikmerve_p
 
Jacob riis[1] (1) lol
Jacob riis[1] (1) lolJacob riis[1] (1) lol
Jacob riis[1] (1) lolmicaelalol
 
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamCaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamDr. Carl H.D. Steinmetz
 

Viewers also liked (20)

Report on set theory
Report on set theoryReport on set theory
Report on set theory
 
Ημέρα κατά της Παχυσαρκίας 2014
Ημέρα κατά της Παχυσαρκίας 2014Ημέρα κατά της Παχυσαρκίας 2014
Ημέρα κατά της Παχυσαρκίας 2014
 
Congruence between triangles
Congruence between trianglesCongruence between triangles
Congruence between triangles
 
Education POG GGZ for InHolland
Education POG GGZ for InHollandEducation POG GGZ for InHolland
Education POG GGZ for InHolland
 
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
CaSt 30092015 Utrecht Opvoeden en Radicaliseren versie2
 
Mulleres e homes no mercado laboral
Mulleres e homes no mercado laboralMulleres e homes no mercado laboral
Mulleres e homes no mercado laboral
 
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015
Παγκόσμια Ημέρα Ασφαλούς Πλοήγησης στο Διαδίκτυο 2015
 
εργασια 1
εργασια 1εργασια 1
εργασια 1
 
Dharmendra maharana
Dharmendra maharanaDharmendra maharana
Dharmendra maharana
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlik
 
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for
5 and 6 june 2013 ca st a global empathetic european consciousness’ policy for
 
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
Reporte de global de las calificaciones de todos los cursos del iv modulo i g...
 
Pembuktian HHHC9801 Kemahiran Kreatif dan Inovatif
Pembuktian HHHC9801 Kemahiran Kreatif dan InovatifPembuktian HHHC9801 Kemahiran Kreatif dan Inovatif
Pembuktian HHHC9801 Kemahiran Kreatif dan Inovatif
 
CaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereldCaSt 01122015 Een kijkje in de nieuwe wereld
CaSt 01122015 Een kijkje in de nieuwe wereld
 
Tobacco Control and Prevention - Public Health Agency of Catalonia
Tobacco Control and Prevention - Public Health Agency of Catalonia Tobacco Control and Prevention - Public Health Agency of Catalonia
Tobacco Control and Prevention - Public Health Agency of Catalonia
 
Php guvenlik
Php guvenlikPhp guvenlik
Php guvenlik
 
Joselin 1
Joselin 1Joselin 1
Joselin 1
 
Jacob riis[1] (1) lol
Jacob riis[1] (1) lolJacob riis[1] (1) lol
Jacob riis[1] (1) lol
 
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School AmsterdamCaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
CaSt 28102014 Bullies & Whipping Boys Korean School Amsterdam
 
3 g by pasha
3 g by pasha3 g by pasha
3 g by pasha
 

Similar to Report on set theory

Chapter2 (1).pptx
Chapter2 (1).pptxChapter2 (1).pptx
Chapter2 (1).pptxMitKumar2
 
Top school in india
Top school in indiaTop school in india
Top school in indiaEdhole.com
 
discrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAdiscrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAZULFIQ RASHID
 
Admission for mba
Admission for mbaAdmission for mba
Admission for mbaEdhole.com
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdfSahat Hutajulu
 
Solution Strategies for Equations that Arise in Geometric (Cliff ord) Algebra
Solution Strategies for Equations that Arise in Geometric (Clifford) AlgebraSolution Strategies for Equations that Arise in Geometric (Clifford) Algebra
Solution Strategies for Equations that Arise in Geometric (Cliff ord) AlgebraJames Smith
 
03 boolean algebra
03 boolean algebra03 boolean algebra
03 boolean algebrachaturape
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxeedayaya1
 
International Journal of Humanities and Social Science Invention (IJHSSI)
International Journal of Humanities and Social Science Invention (IJHSSI)International Journal of Humanities and Social Science Invention (IJHSSI)
International Journal of Humanities and Social Science Invention (IJHSSI)inventionjournals
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraHanu Kavi
 
Mathematics Sets and Logic Week 1
Mathematics Sets and Logic Week 1Mathematics Sets and Logic Week 1
Mathematics Sets and Logic Week 1Jasmine Jesse
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matricesallyn joy calcaben
 

Similar to Report on set theory (20)

Chapter2 (1).pptx
Chapter2 (1).pptxChapter2 (1).pptx
Chapter2 (1).pptx
 
Boolean alg1a
Boolean alg1aBoolean alg1a
Boolean alg1a
 
8-Sets-2.ppt
8-Sets-2.ppt8-Sets-2.ppt
8-Sets-2.ppt
 
Top school in india
Top school in indiaTop school in india
Top school in india
 
discrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAdiscrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRA
 
Admission for mba
Admission for mbaAdmission for mba
Admission for mba
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdf
 
Solution Strategies for Equations that Arise in Geometric (Cliff ord) Algebra
Solution Strategies for Equations that Arise in Geometric (Clifford) AlgebraSolution Strategies for Equations that Arise in Geometric (Clifford) Algebra
Solution Strategies for Equations that Arise in Geometric (Cliff ord) Algebra
 
03 boolean algebra
03 boolean algebra03 boolean algebra
03 boolean algebra
 
PPT 1.pptx
PPT 1.pptxPPT 1.pptx
PPT 1.pptx
 
Boolean Algebra DLD
Boolean Algebra DLDBoolean Algebra DLD
Boolean Algebra DLD
 
NOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptxNOTA TOPIK 2_SSK20152 (3).pptx
NOTA TOPIK 2_SSK20152 (3).pptx
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
International Journal of Humanities and Social Science Invention (IJHSSI)
International Journal of Humanities and Social Science Invention (IJHSSI)International Journal of Humanities and Social Science Invention (IJHSSI)
International Journal of Humanities and Social Science Invention (IJHSSI)
 
Basic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebraBasic theorems and properties of boolean algebra
Basic theorems and properties of boolean algebra
 
Matrixprop
MatrixpropMatrixprop
Matrixprop
 
Mathematics Sets and Logic Week 1
Mathematics Sets and Logic Week 1Mathematics Sets and Logic Week 1
Mathematics Sets and Logic Week 1
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matrices
 
Whole Numbers std 6.ppt
Whole Numbers std 6.pptWhole Numbers std 6.ppt
Whole Numbers std 6.ppt
 

More from Raymundo Raymund

Application of Integration
Application of IntegrationApplication of Integration
Application of IntegrationRaymundo Raymund
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric FunctionsRaymundo Raymund
 
Higher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationHigher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationRaymundo Raymund
 
Report on differential equation
Report on differential equationReport on differential equation
Report on differential equationRaymundo Raymund
 

More from Raymundo Raymund (6)

Application of Integration
Application of IntegrationApplication of Integration
Application of Integration
 
Math Analysis I
Math Analysis I Math Analysis I
Math Analysis I
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric Functions
 
Higher Derivatives & Partial Differentiation
Higher Derivatives & Partial DifferentiationHigher Derivatives & Partial Differentiation
Higher Derivatives & Partial Differentiation
 
Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equations
 
Report on differential equation
Report on differential equationReport on differential equation
Report on differential equation
 

Recently uploaded

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 

Recently uploaded (20)

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 

Report on set theory

  • 1. Boolean Algebra and Sets Set Theory
  • 2. DEFINITION 1: A Boolean algebra is a set B with two binary operations sum (+, ∨, or ∪) and product (∗, ∧, or ∩) suchthat: B0.ClosureLaw Forany 𝑎, 𝑏 ⋲B,thesum 𝑎 + 𝑏 andtheproduct 𝑎 ∗ 𝑏 existandareuniqueelementsinB. B1.CommutativeLaw 𝑎 + 𝑏 = 𝑏 + 𝑎 and 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 B2.AssociativeLaw 𝑎 + 𝑏 + 𝑐) = 𝑎 + 𝑏)+ 𝑐 and 𝑎 ∗ 𝑏 ∗ 𝑐) = 𝑎 ∗ 𝑏)∗ 𝑐 B3.DistributiveLaw 𝑎 + 𝑏 ∗ 𝑐) = 𝑎 + 𝑏)∗ 𝑎 + 𝑐)and 𝑎 ∗ 𝑏 + 𝑐) = 𝑎 ∗ 𝑏)+(𝑎 ∗ 𝑐) B4.Identity Anadditiveidentity0andmultiplicativeidentity 𝑈 existsuchthatforany 𝑎 ⋲ 𝐵, 𝑎 +0 = 𝑎 and 𝑎 ∗ 𝑈 = 𝑎 B5.Complement Forany 𝑎 ⋲ 𝐵 thereexists 𝑎′⋲ 𝐵 calledthecomplementof 𝑎 suchthat 𝑎 + 𝑎′ = 𝑈 and 𝑎 ∗ 𝑎′ = 0. BOOLEAN ALGEBRA
  • 3. 1.LetB={1,0} andlettwooperations+and∗bedefinedasfollows: + 1 0 ∗ 1 0 1 1 1 1 1 0 0 1 0 0 0 0 ThenB,ormorepreciselythetriplet(B,+,∗),isaBooleanalgebra. 2. Let 𝒜 be a family of sets that is closed under operation of union, intersection, and complement. Then 𝒜,∪,∩) is aBooleanalgebra. 3.Let 𝓑thesetofpropositionsgeneratedbyvariables 𝑝, 𝑞,….Then(𝓑,∨,∧)isaBooleanalgebra. EXERCISE: Examples: a. Show that Example 2 is a Boolean Algebra using sets A = {a, b, c} and set B = {d, e}.
  • 4. Bydefinition,thedualofanystatementinaBooleanalgebra(B,+,∗)isthestatementthatisderivedby interchanging+and∗,andtheiridentityelementsUand0,intheoriginalstatement DUALITY IN BOOLEAN ALGEBRA Example: 𝑈 + 𝑎) ∗ 𝑏 + 0 = 𝑏 0 ∗ 𝑎 + 𝑏 ∗ 𝑈 = 𝑏The dual of is PrincipleofDuality:ThedualofanytheoreminaBooleanalgebraisalsoatheorem. BASICTHEOREMS THEOREM1(IdempotentLaw): 𝑖) 𝑎 +0 = 𝑎 𝑖𝑖) 𝑎∗ 𝑈 = 𝑎. THEOREM2: 𝑖)A∪A’=U 𝑖𝑖)A∩A’=⌀. THEOREM3(InvolutionLaw): 𝑎′)′ = 𝑎 THEOREM4: 𝑖) 𝑈′ = 0 𝑖𝑖)0′ = 𝑈 THEOREM5 DeMorgan’sLaw): 𝑖) 𝑎 + 𝑏)′ = 𝑎′ ∗ 𝑏′ 𝑖𝑖) 𝑎∗ 𝑏)′ = 𝑎′ + 𝑏′
  • 5. Proof *Prove Theorem 1 (Idempotent Law): 𝑖 𝑎 + 𝑎 = 𝑎 𝑖𝑖 𝑎 ∗ 𝑎 = 𝑎 Statement Reason𝑖𝑖) 𝑖) True by Principle of Duality. EXERCISE: 1. Prove Theorem 2: 𝑖 𝑎 + 𝑈 = 𝑈 𝑖𝑖 𝑎 ∗ 0 = 0 2. Prove Theorem 4: 𝑖 𝑈′ = 0 𝑖𝑖 0′ = 𝑈 𝑎 = 𝑎 ∗ 𝑈 B4 Identity) 𝑎 = 𝑎 ∗ 𝑎 + 𝑎′) B5 Complement) 𝑎 = 𝑎 ∗ 𝑎 + 𝑎 ∗ 𝑎′) B3 Distributive) 𝑎 = 𝑎 ∗ 𝑎 + 0 B5 Complement) 𝑎 = 𝑎 ∗ 𝑎 B4 Identity)
  • 6. ORDER IN BOOLEAN ALGEBRA THEOREM6: Let 𝑎, 𝑏 ⋲ 𝐵,aBooleanalgebra.Thenthefollowingconditionsareequivalent: (1) 𝑎 ∗ 𝑏′ = 0 (2)𝑎 + 𝑏 = 𝑏 (3)𝑎′ + 𝑏 = 𝑈 (4)𝑎 ∗ 𝑏 = 𝑎 DEFINITION2:Let 𝑎,𝑏 ⋲ 𝐵,aBooleanalgebra.Then 𝑎 𝑝𝑟𝑒𝑐𝑒𝑑𝑒 𝑏,denotedby 𝑎 ≲ 𝑏,ifoneofthepropertiesin Theorem6holds. Examples: 1. Consider a Boolean algebra of sets 𝒜,∪,∩). Then A precedes B means that A⊂B. In other words, Theorem 6 statesthatifAisasubsetofB,thenthefollowingconditionshold: 1)A∩B’=⌀ 2)A∪B=B 3)A’∪B=U 4)A∩B=A 2.ConsideraBooleanalgebraofpropositions(𝓑,∨,∧).Thenpprecedesqmeansthatplogicallyimpliesq.
  • 7. THEOREM7:TherelationinaBooleanalgebraBdefinedby 𝑎 ≲ 𝑏isapartialorderinB. (1) 𝑎 ≲ 𝑎forevery 𝑎 ⋲ 𝐵 (ReflexiveLaw) (2) 𝑎 ≲ 𝑏and 𝑏 ≲ 𝑎implies 𝑎 = 𝑏 (Anti-symmetricLaw) (3) 𝑎 ≲ 𝑏and 𝑏 ≲ 𝑐implies 𝑎 ≲ 𝑐 (TransitiveLaw) EXERCISE: 1. Prove Theorem 7
  • 8. SWITCHING CIRCUITS DESIGNS Let A, B, … denote electrical switches, and let A and A’ denote switches with the property that if one is on then the other is off, and vice versa. Two switches, say A and B, can be connected by wire in a series or parallel combination as follows: A B A B Series combination, A ∧ B Parallel combination, A ∨ B
  • 9. A Boolean switching circuit design means an arrangement of wires and switches that can be constructed by repeated use of series and parallel combinations; hence it can be described by the use of connectives ∧ and ∨. A B A’ C A’ B A B’ Circuit 2) A ∧ B’) ∨ [ A ∨ C) ∧ B] Circuit 1) A ∧ B ∨ A’)
  • 10. A B A ∧ B A B A ∨ B A A' 1 1 1 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 Now let 1 and 0 denote respectively, that a switch or a circuit is on and that a switch or circuit is off. *The tables describe the behavior of a series circuit A ∧ B, parallel circuit A ∨ B, and the relationship between switch A and switch A’. THEOREM 8: The algebra of Boolean switching circuits is a Boolean algebra. EXERCISE: 1. Using circuit (1) in the example, when will the circuit be on and when will the circuit be off? 2. Construct s circuit for (A ∨ B) ∧ C ∧ A’ ∨ B’ ∨ C’).
  • 11. Reference: Lipschuts, S. (2005). Schaums outline of theory and problem of set theory and related topics. New York: McGraw-Hill Publishing Inc. Thank you for listening. Raymund T. de la Cruz MAEd - Mathematics