On the Number of Zero Forcing Minimal Forts on Trees
Pith reviewed 2026-05-11 01:02 UTC · model grok-4.3
The pith
The maximum number of minimal forts on any tree with n vertices is at most binom(n,2) times the number on the path with n vertices.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We prove that F_{T_n} is at most binom(n,2) times F_{P_n}, where F_{T_n} is the maximum number of minimal forts over every tree on n vertices and F_{P_n} is the number for the path on n vertices. The proof uses strong induction on n. The base cases are settled by running an efficient enumeration algorithm on every tree of small order. In the inductive step, an adaptation of the path recursion that works for arbitrary forests reduces the count on a larger tree to counts on strictly smaller forests.
What carries the argument
The recursion relation for counting minimal forts, extended from paths to all forests, which breaks any tree into smaller sub-forests and thereby supports the inductive step.
If this is right
- The inequality holds for every n once the base cases and the forest recursion are accepted.
- The count of minimal forts on any tree is controlled by a quadratic factor times the path count.
- The same recursion applies directly to every forest, not only to trees.
- Exhaustive enumeration suffices to verify the bound up to any fixed moderate n.
Where Pith is reading between the lines
- The quadratic relative bound may simplify complexity estimates for algorithms that search for minimal forts on trees.
- The forest recursion could be tested on other sparse graph families to obtain similar comparison bounds.
- The introduced enumeration procedure may be reusable for counting other zero-forcing objects on small graphs.
Load-bearing premise
The adapted recursion counts minimal forts correctly on every forest and the computer enumeration of all small trees is both accurate and complete.
What would settle it
Any single tree on n vertices whose number of minimal forts exceeds binom(n,2) times the number on the path P_n would disprove the claimed bound.
Figures
read the original abstract
We solve a conjecture by Becker et al. (arXiv:2404.05963) on the topic of zero forcing regarding the number of minimal forts of a tree. They conjectured and we prove $\mathcal{F}_{T_n} \le \binom{n}{2} \mathcal{F}_{P_n}$ where $\mathcal{F}_{T_n}$ is the maximum number of minimal forts on a tree on $n$ vertices and $\mathcal{F}_{P_n}$ is the number of minimal forts of the path graph on $n$ vertices. Our solution relies on both a computational and theoretical approach. Computationally, we introduce and implement an efficient algorithm to compute the exact number of minimal forts for small trees; this is used to establish the large base case required for our strong induction. Theoretically, we provide an adaptation of the recursion relation that defines $\mathcal{F}_{P_n}$ that applies for all forests; this is used in the induction step to establish the result.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proves the conjecture of Becker et al. that the maximum number of minimal forts on any n-vertex tree satisfies F_{T_n} ≤ binom(n,2) F_{P_n}, where F_{P_n} counts minimal forts on the path P_n. The argument proceeds by strong induction on n: a custom enumeration algorithm computes exact counts for all trees on at most N vertices to establish the base, after which an adaptation of the path recursion is applied to forests to bound the quantity in the inductive step.
Significance. If the base-case counts and the forest recursion are both correct, the result supplies a concrete polynomial upper bound on the extremal number of minimal forts over all trees, resolving the stated conjecture in zero-forcing theory. The hybrid computational-inductive strategy is a standard and efficient route for such problems once the base and recursion are verified.
major comments (2)
- [§3] §3 (Computational Enumeration): the algorithm is asserted to produce the exact base-case values up to N, yet the manuscript supplies neither pseudocode, complexity analysis, nor an independent verification (e.g., explicit counts for n≤6 or a link to reproducible code). Any under- or over-count in this base propagates directly into the induction and therefore constitutes a load-bearing gap.
- [§4] §4 (Induction Step and Adapted Recursion): the adaptation of the path recursion to arbitrary forests is invoked to close the inductive step, but no formal argument is given that the relation continues to count every minimal fort configuration exactly once when branches or disconnected components are present. Without this justification the inequality F_{T_n} ≤ binom(n,2) F_{P_n} is not yet established for all trees.
minor comments (2)
- [Notation] The abstract uses mathcal{F} while the body uses F; standardize the notation throughout.
- [Appendix] Add a short table or appendix listing the computed base-case values for small n so readers can spot-check the induction hypothesis.
Simulated Author's Rebuttal
We thank the referee for their thorough review and for highlighting points that will strengthen the clarity and rigor of the manuscript. We address each major comment below and will incorporate the suggested improvements in the revised version.
read point-by-point responses
-
Referee: [§3] §3 (Computational Enumeration): the algorithm is asserted to produce the exact base-case values up to N, yet the manuscript supplies neither pseudocode, complexity analysis, nor an independent verification (e.g., explicit counts for n≤6 or a link to reproducible code). Any under- or over-count in this base propagates directly into the induction and therefore constitutes a load-bearing gap.
Authors: We agree that additional details on the enumeration procedure are necessary for independent verification and to ensure the base cases are robust. In the revised manuscript we will add pseudocode for the algorithm, a complexity analysis, and explicit counts of minimal forts for all trees on n ≤ 6 vertices. We will also include a link to the publicly available source code used to generate the base-case data. revision: yes
-
Referee: [§4] §4 (Induction Step and Adapted Recursion): the adaptation of the path recursion to arbitrary forests is invoked to close the inductive step, but no formal argument is given that the relation continues to count every minimal fort configuration exactly once when branches or disconnected components are present. Without this justification the inequality F_{T_n} ≤ binom(n,2) F_{P_n} is not yet established for all trees.
Authors: We acknowledge that a more explicit justification of the adapted recursion is required. In the revised manuscript we will expand the inductive step to include a detailed formal argument showing that the recursion partitions the set of minimal forts exactly once for any forest, accounting for both branched structures and disconnected components. This will be achieved by classifying minimal forts according to their intersection with the distinguished vertices and verifying that the counting relation holds without overlap or omission. revision: yes
Circularity Check
No significant circularity; induction relies on external computation and explicit adaptation
full rationale
The derivation proceeds by strong induction on n. The base case up to a fixed N is supplied by an independent computational enumeration algorithm whose correctness is external to the target inequality. The induction step invokes an explicitly adapted recursion that extends the path case to forests; this adaptation is stated and applied as a separate theoretical step rather than being defined in terms of the final bound. No equation reduces the claimed inequality F_{T_n} ≤ binom(n,2) F_{P_n} to a fitted parameter, a self-referential definition, or a load-bearing self-citation. The result therefore remains non-circular under the stated criteria.
Axiom & Free-Parameter Ledger
axioms (2)
- standard math Strong induction on the number of vertices
- domain assumption The recursion counting minimal forts on paths extends to arbitrary forests
Reference graph
Works this paper leans on
-
[1]
Hardness results and approximation algorithms for some problems on graphs
Aazami, A. Hardness results and approximation algorithms for some problems on graphs . PhD thesis, University of Waterloo Waterloo, Ontario, Canada, 2008
work page 2008
-
[2]
Leader selection for strong structural controllability in networks using zero forcing sets
Abbas, W., Shabbir, M., Yaz c o g lu, Y., and Koutsoukos, X. Leader selection for strong structural controllability in networks using zero forcing sets. In 2022 American Control Conference (ACC)\/ (2022), IEEE, pp. 1444--1449
work page 2022
-
[3]
Zero forcing sets and the minimum rank of graphs
AIM Minimum Rank--Special Graphs Work Group . Zero forcing sets and the minimum rank of graphs. Linear algebra and its applications 428 , 7 (2008), 1628--1648
work page 2008
-
[4]
R., Hanely, D., Ong, B., and Previte, J
Becker, P., Cameron, T. R., Hanely, D., Ong, B., and Previte, J. P. On the number of minimal forts of a graph. Graphs and Combinatorics 41 , 1 (2025), 25
work page 2025
-
[5]
Brimkov, B., Mikesell, D., and Hicks, I. V. Improved computational approaches and heuristics for zero forcing. INFORMS Journal on Computing 33 , 4 (2021), 1384--1399
work page 2021
-
[6]
Brueni, D. J., and Heath, L. S. The P M U placement problem. SIAM Journal on Discrete Mathematics 19 , 3 (2005), 744--761
work page 2005
-
[7]
Zero forcing, linear and quantum controllability for systems evolving on networks
Burgarth, D., D'Alessandro, D., Hogben, L., Severini, S., and Young, M. Zero forcing, linear and quantum controllability for systems evolving on networks. IEEE Transactions on Automatic Control 58 , 9 (2013), 2349--2354
work page 2013
-
[8]
Cameron, T. R., Hogben, L., Kenter, F. H., Mojallal, S. A., and Schuerger, H. Forts,(fractional) zero forcing, and cartesian products of graphs. arXiv preprint arXiv:2310.17904\/ (2023)
-
[9]
Cameron, T. R., and Li, K. On the minimal forts of trees. arXiv preprint arXiv:2512.12874\/ (2025)
-
[10]
Fast, C. C., and Hicks, I. V. Effects of vertex degrees on the zero-forcing number and propagation time of a graph. Discrete Applied Mathematics 250\/ (2018), 215--226
work page 2018
-
[11]
Hicks, I. V., and Brimkov, B. The many face(t)s of zero forcing. Notices of the American Mathematical Society 71 , 2 (2024), 167--173
work page 2024
-
[12]
Hybrid search for the optimal P M U placement problem on a power grid
Liao, C.-S., Hsieh, T.-J., Guo, X.-C., Liu, J.-H., and Chu, C.-C. Hybrid search for the optimal P M U placement problem on a power grid. European Journal of Operational Research 243 , 3 (2015), 985--994
work page 2015
-
[13]
McKay, B. Combinatorial Data: Trees . https://users.cecs.anu.edu.au/ bdm/data/, 2025. Accessed: 14 November 2025
work page 2025
-
[14]
Monshizadeh, N., Zhang, S., and Camlibel, M. K. Zero forcing sets and controllability of dynamical systems defined on graphs. IEEE Transactions on Automatic Control 59 , 9 (2014), 2562--2567
work page 2014
-
[15]
N. H. ạt . Github: Minimal F orts. https://github.com/datkony/MinimalForts, 2026
work page 2026
-
[16]
Zero forcing number, constrained matchings and strong structural controllability
Trefois, M., and Delvenne, J.-C. Zero forcing number, constrained matchings and strong structural controllability. Linear Algebra and its Applications 484\/ (2015), 199--218
work page 2015
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.