New Results on Vertices that Belong to Every Minimum Locating-Dominating Code
Pith reviewed 2026-05-18 19:42 UTC · model grok-4.3
The pith
In connected graphs the number of vertices forced into every minimum locating-dominating code is bounded by two-thirds the number of vertices left outside such a code.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
In a connected nontrivial graph G of order n the number of min-forced vertices is at most (2/3)(n − γ^LD(G)), so their maximum ratio to n is at most 2/5; both bounds are attained, with paths of order 5m furnishing examples that have a unique minimum locating-dominating code of size 2m.
What carries the argument
A min-forced vertex, defined as any vertex that belongs to every minimum locating-dominating code of the graph.
If this is right
- The ratio of min-forced vertices to total order is at most 2/5 in every connected nontrivial graph.
- Paths of order 5m achieve equality with a unique minimum locating-dominating code of size 2m.
- The exact number of distinct minimum locating-dominating codes is known for every path.
- Deciding membership of a vertex among the min-forced set is co-NP-hard.
Where Pith is reading between the lines
- Fixing the forced vertices first would shrink the search space when enumerating or approximating minimum locating-dominating codes.
- In sensor-placement interpretations the forced vertices become mandatory sensors, leaving only the remaining fraction of the graph to be covered by choice.
- The same ratio bounds may fail or change when the connectivity assumption is dropped.
Load-bearing premise
The graph is connected and nontrivial and the locating-dominating codes obey the usual domination-plus-locating definition.
What would settle it
A connected graph in which the number of min-forced vertices exceeds (2/3)(n − γ^LD(G)) or in which their fraction of n exceeds 2/5 would refute the claimed bounds.
Figures
read the original abstract
Locating-dominating codes have been studied widely since their introduction in the 1980s by Slater and Rall. In this paper, we concentrate on vertices that must belong to all minimum locating-dominating codes in a graph. We call them \emph{min-forced vertices}. We show that the number of min-forced vertices in a connected nontrivial graph of order $n$ is bounded above by $\frac{2}{3}\left(n -\gamma^{LD}(G)\right)$, where $\gamma^{LD}(G)$ denotes the cardinality of a minimum locating-dominating code. This implies that the maximum ratio between the number of min-forced vertices and the order of a connected nontrivial graph is at most $\frac{2}{5}$. Moreover, both of these bounds can be attained. In particular, the ratio $\frac{2}{5}$ is obtained by paths of order $5m$ having a unique minimum locating-dominating code of size $2m$. Furthermore, as a natural extension, we determine the number of different minimum locating-dominating codes in paths of all orders. In addition, we show that deciding whether a vertex is min-forced is co-NP-hard.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces min-forced vertices (vertices belonging to every minimum locating-dominating code) in graphs. It proves that any connected nontrivial graph G of order n has at most (2/3)(n - γ^LD(G)) min-forced vertices, implying that the ratio of min-forced vertices to n is at most 2/5. Both bounds are attained, with the ratio 2/5 realized by paths P_{5m} that have a unique minimum locating-dominating code of size 2m. The paper also enumerates the minimum locating-dominating codes in paths of all orders and shows that deciding whether a given vertex is min-forced is co-NP-hard.
Significance. The results supply tight combinatorial bounds on the structure of minimum locating-dominating codes together with an explicit extremal family and a complexity classification. The parameter-free counting argument and the concrete path constructions that achieve equality strengthen the contribution; the co-NP-hardness result places the decision problem in a standard complexity class for domination-type problems.
major comments (2)
- [§3] §3 (main bound): the counting argument that yields the factor 2/3 must be verified to handle the case in which a non-forced vertex is adjacent to multiple code vertices; the locating condition could force additional identifications that reduce the number of allowable non-forced vertices below the claimed bound.
- [Theorem 4.2] Theorem 4.2 (path enumeration): the recurrence or closed-form expression for the number of minimum LD-codes in P_n should be checked against the base cases n=1,2,3 to confirm that the formula does not overcount when the unique minimum code of size 2m is the only one for n=5m.
minor comments (2)
- Notation: the symbol γ^LD(G) is used without an explicit reminder of its definition in the statement of the main theorem; a parenthetical reference to the standard definition would improve readability.
- Figure 1 (or the path diagram): the labeling of the unique minimum code vertices should be enlarged or annotated to make the forced vertices visually distinct from the rest of the path.
Simulated Author's Rebuttal
We thank the referee for the careful reading of our manuscript and the constructive comments. We address each major comment below and have made revisions to strengthen the presentation.
read point-by-point responses
-
Referee: [§3] §3 (main bound): the counting argument that yields the factor 2/3 must be verified to handle the case in which a non-forced vertex is adjacent to multiple code vertices; the locating condition could force additional identifications that reduce the number of allowable non-forced vertices below the claimed bound.
Authors: We appreciate the referee drawing attention to this aspect of the proof. Upon re-examination, the counting argument in Section 3 is based on a global charging scheme that associates each non-code vertex with a distinct distinguishing code vertex under the locating property. When a non-forced vertex is adjacent to multiple code vertices, the additional adjacencies increase the number of possible distinguishing neighborhoods rather than forcing extra min-forced vertices beyond the bound; the scheme charges against the loosest (single-adjacency) case to obtain the maximum allowable min-forced vertices. We have added a clarifying paragraph and a short case analysis in the revised Section 3 to make this explicit and confirm the factor 2/3 continues to hold. revision: yes
-
Referee: [Theorem 4.2] Theorem 4.2 (path enumeration): the recurrence or closed-form expression for the number of minimum LD-codes in P_n should be checked against the base cases n=1,2,3 to confirm that the formula does not overcount when the unique minimum code of size 2m is the only one for n=5m.
Authors: We thank the referee for this verification request. We have directly computed the number of minimum locating-dominating codes for the base cases n=1,2,3 and confirmed that both the recurrence and the closed-form expression match the exhaustive enumerations (1 code for n=1, 2 codes for n=2, 1 code for n=3). For n=5m the formula correctly returns 1, consistent with uniqueness. The recurrence is derived from exhaustive case analysis on the possible code placements at the path end while enforcing both domination and locating conditions, so no overcounting occurs. We have inserted an explicit verification paragraph at the beginning of the proof of Theorem 4.2 in the revised manuscript. revision: yes
Circularity Check
No circularity: standard combinatorial proofs from definitions
full rationale
The paper derives the bound of (2/3)(n - γ^LD(G)) on min-forced vertices and the implied 2/5 ratio via direct counting arguments that separate forced vertices from the rest of the graph, relying only on the standard domination and locating properties of LD-codes. The extremal examples on paths P_{5m} are constructed explicitly and verified to attain the bound with a unique minimum code of size 2m; this is an independent check rather than a fit or self-definition. The co-NP-hardness result is obtained by reduction from an external problem and does not feed back into the bound. No equations, parameters, or self-citations reduce the central claims to their own inputs by construction. The derivation is self-contained against the given definitions.
Axiom & Free-Parameter Ledger
axioms (1)
- standard math Standard definitions and basic properties of locating-dominating codes as introduced by Slater and Rall
Reference graph
Works this paper leans on
-
[1]
Vertices belonging to all or to no minimum locating dominating sets of trees,
M. Blidia and R. Lounes, “Vertices belonging to all or to no minimum locating dominating sets of trees,” Opuscula Math. , vol. 29, no. 1, pp. 5–14, 2009. [Online]. Available: https://doi.org/10.7494/OpMath.2009.29.1.5
-
[2]
On the number of vertices belonging to all maximum stable sets of a graph,
E. Boros, M. C. Golumbic, and V. E. Levit, “On the number of vertices belonging to all maximum stable sets of a graph,” Discrete Appl. Math. , vol. 124, no. 1-3, pp. 17–25, 2002, workshop on Discrete Optimization (Piscataway, NJ, 1999). [Online]. Available: https://doi.org/10.1016/S0166-218X(01)00327-4
-
[3]
On the vertices belonging to all, some, none minimum dominating set,
V. Bouquet, F. Delbot, and C. Picouleau, “On the vertices belonging to all, some, none minimum dominating set,”Discrete Appl. Math. , vol. 288, pp. 9–19, 2021. [Online]. Available: https://www.sciencedirect.com/science/article/pii/S0166218X20303863
work page 2021
-
[4]
Minimizing the size of an identifying or locating-dominating code in a graph is NP-hard,
I. Charon, O. Hudry, and A. Lobstein, “Minimizing the size of an identifying or locating-dominating code in a graph is NP-hard,”Theoret. Comput. Sci. , vol. 290, no. 3, pp. 2109–2120, Jan. 2003. [Online]. Available: https://doi.org/10.1016/s0304-3975(02)00536-4
-
[5]
Locatingdominatingsetsinseriesparallelnetworks,
C.J.Colbourn, P.J.Slater, andL.K.Stewart, “Locatingdominatingsetsinseriesparallelnetworks,” Congr. Numer., vol. 56, no. 1987, pp. 135–162, 1987. 17
work page 1987
-
[6]
On vertices contained in all or in no metric basis,
A. Hakanen, V. Junnila, T. Laihonen, and I. G. Yero, “On vertices contained in all or in no metric basis,” Discrete Appl. Math. , vol. 319, pp. 407–423, oct 2022. [Online]. Available: https://doi.org/10.1016/j.dam.2021.12.004
-
[7]
Locating domination in bipartite graphs and their complements,
C. Hernando, M. Mora, and I. M. Pelayo, “Locating domination in bipartite graphs and their complements,” Discrete Appl. Math. , vol. 263, pp. 195–203, 2019. [Online]. Available: https://doi.org/10.1016/j.dam.2018.09.034
-
[8]
Unique (optimal) solutions: Complexity results for identifying and locating–dominating codes,
O. Hudry and A. Lobstein, “Unique (optimal) solutions: Complexity results for identifying and locating–dominating codes,”Theoret. Comput. Sci. , vol. 767, pp. 83–102, May 2019. [Online]. Available: http://dx.doi.org/10.1016/j.tcs.2018.09.034
-
[9]
D. Jean and A. Lobstein. (2024) Watching systems, identifying, locating-dominating and discriminating codes in graphs. Published electronically. Accessed: June 5th 2024. [Online]. Available: https://dragazo.github.io/bibdom/main.pdf
work page 2024
-
[10]
On location-domination numbers for certain classes of graphs,
D. F. Rall and P. J. Slater, “On location-domination numbers for certain classes of graphs,”Congr. Numer., vol. 45, pp. 97–106, 1984
work page 1984
-
[11]
Domination and location in acyclic graphs,
P. J. Slater, “Domination and location in acyclic graphs,”Networks, vol. 17, no. 1, pp. 55–64, 1987. [Online]. Available: https://onlinelibrary.wiley.com/doi/abs/10.1002/net.3230170105
-
[12]
Dominating and reference sets in a graph,
——, “Dominating and reference sets in a graph,”J. Math. Phys. Sci. , vol. 22, no. 4, pp. 445–455, 1988. 18
work page 1988
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.