Boolean Functions 1
Boolean Functions 1
Boolean Functions
24AI51
24AI24
24AI64
24AI67
The Basic operations of Boolean algebra are conjunction, disjunctions, and negation.
These Boolean operations are expressed with the corresponding binary
Operators AND and OR and the unary operators NOT collectively referred to as
Boolean operators .
Solution :
we obtain a logical equivalence when we translate each 1 into T, each 0 into F ,
Boolean sum into a disjunction, each Boolean product into a conjunction , and
each complementation into negation. We obtain
(T˄F)˅¬(T˅F)≡F
F(x,y,z)= xy+
Solution
The value y in table 2 z
x of this displayed xy F(x,y,z)=xy+͞z
1 1 1 1 0 1
1 1 0 1 1 1
1 0 1 0 0 0
1 0 0 0 1 1
0 1 1 0 0 0
0 1 0 0 1 1
0 0 1 0 0 0
0 0 0 0 1 1
12/08/2024 Discrete Mathematics -- Presentation 9
Boolean Identites
Law of the double complement =x
Idemplent laws x+x=x
x.x=x
Domination laws x+0=x
x.0=x
Commutative laws x+y=y+x
Xy=yx
Associative law x+(y+z)=(x+y)+z
D x(yz)=(xy)z
Distributive laws x(y+z)=xy+xz
De morgan’s laws =x+y
=xy
Absorptions law x+xy=x
x(x+y)=x
Unit property x+=1
Zero property x= 0