Boolean Functions
Boolean Functions
Dr. S. RAMESH
Department of Mathematics
Institute of Science
GITAM(Deemed to be University)
Notation
Boolean expressions are denoted by α, β, γ or more precisely as α(x1 , x2 , x3 , · · · xn ).
Examples
x1 , (x10 ⊕ x2 ), (x20 ⊕ x1 )0 ∗ (x3 ⊕ x1 ), (x10 ⊕ x1 ) ∗ x2 ∗ x30 .
Example
1. A mapping f : B 2 → B defined by f (a, b) = (a ∗ b), for all a, b ∈ B is a Boolean
function.
2. A mapping f : B 2 → B defined by f (a, b) = (a ⊕ b), for all a, b ∈ B is a Boolean
function.