Table of Contents
Fetching ...

Four Dominion Growth Regimes in Trees: Forcing, Fibonacci Enumeration, Periodicity, and Stability

Julian Allagan, Erin Gray, Jennifer Sawyer, Gabrielle Morgan

TL;DR

The paper investigates the dominion $\zeta(G)$, the number of minimum dominating sets, in trees to understand when optimal domination is rigid versus flexible. By analyzing pendant-path structures and complete binary trees, it identifies four distinct growth regimes, deriving exact formulas (e.g., $\gamma(G(n,r))=n$, $\zeta(G(n,r))=2^n$ for $r=1$) and a periodic, height-dependent law $\zeta(T_h)\in\{1,3\}$ for complete binary trees. It further establishes a sharp envelope for dominion under leaf deletions, $\zeta(T_h-X)\le 2^{m_1(X)}\zeta(T_h)$, with tightness demonstrated by single-leaf deletions. The work also provides linear-time dynamic programming techniques to compute $\gamma$ and $\zeta$ on trees and related path-based families, enabling efficient analysis of domination flexibility in large networks. Overall, the results offer a structural and algorithmic framework linking local forcing to global enumeration of optimal dominating sets, with applications in sensor placement, network resilience, and hierarchical monitoring.

Abstract

We study the dominion zeta(G), defined as the number of minimum dominating sets of a graph G, and analyze how local forcing and boundary effects control the flexibility of optimal domination in trees. For path-based pendant constructions, we identify a sharp forcing threshold: attaching a single pendant vertex to each path vertex yields complete independence with zeta = 2^gamma, whereas attaching two or more pendant vertices forces a unique minimum dominating set. Between these extremes, sparse pendant patterns produce intermediate behavior: removing endpoint pendants gives zeta = 2^(gamma - 2), while alternating pendant attachments induce Fibonacci growth zeta asymptotic to phi^gamma, where phi is the golden ratio. For complete binary trees T_h, we establish a rigid period-3 law zeta(T_h) in {1, 3} despite exponential growth in |V(T_h)|. We further prove a sharp stability bound under leaf deletions, zeta(T_h - X) <= 2^{m_1(X)} zeta(T_h), where m_1(X) counts parents that lose exactly one child; in particular, deleting a single leaf preserves the domination number and exactly doubles the dominion.

Four Dominion Growth Regimes in Trees: Forcing, Fibonacci Enumeration, Periodicity, and Stability

TL;DR

The paper investigates the dominion , the number of minimum dominating sets, in trees to understand when optimal domination is rigid versus flexible. By analyzing pendant-path structures and complete binary trees, it identifies four distinct growth regimes, deriving exact formulas (e.g., , for ) and a periodic, height-dependent law for complete binary trees. It further establishes a sharp envelope for dominion under leaf deletions, , with tightness demonstrated by single-leaf deletions. The work also provides linear-time dynamic programming techniques to compute and on trees and related path-based families, enabling efficient analysis of domination flexibility in large networks. Overall, the results offer a structural and algorithmic framework linking local forcing to global enumeration of optimal dominating sets, with applications in sensor placement, network resilience, and hierarchical monitoring.

Abstract

We study the dominion zeta(G), defined as the number of minimum dominating sets of a graph G, and analyze how local forcing and boundary effects control the flexibility of optimal domination in trees. For path-based pendant constructions, we identify a sharp forcing threshold: attaching a single pendant vertex to each path vertex yields complete independence with zeta = 2^gamma, whereas attaching two or more pendant vertices forces a unique minimum dominating set. Between these extremes, sparse pendant patterns produce intermediate behavior: removing endpoint pendants gives zeta = 2^(gamma - 2), while alternating pendant attachments induce Fibonacci growth zeta asymptotic to phi^gamma, where phi is the golden ratio. For complete binary trees T_h, we establish a rigid period-3 law zeta(T_h) in {1, 3} despite exponential growth in |V(T_h)|. We further prove a sharp stability bound under leaf deletions, zeta(T_h - X) <= 2^{m_1(X)} zeta(T_h), where m_1(X) counts parents that lose exactly one child; in particular, deleting a single leaf preserves the domination number and exactly doubles the dominion.
Paper Structure (12 sections, 11 theorems, 25 equations, 1 figure, 2 tables)

This paper contains 12 sections, 11 theorems, 25 equations, 1 figure, 2 tables.

Key Result

Theorem 3

Fix integers $n\ge 1$ and $r\ge 1$. Let $G(n,r)$ be the graph obtained from $P_n$ by attaching $r$ pendant vertices $\ell_{i,1},\dots,\ell_{i,r}$ to each $v_i$. Then In particular, if $r\ge 2$ the unique minimum dominating set is $\{v_1,\dots,v_n\}$, whereas if $r=1$ every minimum dominating set is obtained by choosing one vertex from each pair $\{v_i,\ell_{i,1}\}$ independently.

Figures (1)

  • Figure 1: Four dominion behaviors in trees. (a) Full comb $G_4$: $\gamma=4$, $\zeta=2^4=16$ (three examples shown). (b) Double-pendant $G(4,2)$: $\gamma=4$, $\zeta=1$ (unique set). (c) Alternating comb $E_6$: $\gamma=3$, $\zeta=F_4=3$ (all three sets). (d) Binary tree $T_3$: $\gamma=5$, $\zeta=3$ (all three sets). Filled vertices belong to dominating sets; hollow vertices are dominated. See Theorems \ref{['thm:uniform']}, \ref{['thm:alt']}, and \ref{['thm:binary']}.

Theorems & Definitions (26)

  • Remark 1: Structural versus extremal regimes
  • Definition 2
  • Theorem 3: Forcing dichotomy for paths with pendant vertices
  • proof
  • Corollary 4: Stars
  • proof
  • Corollary 5: Full comb
  • proof
  • Theorem 6: Interior pendants
  • proof
  • ...and 16 more