Fractional dominating set

In graph theory, a fractional dominating set is a generalization of the dominating set concept that allows vertices to be assigned fractional weights between 0 and 1, rather than binary membership. This relaxation transforms the domination problem into a linear programming problem, often yielding more precise bounds and enabling polynomial-time computation.
Definition
Let be a graph. A fractional dominating function is a function such that for every vertex , the sum of over the closed neighborhood is at least 1:[1][2]
The fractional domination number is the minimum total weight of a fractional dominating function:
Properties
For any graph , the fractional domination number satisfies:[1]
where is the domination number, is the upper domination number, and is the upper fractional domination number.
The fractional domination number can be computed as the solution to a linear program by utilizing strong duality.[2]
For any graph with vertices, minimum degree , and maximum degree :[2]
For any graph , the fractional edge domination number equals the domination number of the line graph:[3]
Formulas for specific graph families
For a k-regular graph with vertices and :[1][4]
For the complete bipartite graph :[2]
For the cycle graph :[3]
For the path graph :[3]
For the crown graph :[3]
For the wheel graph with vertices:[3]
Several graph classes have :[2]
- Trees
- Block graphs (graphs where every block is complete)
- Strongly chordal graphs
For the strong product of graphs :[2]
For the Cartesian product of graphs (Vizing's conjecture, fractional version):[2]
Computational complexity
Since the fractional domination number can be formulated as a linear program, it can be computed in polynomial time, unlike the standard domination number which is NP-hard to compute.[2]
Variants
A fractional distance k-dominating function generalizes the concept by requiring that for every vertex , the sum over its distance- neighborhood (vertices at distance at most from ) is at least one. The corresponding fractional distance k-domination number is denoted . [4]
For -regular graphs and specific values of , exact formulas exist. For instance, for cycles :[4]
An efficient fractional dominating function satisfies
for all vertices . Not all graphs admit efficient fractional dominating functions.[2]
A fractional total dominating function requires that for every vertex , the sum over its open neighborhood (excluding itself) is at least one. The fractional total domination number is denoted .[2]
The upper fractional domination number is the maximum weight among all minimal fractional dominating functions.[2]
See also
- Dominating set
- Linear programming
- Fractional graph coloring
References
- ↑ 1.0 1.1 1.2 Haynes, Teresa W.; Hedetniemi, Stephen T.; Slater, Peter J. (1998). Fundamentals of Domination in Graphs. Marcel Dekker. pp. 261-262. ISBN 9780429157769.
- ↑ 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 Goddard, Wayne; Henning, Michael A. (2020). "Fractional Dominating Parameters". in Haynes, Teresa W.; Hedetniemi, Stephen T.; Henning, Michael A.. Topics in Domination in Graphs. Springer. pp. 349-363. doi:10.1007/978-3-030-51117-3_10. ISBN 978-3-030-51117-3.
- ↑ 3.0 3.1 3.2 3.3 3.4 Shanthi, P.; Amutha, S.; Anbazhagan, N.; Bragatheeswara Prabu, S. (2023). "Effects on fractional domination in graphs". Journal of Intelligent & Fuzzy Systems 44 (5): 7855–7864. doi:10.3233/JIFS-222999.
- ↑ 4.0 4.1 4.2 Arumugam, S.; Mathew, Varughese; Karuppasamy, K. (2012). "Fractional distance domination in graphs". Discussiones Mathematicae Graph Theory 32 (3): 449-459. doi:10.7151/dmgt.1609.
