Total Resolving Set - Prof
Total Resolving Set - Prof
Total Resolving Set - Prof
Abstract
Let G be a connected graph. Let W = (w1 , w2 , ..., wk ) be a subset of
V with an order imposed on it. For any v ∈ V , the vector r(v|W ) =
(d(v, w1 ), d(v, w2 ), ..., d(v, wk )) is called the resolving vector of v with respect
to W . If distinct vertices in V have distinct resolving vectors, then W is called
a resolving set of G. The minimum cardinality of a resolving set of G is called
the metric dimension of G and it is denoted by dim(G). A resolving set W is
called a total resolving set if the induced subgraph hW i has no isolated ver-
tices. The minimum cardinality of a total resolving set of G is called the total
resolving number of G and is denoted by tr(G). In this paper, we initiate a
study of this parameter.
Keywords : Resolving set, metric dimension, total resolving set, total resolving
number.
1 Introduction
The distance d(u, v) between two vertices u and v in a connected graph G is the
length of a shortest u-v path in G. For an ordered set W = {w1 , w2 , ..., wk } ⊂ V (G)
and a vertex v of G, we refer to the k-vector r(v|W ) = (d(v, w1 ), d(v, w2 ), ..., d(v, wk ))
as the metric representation of v with respect to W . The set W is called a resolving
set for G, if any two distinct vertices have distinct representations with respect to
W . A resolving set for G containing a minimum number of vertices is a minimum
resolving set or a basis for G. The metric dimension dim(G) is the number of
vertices in a basis for G.
In [10] and later in [11], Slater introduced these ideas and he used the terms
locating set and location number for resolving set and metric dimension respectively.
Harary and Melter [5] discovered these concepts independently but used the term
metric dimension rather than location number.
Applications of resolving set arise in various areas including coin weighing prob-
lem [9], drug discovery [2], robot navigation [7], network discovery and verification
[1], connected joins in graphs [9], and strategies for mastermind game [4]. For a
survey of results in metric dimension we refer to Chartrand and Zhang [3].
The concept of domination is one of the major research areas in graph theory.
Several models of domination have been investigated by imposing conditions on
the subgraph induced by a dominating set. Some of the well studied parameters of
this type include connected domination, total domination, independent domination,
paired domination, global domination, weak domination, strong domination and
locating domination. In fact, more than 65 models of domination have been reported
in the appendix given in Haynes et al. [6]. Along the similar line Zhang and
Saenpholphat introduced the concept of connected resolving set [8].
1
A resolving set W of G is connected if the subgraph hW i induced by W is
a nontrivial connected subgraph of G. The minimum cardinality of a connected
resolving set W of G is the connected resolving number cr(G). A connected resolving
set of cardinality cr(G) is called a cr-set of G. Since every connected resolving set
is a resolving set, dim(G) ≤ cr(G) for all connected graphs G. In this paper we
introduce the concept of total resolving set and total resolving number and present
several basic results.
We need the following definition and theorems:
Definition 1.1. Let G1 and G2 be two graphs of order n1 and n2 respectively. Then
the graph obtained by taking one copy of G1 and n1 copies of G2 and joining the
ith vertex of G1 to all the vertices in the ith copy of G2 is called the corona of G1
and G2 and is denoted by G1 ◦ G2 .
Definition 1.2. [7] Let T = (V, E) be a tree which is not a path and let v ∈ V. A
component S of T − {v} such that induced subgraph hS ∪ {v}i is a path is called a
leg at v.
Theorem 1.3. [7] Let T = (V, E) be Pa tree which is not a path. Let lv denote the
number of legs at v. Then dim(T ) = (lv − 1).
lv >1
Example 2.2. For the grpah G given in Figure 1, W = {v1 , v3 , v5 } is a basis for G
and W ′ = {v1 , v3 , v5 , v} is a minimum total resolving set. Hence dim(G) = 3 and
tr(G) = 4.
v1 v2
b b
v6 b b
v3
v
v5 b
b v4
Figure 1: A graph G with dim(G) = 3 and tr(G) = 4
2
Problem 2.5. Characterize graphs for which tr(G) = cr(G).
The total resolving number of standard graphs are given below.
Example 2.6.
(i) For the path Pn , n ≥ 2, tr(Pn ) = 2.
(ii) For the complete graph Kn , n ≥ 3, tr(Kn ) = n − 1.
(iii) For the complete bipartite graph Km,n , m, n ≥ 2, tr(Km,n ) = m + n − 2.
(iv) For the friendship graph G with k-triangles, k ≥ 2, tr(G) = k + 1.
(v) For the graph Pn + K1 , n ≥ 2, tr(Pn + K1 ) = ⌊n/2⌋.
Theorem 2.7. Let T be a tree which is not a path. Let s denote the number of
vertices v of T with lv > 1. Then tr(T ) = dim(T ) + s.
P
Proof. By Theorem 1.3, dim(T ) = (lv − 1). A basis W for T can be obtained
lv >1
by choosing one vertex from each of the lv − 1 legs at v which is adjacent to v, for
each v with lv > 1. Now, W1 = W ∪ {v ∈ V (T ) : lv > 1} is a total resolving set of
G. Hence tr(T ) ≤ dim(T ) + s. Now, let X be any total resolving set of T . Then
X contains at least one vertex from all but one leg for each v with lv > 1. Since
X is a total resolving set, X contains at least one more vertex from the subtree
induced by v and all the legs at v. Hence it follows that |X| ≥ dim(T ) + s, so that
tr(T ) ≥ dim(T ) + s. Thus tr(T ) = dim(T ) + s.
Theorem 2.8. Let G be a connected graph of order n ≥ 3. Then tr(G) = n − 1 if
and only if G = Kn or G = K1,n−1 .
Proof. Suppose tr(G) = n − 1. Since tr(G) ≤ cr(G), it follows that cr(G) = n − 1.
Hence it follows from by Theorem 1.4 that G = Kn or K1,n−1 . The converse is
obvious.
Theorem 2.9. Let G = K2n − M where M is a perfect matching in K2n . Then
tr(G) = n for all n ≥ 2.
Proof. Let V (K2n ) = {x1 , x2 , ..., x2n } and let M = {x1 x2 , x3 x4 , . . . , x2n−1 x2n }. Let
W = {x1 , x3 , ..., x2n−1 }. Since hW i is complete, hW i has no isolated vertices. Also
W is a resolving set of G and so tr(G) ≤ n. Now, suppose there exists a total
resolving set of G with |S| ≤ n − 1. Then there exists an edge in M such that its
end vertices are not in S and both these end vertices have the same representation
(1, 1, ..., 1), which is a contradiction. Thus tr(G) ≥ n and hence tr(G) = n.
Theorem 2.10. For the graph G = Kn − e, we have tr(G) = n − 2 for all n ≥ 3.
Proof. Let V (Kn ) = {x1 , x2 , ..., xn } and let e = x1 x2 . Then W = V − {x1 , x3 } =
{x2 , x4 , x5 , ..., xn } is a total resolving set of G and hence tr(G) ≤ n − 2. Also
any set W with |W | ≤ n − 3 is not a resolving set of G and hence it follows that
tr(G) ≥ n − 2. Thus tr(G) = n − 2.
Theorem 2.11. For any graph G, tr(G) ≤ 2 dim(G).
Proof. Let S be a resolving set of G with |S| = dim(G). For each v ∈ S, choose
v ′ ∈ V such that v ′ is adjacent to v. Then S1 = S ∪ {v ′ : v ∈ S} is a total resolving
set of G and tr(G) ≤ |S1 | ≤ 2dim(G).
The bound given in the above theorem is sharp as shown in the following theo-
rems:
3
Theorem 2.12. For the corona G ◦ K2 where G is any connected graph of order
n, we have dim(G) = n and tr(G) = 2n.
Proof. Let tr(G) = 2dim(G). Suppose there exists a basis S such that S is not
independent. For every isolated vertex v in hSi, we choose v ′ ∈ V \ S such that v ′
is adjacent to v. Let T = S ∪ {v ′ : v is an isolated vertex in S}. Then T is a total
resolving set of G and tr(G) ≤ |T | < dim(G), which is a contradiction. Hence every
basis S of G is independent. Now, suppose the vertices s1 , s2 ∈ S have a common
neighbour in G, say w. For every vertex v ∈ S − {s1 , s2 } we choose v ′ ∈ V \ S such
that v ′ is adjacent to v. Let T = S ∪ {v ′ : v ∈ S − {s1 , s2 }} ∪ {w}. Clearly, T is a
total resolving set of G and |T | ≤ 2 |S| − 1 which is contradiction. Thus every basis
S of G is independent and no two vertices in S have a common neighbour in G.
Conjecture 2.15. For any graph G, tr(G) = 2dim(G) if and only if every basis S
of G is independent and no two vertices in S have a common neighbour in G.
Theorem 2.16. For any two positive integers k and n with 2 ≤ k ≤ n − 1, there
is a connected graph G of order n with total resolving number k.
Proof. For k = 2, the path Pn has the desired property. For k ≥ 3, let G be
the graph obtained from the path Pn−k+1 = (u1 , u2 , ..., un−k+1 ) by adding k − 1
pendant vertices vi , 1 ≤ i ≤ k − 1 adjacent to u1 . Then the order of G is n. Any
total resolving set of G must contain all the vertices vi , 1 ≤ i ≤ k − 1 and the vertex
4
u1 . Hence tr(G) ≥ k. Further W = {v1 , v2 , ..., vk−1 , u1 } is a total resolving set of
G. Thus tr(G) ≤ k and hence tr(G) = k.
In the following two theorems we present results on the total resolving number
of Cartesian product of graphs.
5
References
[1] Z. Beuliova, F. Eberhard, T. Erlebach, A. Hall, M. Hoffman, M. Mihalak and
L. Ram, Network Discovery and Verification, IEEE J. Sel. Areas commun., 24
(2006), 2168–2181.
[5] F. Harary and R.A. Melter, On the metric dimension of a graph, Ars. Combin.,
2 (1976), 191–195.
[6] T.W. Haynes, S.T. Hedetniemi and P.J. Slater, Fundamentals of Domination
in graphs, Marcel Dekker Inc., Newyork, (1998).
[9] A. Sebo and E. Tannier, On metric generators of graphs, Math. Oper. Res, 29
(2004), 383–393.
[11] P.J. Slater, Dominating and reference sets in graphs, J. Math. Phys. Sci., 22
(1988), 445–455.