Published by: Nuru
Published date: 22 Jun 2021
Boolean algebra is the method of expressing logic in a mathematical context. It is a form of symbolic logic in the computer. Boolean Variable shows the values of variables as true or false. True value is denoted by 1 and a false value is denoted by 0 that are the binary numbers as well. These two values are expressed by the Boolean operators AND, OR, and NOT. They are fundamental to the development of digital electronics. These are mainly used in solving logical equations like in the set theory and statistics.
If F=(a, b, c) = a’bc+ abc’+ab+ c be a Boolean function, then,
We can obtain the postulates by examining the basic logical operators which are AND, OR & NOT.
0.0 = 0
0.1 = 0
1.0 = 0
1.1 = 1
0+0 = 0
0+1 = 1
1+0 = 1
1+1 = 1
0̅ = 1
1̅ = 0
A+1 = 1
A+0 = A
X = X
X̅ = X̅
A+(B+C) = A+B+C
X.Y = Y.X
X+Y = Y+X
X (YZ) = (XY) Z
(X+Y)+Z = X+(Y+Z)
X(Y+Z) = XY+XZ
X+YZ = XY+XZ
X̿ = X
X+X̅ = 1
X͞Y = X̅ + Y̅
(X+Y) ̅ = X̅ +Y̅
X+XY = X
X(X+Y) =X
A.(A̅ +B) = AB
A+(A̅B)=A+B
A.A = A
A+A = A