REVIEW 4 major objections 5 minor 24 references
Structure fault diameter of hypercubes
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper proves exact worst-case diameters for hypercubes under structure faults: n when n=m+2, n+1 otherwise, and n+1 for edge substructures.
desk verdict Natural new parameters and plausible results, but the upper-bound induction has a load-bearing gap that blocks the main theorems as stated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing construction is the decomposition of $Q_n$ into two copies $Q_n^{0}$ and $Q_n^{1}$ of $Q_{n-1}$ by fixing the last bit, together with the product representation $Q_n=Q_m\times Q_{n-m}$. Faulty $Q_m$-subcubes are split into those contained entirely in one half and those crossing the boundary; a crossing fault becomes a $Q_{m-1}$-subcube inside each half. The proofs propagate diameter bounds from $Q_{n-1}$ to $Q_n$ by routing paths through the half that is less damaged, using a lemma that guarantees, for any pair of symmetric surviving vertices, a dimension in which both of their neighbors survive. The named quantities $D_f(G;W)$ and $D_f^s(G;W)$ are the new invariants: maximum diameter after removing up to $\kappa(G;W)-1$ vertex-disjoint copies of $W$, or connected subgraphs of $W$, respectively.
What would settle it
For small $n$, exhaustively enumerate every set of up to $\kappa(Q_n;Q_m)-1=n-m-1$ vertex-disjoint $Q_m$-subcubes and compute the maximum distance between surviving vertices; in particular, for $n=5$, $m=2$, every deletion of two vertex-disjoint $Q_2$-subcubes should leave all pairs at distance at most 6, so any surviving pair at distance 7 would disprove the claimed $D^{sc}_f(Q_5;Q_2)=6$ and, with it, Theorem 4.6.
Extended reading notes
Core claim
The central claim is that structure faults are no worse than vertex faults for hypercube diameters. Formally, the paper proves $D_f(Q_n;Q_m)=n$ when $n=m+2$, and $D_f(Q_n;Q_m)=n+1$ when $n\ge m+3$, while $D_f^s(Q_n;Q_1)=D_f(Q_n;Q_1)=3$ for $Q_3$ and $D_f^s(Q_n;Q_1)=D_f(Q_n;Q_1)=n+1$ for $n\ge4$. The equality $D_f(Q_n;Q_m)=n$ means that deleting the one permitted $Q_{n-2}$-subcube does not stretch distances at all; the equality $n+1$ in the remaining range means the worst-case distance increases by exactly one, the same increase caused by ordinary vertex faults. The paper reaches these values by first establishing the auxiliary $Q_m$-subcube fault diameter $D^{sc}_f(Q_n;Q_m)=m+2$ for $n=m+2$ and $=n+1$ for $n\ge m+3$, and then using $D_f\le D^{sc}_f$ together with matching lower-bound constructions.
Load-bearing premise
The upper-bound argument assumes Lemma 4.3, stated for at most $n-m-3$ faults, applies in Lemma 4.4, Case 2.1, where a set of $n-m-2$ crossing faults has shrunk to $Q_{m-1}$-subcubes, and the text supplies no bridge for this one-unit gap.
Editorial extensions
If this is right
- For $W=K_1$, the structure fault diameter reduces to the classical fault diameter, so $D_f(Q_n;K_1)=n+1$ recovers the known hypercube fault diameter as a special case.
- A single deleted $Q_{n-2}$-subcube leaves $Q_n$ with diameter $n$, meaning one permitted structure fault can be exponentially large in vertex count without increasing worst-case distance.
- For $m\le n-3$, deleting up to $n-m-1$ disjoint $Q_m$-subcubes leaves diameter exactly $n+1$, identical to the bound for deleting up to $n-1$ isolated vertices.
- For substructure faults of a single edge or vertex, the diameter is $n+1$ for all $n\ge4$, and $3$ for $Q_3$.
- The auxiliary subcube fault diameter $D^{sc}_f(Q_n;Q_m)$ is itself exactly $n+1$ for $n\ge m+3$ and $m+2$ for $n=m+2$, so every intermediate invariant used in the proof has a complete value.
Reading between the lines
- A natural next step, not taken here, is to determine $D_f^s(Q_n;Q_m)$ for $m>1$; the definitions give the immediate lower bound $D_f^s\ge D_f=n+1$, and the paper's induction pattern suggests equality, but the present text proves it only for $m=1$.
- If the same split-and-transfer argument extends to other Cartesian-product networks, product-structure faults would never cost more than one diameter unit, so designers could equate whole-module failures with single-node failures when budgeting worst-case latency.
- The worst-case constructions in Lemma 4.5 delete all $Q_m$-subcubes adjacent to a fixed $Q_m$ in one half, forcing any surviving path to cross the half's boundary; a similar construction may give exact lower bounds for other structured fault models in hypercube variants.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces two new graph parameters, the structure fault diameter D_f(G;W) and the substructure fault diameter D_s_f(G;W), defined as the maximum diameter of G after removing up to κ(G;W)−1 W-structures or κ^s(G;W)−1 W-substructures, respectively. For the n-dimensional hypercube Q_n, it claims D_f(Q_n;Q_m)=n for n=m+2 and D_f(Q_n;Q_m)=n+1 for n≥m+3, together with D_s_f(Q_n;Q_1)=n+1 for n≥4 (and D_s_f(Q_3;Q_1)=3). The proofs use induction on n by splitting Q_n into two (n−1)-cubes and routing paths through one half after accounting for crossing faults. The main results are Theorems 3.6, 4.6, and 4.7.
Significance. If the results are correct, the paper extends the classical fault diameter of hypercubes to structure- and substructure-based fault models, giving exact worst-case diameters after removing Q_m-subcubes or Q_1-substructures. The definitions are natural and the lower-bound constructions in Lemmas 3.3 and 4.5 are clean and convincing. The paper does not provide machine-checked proofs or code. However, several load-bearing upper-bound arguments in Section 4 contain gaps in the induction step, and until those are repaired the exact claimed values are not established.
major comments (4)
- [Section 4, Lemma 4.4, Case 2.1] The induction hypothesis is stated only for the fixed parameter m, giving D_sc_f(Q_k;Q_m) ≤ k+1 for m+3 ≤ k ≤ n−1. In Case 2.1 the proof invokes D_sc_f(Q_{n−1};Q_{m−1}) ≤ n, which is not part of this hypothesis. Moreover, applying Lemma 4.3 to the residual fault set B_n^m (a set of Q_{m-1}-subcubes in Q_n^1) fails in both possible parameter choices: with parameter m, the cardinality cap in Lemma 4.3 is n−m−3 while |B_n^m| ≤ n−m−2; with parameter m−1, the required condition D_sc_f(Q_{n−1};Q_{m−1}) ≤ n is exactly the unavailable statement. Thus the upper bound D_sc_f(Q_n;Q_m) ≤ n+1 is not proven by the text.
- [Section 4, Lemma 4.3, Case 1.1] The induction hypothesis in Lemma 4.3 is for the fixed parameter m, namely D(Q_{k−1}−F_m^{k−1}) ≤ k−1 for m+4 ≤ k ≤ n−1. In Case 1.1 the proof instead uses D(Q_{n−2}−F_{m−1}^{n−2}) ≤ n−2, decreasing the substructure dimension to m−1. The residual faults B_m^{n−1} in Q_{n−1}^1 are intersections of crossing Q_m-subcubes and are Q_{m−1}-subcubes, so the stated induction hypothesis does not apply to them. This makes Lemma 4.3 unproven, and since Lemma 4.4 depends on it, the gap propagates to the main theorems.
- [Section 4, Lemma 4.2, Cases 1.2 and 2.2] In Cases 1.2 and 2.2 the proof bounds a path in Q_{m+3}^0−A_{m,0}−B_m (or in Q_{m+3}^1−B_m) by applying Theorem 4.1, which gives D_sc_f(Q_{m+2};Q_m)=m+2. However, the fault set may contain a single Q_{m−1}-subcube arising from the intersection of a crossing Q_m fault, and Theorem 4.1 only covers faults that are Q_m-subcubes. Thus the inequality l(Ps) ≤ m+2 is not justified for such residual fault sets. A separate argument is needed for single Q_{m−1}-subcube faults.
- [Section 4, Lemma 4.2, Case 2.3] Case 2.3 refers to 'Case 1.2' to conclude l(Ps) ≤ m+2 for arbitrary unsymmetric vertices u,v in Q_{m+3}^0. But Case 1.2 was proved only for symmetric u and v (with a path of the form ⟨u,Ps,(v)_{m+3},v⟩). The bound on the distance inside Q^0−A−B between two vertices that are at Hamming distance n−1 in Q^0 does not automatically give a diameter bound for all unsymmetric pairs. The argument needs to be stated for all pairs in the subcube, not only for those arising from symmetric endpoints.
minor comments (5)
- [Section 3, Theorem 3.2 proof] There is a typo: 'Bellow' should be 'Below'. Also, the line 'we suppose that |F_0^3| = 0 and |F_1^3| = 1' uses F_0^3, which is not defined in the table; it appears the authors mean to exclude single-vertex (K_1) faults and consider exactly one K_2 fault, but this should be stated clearly.
- [Table 1 and throughout Section 4] The symbols F_n^k and F_n^k (bold) are defined in Table 1 but the text does not always clearly distinguish them; this makes it hard to follow which fault sets are subsets of S_k(Q_n) and which are arbitrary subgraphs. For example, in Lemma 4.4 the notation B_n^m appears with F_n^m without an explicit restatement of the distinction.
- [Section 3, Lemma 3.5, Case 1] The sentence 'By Lemma 2.2, we have D_s_f(Q_n^0;Q_1) ≤ n' is misleading: Lemma 2.2 gives the vertex fault diameter D_f(Q_{n−1}) = n, and the needed bound is on the diameter of Q_{n−1} after removing at most n−2 faulty vertices, which is exactly that vertex fault diameter. The notation D_s_f is not needed here and obscures the argument.
- [Abstract and Theorem 4.7] The abstract states the range 1 ≤ m ≤ n−2, but Theorem 4.7 covers 0 ≤ m ≤ n−2. This inconsistency should be fixed.
- [Section 1, paragraph 2] The assertion 'it can be observed from the definitions that D_s_f(G;W) ≥ D_f(G;W)' is not true for arbitrary graphs because κ^s(G;W) can be strictly smaller than κ(G;W), so the fault sets counted by D_s_f are a subset of those counted by D_f. It holds in the specific cases treated here (e.g., Q_1-substructures of Q_n, where the connectivities coincide), but the statement as written is too strong.
Circularity Check
No circularity: the claimed fault-diameter values are not equivalent by construction to their inputs; self-cited connectivity lemmas are independent external theorems.
full rationale
The derivation chain introduces D_f and D_sc_f as new quantities and then proves upper and lower bounds using fault-set constructions and induction. The only self-citations appear in Lemmas 2.1, 2.3, and 2.4, and Lemma 2.4 supplies the Q_m-subcube connectivity value n-m. That value is a published, parameter-free theorem from [17] that does not assume the fault-diameter results; it merely sets the fault budget. Under the review rules, such a citation is independent support and does not constitute circularity. No fitted parameter is renamed as a prediction, no target value is assumed in a definition, and no uniqueness claim is imported to exclude alternatives. The significant issues in the paper are correctness gaps, such as the induction hypothesis mismatch in Lemma 4.4 Case 2.1 and the apparent inequality direction in Theorem 4.6, not cases where a conclusion equals its premise by construction.
Assumptions & free parameters
assumptions (6)
- standard math After removal of n−2 or fewer vertices in Q_n (n≥2), the diameter of the remaining graph is still n (Lemma 2.1, cited to [8]).
- standard math D_f(Q_n) = n+1 for n≥3 (Lemma 2.2, cited to [7]).
- standard math κ(Q_n;Q_1)=κ_s(Q_n;Q_1)=n−1 for n≥3 (Lemma 2.3, cited to [10]).
- standard math κ_sc(Q_n;Q_m)=κ(Q_n;Q_m)=n−m for n≥3 and m≤n−2 (Lemma 2.4, cited to [17]).
- standard math Common-neighbor structure in Q_n: any two vertices have exactly two common neighbors if they have any, and these exist iff they differ in exactly two coordinates (Lemma 2.5, cited to [14]).
- standard math Standard hypercube properties: Q_n is bipartite, n-regular, n-connected, vertex-transitive and edge-transitive (cited to [9]).
Cite this review
Pith. "Pith review of Structure fault diameter of hypercubes." pith.science (2026). https://pith.science/paper/Y5J7VCOO
@misc{pith2026241209885,
author = {Pith},
title = {Pith review of: Structure fault diameter of hypercubes},
year = {2026},
howpublished = {\url{https://pith.science/paper/Y5J7VCOO}},
note = {Machine review of arXiv:2412.09885}
}
abstract
Structure connectivity and substructure connectivity are innovative indicators for assessing network reliability and fault tolerance. Similarly, fault diameter evaluates fault tolerance and transmission delays in networks. This paper extends the concept of fault diameter by introducing two new variants: structure fault diameter and substructure fault diameter, derived from structure connectivity and substructure connectivity respectively. For a connected graph $G$ with $W$-structure connectivity $\kappa(G;W)$ or $W$-substructure connectivity $\kappa^s(G;W)$, the $W$-structure fault diameter $D_f(G;W)$ and $W$-substructure fault diameter $D_f^s(G;W)$ are defined as the maximum diameter of any subgraph of $G$ resulting from removing up to $\kappa(G;W)-1$ $W$-structures or $\kappa^s(G;W)-1$ $W$-substructures. For the $n$-dimensional hypercube $Q_n$ with $n \geq 3$ and $1 \leq m \leq n - 2$, we determine both $D_f(Q_n;Q_m)$ and $D_f^s(Q_n;Q_1)$. These findings generalize existing results for the diameter and fault diameter of $Q_n$, providing a broader understanding of the hypercube's structural properties under fault conditions.
Figures
Reference graph
Works this paper leans on
-
[1]
L. Ba, Y . Zhang, and H. Zhang, The path-structure connectivity of augmented k-ary n- cubes, The Computer Journal 66 (2023) 3119-3128
work page 2023
-
[2]
J. Bondy and U. Murty, Graph Theory with Applications, New York, Springer (2008). 12
work page 2008
-
[3]
X. Chen, Hamiltonicity of hypercubes with faulty vertices, Information processing letters 116 (2016) 343-346
work page 2016
- [4]
- [5]
-
[6]
Harary, Graph Theory, Addison-Wesley, Reading (1969)
F. Harary, Graph Theory, Addison-Wesley, Reading (1969)
work page 1969
-
[7]
M. S. Krishnamoorthy and B. Krishnamurthy, Fault diameter of interconnection networks, Computers and Mathematics with Applications 13 (1987) 577-582
work page 1987
-
[8]
T.-L. Kung, C.-K. Lin, T. Liang, L.-Y . Hsu, and and J. J.-M. Tan. Fault diameter of hy- percubes with hybrid node and link faults, Journal of Interconnection Networks 10 (2009) 233-242
work page 2009
Show all 24 references
-
[9]
F. T. Leighton, Introduction to Parallel Algorithms and Architecture: Arrays, Trees, Hy- percubes, Morgan Kaufmann (1992)
1992
-
[10]
C.-K. Lin, L. Zhang, J. Fan, and D. Wang, Structure connectivity and substructure con- nectivity of hypercubes, Theoretical Computer Science 634 (2018) 97-107
2018
-
[11]
Lv, C.-K
Y . Lv, C.-K. Lin, J. Fan, and X. Jia, Hamiltonian cycle and path embeddings in 3-ary n- cubes based on K1,3-structure faults, Journal of Parallel and Distributed Computing 120 (2018) 1148-1158
2018
-
[12]
Lv, C.-K
Y . Lv, C.-K. Lin, and J. Fan, Hamiltonian cycle and path embeddings in k-ary n-cubes based on structure faults, The Computer Journal 60 (2017)159-179
2017
-
[13]
B. Niu, S. Zhou, T. Tian, and Q. Zhang, The wide diameter and fault diameter of ex- changed crossed cube, International Journal of Foundations of Computer Science 35 (2024) 435-451
2024
-
[14]
Pan, Star fault tolerance of hypercube, Theoretical Computer Science 972 (2023) 114052
K. Pan, Star fault tolerance of hypercube, Theoretical Computer Science 972 (2023) 114052
2023
-
[15]
Qi and X
H. Qi and X. Zhu, The fault-diameter and wide-diameter of twisted hypercubes, Discrete Applied Mathematics 235 (2018) 154-160
2018
-
[16]
Rouskov and P
Y . Rouskov and P. K. Srimani, Fault diameter of star graphs, Information Processing Let- ters 48 (1993) 243-251
1993
-
[17]
Sabir and J
E. Sabir and J. Meng, Fault-tolerant hamiltonicity of hypercubes with faulty subcubes, Information Processing letters 172 (2021) 106160
2021
-
[18]
Sabir, J
E. Sabir, J. Fan, J. Meng, and B. Cheng, Structure fault-tolerant hamiltonian cycle and path embeddings in bipartite k-ary n-cube networks, IEEE Transactions on Reliability 73 (2024) 257-269. 13
2024
-
[19]
Tsai, Y .-C
T.-H. Tsai, Y .-C. Chen, and J. J.-M. Tan, Topological properties on the wide and fault diameters of exchanged hypercubes, IEEE Transactions on Paralleel and Distributed Sys- tems 25 (2014) 3317-3327
2014
-
[20]
G. Wang, J. Yu, Y . Zou, J. Fan, and W. Cheng, A new measure of fault-tolerance for network reliability: double-structure connectivity, IEEE Transactions on Networking 32 (2024) 874-889
2024
-
[21]
N. Wang, J. Meng, and Y . Tian, Reliability analyses of regular graphs based on edge- structure connectivity, Discrete Applied Mathematics 356 (2024) 329-342
2024
-
[22]
Y . Yang, X. Hua, and L. Yang, Hyper K1,r and sub- K1,r fault tolerance of star graphs, Discrete Applied Mathematics 339 (2023) 172-177
2023
-
[23]
Zhang, W
Y . Zhang, W. Fan, Z. Han, Y . Song, and R. Wang, Fault-tolerant routing algorithm based on disjoint paths in 3-ary n-cube networks with structure faults, The Journal of Supercom- puting 77 (2021) 13090-13114
2021
-
[24]
Zhao and S
L. Zhao and S. Wang, Structure connectivity and substructure connectivity of split-star networks, Discrete Applied Mathematics 341 (2023) 359-371. 14
2023
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.