Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash 85 tok/s
Gemini 2.5 Pro 48 tok/s Pro
GPT-5 Medium 37 tok/s
GPT-5 High 37 tok/s Pro
GPT-4o 100 tok/s
GPT OSS 120B 473 tok/s Pro
Kimi K2 240 tok/s Pro
2000 character limit reached

Power-Propagation Method in Graphs

Updated 21 July 2025
  • Power-Propagation Method is a discrete-time process that simulates how a set of vertices systematically dominates all nodes under specific forcing rules.
  • It quantifies the minimal rounds required for complete network observability and relates propagation time to key parameters like power domination number and maximum degree.
  • Applications include optimal PMU placement in power grids, network monitoring, and robustness analysis, providing actionable insights for system design.

The Power-Propagation Method in graph theory and its applications refers to a discrete-time process for modeling the temporal dynamics by which a selected set of vertices—subject to specific propagation rules—systematically “observes” or dominates all vertices of a graph. Originating from the paper of power domination in graphs, which itself is motivated by applications such as optimal placement of Phasor Measurement Units (PMUs) in power networks, this method quantifies not only whether complete observation of the network is possible, but also the minimal number of rounds required for full network observability. The power propagation time encapsulates the speed at which observability spreads from a power dominating set under a rigorous sequence of forcing rules, providing both insight and bounds on critical structural parameters of graphs.

1. Definition of Power Propagation Time and Process

Given a graph G=(V,E)G = (V, E) and a set of vertices SVS \subseteq V, the power-propagation process is a round-based dynamic defined as follows:

  • First round: The “domination” phase

S[1]=N[S]=SN(S)S^{[1]} = N[S] = S \cup N(S)

where N(S)N(S) is the set of neighbors of SS.

  • Subsequent rounds: The “propagation” (or zero-forcing) phase

S[i+1]=S[i]{w:vS[i] with N(v)(VS[i])={w}}S^{[i+1]} = S^{[i]} \cup \{w : \exists\, v \in S^{[i]} \text{ with } N(v) \cap (V \setminus S^{[i]}) = \{w\}\}

That is, if any observed vertex vv has exactly one unobserved neighbor ww, then ww is “forced” to be observed in the next round.

The process repeats until no further vertices can be observed. If S[]=V(G)S^{[\ell]} = V(G) for some \ell, then SS is a power dominating set for GG. The minimal such size is the power domination number γP(G)γ_P(G).

The power propagation time for SS is:

ppt(G,S)=min{:S[]=V(G)}ppt(G, S) = \min\{\ell : S^{[\ell]} = V(G)\}

and, minimized over all minimum power dominating sets,

ppt(G)=min{ppt(G,S):S is a minimum power dominating set of G}ppt(G) = \min\{ppt(G, S) : S\text{ is a minimum power dominating set of } G\}

This parameter quantifies the minimum number of rounds required for full observation of the network using the most efficient minimal set SS.

2. Relationship with Power Domination Number and Foundational Inequalities

The power propagation time provides critical insight into the minimal “monitoring time” for a network and is closely linked to the power domination number via the following fundamental lower bound (Ferrero et al., 2015):

SV(G)ppt(G,S)Δ(G)+1|S| \ge \frac{|V(G)|}{ppt(G, S) \cdot \Delta(G) + 1}

where Δ(G)\Delta(G) is the maximum vertex degree of GG.

Taking SS to be a minimum power dominating set achieving the minimal propagation time gives:

γP(G)V(G)ppt(G)Δ(G)+1γ_P(G) \ge \frac{|V(G)|}{ppt(G)\cdot \Delta(G) + 1}

Rearranged, with known γP(G)γ_P(G), this provides a lower bound on propagation time:

ppt(G)V(G)γP(G)γP(G)Δ(G)ppt(G) \ge \frac{|V(G)| - γ_P(G)}{γ_P(G) \cdot \Delta(G)}

These bounds formalize the trade-off between the size of the initial observer set and the speed of coverage. In applications like PMU placement, this connects sensor cost with the speed of system observability.

3. Counterexamples and the Role of Graph Diameter

A natural question is whether simpler graph invariants, such as the diameter diam(G)diam(G), can replace the role of propagation time in such bounds. It was previously claimed that ppt(G,S)diam(G)ppt(G, S) \le diam(G), thus implying:

γP(G)V(G)diam(G)Δ(G)+1γ_P(G) \ge \frac{|V(G)|}{diam(G) \cdot \Delta(G) + 1}

However, this does not hold in general. The paper provides a counterexample:

  • Construct graph HΔH_\Delta with three levels and diameter $4$.
  • Despite potentially large order and degree (V=Δ2+1|V| = \Delta^2+1, Δ(HΔ)=Δ\Delta(H_\Delta) = \Delta), the power domination number is always $2$, but the lower bound using diameter can be made arbitrarily large as Δ\Delta increases, e.g., even surpassing the actual domination number.

This shows that ppt(G)ppt(G) and diam(G)diam(G) are in general incomparable; the propagation process may finish far sooner than the graph’s diameter would suggest, or not.

Special case — Trees: For trees on n3n \geq 3 vertices, ppt(T)diam(T)1ppt(T) \leq diam(T) - 1 does hold, justifying tighter bounds in this case.

4. Structural Insights, Characterizations, and Modifications

The paper of propagation time leads to detailed structural characterizations:

  • Trees with extreme propagation times can be classified: for example, path graphs and so-called “spiders” have maximal propagation time n3n-3 (Bozeman, 2016).
  • The process is highly sensitive to graph modifications:
    • Edge subdivision or contraction can arbitrarily increase or decrease ppt(G)ppt(G); structural adjustments may dramatically accelerate or delay full propagation (Bozeman, 2016).

The method generalizes to kk-power propagation time, where a vertex vv may force any neighbor ww if N(v)S[t]<k|N(v)\setminus S[t]|<k, allowing the process to progress faster for larger kk.

5. Applications: Power Grid Monitoring and Beyond

The original and most significant application is in electric power grid monitoring:

  • PMU Placement: The power-domination and propagation time framework models the spread of observability after PMU installation, directly relating sensor placement to achievable real-time system monitoring (Ferrero et al., 2015).
  • Optimization: Minimizing both the number and deployment time of PMUs is essential for cost and security; these parameters provide direct constraints.

Broader applications arise in:

  • Zero forcing and maximum nullity: Since the process generalizes zero forcing, connections to combinatorial matrix theory and controllability are immediate.
  • Propagation dynamics on graphs: The method has implications for network controllability, information or epidemic spreading, and quantum spin systems’ control.
  • Structural robustness analysis: Study of how local changes (like edge removals or additions) impact propagation can inform network design against malfunctions or attacks.

6. Implications, Limitations, and Theoretical Significance

The power-propagation method is essential for understanding the temporal dimension of domination-like processes on graphs. Key implications include:

  • Distinct role of propagation time: Unlike global invariants such as diameter, ppt(G)ppt(G) encodes a dynamic graph property critical for sequential coverage. The two parameters cannot be substituted outside special graph families (e.g., trees).
  • Sensitive dependence on graph structure: Edge modifications can cause dramatic changes, indicating potential vulnerabilities or optimization levers in network design.
  • Lower bounds and algorithmic strategy: The fundamental inequalities provide clear strategies both for theoretical analyses (bounding domination numbers or propagation time) and for the design of algorithms in observability and monitoring contexts.
  • Limitations and misconceptions: The counterexamples reveal the hazard in making broad claims about propagation dynamics through simplistic invariants; careful structural analysis is required (Ferrero et al., 2015).

7. Summary Table: Key Parameters and Inequalities

Parameter Definition/Formula Typical Use
ppt(G,S)ppt(G, S) Min rounds to observe V(G)V(G) from SS via power propagation process Speed of propagation from SS
ppt(G)ppt(G) min{ppt(G,S):S min. power dominating set}\min\{ppt(G, S): S \text{ min. power dominating set}\} Fastest possible propagation
γP(G)γ_P(G) Smallest S|S| with S[]=V(G)S^{[\ell]}=V(G) for some \ell Power domination number
Δ(G)\Delta(G) Maximum degree of GG Appears in lower bounds
SV(G)ppt(G,S)Δ(G)+1|S| \ge \frac{|V(G)|}{ppt(G,S)\Delta(G) + 1} Lower bound on power dominating set size for a given SS, ppt(G,S)ppt(G,S) Design of monitoring/observation
ppt(G)V(G)γP(G)γP(G)Δ(G)ppt(G) \ge \frac{|V(G)|-γ_P(G)}{γ_P(G)\Delta(G)} Lower bound on minimum propagation time System monitoring delay analysis

References

  • The formalism and foundational inequalities are detailed explicitly in "Power propagation time and lower bounds for power domination number" (Ferrero et al., 2015).
  • The broader implications, generalizations, and structural results are discussed in "On the power propagation time of a graph" (Bozeman, 2016).
Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)