Discrete Maths X
Discrete Maths X
REVISED SYLLABUS
S.Y.B.SC. (I.T.), SEM. -III,
LOGIC AND DISCRETE MATHEMATICS
Unit 1 :
Set Theory : Fundamentals - Sets and subsets, Venn
Diagrams, Operations on sets, Laws of Set Theory, Power
Sets and Products, Partition of sets, The Principle of Inclusion
- Exclusion.
Logic : Propositions and Logical operations, Truth tables,
Equivalence, Implications, Laws of Logic, Normal forms,
Predicates and quantifiers, Mathematical Induction.
Unit 2 :
Relations, diagraphs and lattices : Product sets and
partitions, relations and diagraphs, paths in relations and
diagraphs, properties of relations, equivalence and partially
ordered relations, computer representation of relations and
diagraphs, manipulation of relations, Transitive closure and
Warshalls algorithm, Posets and Hasse Diagrams, Lattice.
Unit 3 :
Functions and Pigeon Hole Principle : Definitions and types
of functions : injective, subjective and bijective, Composition,
identity and inverse, Pigeon hole principle.
Unit 4 :
Graphs and Trees : Graphs, Euler paths and circuits,
Hamiltonian paths and circuits, Planner graphs, coloring
graphs, Isomorphism of Graphs.
Trees : Trees, rooted trees and path length in rooted trees,
Spanning tree and Minimal Spanning tree, Isomorphism of
trees, Weighted trees and Prefix Codes.
Unit 5 :
Algebric Structures : Algebraic structures with one binary
operation - semi groups, monoids and groups, Product and
quotient of algebraic structures, Isomorphism, homomorphism,
automorphism, Cyclic groups, Normal sub group, codes and
group codes, Algebraic structures with two binary operations rings, integral domains and fields. Ring homomorphism and
Isomorphism.
Unit 6 :
Generating Functions and Recurrence relations : Series
and Sequences, Generating Functions, Recurrence relations,
Applications, Solving difference equations, Fibonacci.
Books :
Discrete mathematical structures by B Kolman RC Busby, S
Ross PHI Pvt. Ltd.
Discrete mathematical structures by R M Somasundaram
(PHI) EEE Edition.
Reference :
Discrete structures by Liu, Tata McGraw -Hill.
Digital Logic John M Yarbrough Brooks / cole, Thompson
Learning
Discrete Mathematics and its Applications, Kenneth H. Rosen,
Tata McGraw - Hill.
Discrete Mathematics for computer
Mathematicians, Joe L. Mott, Abraham
scientists
and
1
FUNDAMENTALS OF DISCRETE
MATHEMATICS
Unit Structure :
1.0
1.1
1.2
1.3
1.4
1.5
1.6
Objectives
Introduction
Sets and Subsets
1.2.1 Sets
1.2.2 Some basic definitions
Operation on sets
1.3.1 Basic definitions
1.3.2 Algebraic properties of set operations
1.3.3 Principle of Inclusion-Exclusion
Let us sum up
References for further reading
Unit end exercise
1.0 OBJECTIVES
1.1 INTRODUCTION
Sets are one of the most fundamental concepts in
mathematics. It was invented at the end of the 19th century. It is
seen as the foundation from which all of the mathematics can be
derived. Concept of division of Integers is fundamental to computer
arithmetic. Mathematical structures are useful in Number theory.
Number theory plays an important role in Computer and Internet
security.
= /p, q , q 0
B = x | x 1 and x =
C = x | x
and x +1 = 1 =
(b) Equal Sets :- Two sets A and B are said to be equal if they have
same elements and we write A = B.
For examples,
(1) A = x | x is a letter in the word 'ate'
B = y | y is a letter in the word 'eat'
A = B
(2) X = 3, 3 and Y = x | x 2 = 9, x
i.e. X = Y
(c) Subset :- Set A is said to be a subset of B if every element of A
is an element of B and this is denoted by A B or B A . If A
is not a subset of B we write A B .
For example,
and . Similarly, is
(2) A CPU consist of hard disk, RAM, ROM, Sound Card etc. It
can be treated as a universal set.
(i) Venn diagram :- A pictorial representation of a set is called as
Venn diagram. Elements of a set are denoted by dots enclosed in
a triangle, a square or a circle.
For example,
(1) A = {a, b, d}
(2) B = {5, 6, 7}
A
Fig. 1.1
Fig. 1.2
(b) x | x , x2 = 1
(c) x | x , x +1 = 1
(d) x | x , x 2 = 3
(2) A = , B =
(4)
Fig. 1.3
For example,
(1) A = {1, 2, 3}, B = {2, 4, 5} then A B = 2
(2) A = {1, 2, 3} and B = { x, y } then A B = such sets whose
intersection is empty is called as disjoint sets.
Note : (1) A A = A
(2) If A B then A B = A
(3) A =
(4) Shaded region represents A B
U
A
Fig. 1.4
Fig. 1.5
For example,
(1) If A = and U = then A c = 0 but if U = then
A c = ...., 2, 1, 0 i.e. complement of a set depends on U.
U
Ac
Fig. 1.6
Shaded region is Ac .
(d) Complement of A with respect to B is the set of all elements in
B which are not in A and it is denoted by A B or A\ B .
i.e. A B = x | xA and x B
Similarly, we can define B A.
For example,
(1) A = {1, 2, 3} and B = {3, 4, 5}
A B = {1, 2} and B A= {4, 5}
(2) A = {1, 2} and B = {3, 4}
A B = A and B A = B
Fig. 1.7
Fig. 1.8
AB
BA
A+ B
Fig. 1.9
10
(6) A B C = A B A C
Properties of Complement
(9) A = A
(10)
(11)
(12)
(13)
(14)
(15)
A A = U
A A =
=U
U=
A B = A B
A B = A B
11
Properties (1) to (13) can be proved easily. We will prove (14) and
(15) here.
(14) A B = A B
Proof : A B = x | x A B and x U
12
Hence A B = A B .
Now ( A B ) = {3, 5, 9},
( A B) = {1, 2, 4, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19}
By addition principle,
A B = 4 + 4 2 = 6
13
Example 5
In a survey of people it was found that 80 people knew
Maths, 60 knew physics, 50 knew chemistry, 30 new Maths and
Physics, 20 knew Physics and Chemistry, 15 knew Maths and
Chemistry and 10 knew all three subjects. How many people knew?
(a) At least one subject
(b) Maths only
(c) Physics only
(d) Maths and Chemistry only
Solution : Let M, P, C represents respectively, the set of students
knowing Maths, Physics and Chemistry.
|M| = 80, |P| = 60, |C| = 50, M P = 30 , M C = 15 ,
P C = 20 , M P C = 10
MPC = M + P + C MP MC PC + MPC
= 80 + 60 + 50 30 15 20 + 10
= 135
Lets draw the Venn diagram of above situation.
M
P
20
5
5
20
10
10
25
Fig. 1.10
(b) Maths only = 80 (20 + 10 + 5)
= 80 35
= 45
(c) Physics only = 60 (20 + 10 + 10) = 20
(d) Maths and Chemistry only = 15 10 = 5
Example 6: Out of 150 residents a building, 105 speak Marathi, 75
speak Gujarati and 45 speak both Languages. Find the number of
14
residents who do not speak either of the languages also find the
number of residents who speak only Marathi.
Solution:- Let A be the set of resident who speak Marathi.
B the set of resident who speak Gujarati
Given U=150
A=105
B=75
AB=45
By principal of Inclusion-Exclusion.
AUB=A+B-AB
= 105+75-45
=135.
i). Number of resident who do not speak either of language.
(AUB)=U-AUB
=150-135
=15
ii). The number of resident who speak only Marathi
=A-AB
=105-45
=60.
Example 7: Out of 240 students in college 130 students are in
N.C.C. 110 are in N.S.S. and 80 are in other activity in this 40 are
N.C.C. and N.S.S both, 35 are N.C.C and other activity and 30 are
N.S.S. and other activity but 20 student are take part in all three.
Find the number of students takes part in
i). Atleast any one.
ii). None of them.
iii). Only N.S.S.
iv). Only other activity.
v). Only N.S.S and N.S.S but not in other activity.
Solution:- Let A be the set of N.S.S students.
B be the set of N.C.C students.
C be the set of other activity student.
Here A=130, B=110, C=80.
AB=40, AC=30, BC=35, ABC=20.
By principle Inclusion-Exclusion
i). atleast one of them i.e.AUBUC
AUBUC=A+B+C-AB-BCAC+ABC
=130+110+80-40-35-30+20
=235.
15
83
2 3 6
500
BC=
33
15
500
50
CA=
25
500 500
16
ABC=
2 3 5 30
16
i) AUBUC A B C A B B C A C A B C
= 250+166+100-83-33-50+16
= 366.
ii). 2 or 3 but not by 5.
=AUB-ABC
=83-16
=67.
iii). Only by 5.
=C-AC-BC+ABC
=100-33-50+16
=33.
1. Let A = x | x and x 2 + 7 = 0 , B = x | x ,
C = x | x , 0 < x < 0.2 , D x | x 6q, q
E = x | x , x + 7 = 7
17
3.
18
2
LOGIC
Unit Structure :
2.0
2.1
2.2
2.3
2.4
2.5
2.6
Objectives
Propositions and Logical Operations
2.1.1 Logical connectives and compound statements
2.1.2 Negations
2.1.3 Conjunction
2.1.4 Disjunction
Conditional Statements
2.2.1 Quantifiers
2.2.2 Bi-Conditional
Theorem
Mathematical Induction
Let us sum up
Unit End Exercise
2.0 OBJECTIVES
After going through this chapter you will be able to:
19
F
T
20
Solution :
1. ~P : It is not the case that it is hot i.e. it is not hot.
2. ~q: 2 is not divisor of 5. Since q is false, q is true.
2.1.3 Conjunction
The next operation is conjunction. If p and q are two
statement then conjunction of p and q is the compound statement p
and q. The notation is p q . The operation and is a binary
operation on the set of statements. The p q is true whenever both p
and q on true, false otherwise. Thus the truth table is given by
p
T
T
F
F
q
T
F
T
F
pq
T
F
F
F
q
T
F
T
F
pq
T
T
T
F
21
Solution :
The statement p q is given by
1. Banaras is on the bank of holy river Ganga or Dehradoon is
capital of Uttaranchal.
2. Eiffel Tower is in London or Panama canal connects Atlantic
ocean with Pacific ocean.
3. Mukesh and Anil are sons of late Industrialist Dhirubhai Ambani
or Rajbhavan is official residence of the Governor of
Maharashtra.
4. 3 is rational or - 10 is odd.
The statements 1, 2 and 3 are true whereas 4 is false since p
and q are both false.
Note that in logic we can join two totally unrelated sentences
while in English, we do not combine.
In mathematics or in Computer Science, connective or is used
in inclusive sense . That is p q is true if true if p is true or q is true
or both are true. Consider the statements p: 2 is a prime number and
q: 2 is composite. Here the composite statement p q is the
statement 2 is prime number or 2 is composite. Since exactly one
of p and q can be true, is used in exclusive sense.
A compound statement may have many Components each of
which is if self a statement. p q p r involves three
prepositions p, q and r. The prepositions p, q and r each may be
independently true of false. Hence there are in all 23 = 8 possibilities
in the truth table of p q p r . In general, if a statement
involves n propositional variable, then there will be 2n rows in its
truth table.
22
q
T
F
T
F
pq
T
T
T
F
F
T
F
F
F
T
F
F
23
q
T
F
T
F
pq
T
F
T
T
24
25
x2 1
x2 1
x2 1
x2 1
. Then q
2.2.2 Bi-conditional
Bi-conditional or equivalence of two statements p and q means both
p qandq pand is denoted by p q . The truth table of p q
is given below.
p
T
T
F
F
q
T
F
T
F
r: pq
s:q p
rs
T
F
T
T
T
T
F
T
T
F
F
T
T
F
T
F
pq
q p
p q q p
T
F
T
T
F
T
F
T
F
F
T
T
T
F
T
T
T
T
T
T
26
Note that last column of the above table indicates that the statement
p q q p is always true. Such a statement is called as
Tautology. A statement that is always false is called as Contradiction
or absurdity. Any other statement is called as contingency.
Check Your Progress :
1) Translate each of the following in verbal language.
a) p: Teacher is present
q: student attend the class.
(i) pq , (ii) pq , (iii).pq, (iv).pq,
b) p: 2 is an even number.
q: 2 is a prime number.
(v). qp
r: 2+2=(2)2.
(i). pq, ii). qp, (iii). pq, (iv). p(q r), (v). ~p q,
(vi). p ~r, (vii). ~p(~p ~r).
2).Write down the following conditional statements in converse
contra positive and inverse.
a). If it is a Sunday then it is a holiday.
b). If the teacher is present then students are standing.
c). If you know mathematics them you know logc.
3) Which of the following statements are Tautology, Contradiction
or Contingency?
1. q p q p
2. p q p q
3. p p
Similar to the mathematical structure [Sets, , ], one can
define a structure on set of proposition with the help of binary
operations , and .
The operations for propositions have following properties
which we list as theorem. The proofs are very simple and hence are
left as an exercise to the reader.
2.3 THEOREM
A. Commutativity
(a) p q q p
(b) p q q p
B. Associativity
27
(a) p q r p q r
(b) p q r p q r
C. Distributivity
(a) p q r p q p r
(b) p q r p q p r
D. Idempotent Property
(a) p p p
(b) p p p
E. Properties of negation
(a) p p
(b) p q p q
(c) p q p q
F. Properties of implication
(a) p q q p
(b) p q p q
(c) p q p q p q
(d) p q p q q r
28
n(n 1)
,n 1.
2
n(n 1)
, . n 1 In this example, n0 1 .
2
Basis step: For n = 1, left hand side of above formula is 1while the
right side is
1(1 1)
which also is 1. Thus the formula is true for n =
2
k (k 1)
. We now wish to prove 1 + 2 + 3 + . +
2
k 1 k 1 1
. k
k 1
k (k 1)
.
2
k (k 1)
(k 1). This upon
2
(k 1)(k 2)
straightforward simplification reduces to
. This is
2
Thus 1 + 2 + 3 + .. k (k 1)
nn 1
n 2
n 3
.
4
nn 1
n 2
n 3
.
4
29
k k 1k 2k 3k 4
4
= R.H.S.
There for P (k + 1) is true.
nn 1
n 2
n 3
, for all n N.
4
.....
.....
32 1 3 3.5
There for L.H.S = R.H.S for n=1 there for P(1) is true.
Step.1. For n=1 L.H.S =
.....
30
1
1
1
1
1
k 1
.....
1
1
1
1
.....
2k 12k 3 2k 32k 5
3.5 5.7 7.9
k
1
.. [by (1)]
32k 3 2k 32k 5
1 k
1
1
2 k 2 5k 3
2k 3 3 2k 5 2k 3 32k 5
k 12k 3
k 1
R.H .S
32k 3 2k 5 32k 5
.....
.....
.....
61.31.4 3.4.5
There for L.H.S = R.H.S for n=1 there for P(1) is true.
Step.1. for n = 1, L.H.S =
31
That is
k k 1
1
2
3
k
.....
k 1k 2
1
2
k
k
3.4.5 4.5.6 k 2
k 3k 4 k 3
k 4k 5 6 k 4k 5
Here L.H.S
1
k
k 1
3.4.5 4.5.6 k 2k 3k 4 k 3k 4k 5
k k 1
k 1
[by (1)]
6 k 3k 4 k 3k 4k 5
k 1
1
k 3k 4 4 k 5
k 1k 2 5k 6
6 k 3k 4 k 5
k 1k 2k 3
k 1k 2
6 k 3k 4 k 5 6 k 4 k 5
R.H .S
.....
32
33
2.
n n
Ai Ai ,n 1.
i 1 i 1
n n
Ai Ai ,n 1.
i 1 i 1
Solution : Let P(n) be the statement that equality holds in(1) for any
n sets.
Basis step : The statement is true for n = 1.
Induction step : Suppose P(k) is true. Thus we have
k
k
Ai Ai ,n 1.
i 1 i 1
A Ak 1 A Ak 1. By induction,
k
A A1 A2 ...... Ak A :
i 1
34
k 13 k 1 k 3 3k 2 3k 1 k 1 k 3 k
3 k2 k .
By
1.
i2
i 1
n(n 1)(2n 1)
6
2.
n(n 1)
i3 2
i 1
n
3.
a.r i a.
i 1
n
4.
r n 1
,r 1
r 1
n
i 1
n
5.
i 1
i 1
35
n 2a (n 1)d
2
1
1
1
1
n
........
.
1.2 2.3 3.4
n(n 1) n 1
8.
1 2
3
n
n2
.......
2
.
2
2
n
2 2
2
2
2n
n
1
10. Prove that 1 1 .
2
2
n
n
Ai B ,n 1.
i
i 1
i 1
(b)
n
n
Ai B Ai B ,n 1.
i 1
i 1
14.
36
3
RELATIONS AND ITS PROPERTIES
Unit Structure
3.0
Objectives
3.1
Introduction
3.2
Product sets and partitions
3.2.1 Product sets
3.2.2 Partitions
3.3
Relations and diagraphs
3.3.1 Definition and examples of relation
3.3.2 Sets related to a relation
3.3.3 The matrix of a relation
3.3.4 The diagraph of a relation
3.4
Paths in relations and diagraphs
3.4.1 Paths in a relation R can be used to define new
relations
3.4.2 Matrix version
3.5
Properties of relations
3.5.1 Reflexive and Irreflexive relations
3.5.2 Symmetric, Asymmetric and Antisymmetric relations
3.5.3 Transitive relations
3.6
Let us sum up
3.7
References for further reading
3.8
Unit end exercise
3.0 OBJECTIVES:
After going through this chapter you will be able to :
Understand the concept and definition of product and
partition of a set.
Understand the different representation of a relation (set
theoretical, pictorial and matrix representation).
Understand the definition of a path in a relation and able to
find paths of different length.
Understand the different properties of binary relation.
37
3.1 INTRODUCTION:
In day today life we deal with relationships such as an
employee and employee number, element and set, a person and his
telephone number etc. In mathematics its looked in more abstract
sense such as division of integers, order property of Real numbers
and so on. In computer science, a computer programme and variable,
computer language and valid statement and so on Relations are
useful in computer databases, networking etc.
i.e. A = X, Y , B = C ++ , Java, VB
then
A B = (X, C++ ), (X, Java), (X, VB) (Y, C++ ), (Y, Java), (Y, VB)
38
Example:
(1) A 1,2,3,4,5
(a) Let A1 1 ,
A 2 and A3
Then we have, A1 A 2 A3 A
&A1 A 2 O ,A1 A3 O ,A 2 A3 O
A 2 , A3 and A 4
A 2 , A3
39
2.
A3 ,A6 ,A 4
A B B A if (a) A is finite
(b) A=B
(c) B is finite
4.
40
Fig. 3.1
R (x,y) / x 2 y 2 25
( 32 42 25)
41
A 0,1,
2,3
to
2.
(a) a = b
(b) a + b is an even number
(c) a + b is a multiple of 3 (d) a b
Find the domain and Range of the relations defined in Q.1.
1 1
M R 10
1 1
3 2
1
0
MR =
0
1 1 1
1 1 1
0 1 1
0 0 1 44
42
Fig. 3.2
Note:
(1) An edge of the form (a, a) is represented using an arc from the
vertex a back to it self. Such an edge is called a loop.
(2) Conversely diagraph can be used to find underlying relation
represented by it.
(3) There are two important definitions arising from the diagraph.
(i) In-degree of
= no. of arrows
a vertex
coming towards that vertex
and
(ii) Out-degree of = no. of arrows
a vertex
going away from that vertex
43
Fig. 3.3
1
In-degree
Out-degree
3.
(-2, 0)
(2, 0)
(0, -2)
Fig.3.4
44
3
Fig. 3.5
1 :1,2,4 is a path of length 2
2 :1,2,4,1
is a path of length 3
3 : 4,4,3 is a path of length 2
4 : 4,4 is a path of length 1
45
R 2 (x,y) / if a path of length ' 2 ' from ' x ' to ' y '.
R n (x,y) / if a path of length 'n ' from ' x ' to ' y '.
i.e. R R i
i 1
For example:
(1) Consider the following diagraph.
3
Fig. 3.6
So, R1 (2,2),(2,1),
(2,4),(3,2),(3,4),(1,4),(1,3)
Now for R 2 , we have to find all Paths of length 2
1 : 2,2,2
2 : 2,2,1
3 : 2,2,4
4 : 3,2,2
5 : 3,2,4
6 : 3,2,1
7 :1,3,2
8 :1,3,4
9 : 2,1,
3
46
Fig. 3.7
Then, R1 (a,b),(b,
a),(b,c),(c,d)
R 2 (a,a),(a,c),(b,b),(b,d)
R 3 (a,b),(a,d),(b,a),(b,c)
R (a,a),(a,b),(a,c),(a,d),(b,a),(b,b),(b,c),(b,d),(c,d)
47
(3) Let A a ij
and B bij
be two Boolean matrices.
m p
p n
Then Boolean product of A and B, (denoted by A B) is the
m n Boolean matrix C [Cij ] defined by
Cij
otherwise
1 0 0
1 0
3 2
Note:
ai1
a
21
M
a
i1
M
am1
M
M
M
M
b
M
M
M
2j
Cij
M
e
= M
M
M
b
b
L
b
L
b
M
p1
p2
pj
pn
pxn C
m1 Cm2 L Cmn mxn
am2 .... amp
mxp
ai2
a22
....
aip
a2p
ai1
bij
ai2
b2j
aip
M
bpj
If any corresponding
pair of entries
are both equal
to 1, then C ij = 1 ;
otherwise C = 0
ij
48
R2
For example
1
Fig. 3.8
as we saw, R 2 (2,1),
(2,2),(2,4),(3,2),(3,4),(3,1),
(1,2),(2,3),(1,4)
0
1
M 2
R
1
1 0 1
1 1 1
1 0 1
0 0 0 44
0
1
and M R
0
0
1
Now lets compute, M R M R
0
0
0
1
i.e. M
R2
0 1 1
1 0 1
1 0 1
0 0 0 44
0 1 1 0
1 0 1 1
1 0 1 0
0 0 0 0
0 1 1
1 0 1
1 0 1
0 0 0
1 0 1
1 1 1
whichisnothingbutM 2
R
1 0 1
0 0 0
M R M R isverified.
49
Notation: M R M R is denoted by M R
2
n
Similarly, M R M R ... M R M R
'n 'times
i.e. M
M R ,n 2
n
Rn
i.e. R R1 R 2 R 3 R 4 ...
we can check that If R and S are two relations then
M R S M R vMS .
i.e. M
thus,
M 1 v M R v M R v M R v...
R
2
we
another
way
of
calculating
M R 2 ,M 3 ,.....,M n ,...,M R and which in turn gives the sets
R
got
R ,R ,..., R ,....,R .
2
Fig. 3.9
50
2.
3.
(x, x) R x A
[orxRx x A]
if T (1,2),(2,3),(3,1)
then T is irreflexive.
Note:
51
relation
on
set
is
symmetric
if
whenever
asymmetric
if
whenever
antisymmetric
if
whenever
(a,b) R,then(b,a) R .
(2) A
relation
on
set
is
(a,b) R,then(b,a) R .
(3) A
relation
on
set
is
For Examples:
(1) Let A , R be a relation on A such that xRy iff x divides
y.
(a) If xRy (i.e. x divides y)
then yRx or y R x
(' y ' may or maynt divide x)
Fig. 3.10
52
Notes:
1) The matrix M R of a symmetric relation satisfies the property that
MR M
t
R
For Example:
(1) Let A 1,2,3,4andletR (1,1),
(1,2),(2,2),(2,4),(1,4) and
S (3,2),(2,1),
(1,4),(4,2),(1,2) then
we can check R is
53
We have x y z xRz
R is transitive.
Notes:
(1) A
matrix
M R of
relation
has
the
property,
if
mij 1&m jk 1
Then mik 1
(2) from above point (1) we can see that if M R = m R then R is
2
i.e. R 2 R
R is transitive iff R 2 R
Fig. 3.11
n 1
54
Fig. 3.12
(c)
(d)
1 0 0
0 1 1
1 0 1
Fig. 3.13
55
Fig. 3.14
Q.2 Calculate M
R4
A 1,2,3,4
xRy iff
x 2 y2 9
(c) A ,
xRy iff
xy
(d) A ,
xRy iff
(x y) 3
56
4
EQUIVALENCE RELATION AND
CLOSURES
Unit Structure
4.0 Objectives
4.1 Introduction
4.2 Equivalence relations
4.2.1 Definition
4.2.2 Equivalence relation and partition
4.3 Operations on relations
4.4 Closures
4.4.1 Reflexive and Symmetric closures
4.4.2 Transitive Closure
4.5 Composition
4.6 Computer representation of relations and diagraphs
4.7 Let us sum up
4.8 References for further reading
4.9 Unit end exercises
4.0 OBJECTIVES :
After going through this chapter, students will be able to
Understand the definition of an equivalence relation and able to
identify an equivalence relation
Find the Partition produce by an equivalence relation and vice
versa.
Understand different operations that can be performed on
different relations which is useful in finding the closures of a
relation.
Use Warshalls algorithm to find transitive closure.
57
4.1 INTRODUCTION :
We have already seen the concept of reflexive, symmetric and
transitive etc. If a relation is not transitive then it doesnt contain all
the pairs that can be linked so we want to make it transitive by
adding the remaining pairs with the property that resulting set is
smallest set containing given relation. Such a set is called as
transitive closure.
Also we will see important concept of
composition of relations and computer representation of relation and
diagraph.
x x 2 x even
x R x x A
R is reflexive.
58
(1) + (2) x 2 y z 2 p 2q
x z 2 p 2q 2 y
x z 2 p q y
i.e. x z even number
xR z
R is transitive.
R; isnt symmetric,
R isnt an equivalence relation.
4.2.2 Equivalence Relation and Partition
Using an equivalence relation we can produce a partition and
vice versa. Let R be a given equivalence relation on set A.
Let a A
We define a set which is equal to x / x R a, x A is called as
an equivalence class of a. i.e. [a] = x / x R a, x A .
For example,
(1) Let A = {1, 2, 3, 4} and R = {(1, 1), (1, 2), (2, 1), (2, 3), (3, 2),
(2, 2), (4, 4), (1, 3), (3, 1), (3, 3)}
Then, [1] = x / x R 1 = 1, 2, 3
[2] = {1, 2, 3} and [4] = {4}
Theorem :Let R be an equivalence relation on A.
following properties
Then we have
(i) A [ a]
a A
59
[a] = x / x R a, x A A
U [a] A
(1)
aA
x A x R x ( R is reflexive)
x x U [a]
aA
x U [a]
(2)
aA
w R a and w R b
a R w and w R b ( R is symmetric)
a [ b] (by definition)
[a ] [ b] ( a [ b]
[a] is related to b)
[a] = [b]
Two equivalence classes are either disjoint or equal.
So,
from above theorem we can say p = [a ] / a A form a
Partition of set A.
60
x R x, x A
R is reflexive.
R is symmetric.
(c) If x, y, w A such that,
x R y
R is transitive
R is an equivalence relation.
For example,
(1) Let A = {1, 2, 3, 4} and partition p = {{1}, {2, 3}, {4}}
R = {(1, 1), (2, 2), (2, 3), (3, 2), (3, 3), (4, 4)}
Let A = 1, 2, 3, 4, 5, 6, 7, 8 and p = 1 , 2, 3 , 4 , 5, 6, 7 , 8 be a
partition of A. Find corresponding equivalence relation.
2.
Let
A = 1, 2, 3, 4, 5
and
R = 1,1 , 2, 2 , 1, 2 , 2,1 ,
61
x, y / x, y R
For example,
(1) Let A = 1, 2, 3 and R = 2, 2 , 1, 3 , 2, 3 , 3, 3
R = 1,1 , 1, 2 , 2,1 , 3,1 , 3, 2 and
R 1 = 2, 2 , 3,1 , 3, 2 , 3, 3
(3) R S = x, y / x, y R or x, y S
(4) R S = x, y / x, y R & x, y S
For example,
(1) Let A = 1, 2, 3, 4 and R = 1, 2 , 1,1 , 2, 4 , 3, 2 and
S = 2, 2 , 1,1 , 3, 2 , 3, 4
R S = 1,1 , 1, 2 , 2, 2 , 3, 2 , 3, 4 , 2, 4 and
R S = 3, 2 , 1,1
Note :(1) M R S = M R MS
M R S = M R MS
M R 1 = M R
MR = MR
62
= R 1 S1 and R S
= R 1 S1
(d) R S = R S and R S = R S
(e) R is reflexive iff R is irreflexive.
(f) R is symmetric iff R = R 1
(g) R is antisymmetric iff R R 1
(h) R is asymmetric iff R R 1 0
(i) R S R 2 S2
2
Proof :
(a) Let x, y R 1
y, x R S
x, y S1
R 1S1
(b) Let x, y S
x, y S
x, y R
x, y R
R S
S R
(c) R S 1 = x, y / y, x R S
=
x, y / y, x R
x, y / x, y R 1 and x, y S1
= R 1S1
Similarly, other one.
and y, x S
63
(d) R S = x, y / x, y R S
=
x, y / x, y R
or x, y S
x, y / x, y R or x, y S
= x, y / x, y R S
=
= R S
(e), (f), (g) and (h) are easy to check
(i) Let
x R S w x, w R S and
w R S y w, y R S
x, y S2
x, y R 2 S2
R S2 R 2 S2
Check your progress
1.
Verify M R S = M R MS , M R S = M R MS , M R 1 = M R ,
T
M R = M R for relations.
2.
R = {(1, 1), (1, 2), (2, 4), (3, 2)} and S = {(2, 2), (2, 4), (1,1),
(4, 3)} on set A = {1, 2, 3, 4}
Compute R S, R S, R, S, R 1, S1 for R = {(1, 2), (2, 2), (3,
2)} and S = {(1, 3), (2, 3), (3, 3), (2, 1)} on set A = {1, 2, 3}.
4.4 CLOSURES
If R is some relation on A that doesnt have some
important relational properties like reflexivity, symmetry and
transitivity. Its natural to ask a question like can we make it
reflexive, symmetric and transitive by adding some pair in it and we
64
x, x , x, y , z, z , y, z
R s = x, x , x, y , y, x , z, z , y, z , z, y
1.
1
0
Let R be a relation whose matrix is
1
0 0 1
1 0 0
.
0 1 0
1 0 0 44
then
65
2.
1
2
9
Fig. 4.1
Find the reflexive and symmetric closures of R.
4.4.2 Transitive Closure
Definition : Let R be a relation on A. The transitive closure of
R is the smallest transitive relation that contains R. Its denoted
by R T .
As compare to reflexive and symmetric closures its little bit
difficult to find transitive closure because we dont have a formula
for it but we have following results and an algorithm for finding the
transitive closure.
Result :(1) Let R be a relation on A. Then R is transitive closure of R.
For example,
(1) Let A = {1, 2, 3, 4} and R = {(1, 1), (1, 2), (2, 3), (3, 4)} we
know that if, |A| = m, then R = R1 R 2 .... R m .
2
1
3
4
Fig. 4.2
66
|A| = 4
R = R1 R 2 R 3 R 4
R1 = (1,1), (1, 2), (2, 3), (3, 4)
R 2 = (1, 2), (1, 3), (1,1), (2, 4)
R 3 = (1,1), (1, 2), (1, 4), (1, 3) and
R 4 = (1,1), (1, 2), (1, 4), (1, 3)
R = (1,1), (1, 2), (1, 3), (1, 4), (2, 4), (2, 3), (3, 4)
Transitive Closure = R T = R
The above graphical method is impractical for large sets and
relations and it is not systematic and also It would be more time
consuming and costly for large set.
But we have a more efficient algorithm for computing
transitive closure called as Warshalls Algorithm.
Warshalls Algorithm :Let R be a relation on a set A = a1, a 2 , ....., a n . If
x1, x2, x3 ,...., xn is a Path in R, then any vertices other than
x1 & xm are called interior vertices of the Path. Now, for 1 k n ,
we define a Boolean matrix Wk as follows. Wk has a 1 in position
i, j iff there is a path from ai to a j in R whose interior vertices, if
any, come from the set a1, a 2 ,....., a k .
So, it follows that Wn has a 1 in position i, j iff some Path
in R connects a i with a j , i.e. Wn = M R . If we define W0 to be
m R , then we will have a sequence W0 , W1,..., Wn = M R . Now, we
will see how to compute matrix Wk from the previous matrix Wk1
this procedure is called as Warshalls Algorithm.
Step I
Let W0 = M R .
67
Step III List the locations p1, p 2 ,... in column k of Wk1 , where
the entry is 1, and the locations q1, q 2 ,... in row k of
Wk1 , where the entry is 1.
Step IV Put 1s in all the positions pi ,q j of Wk (if they are not
already there.)
For example,
(1) Let A = {1, 2, 3, 4} and R = {(1, 1), (1, 2), (2, 3), (3, 4)} as
earlier.
Now, we will use Warshalls Algorithm to find R .
1
0
(1) W0 = M R =
0
1 0 0
0 1 0
0 0 1
0 0 0 44
1 0 0
0 1 0
0 0 1
0 0 0
Column
1
Row
1
2
1 0 0
0 1 0
0 0 1
0 0 0
Column
1
Row
3
So fill (1, 3) by 1.
68
1
0
W3 =
0
1 1 1
0 1 1
0 0 1
0 0 0
Column
1
2
Row
4
W4 = W3 = M R
Column
1
2
3
Row
No
1s
R T = R = (1,1), (1, 2), (1, 3), (1, 4), (2, 3), (2, 4), (3, 4)
Note :
(1) Warshalls Algorithm gives another method to calculate R .
(2) Warshalls Algorithm relatively faster then other methods. (in
the sense of time taken)
Check your progress
1.
1 0 0 0
Find R using (a) Warshalls Algorithm
(b) Diagraph
2.
1 0 1
1 0 0
= W0
0 1 0
0 0 0
69
4.5 COMPOSITION :
Let A, B, C be given sets. Let R be a relation from A to B
and T be a relation from B to C then we can define a new
relation from A to C called as composition of R and T
[denoted by (TOR)]
ToR
T
R
A
Fig. 4.3
Definition : Let x A and y c, then x TOR y means there exist
w B such that ( x R w ) and (w T y).
For example,
(1) Let A = {1, 2, 3, 4} and
R = {(1, 1), (2, 3), (1, 4)} and T = (2, 2), (2, 3), (3, 4)}
(2, 3) R and (3, 4) T (2, 4) TOR
70
(1,1) R
(1, 3) R
(1, 3) R
(2,1) R
(2, 2) R
(2, 2) R
(2, 3) R
(2,3) R
(3, 2) R
(3, 2) R
and
and
and
and
and
and
and
and
and
and
1 0 1
M TOR = 1 1 1
0 1 1
T
B
Fig. 4.4
then To (SoR) = (ToS) o R [i.e. composition is associative]
(3) In General, RoS
SoR
(4) (SoR) 1 = R 1 o S1
Check your progress
1.
71
1
0
MR =
0
0 0 1
1
1
1 0 0
and M T =
0
1 0 1
0 1 0
0
0 1 0
0 0 1
0 1 1
1 0 1
2
2
7
4
5
10
9
Fig. 4.5
72
TAIL
HEAD
NEXT
1
2
2
3
5
3
3
6
1
1
3
3
1
5
4
4
6
1
6
2
9
10
4
8
1
3
0
7
6
5
Fig. 4.6
START contains 2, the index of the first data item, the edge
(2, 3) [this edge is labeled with a 1 in fig : 5.6]. This edge is stored
in the second entries of TAIL and HEAD, respectively. Since
NEXT [2] contains 10, the next edge is the one located in position
10 of TAIL and HEAD, that is, (1, 2).
NEXT [10] contains 5, so we go to next to data position 5,
which contains the edge (5, 4). This process continues until we
reach edge (3, 6) in data position 7. This is the last edge, and this
fact is indicated by having NEXT [7] contains 0. We use 0 as a
pointer, indicating the absence of any more data.
If we trace through this process, we will see that we
encounter the edges in exactly the order corresponding to their
numbering. We can arrange, in a similar way, to pass through the
edges in any desired order.
But this scheme and the numerous equivalent variations of it
have important disadvantages. In many algorithms, its efficient to
locate a vertex and then immediately begin to investigate the edges
that begin or end with this vertex. This is not possible in general
with the mechanism shown in fig : 2. So we have modification of it.
We use an additional linear array VERT having one position for
73
each vertex in the diagraph. For each vertex I, VERT [I] is the
index, in TAIL and HEAD, of the first edge we wish to consider
leaving vertex I as shown below.
VERT
TAIL
HEAD
NEXT
10
2
4
0
5
8
1
2
2
3
5
3
3
6
1
1
2
3
1
5
4
4
6
1
6
3
0
3
0
6
0
7
0
0
1
9
Fig. 4.7
In Fig. 4.5, the first edge could be taken to edge with the
smallest number labeling it. Thus VERT, like NEXT, contains
pointers to edges. For each vertex I, we must arrange the pointers in
NEXT so that they link together all edges leaving I, starting with the
edge pointed to by VERT [I]. The last of these edges is made to
point to zero in each case. In a sense, the data arrays TAIL and
HEAD really contain several linked lists of edges, one for each
vertex.
In Fig. 4.7 we can see that VERT [1] contains 10, so the first
edge leaving vertex 1 must be stored in the tenth data position. This
is edge (1, 3). Since NEXT [10] = 9, the next edge leaving vertex
1 is (1, 6) located in data position 9. Again NEXT [9] = 1, which
points us to the edge (1, 2) in data position 1. Since NEXT [1] = 0,
we have come to the end of those edges that begin at vertex 1. The
order of the edges choosen here differs from the numbering in Fig. 1.
We then proceed to VERT [2] and get a pointer to position
2 in the data. This contains the first edge leaving vertex 2, and we
can follow the pointers to visit all edges coming from vertex 2. Note
that VERT [4] = 0, signifying that there are no edges beginning at
vertex 4.
So we have seen at least two methods for storing the data for
a relation or diagraph, one using the matrix of the relation and one
74
using linked lists. There are number of factors which determines the
choice of method to be used for storage and an analysis shows that
matrix storage method is n times faster than the linked list method
in most cases.
0 0 0
1 1 1
compute a partition produce by R.
1 1 1
1 1 1
75
Compute
(a) R
(f)
S1
(b) S
(g)
M R S
(c) R S
(h)
M R S
(d) R S
(i)
M 1
R
(e) R 1
(j)
MS
0
1
0 1 1 0
1 0 0 1
0 1 0 0
1 0 1 1
1 0 0 0
0 0 1
1
1
0 1 0
and MS =
1
1 0 0
0 0 1
0
0 1 0
1 0 0
0 0 1
0 1 1
1 0 0
1
0
0 1 0
and MS =
1
1 0 1
1 1 0
1
0 1 1
0 1 0
1 0 1
0 1 1
76
5
PARTIAL ORDER SETS AND LATTICES
Unit Structure
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
Objectives
Introduction
Definition and examples
Hasse diagrams
Isomorphism
External Elements of partially ordered sets
Lattices
Let us sum up
Unit End Exercise
References for further reading
5.0 OBJECTIVES:
After going through this chapter students will be able to understand:
The definition of partially order sets and example based on it.
Idea of Hasse diagram and able to represent the diagraph of a
poset in more efficient way.
The concept of Isomorphism and which is useful in
classification of Posets.
The concept of maximal, minimal elements, the greatest and
least element, upper and lower bound of a subset and finally
the concept of LUB and GLB.
The concept of Lattices and different properties of a Lattice.
5.1 INTRODUCTION:
We use relations to order some or all of the elements of sets.
For example we order words using the relation, containing pair of
words (x, y) where x comes before y in the dictionary. We
schedule projects using the relation consisting of pairs (x, y) where x
and y are tasks in project such that x must be completed before y
77
begins. When we add all the pairs of the form (x, x) to these
relations we get partial order. (Practical definition afterwards). These
structures are useful in set theory, algebra, sorting and searching, in
the construction of logical representations for computer circuits.
xRx
xA
R is reflexive
(1)
and wRx w x
(2)
w xfromand
R is antisymmetric
(2)
78
(3) Above example can be extended to any finite set as well as for an
infinite set
(4) Let A ,&'R ' be a relation on A such that x R y iff x
divides y.
Its easy to check (A, R) is a poset.
(5) Let A and R be a relation on A such that x R y iff x < y.
Then R isnt a partial order. ( ( Risn ' treflexive3 R 3)
(A, )isn ' taposet.
Note:
(1) Let R be a partial order then R 1 is also a partial order.
R 1 is called as the dual of R and the set (A, R 1 ) is called the
79
Fig. 5.1
4) Replace arrows by line segments and circles by dots.
For example:
(1) Let A 1,2,4,5,10,20 with relation of divisibility.
80
20
10
Fig. 5.2
Diagraph
20
20
10
10
5
1
Fig. 5.4
20
20
10
5
1
Step: 2
10
81
{ 2, 3}
{ 1, 3}
{1,2}
{3}
{2}
{1}
d
4
(a)
Fig. 5.8
(b)
Fig. 5.9
4
(c)
Fig. 5.10
82
5.4 ISOMORPHISM :
Let (A, R) and (B, T) be two Posets. Then (A, R) and (B, T)
are said to be Isomorphic if F a function f from A to B such
that
(a) f is bijective
(b) f preserves partial order. [i.e. for any a, b in A, we have
a R b iff f(a) T f(b)]
Note :- If (A, R) and (B, T) are Isomorphic then such a f is called
as an Isomophism from A to B.
For example,
(1) Let (A, R) = ,
(B, T) = (set of all even natural numbers, )
Define f : (A, R) (B, T) as f(m) = 2m
(a) Let a, b A such that f(a) = f(b)
2a = 2b
a=b
f is one one.
(b) Let b B
b = 2q q
Take a = q
f(a) = f(q) = 2q = b
f is onto.
f is bijective.
true b B
83
5.5
EXTERNAL
ELEMENTS
ORDERED SETS :
OF
PARTIALLY
6
5
3
(a)
8
2
(b)
Fig. 5.11
Fig. 5.12
Maximal element = 0
Maximal elements = 5, 6
Minimal element = 1
Minimal elements = 0, 1, 2
(2) Consider a poset , , minimal element = 1, maximal element
doesnt exist.
(3) Consider a poset , minimal and maximal doesnt exist.
Result :Let A be a finite non empty poset, then A has atleast one maximal
and atleast one minimal element.
An element a A is called a greatest element of A if x R a
x A and an element b A is called a least element of A if bRx
x A .
84
For example,
(1)
3
Greatest element = 3
Least element = 1
Fig. 5.13
Fig. 5.14
Greatest element = e
Least element doesnt exist
(4)
d
e
Fig. 11.15
Greatest as well as least element doesnt exist.
85
Result :A poset has at most one greatest and at most one least element.
Note :
(1) Greatest element is denoted by I and its also called as unit
element
(2) Least element is denoted by 0 and its also called as zero
element.
Consider a poset (A, R) and a subset B of A. An element
u of A is said to be an upper bound of B if bRu b B .
An element l of A is said to be a lower bound of B if
bB.
For example,
lRb
(1) Consider the following poset and find the upper and lower
bounds of (a) B1 = {2, 5, 7} (b) B2 = {1, 3} (c) B3 = {3, 2, 7, 4}
3
1
2
7
6
4
5
Fig.5.16
For B1 ,
For B2 ,
No upper bounds
Lower bounds are 2, 7, 4, 5, 6
For B3 ,
Upper bound is 3
Lower bounds are 5, 6
86
1)
(a)
(b)
If u is an upper bound of B.
If w is any other upper bound of B then u R w,
Similarly,
2)
An element l A is called a greatest lower bound of B,
GLB B
d
h
f
Fig. 5.17
(b) For a subset D = {a, d. f. g}
Upper bounds = a, b L B = a
No lower bounds GLB = does not exist
87
Fig. 5.18
Fig. 5.19
This two posets are not Isomorphic as first one have a greatest
element but second one not.
(2) Consider the posets, A = {1, 2, 3, 6} with divisibility relation and
S = {1, 2} , A = P(S) with contain relation
88
6
{1}
{2}
Fig. 5.20
Fig. 5.21
t
e
h
f
(a)
Fig. 5.22
Find maximal, minimal, greatest and least element if exist.
(b) For following subsets find
(i) All upper bounds
(ii) All lower bounds
(iii) The least upper bound
(iv) The greatest lower bound
1) B1 = {a, c ,h}
2) B2 = {h, f, g, e}
3) B3 = {a, d, e, f}
4) B4 = {b, c, h, e}
2. Check whether following posets are Isomorphic if yes find the
corresponding Isomorphism.
89
b
t
d
f
Fig. 5.23
Fig. 5.24
1
4
2
II
1
5
Fig. 5.25
Fig. 5.26
6
III
Fig. 5.27
Fig. 5.28
90
5.6 LATTICES
5.6.1 Definition
A lattice is a poset (L, R) in which every subset consisting of
two elements has a least upper bound L B and greatest lower
bound (GLB).
Notation :- If a set is {a, b} then L B({a, b}) is denoted by a b and
its called as join of a and b. Similarly, GLB ({a, b}) is denoted
by a b and its called as meet of a and b.
d
For example
(1) Consider a poset,
c
b
a
Fig. 5.29
a
b
c
d
a
a
b
c
d
b
b
b
d
d
c
c
d
c
d
d
d
d
d
d
a
b
c
d
a
a
a
a
a
b
a
b
a
b
c
a
a
c
c
d
a
b
c
d
So, from the table of join and meet we can see L B and GLB of
any subset with two elements exist.
its a Lattice.
(2) Consider a poset,
Fig. 5.30
Since L B ({ x, y}) doesnt exist.
its not a lattice.
91
(L, ) is a lattice.
10
Fig. 5.31
Hasse diagram of D20
is a Lattice. [it can be proved similarly as in example (1).]
92
e
e
c
b
Fig. 5.32
Fig. 5.33
(a)
(b)
t
2
y
Fig. 5.34
(c)
5.6.2 Isomorphic Lattices
L1,
R1 and
L2 ,
w
z
Let
Fig. 5.35
(d)
A function
f : L1 L 2 is said to be an isomorphism if
(1) f is bijective
(2) f preserves the Lattice properties. [i.e. if a, b L1 then
f a b = f a f b and f a b = f a f b ]
Note : L1, R1 and L2 , R 2 are said to be Isomorphic Lattices.
For example,
(1) ( D6 , divisibility) and P 1, 2, 3 , are Isomorphic Lattices.
93
Indempotent Properties
(6) a b = b a
(7) a b=b a
Commutative Properties
(8) a b c = a b c
(9) a b c = a b c
Associative Properties
(10) a a b = a
(11) a a b = a
Absorption Properties
Proof :(1)
Assume a b=b
a R (a b )
a R b
(4)
(6)
a b = L B ({a, b})
= L B ({b, a})
= ba
(7)
94
(8)
a b c R a b c
Similarly, a b c R a b c
By antisymmetry of R, we have a b c = a b c
(9)
95
(a)
1
0
0
0
0 1 1 1
1 1 1 1
0 1 1 1
0 0 1 0
0 0 0 1
1
1
(b)
0 0 0
1 0 0
1 1 0
1 0 1
all
upper
and
lower
bounds
of
1 0 1 0 1 0
B=
0 1 , 1 1 , 0 0
96
d
(i)
(ii)
5
2
f
1
Fig. 5.36
Fig. 5.37
n
a
b
m
w
(iv)
(iii)
Fig. 5.38
Fig. 5.39
97
6
FUNCTION
Unit Structure
6.0 Objectives
6.1 Introduction
6.2 Functions
6.3 Types of function
6.4 Identity functions
6.5 Composite function
6.6 Inverse function
6.7 Binary operation
6.8 Properties of binary operation
6.9 Review
6.10 Unit End Exercise
6.0 OBJECTIVES:
A function is the central to the study of physics and
enumeration.
In computer implementation of any program output of any
program can be considered as a function of the input.
Binary operations have applications in the study algebraic
structures.
6.1 INTRODUCTION:
A function was the heart of the scientific revolution of the
seventeenth century. To understand the general use of function we
must study their properties in the general, which is what we do in
this chapter.
The reader is no doubt familiar with function of the form
y f ( x) for instance, if f ( x) x 2 2 , x 2 and y f (2) then the
value of y is 4.
98
6.2 FUNCTIONS:
Definition: Let X and Y are non-empty sets. A function f form
X to Y if for each element of a X exactly one element b Y (called
the image of a under f ) such that a is in relation f to b, then is
called function or mapping from X to Y.
If f is a function (mapping) from X to Y we write
f
f : X Y Or X
Y .
Suppose f is a any function from X to Y. Here set X is called
domain of the function f , and set Y is called co-domain of
function f . The image of a function f : X Y is the
set f ( X ) f (a ) / a X . The pre-image or inverse image of the
function f : X Y is the set f 1 (b) a / f (a ) Y .
The range of a function f : X Y as the image of its domain. i.e. set
f (X ) .
For the function y f ( x ) , y is also known as the output
corresponding to the input x.
Note: Every element a X has an image, but it is not necessary that
every element b Y also has pre-image in X.
Example-1. State whether the following are the function or not. If
X p, q, r , s and Y 1, 2,3, 4 . Give reasons and also find the range
of the function.
(i) f p,1 , q, 2 , r , 2 .
99
defined
Solution.
Given that f is the function from X . By definition of range we
have to find image of each element of X.
f (1) 1 3 1 2 2
3
f (0) 0 3 0 2 2
3
f (1) 1 3 1 2 6
3
f (2) 2 3 2 2 16
3
Y
Fig.6.1
(I)
( II )
100
.
Example-3 If function f : is defined by f ( x) 3x 1
then prove that f is bijective.
Solution. We first show that f is injective i.e.
f ( x1 ) f ( x2 ) x1 x2
So we assume that
f ( x1 ) f ( x2 )
3 x1 1 3x2 1
3 x1 3 x2
y 1
101
Thus f is surjective.
(II)
b f ( f 1 ( A))
A f ( f 1 ( A))
Hence f ( f 1 ( A)) A .
Theorem 6.3. Let function f : X Y for each subset A X ;
Then A f 1 ( f ( A)) .
Proof: Let f : X Y for each subset A X .
Let a A f (a ) f ( A)
(By definition of pre-image)
a f 1 ( f ( A))
A f 1 ( f ( A)) .
Hence A f 1 ( f ( A)) .
102
Hence A f ( f 1 ( A)) .
103
h( y ) x2 y f ( x2 )
h is the inverse of f .
is one-to-one.
104
y 3
2
1
( y 3) such that
2
1
f ( y 3) 2 ( y 3) 3
2
y 3 3 y .
This proves that f is onto. ( f is surjective)
From I and II we say that f is bijective.
II
(g is one-to-one)
( f is one-to-one)
105
f ( A1 ) f ( A2 ) But A1 A2 .
EXERCISE 6.1
1. Decide whether or not the following are functions from A to B
where A a, b, c, d , e and B p, q, r , s . If they are function, give
the range of each. If they are not tell, why?
(i) f a, p , c, q , e, s , d , r .
(ii) g a, t , e, s , c, p , b, r a, s , d , p .
(iii) h a, p , b, s , c, t , d , q , e, r .
106
x2
is
x 3
107
(a * b) * c (a b 10) * c
a b 10 c 10
a b c 20
II
108
Again,
( a * b) * c a b * c
a b c
a *(b * c) a * b c
a bc
If a 1, b 2, c 5 then
( a * b) * c 1 2 5 1 5 4
a *(b * c ) 1 2 5 1 3 2
* is not associative.
Example.13.
binary
operation
0 as a * b
ab
. a, b 0
9
is
defined
on
ab ba
b*a
9
9
* is a commutative.
ab
c abc
9
ab
(ii) (a * b)* c * c
9
81
9
bc
a
abc
9
bc
a *(b * c) a *
9
81
9
(a * b) * c a *(b * c)
* is associative.
109
a
9
e 9
9 0 , a 0
Exercise 6.2
1.
Check whether the following binary operation defined on
corresponding set is commutative or associative.
(i) a * b 2a b
for a, b
(ii) a * b a b 3
for a, b
(iii) a * b 2a 3b
for a, b
(iv) a * b a 2b
for a, b
2.
3.
a 2b 2
, a, b 0 ,
4
6.9 REVIEW
In this chapter we have covered the following points:
110
f : defined by
3x
.
x 1
6. Let be the set of rational numbers. Let f : be defined
by f ( x) 9 x 4 , x . Show that f is bijective. Also find a
f ( x)
5
7. Let X and Y 0 where is the set of real
2
1
is
2x 5
2
, g : , g ( x) x 2 3
x 1
111
10. Let
and gof .
11. Let f : A B be a function. If B2 B1 B , then show
that f 1 ( B2 ) f 1 ( B1 ) .
12. Check whether the following binary operation defined on
corresponding set is commutative or associative.
(i) a * b a bb a
for a, b
(ii) a * b 2a 2b 8
for a, b
ab
(iii) a * b 2
for a, b
(iv) a * b ab a b
for a, b
13. Find identity and inverse of element in .Where a * b a b 3 ,
a, b .
112
7
PIGEONHOLE PRINCIPLES
Unit structure:
7.0
7.1
7.2
7.3
7.4
7.5
Objectives
Introduction
Pigeonhole principle
The extended pigeonhole principle
Let us sum up
Unit End Exercise
7.0 OBJECTIVE
After going through this chapter you will be able to:
learn different counting techniques like Pigeonhole Principle
define cardinality of sets
learn about the properties related to cardinality of sets
7.1 INTRODUCTION
This chapter dedicated to the study of size of sets and also
we show how one can efficiently do the counting in a variety of
situations. We represent the basic principle of counting which is
easily derived and extremely useful. We know that some sets are not
finite there for Cantor gives cardinality of infinite sets in 1870s and
1881s.
Suppose there are 7 peoples working in an office and a pile
of 8 letters is delivered. Each letter is addressed to are of the people
in the office, and letter are put in the appropriate pigeonholes. Then
we know for sure that some are is going to be lucky and get more
then one letter. Generally it seen obvious that if n m and n
letters are put into m pigeonholes then one pigeonhole will
receive more then one letter.
113
-------------
n-1
m-1
--------------
114
f * z f ( z ) ( z x) .
1
f*
k+1
s+1
Pigeonhole Principle
Here is a simple consequence of the pigeonhole principle.
115
116
2 of
Solution :
Divide up the square into four square regions of area 1 unit.
as indicated in figure 1.2.
1
1
1
fig.1.2
By Pigeonhole principle, it follows that at least one of these
regions will contain at least two points. The result now follows since
two points in a square of radius 1.can not be further apart then length
of the diagonal of the square is which (by Pythagoras theorem) 2 .
Example 4 :
Show that if any five numbers from 1 to 8 are chosen, then
two of then will add to 9.
Solution :
Constructs four different sets each contains two numbers that
add to 9, as follows A1 1,8 , A2 2, 7 , A3 3, 6 , A4 4,5 each of
the five numbers chosen will be assigned to the set that contains it
.Since there are only four sets. The pigeonhole principle tells that
two of the chosen numbers will be assigned to the same set. These
two numbers will add to 9.
Example 5 :
Fifteen children together gathered 100 nuts. Prove that some
pair of children gathered the same numbers of nuts.
117
Solution :
Now to prove that we use method of contradiction.
Suppose all the children gathered a different numbers of
Then
the
fewest
total
number
is
0 1 2 3 4 5 6 14 105 , but this is more then 100.
Which is contradiction to our assumption. There fore at least pair of
children gathered same number of nuts.
nuts.
Example 6 :
Show that in any set of 10 integers there are at least pair of
integers who have same remainder when divided by 9.
Solution :
Set of 10 integers, when it divide by 9, lie in the same residue
classes of modulo 9. i.e. the remainder is 0,1,2,3,4,5,6,7,8. Here
there will be 9 remainder and 10 integers. There fore by pigeonhole
principle, at least one integer has same remainder.
Example 7 :
Any 7 numbers are chosen from 1-12. Show that,
(i). Two of them will add to 13.
(ii). There are two respectively prime integers.
(iii). There are two integers such that 1 is a multiple of the other.
Solution :
(i). We form the box different sets (boxes) each containing two
integers from 1-12 with their sum as 13 as follows.
{1, 12}
{4, 9}
{2, 11}
{5, 8}
{3, 10}
{6, 7}
These six sets are the boxes and the 7 integers chosen from 112 are objects each of these 7 integers will be arranged if the set that
contains it since there are only 6 boxes and 7 objects By Pigonhole
principle, two of the selected numbers will be arranged to the same
box, hence there sum will be 13.
(ii). Two numbers are said to be relatively prime if their G.C.D is 1.
We form 6 different boxes containing two integers form 1-12
such that they are respectively prime as follows,
{1, 2}
{7, 8}
{3, 4}
{9, 10}
{5, 6}
{11, 12}
Since each set contains consecutive integers.
118
120 1
221 1
320 3
422 1
520 5
621 3
720 7
a1 = 2k1 x1 , a2 = 2k2 x2. a7 = 2k7 x7
Where ki 0.
Xi is an odd integer..i=1,2,.,7.
Each ai is assigned to the odd integer xi where xi is such that ai =
2kl.ai.
Where ki 0.
Corresponding to u chosen integer a1, a2,.,a7 we have 7 odd
integers.
x1, x2,.,x7 but we have only 6 odd integers from 1-12.
By Pigonhole principle ais corresponding to the same xi.
i.e.7i ,j such that I j
1 i 7
1 j 7 and xi = xj
ai = 2ki.xi
aj = 2kj.xj
aj = 2kj.xi [xi = xj]
119
kj
if xi= xj then 2
kj xi
2
2ki
2kixi
a
j
ai
ai is a multiple of aj.
kj
if xi xj then 2
kj xi
2
a
j
2ki
2kixi
ai
aj is a multiple of ai.
There for their exist two integers such that one is a multiple of
another.
Example 8.Show that in any set of 12 integers there are 2 whose
difference is divisible by 11.
Solution :Let A1, A2,.A12 be 12 selected integers by division
algorithm, 7 unique qi and ri.
s.t. Ai = qi + ri where 0 ri 11
i.e. 0 ri 10
each qi is assigned to its remainder ri.
A1, A2,.A12 corresponds to r1, r2,.r12 but use
have only 11
Remainders {0,1,2,,10}
When a no. is divided by 11
The remainders are 12 i.e. r1,r2,.r12 but possible
remainders are 11.
i.e. 0,1,..11
By Pigonhole principle, two remainders are same i.e.i , j
s.t.i
j, ri = rj
1 i 12,
1 j 12
ai = 11qi + ri
aj = 11qj + rj
=11qj + ri (ri = rj)
i.e.
120
n 1
Proof: If each contain number more then
pigeons, then there
m
n 1
n 1 n 1.
are at most
m
m
m
A pigeon in all this contradicts our assumption. So one of the
n 1
pigeonholes must contain at least
1 pigeons.
m
Example 9: Show that if 30 dictionaries in a library contains a total of
61,327 pages, then one of the dictionaries must have at least 2045 pages.
Solution: Let the pages be the pigeons and the dictionaries are the
pigeonholes. Assigns each to the dictionaries in which it appears then by
the extended pigeonhole principle are dictionary must contain at least
61,327 1
61,326
1 2045 pages.
1
30
30
Example 10: Show that if any 29 people are selected then one may choose
subset of 5. So that all 5 were born on the same day of the week.
Solution: Assign each person to the day of week on which he and she was
born. Then n 29 persons are being assigned to m 7 pigeonholes. By
the
extended
pigeonholes
principle
at
least
n 1
29 1
28
1 5 persons.
1
1
7
m
7
There fore 5 persons must have been born on the same day of the week.
121
1
unit apart.
2
3. Show that if any Eight positive integer are chosen two of them
will have the same remainder when divided by 7.
4. Show that if seven colors are used to paint 50 bicycles at least
eight bicycles must have the same colors.
5. All 82 entering student of a certain high school take courses in
English, History, Maths and science. If three section of each of
these four subjects. Show that there are two students that have all
four classes together.
6. Nineteen points are chosen inside a regular hexagon whose side
length 1. Prove that two of these points may be chosen whose
distance them is less then
1
.
3
122
5. There are 33 students in the class and sum of their ages 430 year.
Is it true that one can find 20 students in the class such that sum
of their ages greater 260?
6. Show that in any set X of people, there are two members of X
who have the same number of friends in X.
7. Seven darts are thrown onto a circular dartboard of radius
10units. Can we show that there will always be two darts which
are at most 10 units apart?
8. Nineteen darts are thrown onto a dartboard which is shaped
as a regular hexagon with side length of 1 unit. Can we prove
that there are two darts within
3
units of each other?
3
123
8
GRAPH THEORY-I
Unit Structure :
8.0 Objectives
8.1 Introduction
8.2 Application of graphs
8.3 Basic definitions and types of graphs
8.4 Subgraphs and Isomorphisms
8.5 Operations on graph
8.6 Let us sum up
8.7 References
8.0 OBJECTIVES
8.1 INTRODUCTION
Graph theory is a subject where no previous knowledge is
assumed. In this subject the focus is on understanding the structure
of graphs and the techniques used to analyse problems in Graph
theory. This subject have many applications in different areas right
from computing to social sciences and to natural sciences. One of
the standard ways of maintaining a graph in the memory of computer
is by means of its adjacency matrix. In simple words a graph is
collection of points and a collection of pairs of points (edges). Some
of the graphs look like.
Fig. 8.1
124
river
D
Fig. 8.2 (a)
The bridges of Konigsberg
C
125
126
v1
e2
e1
e1
v2
v2
e2
v1
v3
v3
e3
v5
v3
v4
e4
v2
In Fig. 8.3.1 (a) there are points v1,v 2 ,v3 and the line
segments e1, e2 . Line segment e1 joins points v1 and v 2 while line
segment e2 joins points v 2 and v3 .
In Fig. 8.3.1 (b) point v 2 is joined to itself by a loop e4 .
There are multiple line segments between points v1 and v 3 . In Fig.
8.3.1 (c). There are no line segments but the points v1, v 2 , v3 , v 4 , v5 .
All the above figures are the examples of graphs. Each graph
consists of certain number of points called vertices and some pairs of
points joined by line segments which are called as edges.
8.3.1 Definition : Graph, order and size of graph
A graph G is a pair (V, E) where V is nonempty finite set of
vertices and E is family of unordered pairs of elements of V called
edges. V is vertex set of G, E is edge set of G. The number of
elements in V is called order of G. It is denoted by |V|. The number
of edges in graph G is called size of G and denoted by |E|.
In Fig.8.3.1 (a),
127
In Fig.
128
Theorem 8.3.1 :
The Handshaking Theorem
The sum of degrees of all vertices in graph G is twice the number of
edges in G.
Proof :Let G be a graph with e edges and n vertices v1, v 2 ,..., v n . To show
n
that
d vi = 2 e
(3.1)
i=1
Thus,
d vi = 2 e
i=1
v2
v3
v4
Fig. 8.3.3
d v1 + d v 2 + d v3 + d v 4
d vi = 2 e , in
i=1
Also, d vi =
i=1
d vi + d v k
odd
even
(3.2)
129
d vi = 2 e
Since
side i.e.
i=1
even
we get
d vi = 2 e d v k
odd
even
= 2e 2s
= 2 (e s)
i.e.
d vi = an even number
(3.3)
odd
K1
K2
K3
K4
K5
130
v5
v10
v
6
v2
v
7
v
9
v8
v3
v4
a
f
d
(a)
(b)
Here V1 = a, c, e
V2 = b, d, f
Here V1 = a, c, e
V2 = b, d, f
131
Remark :
(1) In bipartite graph, it is not necessary that every vertex in V1 is
adjacent with every vertex in V2 . But if it is so and G is simple
graph then G is called complete bipartite graph. A complete
bipartite graph is denoted by Km,n where V1 = m and V2 = n .
(2) Km,n has mn edges as each vertex in v1 joins every vertex in
V2 . The Fig. 7.3.4.3 shows K 3,3 graph.
(3) The graph K1,n is known as star. For example, Fig. 7.3.4.4 is
Star Graph K1,7 .
Fig. 8.3.4.4
Star Graph; K1,7
Check your progress :
1. Draw all simple graphs on one, two, three and four vertices.
2. Describe the graph G in the diagram i.e.
i) Find vertex set V(G) and |V(G)|
ii) Find edge set E(G) and |E(G)|
iii) Find the degree of each vertex.
iv) Verify Handshaking theorem for given graphs.
(a)
(b)
132
e
4
v2
e
1
e
2
v3
e
3
v9
e
5
v
8
e
7
v5
e6
v
7
v
6
Find (i)
end vertices of edges e5 ,e4 ,e3
ii) edge incident on vertices v1 and v 2 , v 4 and v5 , v 2 and v3
iii) pair of adjacent vertices (any three)
iv) pair of adjacent edges (any three)
v) isolated vertices
vi) pendant vertices
6. Draw following graphs
i) K 4
ii) K5
iii) Regular graph of degree three
iv) Petersens graph
v) K 2,3
vi) K5,3
7. Justify whether the following statements are True or False.
i) A circle with radius one and centre at origin is a graph.
ii) In a simple graph on p vertices the degree of each vertex is
atmost p 1 .
iii) There does not exist a graph on give vertices whose degrees are
4, 1, 2, 2, 3.
iv) The number of vertices of odd degree is odd.
v) There does not exist a complete graph on n (n > 2) vertices which
is bipartite graph.
133
For example,
Consider Petersens graph P given in Fig. 8.3.4.2. The following
graphs P1, P2 , P3 are subgraphs of P.
v1
v10
v
6
v5
v10
v
7
v
9
v8
v2
v
6
v
7
v
9
v8
v3
v4
P1
v2
v5
v8
P2
P3
Fig. 8.4.1
Subgraphs of Petersens Graph
The graph P0 is not a subgraph of P as shown in Fig. 8.4.2
because the edge set of P0 is not contained in E(P).
v1
v
7
v4
v3
Po
Fig. 8.4.2
Graph which not subgraph of Petersens Graph
Note : Subgraph of bipartite graph is bipartite, because all the edges
in the subgraph are edges of original graph.
8.4.2 Definition :
A subgraph H of a graph G is called spanning subgraph of G if H
contains all the vertices of G. In other words V G = V H .
Let G be a graph as shown in Fig. 8.4.3, then graphs H1, H 2 , H3 of
Fig. 8.4.4 are spanning subgraphs of G.
134
v5
v1
v2
v3
v4
Fig. 8.4.3
v
1
v5
v1
v2
v4
v3
H1
v1
v5
v2
v3
v5
v2
v
4
H2
v3
v4
H3
Fig. 8.4.4
Spanning subgraphs
8.4.3 Definition :
Let G be graph with vertex set V. Let any set S be subset of V, the
induced subgraph <S> is defined as the maximal subgraph of G with
vertex set S.
Note : There is no subgraph of G with vertex set S that contains <S>
properly.
Example :
1) Consider Petersens graph P in Fig.8.3.4.2 and its subgraphs
shown in fig. 8.4.1. In this case P1 is subgraph of P induced by
S = v6 , v7 , v8 , v9 , v10 i.e. P1 =< S > . Note that P2 is not an
induced subgraph of G.
2) Consider Fig. 8.4.5 (a). If we take S = v1, v 2 , v 4 then <S> = H1
is not induced subgraph because the graph has vertex set S but
H1 H 2 i.e. H1 is not a maximal subgraph of G with vertex set S.
Thus, H 2 is induced subgraph of G.
135
v1
v1
v4
v2
v1
v4
v2
v3
(a) H1
v4
v2
(b) H2
(c)
Fig. 8.4.5
Induced subgraph
B) Isomorphisms of Graphs
8.4.4 Definition :
Two graphs G1 and G 2 are said to be isomorphic if there
exists a one-one and onto map T: V G1 V G 2 such that if
v1, v 2 V G1 , then the number of edges joining v1 and v 2 is also
the same as the number of edges joining T v1 and T v 2 .
Note that isomorphism of two graphs preserves adjacency and nonadjacency of any two vertices.
Example :
Consider following two graphs G1 and G 2 in Fig. 7.4.6.
v3
v1
v2
v5
v4
v4
v5
v3
v2
G1
v1
G2
Fig. 8.4.6
Isomorphic graphs
Define a map from V G1 to V G 2 as follows : v1 u1 , v 2 u 2 ,
v3 u 3 , v 4 u 4 , v5 u 5 . This map is an isomorphism. G1 and
G 2 are isomorphic graphs.
136
Remarks :
Two isomorphic graphs have the same number of vertices,
same number of edges and also same number of vertices of given
degree. However, these conditions are only necessary not sufficient.
For example, consider graphs G1 and G 2 given in fig. 7.4.7. They
have same number of vertices, same number of edges and also each
of them have exactly one vertex of degree three and four, two
vertices of degree two and five vertices of degree one. Yet, they are
not isomorphic because under the isomorphism, v 2 and v5 are not
adjacent in G1 where as in G 2 , u 4 and u5 are adjacent.
d(v 2 ) = 3 and d(u 4 ) = 3
v1
v2
v
6
v3
:G
1
v5
v4
v
7
v
9
u3
u
4
u
6
:G
2
I(G) = aijmn
137
v1
e1 e2
v4
e
e
4
v
2
5
v3
v1 1
v 2 1
I(G) v3 0
v4 0
v3
e
v1
e
e
0
1
1
0
e3 e 4
1
0
0
1
0
1
0
1
e5
1
0
1
0
e1 e2 e3 e4
e
3
v2
v1 1 1 0 0
I(H) = v 2 0111
v3 1 0 1 1
138
v
5
v1 v 2
v1 0 0
v2 0 0
A(G ) v3 0 1
v4 0 1
v5 0 0
v2
v3
v4
v3
v4
0
1
0
1
1
1
1
1
0
1
v5
0
0
1
1
0
a b c d
a 0
b 1
A(H) =
c 0
d 0
1 0 0
0 1 1
1 0 1
1 1 0
H
Fig. 8.4.9 Adjacency matrix
Note :
1) Adjancency matrix is a symmetric square matrix with entries
either zero or one.
2) If G has no loops then the sum of the entries along any row or
any column is the degree of the corresponding vertex.
3) If G1 and G 2 are graphs without multiple edges then G1 is
isomorphic to G 2 if and only if A(G1 ) can be obtained from
A(G 2 ) by applying permutation of rows and of corresponding
columns.
139
v2
v3
v3
v2
v
1
v
6
v5
v
4
v5
v
4
v5
(a)
v
6
(b)
a)
b)
140
c)
i)
1
1
0
0
1
1
a b c d
v1 0
v2 0
v3 0
v4 1
v5 0
v6 1
ii)
0
1
1
e f
0 0 1 0 1
0 0 0 1 1
0 0 0 0 0
1 1 0 1 0
0 1 1 0 0
1 0 0 0 0
g h
0 0
1 1
0 1
0 0
1 0
0 0
i)
v
e
e1
v5
e
v3
e
b
v
4
v2
ii)
e4
e
2
v2
v
1
f
v3
g
h
c
0 1 0
1 0 1
0 1 0
ii)
0
0
0 1 1
0 1 0
1 0 1
1 1 0
v5
d
v
4
141
i)
ii)
Example :
Consider the graphs G v 4 and G v3 obtained by removing vertex
v 4 and vertex v3 respectively in Fig. 7.5.1.
142
v
1
v
1
e
3
e
1
v
5
e
2
v2
v2
v2
e4
v
6
e
5
e6
v
e 3
7
v3
v4
v
5
v
5
G - v4
v4
G - v3
v2
e
2
e
4
e5
e
1
v
5
e
7
v3
e6
v4
e
2
v3
v
5
G- e3
e
3
v
1
v
6
e5
e6
e
7
v2
v
6
v4
G - e4
143
Example :
See Fig. 8.5.2(a) for graph G and its complement.
v1
v2
v1
v2
v
5
v
5
v3
v3
v4
v4
G : Complement of G
v1
v
5
v2
v
4
v
3
G
v
5
v2
v
4
v
3
G
144
Example :
Union of two graphs i.e. illustrated in Fig. 7.5.3.
e
4
v1
e1
v3
v2
f1
v4
e
3
f2
u
1
e
3
e2
u2
v3
G1
f3
v1
v4
G2
v1
v2
e1
f3
v3
e2
e
3
u1
f1
v4
f2
G1G 2
v1
e
3
v4
v
3
G1G 2
145
v
1
e
1
v2
u1
f
1
f3
v3
e
2
f2
u
v4
e
2
e
1
v2
v
1
v3
e
3
e
4
e5
f
1
e
1
e3
v4
v5
e6
G1
e
1
f4
f3
G2
v
1
e
1
e
2
1
v2
v3
G1G 2
v
5
v3
v2
e3
v
6
f2
v2
v4
e3
e6
G1G 2
f
1
f2
v3
f3
f4
v
6
146
v
f
1
e
2
f2
v2
v3
e
4
e5
v4
e6
f3
v
6
f4
v5
G1G 2
v = ( v1, v2 )
v2
v
6
v5
v5
v
4
v3
v
6
(a)
v
4
v3
(b)
Fig. 8.5.6.1 Fusion of vertices
147
Example :
Fig. 8.5.6.2(b) is a graph obtained by contraction of an edge e in
graph of Fig. 8.5.6.2(a).
(u,v)
v1
v4
v2
v4
v1
v3
v2
v3
(a)
(b)
v
1
v2
v4
u
v4
v3
v3
G1
G2
G1 + G 2
v2
148
e1
v2
e
2
e1
v5
e4
5
e
v
4
v3
e4
L(G)
Fig. 8.5.8 Line Graph
u 2 = v 2 and u1v1 E1
Example :
See Fig. 8.5.9
u
v
1
u
2
G1
( u ,u )
1 2
( v ,u )
1 2
v
2
w2
G2
( u ,v )
1 2
( v ,v )
1 2
( u ,w )
1 2
( v ,w )
1 2
G1 xG 2
149
Remark :
If V1 = u1, v1 and V2 = u 2 , v 2 , w 2 then cartesan product of sets
V1 V2 is
V1 V2 = u1, u 2 , u1, v 2 , u1 , w 2 , v1, u 2 , v1 , v 2 , v1 , w 2
The
e1
v2
e3
v
1
v3
v
4
G1
e
6
e
5
e
2
v2
e1
e
7
v5
e
4
v3
e
3
v
4
G2
3.
4.
150
v
1
v
1
e1
e
v2
v3
e
e
e1
f3
f6
v3
v5
e
3
f1
v2
u
1
f2
f5
f4
u
v
4
u
3
G1
G2
5.
6.
7.
8.
ii) If
G,
H,
are
G ( H K ) = (G H ) (G K )
simple
graphs
then
iii) The complement of every graph and its line graph are
isomorphic.
iv) Adjacency matrix of simple graph and its complement is
different.
v)
151
8.7 REFERENCES
1. Discrete Mathematical structures by Kolamn, Busby and Ross.
Pearson education.
2. Introduction to graph theory by Douglas B. West.
3. Discrete Mathematics and its applications by Kenneth. H.Rosen.
McGraw Hill edition.
4. Graph theory by Frank Harary. Narosa Publication.
5. Discrete Mathematics by Norman Priggs. Oxford.
152
9
GRAPH THEORY-II
Unit Structure :
9.0
9.1
9.2
9.3
9.4
9.5
9.6
9.7
9.8
Objectives
Introduction
Walks, paths and circuits
Connected and disconnected graphs
Euler paths and circuits
Hamiltonian paths and circuits
Colouring of graphs
Let us sum up
References
9.0 OBJECTIVES :
After going through this chapter you will be able to:
find walks, paths and circuit in a graph
understand Eulerian graphs and circuits
understand Hamiltonian graphs and circuits
know about colouring the graphs
9.1 INTRODUCTION :
We have seen in earlier chapter, different operation of graphs
and different types of graphs. In this chapter we are actually perform
operation on graphs, so as to get circuit with a particular condition
imposed on the edges and vertices of a graph joining. The edges and
vertices in continuity we get a cycle or circuit. We can colour the
edges and vertices of graph with different colours and can also find
minimum number of colours required to colour a graph.
153
G1
G2
G4
G3
G5
Fig. 9.1
In Fig. 9.1, observe graphs G1 and G 3 . We can travel from
one vertex to another just by traversing the edges. This is not
possible in case of the graphs G 2 , G 4 , G 5 as there is some vertex
from which the edge is not there to another vertex. At this stage we
are in position to make some more definitions.
Definition 9.1 :
A walk in a graph is defined as a finite alternating sequence of
vertices and edges, beginning and ending with vertices such that
each edge is incident with the vertices preceding and following it
and occurs exactly once.
Definition 9.2 :
The vertices at the beginning and at the ending of a walk are called
terminal vertices. Wherever terminal vertices are same, we call the
walk as a closed walk. A open walk is one which is not closed.
Definition 9.3 :
A open walk in which no vertex is repeated is called a path.
Definition 9.4 :
A closed walk in which no vertex is repeated is called a circuit or a
cycle.
154
Definition 9.5 :
The number of edges in a walk is called the length of the walk.
Let us illustrate all the definitions from 9.1 to 9.5 with help of graph
in Fig. 9.2.
e
1
v e3
1
e
2
v
2
e
6
e8
e
4
v6
v
3
e
e
10
e
5
9
v4
e
11
v
5
The path :
v5 e11 v 4 e10 v6 e7 v7 e6 v3 . Length of the path is 4.
Lemma 9.1:
Every uv walk contain uv path. u and v are terminal vertices.
Proof :The proof is by induction on the length of a uv walk say W.
Step 1:Suppose = 0 . It means the length of walk W is zero. It
means W contains single vertex u (=v). This vertex is u v
path of length zero.
155
Step 2:Suppose 1 and the result holds for walks of length less
than .
Step 3:If W has no repeated vertex then its vertices and edges form a
uv path. If W has repeated vertex w then delete all the edges
and vertices appearing between w. This gives a smaller uv
walk say W. W is contained in W.
As length of W is less than , induction hypothesis holds and
W is contained in W.
Theorem 9.2:
Let G be a graph with adjacency matrix A. V G = v1, v 2 , ..., v n
then the number of different paths of length r from vi to v j , where r
is positive integer equals to ijth entry of A n .
Example 1:
Find the number of paths from a to c for the graph in Fig. 8.3 of
length 3.
a
Fig. 9.3
Solution : Adjacency matrix A corresponding to graph in Fig. 9.3 is
a b c d e
a 0
b 0
A = c 0
d 1
e 1
0 0 1 1
0 1 1 1
1 0 0 1
1 0 0 0
1 1 0 0
0
1
then A3 = 2
4
5
1 2 4 5
2 4 5 6
4 2 2 4
5 2 0 1
6 4 1 2
156
2
d
Fig. 9.4
2) List atleast four cycles in graph given in Fig. 8.4.
3) Show that every uv-walk contains a uv-path.
4) Find the number of paths from vertex 1 to 3 for the graph in
Fig. 9.5 of length 3.
1
3
Fig. 9.5
5) Judge whether true or false.
1) Any uv-walk contains a uv-path.
2) The union of any two distinct uv-walks contains a circuit.
3) The union of any two distinct uv-path contains a circuit.
157
2
Fig. 9.6
H1 :
and
G 4 has two components say K1 and K 2
158
K1 :
K2 :
Theorem 9.3:
A graph G is connected if and only if given any pair u, v of
distinct vertices, there is a path from u to v in G.
Proof :Let G be disconnected. Then G is expressed as a disjoint
union of subgraphs. Choose two vertices u and v which
belong to two of these different subgraphs say G1 and G 2 .
Since G is union of mutually disjoint subgraphs, we cannot
find an edge which is incident to vertices in G1 and G 2 .
Hence we cannot find a path from u to v. This is a
contradiction. G, therefore cannot be expressed as union of
mutually disjoint subgraphs.
G is connected.
Conversely, assume that G is connected and there are two
vertices in G such that there is no path between them. Let u
& v be these vertices. Denote by G1 the induced subgraph
formed by all those vertices w of G such that there is uw path
in G. Let G 2 denote the complement of G1 . Then G is union
of these two mutually disjoint subgraphs i.e. G is
disconnected. This is contradiction. Hence we cannot find a
pair of vertices such that there is no path between them.
Theorem 9.4:
Let G be a simple graph on n vertices. If G has k
components then the number q of edges of G satisfies the inequality,
1
2
n - k q n - k n - k +1
Check your progress
1) Draw complete graph on seven vertices. Is this graph connected?
2) Give an example of a regular, connected graph on six vertices
which is not complete.
159
160
v
1
v
2
12
10
v
5
v
4
v
3
v
2
10
v
8
11
e3
v
3
v
1
v
6
v
5
v
4
v
6
v
7
8
7
161
162
v2
e1
v
1
e2 e
5
v8
e6
v3
e3
e4
v2
v6
v7
v4
v6
v8
v
1
e8
v3
v7
e7
v4
G - e5
Fig. 9.4.3
Start with vertex v.
Step 1 : Traverse any edge incident at v say e1
163
Step 2 : Erase the edge that is traversed. The graph will now look
like this
v
e3
v
e8
e9
v
164
v
5
v
1
e v
6 2
v
3
v
5
e
7
v
v
1
v
5
v
3
v
Step 12 : Traverse e8 , erase e8 and remove v3 to get
v
165
Step 13 :
Traverse e9 , erase e9 and remove v5 . The graph left
is single vertex.
Step 14 : Remove v v .
The
sequence
of
edges
erased
in
order
were
e1 , e 2 , e3 , e 4 , e5 , e 6 ,
e7 , e8 , e9 .
Thus
we
get
Eulerian
circuit
v v1 v5 v 4 v3 v 2 v1 v3 v5 v observe that
a)
b)
c)
d)
e)
166
a)
c)
b)
d)
e)
167
Definition 9.11:
A cycle which passes through each vertex of the graph called
Hamiltonian cycle or circuit. We say Hamiltonian cycle spans the
graph. A Hamiltonian path is a path that contains each vertex
exactly once. A graph having a Hamiltonian cycle is called
Hamiltonian graph.
Note : Hamiltonian graph contains a closed path that includes all the
vertices of the graph.
Example 4 :
Consider the graphs in Fig. 8.5.1.
v
1
u
1
v
2
u
v
6
v
3
v
5
v
4
2
u
3
u
4
(a)
(b)
Fig. 9.5
The
Hence K n is
168
Theorem 9.8 :
If G is Hamiltonian then for every non empty proper subset S
of V(G), W(G S) |S| where W(H) denotes number of components
of any graph H and |S| denotes number of elements of S.
Proof :Let C be Hamiltonian cycle of G. If S is any proper non
empty subset of V(C) = V(G). If G = C, we are through.
Otherwise G can only be C with more edges. But the addition
of edges to C can only decrease the number of components of
C S.
Therefore, W(G S) W(C S)
i.e. W(G S) | S |
Remark : The above theorem is useful in showing that some graphs
are non-Hamiltonian. For example, the complete bipartite
graph K m,n where m n is non-Hamiltonian. Let V1, V2 be
partition of vertex set Km,n where V1 =m . The graph
Km,n V1 is totally disconnected with n vertices as its
components. Thus, W Km, n V1 = n m =| V1 |
Note : The converse of theorem 7.9.4 is not true. For example, the
Petersens graph satisfies the condition of the theorem but is
not Hamiltonian.
Theorem 9.9 :
A Hamilton graph contains no cut-vertices.
Theorem 9.10:
Let G be simple graph with n vertices. Suppose a and v is a
pair of non adjacent vertices such that deg.(v) + deg.(u) n . Then G
is Hamiltonian. The proof of above two theorems is omitted but
from it we can prove the following :
169
Corollary 9.11 :
G has Hamiltonian cycle, if each vertex has degree greater
than or equal to n 2 .
Proof :The sum of the degrees of any two vertices of G is
n + n = n . Thus, all conditions of theorem 7.9.6 are
2
2
satisfied.
Hence, G has Hamiltonian cycle i.e. G is
Hamiltonian graph.
Theorem 9.12 :
Let G be a graph with n-edges. Then G has Hamiltonian
cycle if m
1 2
n 3n + 6 where n is number of vertices of G.
2
C2 =
n 2 !
2! n 2 2 !
n 2
n 2 !
2! n 4 !
n 2 n 3
2
1 2
= n 5n + 6
2
1
2
1
deg(u) + deg(v) m (n 2 5n + 6)
2
1
2
Given that m (n 2 3n + 6)
C2 .
170
1
2
1
2
=n
The condition of theorem 9.10 is satisfied and G has
Hamiltonian cycle.
Remark : The converse of theorem 9.10 and theorem 8.12 is not
true. Example, consider the graph G in Fig. 9.5.2. |V(G)| = n
= 8. Each vertex has degree 2. If u and v are vertices of G
then deg(u) + deg(v) = 4 .
Fig. 9.5.2
The total number of edges is 8. The conditions in the theorem
is not satisfied still we can find a Hamiltonian cycle in G.
Definition 9.12 :
A graph G is called a weighted graph if there is a positive real
number associated with each edge of G. The real number is called
the weight of the corresponding edge. The weight of subgraph H of
a weighted graph is defined as the sum of weights of all edges of H.
Travelling Salesman Problem :
As mentioned in 9.2 about the application of graph, the
traveling salesman problem is to find a minimum weight
Hamiltonian cycle in a weighted Hamiltonian graph.
No efficient algorithm for solving the traveling salesman
problem is known. However, it is possible to obtain a reasonably
good but not necessarily optimal solution. One such method is given
below. First find Hamiltonian cycle G. Then search for another
Hamiltonian cycle of smaller weight as follows :
171
Fig. 9.5.3
Let u, v and x, y be two non adjacent edges in C such that
the vertices u, v, x and y occur in that order in C. See Fig. 8.5.3 If
u, x and v, y are edges and w u, x + w y, v < w u, v + w x, y
then replace edges (u,v) and x, y in C by edges u, x and (v,y).
The resulting cycle C would be Hamiltonian and will be of less
weight than C. continue above process with C , until one gets
reasonably good Hamiltonian cycle.
Note : The initial Hamiltonian cycle itself may be chosen such that it
has comparatively small weight.
Example 6 :
Find the Hamiltonian cycle of minimal weight for the following
graph 9.5.4.
B
12
16
20
15
10
C
D
16
12
15
12
14
F
10
172
10
15
10
12
12
10
15
16
F
D
10
12
173
a)
b)
c)
d)
e)
f)
b)
2
C
2
6
C
5
5
G
6
3
4
F
174
c)
B
2
5
4
I
1
2
1
G
3
F
D
2
E
2) Kp is complement of Kp .
components as vertices.
Kp is 1-colourable Kp = 1 .
As
175
(a )
u ( b)
1
v
2
u ( b)
2
(a)
3 (b)
(9 )
v5
v2 (b)
v3 ( w)
Fig. 9.6.4
Let vertex v1 be coloured by colour . Then v 4 and v5
must receive two distinct colours say and 9 different from .
Now, vertex v3 is adjacent to v1 , v4 and v5 . Therefore, it cannot
176
v
4
v
2
v3
v
1
v
4
v
2
v3
Fig. 9.6.5
In Fig. 9.6.5(a) edges v 2 v 4 and v1v3 cross each other. In Fig.
9.6.5(b) two edges wherever they meet they meet only at their end
points. The graphs (a) and (b) are isomorphic.
Theorem 14 : Every planar graph is 6-colourable.
Theorem 15 : (Heawood) Every planar graph is 5-colourable.
Theorem 16 : (four colour theorem) Every planar graph is 4colourable.
Note : The proof of theorem 4 was given by computer computations.
A computer free proof of this theorem is still to be found.
Appel and Haken have solved four colour theorem by using
computers.
Application of colouring of graph :
The colouring of graphs were used to solve map-colouring
problem. The colouring of map means to colour each region (or
country or state or province) so that no two distinct regions sharing a
177
UT
NE
UT
(a)
CO
KS
AZ
NM
(v)
AZ
(a) Map G
CO
(b)
NE
(9 )
( a) KS
(9 )
NM
Fig. 9.6.6
Definition 9.14 :
Given an integer > 0 , we denote by PG () as the number of
different - colourings of graph G. We call PG () as chromatic
polynomial of G.
Example :
1) Consider simple trivial graph K1 . K1 is graph with one vertex.
We can colour K1 with any of given colour. Therefore,
PK 1 () = .
2) Consider graph K 2 , a graph with two incident vertices u and v.
We can colour vertex u with colours but v will carry the colour
which is not given to u. So total colourings of v are ( - 1)
colourings.
Thus, total colourings of K 2 given by
PK 2 () = ( 1) .
3) In General, PK n () = ( 1) --------- ( n + 1) .
4) Consider the line graph L4 as shown in Fig.9.6.7.
v1
v
2
v
3
v
4
178
Theorem 9.17:
Let G1, G 2 ,...., G K be components of disconnected graph G.
Then PG () = PG1 ().PG 2 (),...., PG K () , where R.H.S. is product of
chromatic polynomials of each component.
Example:
Consider graph G in Fig.9.10.8. It has two components each of
which is K3 . The chromatic polynomial of K3 is 1 2 .
PG () = 2 12 22
Fig. 9.6.8
As (G) = 3 , the number of distinct ways to colour G using 3
colours is PG (3) = 32 3 12 3 2 2
= 9(2) 2 (1)2
= 9 4
= 36
179
a)
b)
P
T
S
c)
d)
b)
a)
c)
d)
e)
a)
b)
180
c)
d)
9.8 REFERENCES
1. Discrete Mathematical structures by Kolamn, Busby and Ross.
Pearson education.
2. Introduction to graph theory by Douglas B. West.
3. Discrete Mathematics and its applications by Kenneth. H.Rosen.
McGraw Hill edition.
4. Graph theory by Frank Harary. Narosa Publication.
5. Discrete Mathematics by Norman Priggs. Oxford.
181
10
TREES
Unit Structure
10.0 Objectives
10.1 Introduction
10.2 Characterisation of Trees
10.3 Labeled Trees
10.4 Minimal Spanning Trees
10.5 Trees Searching
10.6 Directed and Undirected Trees
10.7 Unit End Exercises
10.8 Let us sum up
10.9 References for further reading
10.0 OBJECTIVES
After going through this chapter students will be able to
understand:
Know about tree in graph theory, its properties and
characterisation
Find minimal spanning trees
Know about directed and undirected trees
10.1 INTRODUCTION :
One of the most important topic in study of Graph Theory is
Trees. Many applications rangeing from family tree to computer
science management tree is dealt with the study of trees.
The first use of trees by German Mathematician Karl Georg
Christian von Staudt was done in 1847 in his work on projective
Geometry and by German physicist Gustav Robert Kirchhoff in the
same year in his paper on electrical networks. The word tree for a
particular graph was first used by Arthur Cayley.
182
In this unit we are going to study trees and its properties first.
Then we study labeled trees; spanning trees, rooted and binary trees.
The wide range of application of trees in different field has created a
revolution in study of trees.
A graph of an undirected tree T will have a single line
without arrows. While the edge of directed tree will have arrows
showing the direction of edge.
(a)
(b)
(c)
(d)
Fig. 10.2.1
10.2.2 Properties of Trees
Let T be a graph on n vertices then
1. There is one and only one path between every pair of vertices in
a tree.
2. T has n vertices and n 1 edges.
3. T is connected and has n 1 edges.
183
v0
Fig. 10.2.2
10.2.4 Definition : The initial vertex v0 considered when we start
drawing a tree is called root vertex. A tree in which there is root
vertex is called rooted tree. In rooted tree the root vertex is clearly
distinguished from remaining vertices. Denote tree T with root
vertex v0 as T,v0 . Examples of rooted trees are given in Fig.
10.2.3.
184
v
4
v8
v
3
v2
v1
v0
v
6
v5
v9
(a) T1
v
10
v
7
v
11
v2
v1
v
4
v
3
v6
v5
v7
(b) T2
Fig. 10.2.5 : Levels in a tree
185
0
v6
v5
10
11
Draw
tree
with
vertex
set
{v1 , v 2 , v3 , v 4 , v5 , v 6 , v 7 , v8 , v9 ,
186
Level
v
4
0
1
2
3
v2
v
6
v7
v
9
v
5
v
3
v1
v8
v
10
(a) T
Subtree of T is
v6
v7
v9
v10
(b)
Fig. 10.2.7 Subtree of T
4 3 x + 2x + 5+x
187
+
x
188
3
1
BA
189
a)
v7
v3
v2
v8
v4
v
v2
v7
b)
v8
v
v4
v
6
Fig. 10.4.1 : Spanning tree
190
v0
v2
2
5
v7
v4
4
4
Fig. 10.4.2
Using Prims algorithm we begin with vertex v0 . The nearest
neighbour to v0 is v 2 who is 2 km away from v0 . So we select
edge v0 v 2 first. Fig. 9.4.2(a). Consider set { v0 , v 2 }. The vertex
v1 is the nearest neighbour. We can either choose v0 v1 or v 2 v1 as
next edge. Let us choose v 2 v1 . Then vertex set will be { v0 , v 2 , v1 }
and edges set will be { v0 v 2 , v 2 v1 }. Fig. 9.4.2(b). Here we cannot
choose edge v0 v1 as it will make a cycle so next vertex we choose
is v5 and edge v 2 v5 to get { v0 , v 2 , v1 , v5 } and edge set
{ v0 , v 2 , v 2 v1 , v 2 v5 }. Continue in this manner and finally get
minimal spanning tree shown Fig. 10.4.2.
191
v0
v0
(a)
v2
v0
(b)
(c)
v0
3 2
v2
v4
5
4
(d)
v0
5
2
v4
v2
192
12
20
v0
v2
10
16
15
15
12
20
12
14
10
v4
Fig. 10.4.3
Initially choose edges with minimum weight. In Fig. 10.4.3,
they are edges v1 v 2 and v5 v 4 . Both of these are selected. Fig.
10.4.4 (a) Next there are three edges of weight 12. All these edges
can be added without creating a cycle. Fig. 10.4.4 (b) Edge of weight
14 is remaining edge of least weight. Adding this edge given us six
edges for 7 vertex graph, so a minimal spanning tree is found as
shown in Fig. 10.4.4 (c).
v0
v2
10
12
v2
10
12
10
12
v4
v4
10
(a)
(b)
v0
v2
10
12
12
6
14
12
10
v4
(c)
Fig. 10.4.4 Minimum spanning tree by Kruskals algorithm
193
194
V
V
L
VR
(a)
Positional binary tree T
V
L
(b)
Left subtree T v L
Note : 1) T v L
V
R
(c)
Right subtree T v R
195
Exercise : Use preorder search and find all subtrees of given tree t in
Fig. 10.5.2(a).
a
k
j
b
k
c
i
5
g
3
4 h
2
1
f
10
196
p+ q r s d
s
Fig. 10.5.3(a) Labeled positional binary tree
5
p
2
d
7
197
b
i 5
6 k
e
g
1
h
3
10
8
7
198
d
b
4
j
3
5
f
8
9
10
199
(a)
(b)
(c)
9.7 EXERCISES :
1) Draw a tree with vertex set V and edge set E. Also find root if
exists.
a) V = {a, b, c, d, e, f}; E = {(a, b), (c, e), (f, a), (f, c), (f, d)}
b) V = {1, 2, 3, 4, 5, 6}; E = {(1, 2), (1, 3), (4, 5), (4, 6)}
2) List all the level 3 vertices and all the leaves of Fig. 10.2.5(a)
and 10.2.5(b).
3) Consider following Fig. 10.7.1.
v0
v
v4
10
v2
11
v 13
12
14
15
v9
200
a)
b)
c)
d)
e)
f)
Find siblings of v8 .
Find descendants of v8 .
Compute tree T(v 2 ) and T(v3 ) .
What is height of T(v0 ) and T(v3 ) ?.
List all level 4 vertices if exists.
List all leaves.
a)
2.4
3.4
1.8
2 .9
3.6
3.3
I
J
2.8
2.5
16
15
20
A
12
12
at vertex F
10
15
12
,
4.4
2.1
5.3
b)
2.2
3.2
1.7
4.2
2.1
20
14
10
at vertex G
201
A
4
c)
6
3
5
3
at vertex E.
,
F
v2
v4
v9
10
s
u
v
(a)
1
z
(b)
202
a
b
c
d
(c)
+
-
r
s
(d)
203
11
SEMI-GROUPS AND GROUPS
Unit Structure :
11.0
11.1
11.2
11.3
11.4
11.5
11.6
11.7
11.8
11.9
Objectives
Introduction
Binary Operations
Semi Groups
Products and quotients of semi-group
Groups
Products and quotients of groups
Let us sum up
Unit end exercise
References for further reading
11.0 OBJECTIVES
After going through this chapter students will be able to:
about binary operations
Algebraic structures like semi-groups and groups will be
known
Operations like product and quotient of these algebraic
structure will be known
11.1 INTRODUCTION
Semi-groups and groups are mathematical structures. Semigroups help in the study of finite state machines. While studying
group structure we develop an understanding for coding theory. To
study groups and semi-groups some knowledge of set theory and
number system is required.
In this chapter we are going to discuss following topics.
What are binary operations?
The structure called semi-group, their products and quotients.
The group structure and its product and quotient.
204
205
a*bG
a*a=a
a*b=b*a
a * (b * c) = (a * b) * c
Closure Property
Idempotent Property
Commutative Property
Associative Property
Table No. 11.1
206
and
a * (b * c)
= a * (bc + 2c)
= a (bc + 2c) + 2 (bc + 2c)
207
a
b
c
d
a
a
d
c
d
b
c
a
d
b
c
b
b
a
a
d
d
c
a
c
i) c * d = a and d * c = a
Thus, c * d = d * c
ii) b * d = c and d * b = b
Thus, b * d d * b
iii) a * (b * c)
=a*b
=c
(a * b) * c = c * c = a
a * (b * c) (a * b) * c
From (ii), * is not commutative.
and from (iii), * is not associative.
Check your progress
1. Determine whether * is binary operation. If it is determine
whether * is closed, idempotent, commutative and associate on
given set.
a) On where a * b = 2a + b
b) On + where a * b = a / b
c) On where a * b = a b
d) On lattice L where a * b = a b
(least upper bound of a and b)
2. Consider binary operation * defined on set G = {a, b, c} given by
following table.
*
a
b
c
a)
b)
c)
a
b
c
b
c
b
a
b
c
c
a
b
Is * commutative?
Compute a * (b * c) and (a * b) * c
Is * associative?
208
11.3 SEMI-GROUPS
Definition 6 : Algebraic Structure
A nonempty set G with one or more binary operations is called
an algebraic structure.
If * is binary operation on G then (G, *) is an algebraic structure.
Examples of algebraic structure
1. The set : set of natural numbers is algebraic structure with
respect to binary operation +. Thus we denote ( , +) is an
algebraic structure.
2. ( , +) : set of integers with binary operation + is an algebraic
structure.
3. ( , + , ) : set of real numbers with binary operations + and ,
is an algebraic structure.
Definition 7: Semi-group :
An algebraic structure (G, *) is called a semi-group if the binary
operation * is associative in G. Thus, if a, b, c G, then (a * b) * c =
a * (b * c).
Definition 8: Commutative Semi-group :
The semi-group (G, *) is said to be commutative if * is commutative.
Examples of Semi-group :
1. ( , +) : Set of natural numbers with respect to binary operation
+ is semi group as + satisfies associative property i.e. a, b, c
, (a + b) + c = a + (b + c)
2. ( , +) : set of integers with binary operation + is commutative
semi-group because + is associative and commutative in .
Definition 9: Identity element:
An element e in a semi group (G, *) is called the identity element if
e * a = a * e = a a G. (read as for all)
Note that identity element is unique. Otherwise if it is not unique
then there exist another identity element i such that i * a = a * i = a.
Thus if a = e then; i * e = e * i = e
Also, if a = i then; e * i = i * e = i
(1)
(2)
209
210
xy z xy z
x y xy
x yz
( (uv)w = u(vw) and (xy)z = x(yz) where u,v,w,x,y,z Z and
satisfies associative law)
u v w
x y z
a b.c
From the above example it is clear that (a . b) . c = a .(b.c) and it si
true a , b , cQ*
Q* is associative with respect to multiplication.
Existence of Identity: since 1 is a rationa1 number 1 Q*
Let a Q*
We have a.1 = a = 1.a
So 1 is the identity element of Q* which exists in Q*
211
p
be an
q
q
p q
Q * such that 1
p
q p
q
p
is the inverse of and it is true for all a Q*
p
q
Hence inverse exists for such element of Q* and inverse of a
denoted by 1/a or a-1.
That shows
212
ab ba
b * Aabba
5
5
Hance Q+ is an abelian group with respect to *.
Commutative Law : a, bQa * b
1
1
-1
-1
-1
1
213
06 44
06 55
1 6 4 5
1 6 5 0
36 41
46 42
36 52
46 53
26 40
56 43
26 51
56 54
From the above table we see that all entries in the composite table
are the element of G.
That shows G is closed under addition modulo 6.(+6.)
To prove G is associative, let a = 2 b = 4 c=1
Consider 2+6 (4+6 1) = 2+65 = 1
(2+6 4) +6 1= 0+61 = 1
2+6 (4+6 1) = (2+6 4) +6 1 and it is true a , b , c G
G is associative under addition modulo 6 (+6.)
Existence of identity : let a G a +6 0 = 0+6 a = a a G.
0 is the identity element in G.
Existence of inverse: from the above table,
0+60=0
1+65=0
2+64=0
3+63=0
4+62=0
5+61=0
Inverse of 0 is 0 , inverse of 1 is 5 , inverse of 2 is 4 , inverse
of 3 is 3 , inverse of 4 is 2 , inverse of 5 is 1
inverse exists for
each element of G and belongs to G
G is a group with respect to the binary operation +6.
Commutative Law : a +6 b = b +6 a a, b G.
If a = 2 b = 4 2+6 4 = 0 = 4+6 2.
(G, +6) is an abelian group)
Note: The set of first m non-negative forms an abelian hroup with
respect to addition modulo m
214
n
n, k
18
18
18,6 6
O a k
1) O (a) = 18
O a 6
215
2) O (a) = 18
18
18
18,15 2
18
18,7
O a15
3) O (a) = 18
O a7
O a7 O a 7 O (a
Now O a7
-7
Example 11: Find the order of such element of the group G = {1, 2,
4, 7, 8, 11, 13, 14} the composition being multiplication modulo 15.
Solution: Identity element of G = 1:O (1) =1
To Find the order of 2,2x152x152 = 4x152=8
2x152x152 = 4x152=8
2x152x152x152 = 8x152=1(identity)
Hence O(2) = 4
To Find the order of 4,4x154 =1(identity)
Hence O(4) = 2
To Find the order of 7,7x157 = 4
7x157x157 = 13
7x157x157x157 = 13x157 = 1(identity)
Similarly, we can compute the order of 8,11,13,14.
Sub Group :
Sub Group: In general we are not interested in a subset of a group
G. but certain subset of elements in a group is itself a group. This
situation arises so often that we introduce a special name to describe
it, called sub group. See the following definition for a subgroup.
Definition: A non-empty subset H of a group G is said to be a
subgroup of G if H itself is a group, with respect to the same binary
operation defined on G.
Every subgroup of G is a complex of G every complex is not always
a subgroup.
216
1
C id
2
C id C d 2
C id
C d
2
= ac+bd +i(bc-ad)/c2 + d2
ac id
C2 d 2
bc ad
C2 d 2
ac bd bc ad
consider 2
C d 2 C 2 d 2
2
2
a 2c 2 b 2 d 2 2abcd b2 c 2 a 2 d 2 2abcd
c 2 d 2
a 2 b 2 c 2 d 2 1.1
1
2
2
1
c
217
Q.2
Q.3
Q.4
ab
.
2
218
Q.5
219
12
NORMAL SUBGROUP
Unit Structure
12.0 Objectives
12.1 Introduction
12.2 Product and quotient of algebraic structures
12.3 Homomorphism
12.4 Isomorphism
12.5 Automorphism
12.6 Cyclic groups
12.7
Normal Subgroup
12.8
Codes and group code
12.9 Let us sum up
12.10 Unit end exercise
12.11 References for further reading
12.0 OBJECTIVES :
After going through this chapter students will be able to know:
12.1 INTRODUCTION :
After having all the basic property of group and sub-group,
we now begin our journey with more detail about group study. In
this we are going to discuss about product of group and quotients
group, isomorphic group, homomorphic group, automorphic group.
In group theory cyclic group are the simplest group also it is very
interesting. In previous chapter we learn about sub-group, now
here we discuss about cosets and normal sub-group.
220
12.2
Solution: G = G1 G 2 = 2 2
=
0, 0 , 0, 1 , 1, 0 , 1, 1
0, 0
1, 0
0, 1
1, 1
0, 0 1, 0 0,
0, 0 1, 0 0,
1, 0 0, 0 1,
0, 1 1, 1 0,
1, 1 0, 1 1,
1, 1
1 1, 1
1 0, 1
1
1, 0
0 0, 0
12.3 HOMOMORPHISM
Group of Homomorphism: Till now we have seen the notion of a
group and various type of group. Now we see the relation between
two groups by introducing Homomorphism. A relation between
groups G and G, is generally exhibited in terms of a structure
relating map from G to G1.
Let G and G1, be two groups. We are interested in a map that
relates the group structure of G to the group structure of G1, and this
map often gives us information about the structure of G1 from
known structural properties of G, or information about the structure
of G from known structural properties of G1
We known that the group structure is determined by its binary
operation. We now define such a structure relating map for groups,
and then point out how the binary operations of G and G1 are related
by such a map.
221
12.4 ISOMORPHISM
Isomorphism: A function f from G to G1. Is said to be isomorphism,
if
1. f :G G1 is one-one
2 . f: G G1 is onto
222
3. f: G G1 is homomorphism.
Says distinct element in G have distinct f - images in G1
Says X G1aG such that f a x .
Says image of the product is same as product of images.
Note: in the above definition, we have denoted the operation as
multiplication. We can use different symbols to denote the
compositions.
Note:There may exists more than one isomorphism from G onto G1.
Example 3: Let G be the multiplication group of all positive real
numbers, and G1 be the additive group of all real numbers. The
mapping defined by f : G G1 such that f (x) = log x .is
isomorphism from G to G1
Solution: : G G1 = log x
To prove
is one one
(x1) =
(x2)
Log x1 = log x2
elogx1 = elogx2
x1 = x2
To prove
that ey G
is on-to
is on-to.
To prove
as homomorphism.
(x) = log x :
(x) +
(y)
is homomorphism from G to G1
`
is isomomorphism from G to G1
(y) = log y
223
224
1 = (-
12.7 COSETS
Definition: If G is a Group and H is a subgroup of G. let a G
Then
Ha = {ha : hH} is called right coset of H in G generated by a.
225
a3 H = {a3, a8,a13},
a4 H = {a4,a9,a14} .
Remark: A coset may not essentially a subgroup
Remark: If e is the identity in G, it is also identity in H. Then eH =
{eh/h H} = H
226
227
(142)H = {(142)(243)}
.. (243)H = (142)H
To show that (132)H = (234)H
(132)H = (132)I
(132)(12)(34) = {(132), (234)}
(234I = (234)
(234)(12)(34) = (132)
(234)H = {(234)(132)}
. (132)H = (234)H
To show that (234)(134)H (142)(234)H
(234)(132)H = (234)(132)
(234)(132)(12)(34) = I
(142)(243)(12)(34) = (124)
Thus (243)(132)H (142)(243)H
GH = HG
H is normal subgroup A4.
Also |B| = 2.
Similarly
B3 = B B B = {000, 001, 010, 011, 100, 101, 110, 111},
| B3 | = | B B B | = | B | | B | | B | = 2 2 2 = 23 = 8
228
2m
codes.
| Bm |2m
Weight : Let x B n then weight of x is number of 1s in x and it is
denoted by w(x).
e.g. i) x = 1101
B 4 w(x) = 3
ii) x = 110010 B6 w(x) = 3
iii) x = 11
B 2 w(x) = 2
iv) x = 0000
B 4 w(x) = 0
x y : (Read as x ring sum y). Let x, y B n , then x y is a
x y = 011 and w x y = 2
ii) x, y B6 , x = 110100, y = 111111
x =
1 1 0 1 0 0
y =
1 1 1 1 1 1
xy = 0 0 1 0 1 1
x y = 001011 and w x y = 3
iii) x, y B7 , x = 1010001, y = 0001010
x y = 1011011 and w x y = 5
Distance : The distance between x and y is the weight of x y . i.e.
w x y , it is denoted by d(x, y). The distance between two words
is exactly the number of positions at which they differ.
d(x, y) = w x y .
229
e(10) = 0110
w x0 x3 w x3 2
w x1 x 2 w 1101 3
w x1 x 3 w 0111 3
w x 2 x 3 w 1010 2
Minimum distance of e = 2.
230
Note that minimum distance is not unique. There are three pairs
having distance 2.
ii) k + 1 = 2 k = 1,
e can detect 1 or less than 1 i.e. 0 errors.
iii) 2k + 1 = 2 k =
e can correct
1
2
1
1
or less than
errors, i.e. e can correct 0
2
2
errors.
Example 2 : Let e is (3, 8) encoding function defined as
e(000) = 00000000
e(011) = 01110001
e(010) = 10011100
e(110) = 11110000
e(001) = 01110010
e(101) = 10110000
e(100) = 01100101
e(111) = 00001111
i) Find minimum distance.
ii) How many errors can e detect?
iii) How many errors can e correct?
Solution :
Let x 0 = 00000000, x1 = 10011100, x 2 = 01110010, x 3 =
01100101, x 4 = 01110001, x 5 = 11110000, x 6 = 10110000,
x 7 = 00001111.
i) w x 0 x1 w x1 4 ,
w x0 x2 w x2 4 ,
w x0 x3 w x3 4 ,
w x0 x5 w x5 4 ,
w x0 x7 w x7 4
w x0 x4 w x4 4 ,
w x0 x6 w x6 3 ,
Similarly, w x1 x 2 w 11101110 6 ,
w x1 x 3 6 , w x1 x 4 6 , w x1 x 5 4 , w x1 x 6 3 ,
w x1 x 7 4 , w x 2 x 3 4 , w x 2 x 4 2 , w x 2 x 5 2 ,
w x 2 x6 3 , w x 2 x 7 6 , w x3 x 4 2 , w x3 x5 4 ,
w x3 x 6 5 , w x3 x7 4 , w x 4 x5 2 , w x 4 x6 3 ,
w x 4 x 7 6 , w x5 x6 1 , w x5 x 7 8 , w x6 x 7 7
231
Example 3 : Compute
1
0
1
1
0
0
0
1
1
1
0
0
0
1
0
0
0
1
0
1
1
Solution :
1 1
0 1
1 0
0 1
1 0
1 0
00
0 1
0 0
0
1
11
1
0 1
0 0
1
1
1
0
1
0
0
1
Bn , is a group.
232
233
Solution :
Let
x 0 = 0000000
x1 = 0010110
x 2 = 0101000
x 3 = 0111110
x 4 = 1000101
x 5 = 1010011
x 6 = 1101101
x 7 = 1111011
Ran.(e) = x 0 ,x1,...,x 7
x0
x1
x2
x3
x4
x5
x6
x7
x0
x0
x1
x2
x3
x4
x5
x6
x7
x1
x1
x0
x3
x2
x5
x4
x7
x6
x2
x2
x3
x0
x1
x6
x7
x4
x5
x3
x3
x2
x1
x0
x7
x6
x5
x4
x4
x4
x5
x6
x7
x0
x1
x2
x3
x5
x5
x4
x7
x6
x1
x0
x3
x2
x6
x6
x7
x4
x5
x2
x3
x0
x1
x7
x7
x6
x5
x4
x3
x2
x1
x0
w x3 w x 6 5 ,
Minimum distance = 2.
w x7 6 .
234
Solution :
x 0 00000 , x1 01110 , x 2 10101 , x 3 11011
Ran.(e) = x 0 ,x1,x 2 ,x 3
The composition Table
x0
x1
x2
x3
x0
x0
x1
x2
x3
x1
x1
x0
x3
x2
x2
x2
x3
x0
x1
x3
x3
x2
x1
x0
Addition is associative
(Ran.(e), ) is associative.
as heading row.
Minimum distance = 3.
Here k + 1 = 3, k = 2.
errors.
Check your progress :
1. Show that an (2, 4) encoding function e : B 2 B 4 defined by
e(00) = 0000
e(01) = 0011
e(11) = 1110
e(10) = 1101
is a group code.
235
Isomorphism of a group.
Automorphism of a group.
236
0
1
Q.13 Compute
0
1
1
0
0
0
1
0
0
1
1
1
0
1
0
1
0
0
1
.
1
0
1
1
0
0
1
0
14 a) 3
b) 0
15. i) 4
ii) 4
c) 3
d) 4
237
13
RINGS
Unit Structure
13.0 Objectives
13.1 Introduction
13.2 Algebraic structures with Binary Operation
13.3 Rings
13.4 Integral domain
13.5 Fields
13.6 Ring of homomorphism
13.7 Ring of isomorphism
13.8 Let us sum up
13.9 Unit end exercise
13.10 References for further reading
13.0 OBJECTIVES :
After going through this chapter students will be able to:
Algebraic structures with two binary operations.
Definition of ring and its property.
Zero divisor and integral domain.
Fields.
Ring of homomorphism.
Ring of isomorphism.
13.1 INTRODUCTION :
Groups were studied in the previous chapters, and the
definition of group involves a single binary operation with respect to
addition or multiplication. The distributive laws interlink the two
operators addition and multiplication. This leads us to the study of
one such algebraic system equipped with two binary operations
called as rings.
238
239
240
241
Q ( 2 ) x + y (a + c) + (b + d)
xy = (ac + 2bd) + (ad + bc)
Solution:
Q( 2 ) = {a + b 2 / a , b Q}
X = a + b 2 and y = c + d 2 Q( 2 )
x + y = (a + c ) + (b + d)
belong to Q
2 since a + c and b + d
x+yQ 2.
Q 2 is closed with respect to addition.
For x = a + b 2 , y = c + d 2 z = e + f 2 where a,
b, c, d, e, f Q 2
We have, x + (y+z) = a + b 2 + ((c + d 2 ) + (e + f 2 ))
= a + b 2 + (c + e + (d + f) 2 )
= (a + c + e) + (b + d + f) 2
= ((a + c) + e) + ((b + d) + f) 2
= ((a + c) + (b + d) 2 ) + (e + f 2 )
= (x + y) +
Q 2 is Associative with respect to Addition.
Since 0 is a rational number 0 + 0 2 Q 2
Consider (a +b 2 ) + (0 + 0 2 ) = (a + 0) + (b + 0) 2
=a+b 2
Similarly (0 + 0 2 ) + (a + b 2 ) = a + b 2 .
Hence 0 + 0
242
a + c = c + a and b + d = d + b
x + y = (c + a) + (d + b) 2
= (c + d 2 ) + (a + b 2 )
=y+x
Q 2 is commutative with respect to Addition.
(Q 2 , +) is an Abelian group.
Example 4 : Let (G, *) be an arbitrary commutative group and Hom
G be the set of all homomorphisms from (G, *) onto itself. Then
show that (Hom G, +, .) is a ring with unity, where the operation +
defined by
(f + g)(a) = f(a)*g(a), a G, for every f, g Hom G, and
denotes the functional composition.
Solution:
Closure : For every f, g Hom G, and a, b G,
(f, g)(a * b) = f(a * b) * g(a * b)
= (f(a) * f(b)) *(g(a) * g(b))
=(f(a) * g(a) * f(b) * g(b))
= (f + g)(a) * (f + g)(b),
So that the sum f + g Hom G.
Associative : For every f, g, h Hom G, and a G,
We have ((f + g) + h) (a) = (f + g)(a) * h(a)
= ((f(a) * g(a)) * h(a)
= f(a) * ((g(a) * h(a))
= f(a) * (g + h)(a)
= (f + (g+h))(a).
Thus (f + g) + h = f + (g + h).
Existence of identity : For every f Hom G, there exists
constant mapping Z which map all elements of G on e, the identity
of (G, *) such that
(f +Z)(a) = f(a) * Z(a) = f(a) * e = f(a).
Thus f +Z = f Z is an identity in Hom G, that is, the
mapping Z in Hom G is the Zero element.
Existence of inverse: For every f Hom G, -f Hom G
defined by (-f)(a) = f(a)-1 , such that , For every a G,
(f +(-f))(a) = f(a) * f(a)-1 = e = Z(a).
243
13.4
ZERO DIVISORS
0 0
0 1 are non-zero and their product is zero in R.
0 10 0
244
13.5 FIELD
Definition: A commutative Ring R with unit element i 0 in which
every non-zero element has an inverse with respect to multiplication
am called a field.
Example 5: Set of Gaussian integers is an integers domain but not a
field.
Solution: Set of Gaussian integers Z(i) = {a + ib/a, bZ)}
Let x , y Z(i)
Where x = a + ib and y = c + id where a, b, c, d Z
x + y = (a + c) + (b + d) I = ai + ib1 = a + c and b1 = b + d Z.
x . y = (ac bd) + (ad + bc) I
= a2 + ib2 where a2 = ac bd, b2 = ad + bc Z.
+, . are binary operation in Z(i).
Since the element of Z(i) are integers,
We have that
1. Addition and multiplication are commutative in Z(i)
2. Addition and Multiplication are associative in Z(i)
3. Multiplication is distributive over addition in Z(i)
Clearly, zero element 0 = 0 + 0i Z and unit element 1 = 1 + 0i Z
Further, for every x = a + b Z(i), x, y = 0 x = 0 since x , y are
integers.
Z(i) is without zero divisors.
Hence Z(i) is an integral domain
3
4
Let m34iZ i and n i
25
25
So that m.n9 / 2516 / 25i 12 /2512 / 25i
But n Z(i), because 3/25 and 4/25 Z.
So every non-zero element of Z(i) is not invertible
Hence Z(i) is not a field.
245
0 c
a b
map : IR Z defined by
a is a ring homomorphism.
0 c
Example: Let R
a b
Solution: : IR Z defined by
a .
0 c
a
Let A 1 1 and B 2 2
0 c1
0 c2
a b a b
( A B) 1 1 2 2
0 c1 0 c2
a a
1 2
0
b1 b2
c1 c2
= a1+ a2
= ( A) ( B)
a b a b
( AB) 1 1 2 2
0 c1 0 c2
a a
1 2
0
a1b1 b1c2
c1c2
= a1 a2
( A) ( B)
a b
a is a ring homomorphism.
0 c
13.7 ISOMORPHISM
Definition: A homomorphism f:R R1 is called an isomorphism if,
f is both one-one and onto mapping.
246
/ a, b IR and
b a
S =
a b
is a ring isomorphism.
b a
a b
(a bi)
.
b a
To show that is homomorphism
A = a+bi
B = c+di
(A+B) = [a+c+bi+di]
bd
ac
=
(b d ) (a c)
= (a b) d (c di)
ad bc
ac bd
( A B)
b a d c
= ( A). ( B)
To show that is 1-1
( A) ( B)
(a bi ) (c di )
a b c d
b a d c
a = c, b = d a+bi = c+di
To show that is onto
a b
For any
( M 2 ( IR)
b a
There exists at b, c C such that
a b
(a bi)
b a
a b
Hence, the map (a bi )
is a ring isomorphism.
b a
247
2 , x and y are
5 where
248
14
RECURRENCE RELATION
Unit Structure
14.0 Objectives
14.1 Introduction
14.2 Series
14.3 Sequences
14.4 Fibonacci
14.5 Generating functions
14.6 Recurrence relations
14.7 Applications of recurrence relations
14.8 Let us sum up
14.9 Unit end exercise
14.10 References for further reading
14.0 OBJECTIVES
After going through this chapter you will be able to:
Series and sequences.
Generating function.
Recurrence relation.
The first order linear homogeneous recurrence relations.
The second order homogeneous linear recurrence relations.
The non-homogeneous relations.
The method of generating functions.
Applications.
14.1
INTRODUCTION:
249
14.2
SEQUENCES:
250
(a) 1, , , , ...
(b) 1, 0, 1, 0, 1, 0, ...
(c) 3, 6, 9,
(e) 5, 25, 125,
14.3 SERIES
An expression of the form a1 + a2 + a3 + + an +
. which is the sum of the elements of the sequence {an} is
called a series. If the series contains a finite number of elements, it is
called finite series, otherwise called an infinite series.
If Sn = a1 + a2 + a3 + + an , then Sn is called the sum of
n terms of the series and is denoted by the Greek letter sigma .
n
Thus S n an .
i 1
251
1.
f x a 0 a1x a 2 x 2 ai r i
i 0
252
n n n
n
, , ,,
0 1 2
n
f ( x) (1 x) n is the generating function for a r C (n, r ) , the number
We write (1 2 x)7 (1 y ) 7
where y = -2x.
14.6
RECURRENCE RELATION
253
(n-1)
an1
(n-2)
an2
3
n=3
2
n=2
a1
Fig 14.1
Let an be the number of different ways the boy can climb a staircase
with n stairs.
Thus
a1=1,
[one step can be climbed in only one way]
a2=2,
[1+1 that is in two steps or both stairs in single step]
a3=3,
[1+1+1, 1+2 and 2+1]
etc.
to compute an, the boy can reach n th stair with or without using n-1
th stair using n-1 th stairs he has an-2 ways without using n-1 th stair
(as the has to use n-2 th stair) he has an-2 ways.
Thus
an = an-1 + an-2.
These numbers are well known Fibonacci numbers. Where n th term
is some of previous two terms such dependency gives us recurrence
relation which can be formally defined as:
254
(4)
255
Solution:
The first four terms of this sequence are
a0 = 5,
a1 = 3a0 = 3(5) = 15,
a2 = 3a1 = 3(3a0) = 32 (5) , and
a3 = 3a2 = 3(32(5)) = 33(5).
By using induction, we can easily verify that, the general solution is
an = 5(3n) for each n 1.
In the general solution, the value of an is a function of n and
there is no longer any dependence on prior terms of the sequence,
once the value of a0 is known.
Example 5: Solve the recurrence relation an = 7aa-1 , where n 1 and
a2 = 98.
Solution:
This is an alternative from of the recurrence relation aa+1 = 7
an for n 0 and a2 = 98.
From the above formula, we have the general solution an = aa (7) n
Since a2 = 98 = a0 (72) . This gives a0 = 2.
Hence the general solution an = 2(7) n , n 0 , is unique.
Example 6: A bank pays 6% annual interest on savings,
compounding the interest monthly. If a person deposits 1000/- , how
much will this deposit be worth a year later?
Solution:
We solve the above problem using the recurrence relation
concept as follows.
Let Pn be the deposit at the end of n months.
Given
P0 = 1000,
The rate of interest per annum is 6%, so the monthly rate =
6/12% = 0.005.
Now the recurrence relation for the deposit is,
Pn+1 = P0 + 0.005Pn = PN(1.005)
Where 0.005Pn is the interest earned on Pn at the end of n the month.
The general solution for the recurrence relation is
Pn = P0 (1.005)n
256
= P0(1.005)12
= 1000(1.005)12
= 1061.68
257
258
259
Which becomes
Cnr2 + cn-1r + Cn-2 = 0.
(11)
a quadratic equation of degree two called the characteristic
equation.
Let the roots of the characteristic equation be r1, r2. Then the
following cases arise: roots may be
a. Distinct i.e. r1 r2,
b. Complex Conjugates or
c. Equal.
Note that to determine the unique solution of a second order linear
homogeneous recurrence relation with constant coefficients we need
to have two initial conditions, that is the value of an for at least two
values of n.
Case (I) Roots are Distinct
Let the distinct roots be r1, r2 and r1 r2. Since the
general solution of (8) is
an = crn , where r is the root of equation (10), we have
an r and an = r are both solutions to (8), and
linearly independent.
Therefore the general solution in this case is
an = c1 r + c2 r
Where c1, c2 are arbitrary constants.
Note that the solutions an = r and an = r linearly independent when
the following condition is satisfied.
For c1, c2 R, if c1r + c2r = 0 for all n N, then c1 = c2 = 0.
We may find the unique solution by using the initial conditions and
eliminating the arbitrary constants.
Example 11: Solve the recurrence relation an + an-1 6an-2 = 0,
where n 2 and a0 = -1
and a1 = 8.
Solution:
Given the recurrence relation
an + an-1 6an-2 = 0, where n 2
(12)
n
On substituting the general solution an = cr , c,r 0
and n 2 in (12) we obtain
crn + crn-1 - 6crn-2 = 0
and the corresponding characteristic equation is
r2 + r 6 = 0.
260
261
Solution:
Let the general solution be
an = crn, for c, r 0.
Substituting the solution in the given recurrence
relation we get the characteristic equation.
r2 -2r + 2 = 0.
Solving the above equation we obtain the roots are
r = 1 i.
Now we have two independent solutions (1 + i)n and (1 i)n.
Therefore the general solution is
an = c1(1 + i)n + c2(1 i)n.
Where c1, c2 are arbitrary complex constants.
Using preliminary concept of complex analysis we rewrite the
general solution without complex numbers and eliminate the
arbitrary constants using the initial conditions as follows.
1 + i = (cos( / 4) + i sin( / 4))
1+i=
and
(cos( / 4) + i sin( / 4)) =
These yields
an = c1(1 + i)n + c2(1 i)n
= c1( (cos( / 4) + i sin( / 4)))n + c2( (cos( / 4)
- i sin( / 4)))n
`=
( )n(c1(n(cos(n / 4) + i sin(n / 4))) + c2((cos(n
/ 4) - i sin(n / 4))))
=
( )n(k1 cos(n / 4) + k2 sin(n / 4)).
Where k1 = c1 + c2 and k2 = (c1 c2)i.
1 = a0 = k1 cos0 + k2 sin0 = k1.
2 = a2 = (cos( / 4) + k2 sin( / 4)) = 1 + k2.
Therefore
k1 = 1, k2 = 1.
The solution for the given initial conditions is then given by
a2 = ( ) n (cos(n / 4) + sin(n / 4)), n 0.
Case (III) Repeated Roots
Let the r1, r2 and r1 = r2, in this case we say that the root of
multiplication 2. Since the general solution of (8) is an = crn, where r
is the root if equation (10), we have an = are both solution to (8).
But these two solutions are not linearly independent and we say
262
these are dependent solution since one solution is obtained from the
other by just multiplying with 1, i.e. multiples of each other.
To find the general solution in this case is we need one more
independent solution.
Let the independent solution be (n) rn where (n) is not a
constant. Substituting this into the given relation yields a general
solution of the from
an = c1rn + c2nrn,
And we see this in the example below.
Example 13: Solve the recurrence relation an+2 = 4an+1 4an, where
n 0 and a0 = 1, a1 = 3.
Solution:
First we find the characteristic equation of the given relation
by letting the general solution be an = crn, c, r 0. This yields the
characteristic equation
r2 4r + 4 = 0.
Solving the above equation we find roots, r = 2,2 the repeated
roots. Now the two dependent solutions are 2n and 2n.
Let the independent solution be
(n) 2n
Where (n) is not a constant.
(n + 2)2n+2 = 4 (n + 1)2n+1 - 4 (n)2n
or
(n + 2) = 2 (n + 1) - (n).
Assuming that the general solution is (n) = an + b, for
arbitrary constants a, b, with a 0. Hear we choose a = 1, b = 0.
Therefore we find that (n) = n satisfies the above equation.
So n2 is a second independent solution.
Now the general solution is of the form
an = c12n + c2n2n
Using the initial condition, a0 = 1, a1 = 3 we find that
an = 2n + (1/2)n2n , n 0.
n
14.6.6
THE
RELATION
NON-HOMOGENEOUS
RECURRENCE
263
an + Cn-1an-1 = (n),
n 1, Cn-1 0.
(16)
an + Cn-1an-1 + Cn-2an-2 = (n),
n 2, Cn-2 0.
(17)5
Where Cn-1, Cn-2 are constants and (n) is not identically zero.
General solution
There is no general method for solving non-homogeneous
relation, for certain functions (n) we shall find a successful
technique.
A Special Case
When Cn-1 = -1 in equation (16) we have
a1 = a0 + (1)
a2 = a1 + (2) = a0 + (1) + (2)
a3 = a2 + (3) = a0 + (1) + (2) + (3)
. . .
an = a0 + (1) + (2) + (3)+ + (n) = a0 +
i1 f i .
i n
Solution:
an
= a0 + i1 f i .
i n
= 7 + 3 i1 i 2 .
i n
n n 12n 1
2
Method of undetermined coefficients
This relies on associated homogeneous relation obtained by
replacing (n) with zero.
= 7
264
265
7A 3A = 5(7)
And
A = 35/4,
a n ( p ) = (35 / 4)7n
= (5 / 4)n+1 , n 0.
The general solution is an = c(3n) + (5 + 4)7n+1
Using the initial condition a0=2 now, we find the value of the
arbitrary constant c,
2= a0
= c + (5 / 4) (7)
c
= - 27 / 4.
Finally the unique general solution is
an =(5/4)7n+1 (1/4)(3n+3), n 0.
Example 16:
Solve the recurrence relation an 3an-1 = 5(3n), where
n 1 and a0 = 2.
Solution: Given the non homogenous relation
an 3an-1 = 5(3n),
(20)
And
(n) = 5(3)n
(21)
The corresponding homogenous relation is
an 3an-1 = 0.
Solving (21), the general solution for the homogenous
relation is
a n ( h ) = c(3n)
Here a n ( h ) and (n) are not linearly independent. As a
result a n ( p ) of the form Bn(3n). Substituting the
particular solution in the given relation we get
Bn(3n) = 3B(n-1) (3n-1) = 5(3n)
Or
Bn B(n-1) = 5.
Therefore B = 5.
Hence
an = a n ( h ) + a n ( p ) = (c + 5n)3n , n 0.
With a0 = 2, the general solution is
an = (2 + 5n)3n
266
Step 3
In order to have each of the subscripts on a match the corresponding
exponent on x, we rewrite the equation in step (2) as
n0 an2 x n2 5 x n0 an1x n1 6 x2 n0 an x n 2 x 2 n0 x n
Step 4
Or
2x2
2
f
x
a
x
5
x
f
x
6
x
f
x
0 1
0
1 x
f x3 7 x5 x f x3 6 x 2 f x
2x2
1 x
Step 5
2x2
1 5 x6 x f x 38 x
1 x
3 11x 10 x 2
1 x
2
267
3 5 x 1 2 x
1 3x 1 2 x 1 x
3 5x
1 3x1 x
Partial fraction decomposition gives us
2
1
f x
1 2 x 1 x
2 3 x x
n0
n0
Consequently, an = 2(3n) + 1, n 0,
Check your progress:
1. The number of bacteria in a culture is 1000, and this number
increases 250% every two hours. Use a recurrence relation to
determine the number of bacteria present after one day.
2. If a person invests Rs.100 at 6% interest compounded quarterly,
how many months, must he wait for his money to double? (He
cannot withdraw his money before the quarter is up.)
3. A person invested the stock profits he received 15 years ago in an
account that paid 8% interest compounded quarterly. If his
account now had Rs.7218.27 in it, what was his initial
investment?
4. Using generating functions solve the recurrence relation
an 3an-1 = n, n 0, a0 = 1.
5. Solve the recurrence relation
an+2 = an+1 + an, n 0, a0 = 0, a1 = 1
6. Solve the recurrence relation
an+2 4an + 3an = -200, n 0, a0 = 3000 , a1 = 3300.
268
14.8
269
14.10 REFERENCES:
1. Discrete structures by Liu.
2. Discrete mathematics its Application, Keneth H. Rosen TMG.
3. Discrete structures by B. Kolman HC Busby, S Ross PHI Pvt.
Ltd.
5. Discrete mathematics, schaums outlines series, seymour Lip
Schutz, Marc Lipson, TMG.