Relations: Dr. Mitesh S. Joshi. January 28, 2022
Relations: Dr. Mitesh S. Joshi. January 28, 2022
1
Contents
1 Introduction 3
2 Relations 3
5 Equivalence Relations 11
5.1 Compatibility Relations . . . . . . . . . . . . . . . . . . . . . . . 13
7 Partial Ordering 16
7.1 Partially ordered set: Representation and Associated Terminology 18
8 Lattices 24
8.1 Definition and Examples . . . . . . . . . . . . . . . . . . . . . . 24
8.2 Some properties of Lattices . . . . . . . . . . . . . . . . . . . . . 25
8.3 Lattices as an algebraic systems . . . . . . . . . . . . . . . . . . 25
8.4 Sub-lattice, Direct product and Homomorphism . . . . . . . . . . 26
8.5 Some special Lattices . . . . . . . . . . . . . . . . . . . . . . . . 27
8.6 Boolean Algebra . . . . . . . . . . . . . . . . . . . . . . . . . . 28
8.7 Sub-algebra, Direct product and Homomorphism . . . . . . . . . 29
2
1 Introduction
2 Relations
Definition 2.1. Any set of ordered pairs defines a Binary Relations.
Illustrations:
(a) The relations ”greater than” and ”less than” defined on the set of real num-
bers R defines a Binary relation.
> or <= {(x, y)|x, y are real numbers and x > y or x < y}
(b) The relation of ”Father to his child” defines a Binary relation on the set of
males
F = {(x, y)|x is a father of y}
Definition 2.2. Let S be a binary relation. The set D(S) of all objects x such that
for some y, (x, y) ∈ S is called domain of S, that is
D(S) = x(∃y) (x, y) ∈ S
Similarly,
Definition 2.3. The set R(S) of all objects y such that x, (x, y) ∈ S is called the
range of S, that is
R(S) = y (∃x) (x, y) ∈ S
3
Definition 2.5. Any relation in X is a subset of X × X. The set X × X defines a
relation in X and is called Universal relation in X, while the empty set which is
also subset of X × X is called a void relation in X.
(a) R ∪ S = {(1, 3), (3, 1), (2, 4), (4, 2), (1, 4), (4, 1)} and R ∩ S = φ.
(b) R∩S = (x, y)x ∈ X ∧ y ∈ Y ∧ (x − y) is an integral non-zero multiple of 6
(a) R4 = R1 ∩ R2 ∩ R3
(c) R6 = R1 ∩ ¬R2 ∩ R3
(d) R7 = ¬(R1 ∪ R3 ) ∩ R2
4
Figure 1: Graphical presentation of the relations R1 , R2 and R3 .
R5 = R2 ∩ (R1 ∪ R2 ) ∩ ¬(R1 ∩ R3 )
2 2 2
2
= (x, y)(x, y) ∈ (R × R) ∧ x + y ≤ 9 ∧ x ∗ y ≥ 1 ∨ y < x ¬ x ∗ y ≥ 1 ∧ y < x
2 2
2
R6 = R1 ∩¬R2 ∩R3 = (x, y)(x, y) ∈ (R × R) ∧ (x ∗ y) ≥ 1 ∧ ¬ x + y ≤ 9 ∧ y < x
2
2 2
R7 = ¬(R1 ∪R3 )∩R2 = (x, y)(x, y) ∈ (R × R) ∧ ¬ (x ∗ y) ≥ 1 ∨ y < x ∧ x + y ≤ 9
Now, the newly defined relations R4 , R5 , R6 and R7 can be pictorially defined as,
5
3 Properties of a Binary Relations
Definition 3.1. A relation R in a set X is reflexive if, for every x ∈ X, xRx, that
is (x, x) ∈ R or
Illustrations:
4. The relation < and > are not reflexive on the set of real numbers.
5. The relation proper inclusion in not reflexive on the family of all subsets of
a universal set.
Illustrations:
3. The relation ≤, < and ≥, > are not symmetric on the set of real numbers.
4. The relation of being a brother is not symmetric in the set of all people
but is symmetric in the set of all males.
Illustrations:
1. The relation ≤, <, = and ≥, >, = are all transitive on the set of real num-
bers.
6
4. The relation of being a mother is not transitive.
Illustrations:
1. The relations < and > are irreflexive on the set of real numbers.
2. The relation of proper inclusion (⊂) is irreflexive in the family of all non-
empty subsets of a universal set.
Remark:
Note that Any relation which is not reflexive is not necessarily irreflexive.
S = {(1, 1), (1, 2), (3, 2), (2, 3), (3, 3)}
Remark:
Not that it is possible to have a relation which is both symmetric and anti-
symmetric. This is the case when each element is either related to itself or not
related to any element. Let X = {1, 2, 3}, then the following relation S is both
symmetric and anti-symmetric.
Illustrations:
1. The relation > and < on the set of real numbers R is both irreflexive and
transitive.
3. Let X be the set of all courses offered at university, and for all x ∈ X and
y ∈ X, xRy if x is prerequisite of y. This relation is of being prerequisite
is irreflexive and transitive.
4. Let X be the set of all male Canadians and let xRy, where x ∈ X and
y ∈ X denote the relation ”x is brother of y”. This relation R is irreflexive
and symmetric and not transitive.
7
5. Let X be the collection of the subsets a universal set. The relation of inclu-
sion (⊆) in X is reflexive,anti-symmetric and transitive.
6. Let X be the collection of the subsets a universal set. The relation inclusion
(⊂) in X is irreflexive,anti-symmetric and transitive.
Remark:
In general, any relation which is irreflexive and symmetric cannot be transitive.
8
4.2 Properties of Graphs
R = {(2, 1), (3, 1), (3, 2), (4, 1), (4, 2), (4, 3)}
1 1 1 0
9
Figure 6: Digraph of relation R.
∪m
i=1 Ai = S (7)
Then the set A is called covering of S and the sets A1 , A2 , . . . , Am are said to
cover S.
∪m m
i=1 Ai = Sand ∩i=1 Ai = φ (8)
Then the set A is called partition of S and the sets A1 , A2 , . . . , Am are called the
blocks of S.
10
Illustration: Let S = {a, b, c} and consider the following collection of subsets of
S.
A = {{a, b}, {b, c}} , B = {{a}, {a, c}} , C = A = {{a}, {b, c}}
and
D = {a, b, c} , E = {{a}, {b}, {c}} , F = {{a}, {a, b}, {a, c}}
Remark:
5 Equivalence Relations
Definition 5.1. A relation R in a set X is called an equivalence relation if it is
reflexive, symmetric and transitive.
Illustrations:
11
Problem 5.4. Let X = {1, 2, 3, 4, 5, 6, 7} and R = (x, y)(x − y)is divisible by 3 .
Show R is an equivalence relation. Draw the graph of R.
(a − c) = (a − b) + (b − c)
= 3k1 + 3k2
⇒ (a − c) = 3(k1 + k2 ) ⇒ aRc
Problem 5.6. Let I denote the set of all positive integers and m ∈ I. For x, y ∈ I,
the relation R is defined as,
R = (x, y)(x − y)is divisible by m
12
Definition 5.9. The R−equivalence class generated by an element x ∈ X by [x]r
or x/R and the family of equivalence classes by X/R, which is also written as
X modulo R or in short XmodR. X/R is called the quotient set of X by R.
Problem 5.10. Let Z be the set of integers and let R be the relation called ”con-
gruence modulo 3” defined by,
R = (x, y)x ∈ Z ∧ y ∈ Z ∧ (x − y) is divisible by 3
Problem 5.12. Let X = {a, b, c, d, e} and let C = {a, b}, {c}, {d, e} . Show
that the partition of C defines an equivalence relation in X.
Solution 5.13.
R = (a, a), (b, b), (a, b), (b, a), (c, c), (d, d), (e, e), (d, e), (e, d)
13
6 Composition of Binary Relation
Definition 6.1. Let R be a relation from X to Y and S be a relation from Y to Z.
Then a relation written as R ◦ S is called a composite relation of R and S where
R◦S = (x, z)x ∈ X ∧z ∈ Z ∧(∃y) (y ∈ Y ∧ (x, y) ∈ R ∧ (y, z) ∈ S) (10)
Remarks:
Find R ◦ S, R ◦ R, R ◦ R ◦ R and R ◦ S ◦ R.
Solution 6.5.
R ◦ S = (x, 14x)x ∈ I = S ◦ R
R ◦ R = (x, 4x)x ∈ I
R ◦ R ◦ R = (x, 8x)x ∈ I
R ◦ S ◦ R = (x, 28x)x ∈ I
14
Problem 6.6. Let R = (1, 2), (3, 4), (2, 2) and S = (4, 2), (2, 5), (3, 1), (1, 3) .
Then obtain MR , MS , M(R◦S) and M(S◦R) .
Solution 6.7. Since, R = (1, 2), (3, 4), (2, 2) the matrix of a relation R is
given by,
0 1 0 0 0
0 1 0 0 0
0
MR = 0 0 1 0
0 0 0 0 0
0 0 0 0 0
Since, S = (4, 2), (2, 5), (3, 1), (1, 3) , the matrix of a relation S is given by,
0 0 1 0 0
0 0 0 0 1
MS = 1 0 0 0 0
0 1 0 0 0
0 0 0 0 0
Since, R ◦ S = (1, 5), (3, 2), (2, 5) , the matrix of a relation is
0 1 0 0 0 0 0 1 0 0 0 0 0 0 1
0 1 0 0 0 0 0 0 0 1 0 0 0 0 1
MR◦S =
0 0 0 1 0 1 0 0 0 0 = 0 1 0 0 0
0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Since, S ◦ R = (4, 2), (3, 2), (1, 4) 6= R ◦ S, the matrix of a relation is
0 0 1 0 0 0 1 0 0 0 0 0 0 1 0
0 0 0 0 1 0
1 0 0 0 0
0 0 0 0
MS◦R 1
= 0 0 0 0 0 0 0 1 0 = 0 1 0 0 0
0 1 0 0 0 0
0 0 0 0 0 1 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Solution 6.10.
1 0 1
MR = 1 1 0
1 1 1
15
and
1 0 0 1 0
MS = 1 0 1 0 1
0 1 0 1 0
The matrices MR̄ and MS̄ are given by,
1 1 1
MR̄ = 0 1 1
1 0 1
and
1 1 0
0 0 1
0
MS̄ = 1 0
1 0 1
0 1 0
The matrices MR◦S , MR◦S
¯ and MS̄◦R̄ are given by,
1 1 0 1 0
MR◦S = 1 0 1 1 1
1 1 1 1 1
1 1 1
1 0 1
MR◦S
¯ 0
= 1 1
1 1 1
0 1 1
1 1 1
1 0 1
MS̄◦R̄ 0
= 1 1
= MR◦S
¯
1 1 1
0 1 1
Definition 6.11. Let X be any finite set and R be a relation in X. The relation
R+ = R ∪ R2 ∪ R3 . . . is called transitive closer of R in X.
7 Partial Ordering
Definition 7.1. A binary relation R in a set P is called a partial order relation or
partial ordering if P iff R is reflexive, anti-symmetric and transitive.
16
Definition 7.2. If ≤ is partial ordering on P , then the ordered pair (P, ≤) is
called a partially ordered set or poset.
Definition 7.3. Let (P, ≤) be a partially ordered set. If for every x, y ∈ P we
have either x ≤ y ∨ y ≤ x, then ≤ is called a simple ordering or linear ordering
on P , and (P, ≤) is called a totally ordered or simply ordered set or chain.
Remark:
Illustrations:
(1) Let R be the relation ”less than or equal to” or ”greater than or equal to”
on the real set P. Since these relations are reflexive, anti-symmetric and
transitive R is partial ordering on real set,. The (P, ≤) and (P, ≥) are
Posets.
(2) Let A 6= φ and ρ(A) = X be the power set of A, since the relation ⊆
is reflexive, anti-symmetric and transitive R is partial ordering on X,
(X, ⊆) is a poset. But the relation ⊂ is irreflexive, anti-symmetric and
transitive, it is not partial ordering.
Let A = a, b, c . Then
X = ρ(A) = φ, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, A
a|b ⇐⇒ b = ac for c ∈ N
17
7.1 Partially ordered set: Representation and Associated Ter-
minology
Definition 7.5. Let (P, ≤) be a poset, an element y ∈ P is said to cover an
element x ∈ P if x < y then there does not exist any element z ∈ P such that
x ≤ z and z ≤ y; that is
y covers x ⇐⇒ x ≤ z ∧ (x ≤ z ≤ y ⇒ x = z ∨ z = y) (11)
Solution 7.9. The corresponding Hasse diagram of above two problems is given
as follows.
Problem 7.10. Let X = 2, 3, 6, 12, 24, 36 and the relation ≤ be such that
x ≤ y if x divides y. Draw the Hasse diagram of (X, ≤).
18
Figure 10: Hasse diagram of (X, ≤) of relation R.
Problem 7.12. Let A be a given finite set and ρ(A) its power set. Let ⊆ be the
inclusion relation on the elements of ρ(A). Draw Hasse diagram of (ρ(A), ⊆) for
v
v
v v
v v
19
Problem 7.14. Let A be the set of factors of a particular integer m and ≤ be the
relation divides, that is
≤= (x, y)x ∈ A ∧ y ∈ A ∧ (x divides y)
v
v
v v
v v
Figure 13: Hasse diagram of (X, ≤) for m = 2, 6, 30, 12, 45, 210.
20
Definition 7.16. Let (P, ≤) be a poset.
Illustrations:
Illustrations:
Illustrations:
Illustrations:
21
Solve the followoing problems.
Ex-2 Let L denotes the relation ”Less than or equal to (≤)” and D denotes the
relation ”divides” where xDy means ”x divides y”. Both L and D are
defined on the set {1, 2, 3, 6}. Write L and D as sets and find L ∩ D.
Ex-5 If R and S are both reflexive, then show that R ∪ S and R ∩ S are also
reflexive.
Ex-10 Let R denote a relation on the set of ordered pairs of positive integers such
that (x, y)R(u, v) iff xv = yu. Show that R is an equivalence relation.
Ex-11 S
= 1, 2, 3, 4, 5 find the equivalence relation S which generates partition
,
{1, 2}, {3}, {4, 5} . Draw the graph of the relation.
22
Ex-15 Given the relation matrix MR of a relation R on the set a, b, c , find the
relation R̄, R2 = R ◦ R, R3 = R ◦ R ◦ R and R ◦ R̄.
1 0 1
MR = 1 1 0
1 1 1
Ex-16 Two equivalence relations R and S are given by their relation matrices MR
and MS . Show that R ◦ S is not an equivalence relation.
1 1 0 1 1 0
MR = 1 1 0 MS = 1 1 1
0 0 1 0 1 1
Obtain equivalence relations R1 and R2 on 1, 2, 3 such that R1 ◦ R2 is
also an equivalence relation.
Ex-17 Draw the Hasse diagrams of the following sets under the partial ordering
relation ”divides” and indicate those which are totally ordered.
2, 6, 24 , 3, 5, 15 , 2, 4, 8, 16 , 3, 9, 27, 54
23
8 Lattices
Definition 8.2. Following are the two important definitions related with lattices.
(a) The greatest lower bound of a subset a, b ⊆ L is denoted by a ? b and is
defined as,
a ? b = GLB a, b (12)
(b) The least upper bound of a subset a, b ⊆ L is denoted by a ? b and is
defined as,
a ⊕ b = LU B a, b (13)
Remark:
1. Other symbols ∧ and ∨ or · and + are used to denote the meet and join of
two elements respectively.
2. In certain cases, the symbols ∩ and ∪ are used to denote the meet and join
of two elements respectively.
3. Totally ordered set is trivially a lattice, but not all partially ordered sets are
lattices.
Illustrations:
(a) Let S be non-empty set and ρ(S) be its power set. The partially ordered set
(ρ(S), ⊆) is a lattice in which the meet and join are defined as
A ? B = A ∩ B = GLB A, B (14)
A ⊕ B = A ∪ B = LU B A, B (15)
(b) Let I+ be the set of all positive integers and D denote the relation of ”di-
vision” in such that for any two a, b ∈ I+ , aDb ⇐⇒ a divides b. Then
(I+ , D) is a lattice in which two operations meet and join are defined as,
a ? b = GLB a, b = GCD a, b (16)
a ⊕ b = LU B a, b = LCM a, b (17)
(d) Let S be any non-empty set and q(S) be the set of all partitions of S. Two
binary operations ? and ⊕ are defined as product and sum of partitions.
The partial ordering relation ≤ on q(S) such that for q1 , q2 ∈ q(S), q1 ≤
24
q2 ⇐⇒ every block of q1 is a subsetof some block in q2 . Then (q(S), ≤
) is a lattice. In particular let q(S) = q1 , q2 , q3 , q4 , q5
q1 = {a, b, c} , q2 = {a, b}, {c} , q3
= {a, c}, {b} , q4 a, {b, c} , q5 = {a}, {b}, {c}
Definition 8.3. The operations ? and ⊕ are called duals of each other as
are the relations ≤ and ≥. Similarly, the lattices (L, ≤) and (L, ≥) are
called duals of each other.
(L-3)’ (a ⊕ b) ⊕ c = a ⊕ (b ⊕ c) (Asso-
(L-3) (a ? b) ? c = a ? (b ? c) ciative)
Theorem 8.4. Let (L, ≤) be a lattice in which ? and ⊕ denote the operations of
meet and join respectively. For a, b ∈ L,
a ≤ b ⇐⇒ a ? b = a ⇐⇒ a ⊕ b = b (18)
a ⊕ (b ? c) ≤ (a ⊕ b) ? (a ⊕ c) (20)
a ? (b ⊕ c) ≤ (a ? b) ⊕ (a ? c) (21)
Theorem 8.7. Let (L, ≤) be a lattice. For a, b, c ∈ L, the following property hold.
a ≤ c ⇐⇒ a ⊕ (b ? c) ≤ (a ⊕ b) ? c (22)
25
8.4 Sub-lattice, Direct product and Homomorphism
Let (L, ?, ⊕) be a lattice and S ⊆ L be a subset of L. The algebra (S, ?, ⊕) is a
sub-lattice of (L, ?, ⊕) iff S is closed under both operations ? and ⊕.
Illustrations:
(a) The lattices (Sn , D) is a sub-lattice of a lattice (I+ , D). Where ”D” is a
relation divides.
(b) Let S be any set and ρ(S) be its power set and (ρ(S), ⊆) is a lattice. Then
(R(S), ⊆) is a sub-lattice. Where R(S) is called ring of subsets of S.
Definition 8.9. Let (L, ?, ⊕) and (S, ∧, ∨) be two lattices. The algebraic system
(L × S, ·, +) in which two binary operations + and · on L × S are such that for
any (a1 , b1 ) and (a2 , b2 ) in L × S
Illustrations:
(a) Let (L, ≤) be a lattice, where L = 0, 1 , then (L2 , ≤) and (L3 , ≤) be
lattice.
26
8.5 Some special Lattices
Definition
8.15. Let (L, ?, ⊕) be a lattice and S ⊆ L be a finite subset of L where
S = a1 , a2 , . . . , an . The greatest lower bound and the least upper bound on S
can be expressed as
Where
?ni=1 = a1 ? a2 ? . . . , ?an and ⊕ni=1 = a1 ⊕ a2 ⊕ . . . , ⊕an (27)
Definition 8.16. A lattice is called complete if each of its non-empty subsets has
a least upper bound and a greatest lower bound.
Remark:
a ? b = 0 and a ⊕ b = 1 (30)
Remark:
Illustrations:
(a) The lattice (Ln , ≤n ) be the complemented lattice. For a lattice (L3 , ≤) the
bounds are given by, (0, 0, 0) and (1, 1, 1) and the complement of an element
(1, 0, 1) is (0, 1, 0).
(b) The lattice (ρ(S), ⊆) is a complemented lattice with bounds φ and A re-
spectively.
27
Definition 8.19. A lattice (L, ?, ⊕) is called a distributive lattice if for any a, b, c ∈
L,
a ? (b ⊕ c) = (a ? b) ⊕ (a ? c) (31)
a ⊕ (b ? c) = (a ⊕ b) ? (a ⊕ c) (32)
(a ? b = a ? c) ∧ (a ⊕ b = a ⊕ c) ⇒ b = c (33)
a ≤ c ⇒ a ⊕ (b ? c) = (a ⊕ b) ? c (34)
(L-1) a ? a = a (L-1)’ a ⊕ a = a
(L-2) a ? b = b ? a (L-2)’ a ⊕ b = b ⊕ a
(L-3) (a ? b) ? c = a ? (b ? c) (L-3)’ (a ⊕ b) ⊕ c = a ⊕ (b ⊕ c)
(L-4) a ? (a ⊕ b) = a (L-4)’ a ⊕ (a ? b) = a
D-1 a ? (b ⊕ c) = (a ? b) ⊕ (a ? c)
D-2 a ⊕ (b ? c) = (a ⊕ b) ? (a ⊕ c)
D-3 (a ? b) ⊕ (b ? c) ⊕ (c ? a) = (a ⊕ b) ? (b ⊕ c) ? (c ⊕ a)
D-4 (a ? b = a ? c) ∧ (a ⊕ b = a ⊕ c) ⇒ b = c
B-1 0 ≤ a ≤ 1
0
B-2 a ? 0 = 0 (B − 2) a ⊕ 1 = 1
0
B-3 a ? 1 = a (B − 3) a ⊕ 0 = a
28
0 0
(C-1) a ? a = 0 (C-1)’ 1 = 0
0 0
(C-2) 0 = 1 (C-2)’ 1 = 0
0 0 0 0 0 0
(C-3) (a ? b) = a ⊕ b (C-3)’ (a ⊕ b) = a ? b
(P − 1)0 a ⊕ b = LU B a, b
(P-1) a ? b = GLB a, b
(P-2) a ≤ b ⇐⇒ a ? b = a ⇐⇒ a ⊕ b = b
0 0 0 0
(P-3) a ≤ b ⇐⇒ a ? b = 0 ⇐⇒ b ≤ a ⇐⇒ a ⊕ b = 1
Illustrations:
(a)
The algebra
(B, ?, ⊕,0 , 0, 1) is two-element Boolean-algebra. Where B =
0, 1 .
29
Solve the following problems.
Ex-1 Draw the the diagrams of lattices (Sn , D) for n = 4, 6, 10, 12, 15, 45, 60, 75, 210.
For what values of n do you expect (Sn , D) to be a chain?
Ex-2 Let S = a, b, c . Draw the diagram of (ρ(S), ⊆).
Ex-3 Let R be the set of real numbers in [0, 1] and ≤ be the usual operation of
”less than or equal to” on R. Show that (R, ≤) is a lattice. What are the
operations of meet and join on this lattice?
Ex-5 Let (L, ≤) be a lattice in which ? and ⊕ denote the operations of meet and
join respectively. For a, b ∈ L,
a ≤ b ⇐⇒ a ? b = a ⇐⇒ a ⊕ b = b
a⊕b=b?c
(a ? b) ⊕ (b ? c) = b = (a ⊕ b) ? (a⊕)
(a ? b) ⊕ (c ? d) ≤ (a ⊕ c) ? (b ⊕ d)
(a ? b) ⊕ (b ? c) ⊕ (c ? a) ≤ (a ⊕ b) ? (b ⊕ c) ? (c ⊕ a)
Ex-10 Find all the sub-lattices of the lattice (Sn , D) for n = 12.
Ex-11 Show the diagram of a lattice which is the direct product of five-element
lattice and a two element chain.
Ex-12 Show that the lattice (Sn , D) for n = 216 isomorphic to the direct product
of lattices for n = 8 and n = 27.
Ex-13 Find the complements of every element of the lattice (Sn , D) for n = 75.
Ex-14 Show that in a lattice with two or more elements, no element is its own
complement.
Ex-16 Which of the two lattices (Sn , D) for n = 30 and n = 45 are complemented
? Are these lattices distributive ?
30
Ex-17 Show that D’ Morgan’s laws, given by,
0 0 0 0 0 0
(a ? b) = a ⊕ b and (a ⊕ b) = a ? b
Ex-20 Show that in a distributive lattice, the distributive laws can be generalized
as
a ? (⊕ni=1 bi ) = ⊕ni=1 (a ? bi ) and a ⊕ (?ni=1 bi ) = ?ni=1 (a ⊕ bi )
Ex-21 Show that in a bounded distributive lattice, the elements which have com-
plements forms a sub-lattice.
Ex-22 A lattice is modular if
a ≤ c ⇒ a ⊕ (b ? c) = (a ⊕ b) ? c
Show that every distributive lattice is modular, but not conversely.
Ex-23 Prove the following Boolean identities.
0
(a) a ⊕ (a ? b) = (a ⊕ b)
0
(b) a ? (a ⊕ b) = (a ? b)
0
(c) (a ? b) ⊕ (a ? b ) = a
(d) (a ? b ? c) ⊕ (a ? b) = (a ? b)
Ex-24 In a Boolean algebra, show that
0 0
(a) a = b ⇐⇒ ab + a b = 0
0 0
(b) a = 0 ⇐⇒ ab + a b = b
0 0 0 0 0 0
(c) (a + b )(b + c )(c + a ) = (a + b)(b + c)(c + a)
(d) a ≤ b ⇒ a + bc = b(a + c)
Ex-25 Simply the boolean expression
0 0
(a) (a ? b) ⊕ (a ⊕ b)
0 0 0 0 0
(b) (a ? b ? c) ⊕ (a ? b ? c) ⊕ (a ? b ? c )
0
(c) (a ? c) ⊕ c ⊕ (b ⊕ b ) ? e
0
(d) (1 ? a) ⊕ (0 ? a )
Ex-26 Let (B, ?, ⊕,0 , 0, 1) be a Boolean algebra. Define the operations + and · on
the elements of B by
0 0
a + b = (a ? b ) ⊕ (a ? b)
a·b=a?b
Show that (B, +, ·, 1) is a Boolean ring with identity 1.
31
Ex-27 For the operation + defined problem-26 show that
(a) (a + b) + b = ab
(b) a · (b + c) = (a · b) + (a · a) = 0
(c) (a + 0) = a
0
(d) (a + 1) = a
Ex-28
Ex-29
Ex-30
References
[1] Engineering Mathematics Vol.-I and II. A.P Verma and M. N. Mehta. Stu-
dent manual SVNIT, Surat.
[3] George B. Thomas, Jr. Ross L. Finley: Calculus with analytical Geometry,
9th edition Addison-Wesley Publishing Company. (2004)
[4] Howard Anton: Calculus, A new horizon, 6th edition, John Willey and
Sons, (2006)
Acknowledgment
I am very much thankful to Prof. P. A. Gajjar, Head of the department, Nottingham
university, Kazakhstan for his valuable guidance for the preparation of this topic.
32