Global dominating set

From HandWiki
Short description: Dominating set that dominates both a graph and its complement
Two complementary graphs, with a minimum global dominating set colored red in each

In graph theory, a global dominating set is a dominating set S of a graph G that is also a dominating set of the complement graph G¯. The global domination number γg(G) is the minimum cardinality of a global dominating set of G. The concept was introduced by E. Sampathkumar in 1989.[1]

Definition

Let G=(V,E) be a graph with vertex set V and edge set E. A set SV is a dominating set of G if every vertex in VS is adjacent to at least one vertex in S. A dominating set S is called a global dominating set (or g.d. set) if S is also a dominating set of the complement G¯.[1]

Equivalently, a dominating set S of G is a global dominating set if and only if for each vertex vVS, there exists a vertex uS such that u is not adjacent to v in G.[1]

Properties

The following properties hold for any graph G:[1]

  • γg(G)=γg(G¯)
  • γ(G)γg(G), where γ(G) is the domination number of G
  • γ¯(G)γg(G), where γ¯(G)=γ(G¯)
  • γ(G)+γ¯(G)2γg(G)γ(G)+γ¯(G)

For a graph G of order p without isolated vertices:[1]

  • γ(G)+γg(G)p+1
  • γg(G)max{χ(G),χ(G¯)}, where χ(G) is the chromatic number of G

The global domination number exhibits invariance under certain graph operations. For example, for cycles Cn (with n3,n5), the global domination number remains unchanged under the operation of edge duplication, and similarly for wheels Wn.[2]

Bounds

For a connected graph G of order n with maximum degree Δ(G), diameter d(G), radius r(G), and the set of support vertices (vertices adjacent to vertices with degree 1) Supp(G), the following lower bound holds:[3]

L=max{nΔ(G)+1,2r(G)3,d(G)+13,|Supp(G)|}γg(G)

Upper bounds have also been established:[3]

  • γg(G)min{Δ(G),Δ(G¯)}+1
  • γg(G)max{δ(G),δ(G¯)}+1 when δ(G)=δ(G¯)>2, where δ(G) is the minimum degree

Known graphs

For specific families of graphs, the global domination number has been determined:[1][2]

  • For a complete graph Kp or its complement K¯p: γg(G)=p
  • For a complete bipartite graph Km,n with 2mn: γg(Km,n)=n
  • For a cycle Cn with n3 and n5: γg(Cn)=n/3
  • For a path Pn with n4: γg(Pn)=n/3
  • For a wheel Wn: γg(Wn)=4 if n=4, and γg(Wn)=3 otherwise

Global domatic number

The global domatic number dg(G) is the maximum order of a partition of the vertex set V into global dominating sets. Analogous to the relationship between the domination number and domatic number, we have dg(G)=dg(G¯) and dg(G)d(G)δ(G)+1, where d(G) is the domatic number and δ(G) is the minimum degree of G.[1]

Computational complexity

The problem of finding a minimum global dominating set is NP-hard. This was established by Brigham and Dutton (1990) through a reduction from the dominating set problem, which is known to be NP-hard.[3][4]

The problem remains NP-hard even for restricted graph classes, including planar graphs and split graphs. For split graphs, any global dominating set is formed either by the dominating set of the graph or by the dominating set augmented with vertices from the independent set.[3]

Algorithms

Both exact and heuristic algorithms have been developed for the global domination problem:[3]

Exact algorithms:

  • An integer linear programming (ILP) formulation using 2n constraints to ensure domination in both G and G¯
  • An implicit enumeration algorithm using binary search over feasible solution sizes, guided by lower and upper bounds

Heuristic algorithms:

  • Greedy algorithms that iteratively select vertices maximizing the number of newly dominated vertices in both the graph and its complement
  • A purification procedure that reduces the size of a global dominating set by removing redundant vertices while maintaining the domination property

Applications

Global dominating sets arise naturally in network reliability contexts. Consider a graph representing a network of roads connecting various locations, where some locations have supply stations. If the primary links (edges of G) may fail, maintaining supply requires that stations can reach all locations through alternative links (edges of G¯). A global dominating set represents the minimum set of supply stations needed to maintain service regardless of which network (primary or backup) is operational.[1]

In social network analysis, when modeling individuals with certain social behaviors, a standard dominating set identifies influential individuals, but does not account for potential changes in influence relationships. A global dominating set ensures coverage even if the influence network changes to its complement, providing resilience against dynamic network changes.[3]

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 Sampathkumar, E. (1989). "The global domination number of a graph". Journal of Mathematical and Physical Sciences 23 (5): 377–385. https://www.researchgate.net/publication/265428710_The_global_domination_number_of_a_graph. 
  2. 2.0 2.1 Vaidya, S. K.; Pandit, R. M. (2013). "Some New Perspectives on Global Domination in Graphs". ISRN Combinatorics 2013: 1–4. doi:10.1155/2013/201654. https://www.researchgate.net/publication/258390577_Some_New_Perspectives_on_Global_Domination_in_Graphs. 
  3. 3.0 3.1 3.2 3.3 3.4 3.5 Parra Inza, Ernesto; Vakhania, Nodari; Sigarreta Almira, José María; Hernández Mira, Frank Angel (2024). "Algorithms for the Global Domination Problem". Computers & Operations Research 172. doi:10.1016/j.cor.2024.106876. 
  4. Brigham, R. C.; Dutton, R. D. (1990). "Factor domination in graphs". Discrete Mathematics 86 (1–3): 127–136. doi:10.1016/0012-365X(90)90355-L. https://www.researchgate.net/publication/220190488_Factor_Domination_in_Graphs. 

Further reading

  • Harris, Elizabeth Marie (August 2012). Global Domination Stable Graphs (M.S.). East Tennessee State University.