Domination in Graphs Overview
Domination in Graphs Overview
Introduction
The subject of graph theory had its beginnings in recreational math problems. The
history of graph theory may be specifically traced to 1735, when Leonhard Euler, a
Swiss Mathematician, solved the famous ‘Konigsberg bridge problem’. Some puzzles
and several problems of practical nature have been instrumental in the development
of various topics in graph theory. While the solution of ’Konigsberg problem’ lead
to the development of Eulerian graph theory, the challenging Hamiltonian graph
theory was developed from the ’Around the World’ game of Sir William Hamilton.
The origin of graph theory is well recorded in the historic book by Biggs, Lloyd and
Wilson [9].
In the present century graph theory has grown into one of the most interdisci-
plinary branches in mathematics with a great variety of applications. Graph theory
can be used as a mathematical tool for designing and analyzing communication
networks, social network systems etc. It has wide range of applications in almost all
branches of science, engineering, social sciences and even in linguistics.
Domination is a flourishing area of graph theory. Similar to the development of
other areas of graph theory, the game of chess becomes inspirational for the study of
dominating sets in graphs. Although the mathematical study of dominating sets in
1
Chapter 1. Introduction
graphs began around 1960 the subject has historical roots dating back to 1862, when
C. F De Jaenisch [44] analyzed the problem of determining the minimum number
of queens which are necessary to cover an n × n chessboard mathematically. This
problem is said to be the origin of the study of dominating sets in graphs.
In 1958, Claude Berge [6] wrote a book on graph theoy, in which he defined for
the first time the concept of domination number of a graph (although he called this
number the ‘coefficient of external stability’). In 1962, Oystein Ore [49] published
his book on graph theory, in which he used, for the first time, the names ‘dominating
set’ and ‘domination number’. He used the notation d(G) for the domination number
of a graph. In 1977, Cockayne and Hedetniemi [17] published a survey of the few
results known at that time about dominating sets in graphs, in which they used the
notation γ(G) for the domination number of a graph, which subsequently became
the accepted notation.
Domination has applications in facility location problems, in problems involving
finding sets of representatives, in land surveying, in monitoring communication or
electrical networks, in modeling biological or social networks etc. Part of what moti-
vates so much research into domination is the multitude of varieties of domination.
Various types of domination are obtained by imposing additional conditions on the
method of domination so as to meet a specific purpose.
This thesis entitled Domination in Graphs and Fuzzy Graphs intends to
make a small contribution to the vast ocean of domination theory in graphs.
A graph is trivial if its vertex set is a singleton and it contains no edges, and
nontrivial otherwise. An edge with identical end points is called a loop. Edges
2
Chapter 1. Introduction
joining the same pair of vertices are called multiple edges. A graph which has no
loops and multiple edges is called a simple graph. The graphs considered in this
thesis are all simple.
Definition 1.1.2. [12] The number of vertices in G is called the order of G and the
number of edges in G is called the size of G.
3
Chapter 1. Introduction
Definition 1.1.8. [12] A graph G is called bipartite if the vertex set V (G) can be
partitioned into two subsets X and Y such that each edge of G has one end in X
and the other end in Y . (X, Y ) is called a partition of G.
Definition 1.1.13. [12] Two vertices u and v of G are said to be connected if there
is a (u, v) path between them. A graph G is said to be connected if every pair of
vertices of G are joined by a path. A maximal connected subgraph of G is called a
component of G.
Definition 1.1.14. [12] The distance between two vertices u and v, denoted by
d(u, v), is the length of the shortest path connecting them.
4
Chapter 1. Introduction
Definition 1.1.17. [12] The radius, rad(G), is the minimum eccentricity among
the vertices of G, while the diameter, diam(G), of G is the maximum eccentricity.
Consequently, diameter of G is the greatest distance between any two vertices of G.
5
Chapter 1. Introduction
definitions and notations of fuzzy graphs. For terminology in fuzzy graphs we refer
to Mordeson and Nair [48].
Definition 1.2.1. [48] Let S be a finite non empty set. A fuzzy subset of S is a
mapping µ : S → [0, 1]. If µ, ν are two fuzzy subsets of S, then
2. µ ⊂ ν if µ(x) ≤ ν(x) for all x ∈ S and there exists at least one x ∈ S such
that µ(x) < ν(x).
Definition 1.2.2. [48] A fuzzy graph G = (V, µ, σ) is a non empty set V together
with a pair of functions µ : V → [0, 1] and σ : V × V :→ [0, 1] such that for all
u, v ∈ V , σ(u, v) ≤ µ(u) ∧ µ(v). µ is called fuzzy vertex set of G and σ is called the
fuzzy edge set of G respectively.
Definition 1.2.3. [48] The order p and size q of a fuzzy graph G = (V, µ, σ) are
defined to be
X X
p= µ(x) and q = σ(x, y)
x∈V (x,y)∈V ×V
Definition 1.2.4. Let G = (V, µ, σ) be a fuzzy graph and S ⊂ V. Then the scalar
P
cardinality of S is defined to be v∈S µ(v) and it is denoted by |S|. Then p denotes
the scalar cardinality of V , also called the order of G.
P
Definition 1.2.5. [48] The degree of a vertex v is defined as d(v) = u̸=v σ(u, v).
The minimum degree of G is δ(G) = ∧{d(v) : v ∈ V } and the maximum degree is
∆(G) = ∨{d(v) : v ∈ V }. A vertex v in a fuzzy graph is called an isolated vertex if
σ(u, v) = 0 for all u ∈ V .
Definition 1.2.7. [48] The strength of connectedness between two vertices u and
v is defined as the maximum of the strengths of all paths between u and v and
is denoted by CON NG (u, v). A fuzzy graph G = (µ, σ) is connected if for every
u, v ∈ V , CON NG (u, v) > 0.
6
Chapter 1. Introduction
Figure 1.1
7
Chapter 1. Introduction
γ(G2H) ≥ γ(G)γ(H).
8
Chapter 1. Introduction
Definition 1.3.12. [21] Let G be a graph and S ⊆ V (G). For each vertex u ∈ S
¯ v) = d(v,
and for each v ∈ V (G) \ S we define d(u, ¯ u) to be the length of a shortest
path in ⟨V (G) − (S − {u})⟩ if such a path exists, and ∞ otherwise.
For v ∈ V (G)define
P 1
¯
u∈S 2d(u,v)−1 if v ∈
/S
wS (v) =
2 if v ∈ S
If wS (v) ≥ 1 for each v ∈ V (G), then S is a non- porous exponential dominating
set. The smallest cardinality of a non- porous exponential dominating set is the
exponential domination number, γe (G).
9
Chapter 1. Introduction
(or p-exponential dominating set) of G is a set S ⊆ V (G) with w∗ (v) ≥ 1 for all
v ∈ V . The minimum cardinality of a porous exponential dominating set is the
p-exponential domination number, denoted by γe∗ (G).
Observation 1.3.14. [21] For every graph G, γe∗ (G) ≤ γe (G) ≤ γ(G).
Theorem 1.3.15. [21] For every positive integer n, γe∗ (Pn ) = γe (Pn ) = ⌈ n+1
4
⌉.
Theorem 1.3.16.
[21] For every integer n ≥ 3,
2 if n = 4
γe (Cn ) =
⌈ n ⌉ if n ̸= 4
4
10
Chapter 1. Introduction
Definition 1.4.1. [54] Let G = (V, µ, σ) be a fuzzy graph and u, v ∈ (V, µ). Then
u dominates v in G if σ(u, v) = µ(u) ∧ µ(v). Then v dominates u also. A subset S
of V is called a dominating set in G if for every v ∈
/ S, there exists u ∈ S such that
u dominates v. The minimum scalar cardinality of a dominating set in G is called
the domination number of G and is denoted by γ(G) or γ.
11
Chapter 1. Introduction
Bhutani and Rosenfeld [8] have introduced the concept of strong edges of a
fuzzy graph . An edge (u, v) is strong if σ(u, v) = CON N (u, v). If edge (u, v) is
strong, then the vertex v is a strong neighbor vertex u.
A Nagoorgani and V.T Chandrasekaran [25] defined that vertex u dominates v,
if (u, v) is a strong edge. A vertex u dominates itself and its strong neighbors. A set
S of vertices of G = (V, µ, σ) is a strong dominating set if every vertex of V (G) − S
is a strong neighbor of some vertex in S. A minimum strong dominating set in a
fuzzy graph G is a strong dominating set of minimum scalar cardinality. The scalar
cardinality of a minimum strong dominating set is called the strong domination
number of G.
O.T Manjusha and M.S Sunitha [46] defined different types of edges, neigh-
borhoods and neighborhood degree of a vertex in a fuzzy graph. In [45] the same
authors defined strong domination in fuzzy graphs using membership values of strong
P
edges. The weight of a strong dominating set S is defined as W (S) = m(u, v),
u∈S
where m(u, v) is the minimum of the membership values of the strong edges incident
on u. The strong domination number is the minimum weight of strong dominating
set of G.
The above definitions of domination in fuzzy graphs do not consider the fuzzy
subsets of the vertex set.
In 1987, Hedetniemi et al. [33] introduced the concept of fractional domination
and fractional domination number in crisp graphs. Properties of minimal dominating
function and fractional domination in graphs was studied by E. J Cockayne et al. in
[14]. A dominating function (DF) of a graph G = (V, E) is a function f : V → [0, 1]
such that
X
f (x) ≥ 1
x∈N [v]
12
Chapter 1. Introduction
13
Chapter 1. Introduction
for other type of graph products also have drawn attention of many mathematicians
[11].
14
Chapter 1. Introduction
the variations on domination and total domination studied in literature tend to focus
on adding restrictions which in turn increases their implementation costs. Disjunctive
domination, proposed and studied by Goddard et al. [26] is a method for relaxation
of the domination number. This motivated us in the study of disjunctive domination
in graphs. Several properties of disjunctive and total disjunctive domination number
of a graph are given in [35].
Domination in fuzzy graphs was first introduced by A. Somasundaram and S.
Somasundaram [54]. They defined domination in fuzzy graphs using the concept
of effective edge in a fuzzy graph. A. Nagoorgani and V.T Chandrasekaran [25]
defined domination in fuzzy graphs using strong edges. In [45], O.T Manjusha
and M.S. Sunitha defined strong domination in fuzzy graphs using membership
values of strong edges. All these definitions use either the effective or the strong
edges of a fuzzy graph. But there are situations where we need to consider all the
non-zero edges into account, even if they are very small in strength. Further these
definitions of domination in fuzzy graphs do not consider the fuzzy subsets of the
vertex set. But while considering fuzzy graphs and their subset problems it is more
apt to consider fuzzy subsets of the vertex set than their crisp subsets. As far as
we know, (r, s)-fuzzy domination [1] is the only framework in literature where the
authors consider the fuzzy subset of its vertex set. But this definition also does
not take into account all the non- zero edges incident at a vertex. Motivated by
all these, we defined a fuzzy dominating subset of a fuzzy graph as a fuzzy subset
of its vertex set, in which we also considered all the non-zero edges incident at a
vertex. Our definition allows the importance of all the edges incident at a vertex.
Further, in most of the papers, the authors considered domination as a symmetric
relation between two vertices. That is, whenever there is an effective edge (or strong
edge) between two vertices each vertex dominates the other irrespective of their
strength. But in actual situations it is not always possible that a vertex of weaker
potential dominates another with stronger potential. We have taken this also into
consideration while defining fuzzy dominating sets in fuzzy graphs.
15
Chapter 1. Introduction
is divided into six chapters. We shall now give a summary of each chapter.
The first chapter is an introduction and contains the basic definitions and
terminology both in crisp and fuzzy graph theory. It also includes the literature on
different domination parameters in both crisp and fuzzy graphs.
The second chapter deals with Disjunctive Domination in Graphs. We attempted
to investigate different properties of disjunctive domination number in Lexicographic,
Tensor, Strong and Cartesian products of crisp graphs. Further we have investigated
disjunctive domination number of some new graphs derived from given graphs. We
also found the disjunctive domination number of some corona related graphs.
In the third chapter we define Efficient Disjunctive Dominating Sets and Nearly
Efficient Disjunctive Dominating Sets in graphs. We have examined their existence
in several graphs especially in two dimensional grid graphs. We proved the existence
of Nearly Efficient Disjunctive Dominating sets in infinite two dimensional grid
graphs.
In Chapter 4, we initiate a study of Strength Based Domination or sb-domination
in graphs. This chapter is a collaboration work of ours with Dr. S. Arumugam,
National Center for Advanced Research in Discrete Mathematics, Kalasalingam
Academy of Research and Education, Anand Nagar, Krishnankoil-626126, Tamilnadu,
India. We present several fundamental results on the new concept.
The fifth chapter deals with domination in fuzzy graphs. We introduce fuzzy
domination in fuzzy graphs and present several basic results of this parameter.
Several parameters arising from this concept are also introduced and studied.
The Sixth chapter is a concluding chapter, consisting of summary and scope for
further studies.
All the graphs considered in this thesis are finite, un-directed and simple. Some
results of this thesis are published in the journals given in page 123 of this thesis.
16