ell¹-Cospectrality of graphs
Pith reviewed 2026-05-24 15:06 UTC · model grok-4.3
The pith
The ℓ¹-cospectrality is computed exactly for complete graphs, empty graphs, near-stars, and complete bipartite graphs K_{n,n} and K_{n,n+1}.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors determine the exact values of cs(K_n), cs(nK_1), cs(K_2+(n-2)K_1) for n≥2, cs(K_{n,n}), and cs(K_{n,n+1}) when distance is measured by the sum of absolute differences between correspondingly ordered eigenvalues.
What carries the argument
The function cs(G_n) defined as the minimum ℓ¹ distance between the non-increasingly sorted spectrum of G_n and the sorted spectrum of any non-isomorphic graph on n vertices.
If this is right
- The spectrum of K_n lies at a known positive ℓ¹ distance from every other spectrum on n vertices.
- The spectrum of the empty graph nK_1 likewise has a known positive minimum ℓ¹ distance to all non-isomorphic spectra.
- The spectra of K_{n,n} and K_{n,n+1} each have explicitly determined minimum ℓ¹ distances to the nearest non-isomorphic spectra.
- The value cs(K_2+(n-2)K_1) is known for every n≥2.
Where Pith is reading between the lines
- The same computational approach might be applied to other small families such as cycles or paths to obtain further explicit cs values.
- The ℓ¹ metric may identify different nearest-neighbor graphs than the squared-distance version of the same problem.
- These exact distances supply concrete test cases for any future algorithm that enumerates or searches over graphs by spectral proximity.
Load-bearing premise
The eigenvalues are always sorted in non-increasing order and the distance is computed directly on this fixed ordering without any other pairing or multiplicity adjustment.
What would settle it
Any graph on n vertices not isomorphic to K_n whose ordered spectrum yields a strictly smaller sum of absolute differences from the spectrum of K_n than the value stated for cs(K_n).
read the original abstract
The following problem has been proposed in [Research problems from the Aveiro workshop on graph spectra, {\em Linear Algebra and its Applications}, {\bf 423} (2007) 172-181.]:\\ (Problem AWGS.4) Let $G_n$ and $G'_n$ be two nonisomorphic graphs on $n$ vertices with spectra $$\lambda_1 \geq \lambda_2 \geq \cdots \geq \lambda_n \;\;\;\text{and}\;\;\; \lambda'_1 \geq \lambda'_2 \geq \cdots \geq \lambda'_n,$$ respectively. Define the distance between the spectra of $G_n$ and $G'_n$ as $$\lambda(G_n,G'_n) =\sum_{i=1}^n (\lambda_i-\lambda'_i)^2 \;\;\; \big(\text{or use}\; \sum_{i=1}^n|\lambda_i-\lambda'_i|\big).$$ %Let $\epsilon$ be a nonnegative number. Graphs $G_n$ and $G'_n$ are $\epsilon$-cospectral if $\lambda(G_n,G'_n)\leq \epsilon$. Thus, $G_n$ %and $G'_n$ are $0$-cospectral if and only if $G_n$ and $G'_n$ are cospectral. Define the cospectrality of $G_n$ by $$\text{cs}(G_n) = \min\{\lambda(G_n,G'_n) \;:\; G'_n \;\;\text{not isomorphic to} \; G_n\}.$$ %Thus $\text{cs}(G_n) = 0$ if and only if $G_n$ has a cospectral mate. %This function measures how far apart the spectrum of a graph with $n$ vertices can be from the %spectrum of any other graph with $n$ vertices.\\ {\bf Problem A.} Investigate $\text{cs}(G_n)$ for special classes of graphs. In this paper we study Problem A for certain graphs with respect to the $\ell^1$-norm, i.e. $\sigma(G_n,G'_n)=\sum_{i=1}^n|\lambda_i-\lambda'_i|$. We find $\text{cs}(K_n)$, $\text{cs}(nK_1)$, $\text{cs}(K_2+(n-2)K_1)$ ($n\geq 2$), $\text{cs}(K_{n,n})$ and $\text{cs}(K_{n,n+1})$, where $K_n, nK_1, K_2+(n-2)K_1, K_{n,m} $ denote the complete graph on $n$ vertices, the null graph on $n$ vertices, the disjoint union of the $K_2$ with $n-2$ isolated vertices ($n\geq 2$), and the complete bipartite graph with parts of sizes $n$ and $m$, respectively.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript solves Problem A from the Aveiro workshop by determining the exact values of the ℓ¹-cospectrality cs(G_n) (minimal sum of absolute differences between sorted eigenvalue tuples) for the families K_n, nK_1, K_2+(n-2)K_1 (n≥2), K_{n,n} and K_{n,n+1}. The results are obtained by direct comparison of the known spectra of these graphs against all non-isomorphic graphs on the same vertex count.
Significance. The explicit determinations supply concrete, parameter-free benchmark values for cs under the ℓ¹ distance. Because the spectra of the listed graphs are classical and the distance is applied directly to the ordered tuples (thereby incorporating multiplicities by position), the claims rest on standard linear-algebraic facts rather than new numerical search or fitting; this strengthens their utility for subsequent work on spectral separation.
minor comments (3)
- [Abstract] Abstract: the numerical values of cs(K_n), cs(nK_1), etc., are asserted to have been found but are not displayed; stating the closed-form expressions in the abstract would improve immediate readability.
- [Introduction] §1 (or wherever the distance is redefined): the symbol σ is introduced for the ℓ¹ distance while the workshop problem uses λ; a single consistent symbol should be adopted throughout.
- The manuscript should include a short table or explicit list of the obtained cs values together with the graphs that realize the minimum, to facilitate verification.
Simulated Author's Rebuttal
We thank the referee for the careful reading and positive evaluation of the manuscript, including the recommendation for minor revision. No specific major comments were raised in the report.
Circularity Check
No significant circularity detected
full rationale
The paper directly computes the ℓ¹-cospectrality values cs(G) for the listed families (complete graphs, empty graphs, near-complete graphs with one edge, and complete bipartite graphs) by evaluating the defined distance σ on sorted eigenvalue tuples against all non-isomorphic competitors on the same vertex count. The distance definition (sum of absolute differences on non-increasing spectra) is applied verbatim to known closed-form spectra of these graphs and their potential mates; no parameter fitting, self-referential definitions, or load-bearing self-citations appear in the derivation chain. The results are explicit evaluations of the min-distance problem statement rather than reductions to prior author results or ansatzes.
Axiom & Free-Parameter Ledger
axioms (1)
- standard math Adjacency matrices of undirected graphs are real symmetric and therefore have real eigenvalues that can be ordered decreasingly.
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Define the distance ... σ(Gn,G′n)=∑|λi−λ′i|. We find cs(Kn), cs(nK1), cs(K2+(n−2)K1), cs(Kn,n) and cs(Kn,n+1).
-
IndisputableMonolith/Foundation/AlexanderDuality.leanalexander_duality_circle_linking unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Proofs rely on energy lower bound E(G)≥2√m and eigenvalue interlacing (Theorems 2.1, 4.1).
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
A. Abdollahi, Sh. Janbaz and M. R. Oboudi, Distance betwe en spectra of graphs, Linear Algebra Appl., 466 (2015), 401– 408
work page 2015
-
[2]
A. Abdollahi and M. R. Oboudi, Cospectrality of graphs, L inear Algebra Appl., 451 (2014), 169–181
work page 2014
-
[3]
M. Afkhami, M. Hassankhani and K. Khashyarmanesh, Dista nce between the spectra of graphs with respect to normalized Laplacian spectra, Georgian Math. J., 26 (2017), No. 2, 227–234
work page 2017
- [4]
-
[5]
G. Caporossi, D. Cvetković, I. Gutman and P. Hansen, Vari able neighbourhood search for extermal graphs. 2. Finding g raphs with extremal energy, J. Chem. Inf. Comput. Sci., 39 (1999), 984– 996
work page 1999
-
[6]
H. Choi, H. Lee, Y. Shen and Y. Shi, Comparing large-scale graphs based on quantum probability theory, Appl. Math. Com put., 358 (2019), 1–15
work page 2019
-
[7]
D. M. Cvetković, M. Doob and H. Sachs, Spectra of Graphs, T heory and Application, Academic Press, Inc., New York, 1979
work page 1979
-
[8]
K. Ch. Das and S. Sun, Distance between the normalized Lap lacian spectra of two graphs, Linear Algebra Appl., 530 (201 7), 305–321
-
[9]
H. Lin, D. Li and K. Ch. Das, Distance between distance spe ctra of graphs, Linear Multilinear Algebra, 65 (2017), No. 1 2, 2538–2550
work page 2017
-
[10]
C. Godsil and G. Royle, Algebraic Graph Theory, Springe r, New York, 2001
work page 2001
-
[11]
J. Gu, B. Hua and S. Liu, Spectral distances on graphs, Di screte Appl. Math., 190/191 (2015), 56–74
work page 2015
-
[12]
M. Hakimi-Nezhaad and A. R. Ashrafi, Laplacian and norma lized Laplacian spectral distances of graphs, Southeast As ian Bull. Math., 37 (2013), No. 5, 731–744
work page 2013
-
[13]
Jovanović, Some results on spectral distances of gra phs, Rev
I. Jovanović, Some results on spectral distances of gra phs, Rev. Un. Mat. Argentina, 56 (2015), No. 2, 95–117
work page 2015
-
[14]
I. Jovanović and Z. Stanić, Spectral distances of graph s, Linear Algebra Appl., 436 (2012), No. 5, 1425–1435. ℓ1-COSPECTRALITY OF GRAPHS 7
work page 2012
-
[15]
I. Jovanović and Z. Stanić, Spectral distances of graph s based on their different matrix representations, Filomat, 28 (2014), No. 4, 723–734
work page 2014
-
[16]
M. R. Oboudi, Cospectrality of complete bipartite grap hs, Linear Multilinear Algebra, 64 (2016), No. 12, 2491–249 7
work page 2016
-
[17]
Petrović, On graphs whose second largest eigenvalue does not exceed √ 2 − 1, Univ
M. Petrović, On graphs whose second largest eigenvalue does not exceed √ 2 − 1, Univ. Beograd. Publ. Elektrotehn. Fak. Ser. Mat., 4 (1993), 70–75
work page 1993
-
[18]
J. H. Smith, Symmetry and multiple eigenvalues of graph s, Glasnik Mat., Ser. III, 12 (1977) No. 1, 3–8
work page 1977
-
[19]
D. Stevanović, Research problems from the A veiro W orks hop on Graph Spectra, Linear Algebra Appl., 423 (2007), No. 1 , 172–181
work page 2007
-
[20]
R.C. Wilson and P. Zhu, A study of graph spectra for compa ring graphs and trees, Pattern Recogn., 41 (2008), 2833–284 1
work page 2008
-
[21]
K. ZajÄĚc and J. Piersa, Eigenvalue Spectra of Function al Networks in fMRI Data and Artificial Models. In: Rutkowski L., Korytkowski M., Scherer R., Tadeusiewicz R., Zadeh L.A., Zu rada J.M. (eds) Artificial Intelligence and Soft Computing. ICAISC
-
[22]
Springer , Berlin, Heidelberg, 2013
Lecture Notes in Computer Science, vol 7894. Springer , Berlin, Heidelberg, 2013. Department of Mathematics, University of Isf ahan, Isf ahan 81746-73441, Iran; and School of Mathematics, Insti- tute for Research in Fundamental Sciences (IPM), P.O. Box 19 395-5746, Tehran, Iran E-mail address : a.abdollahi@math.ui.ac.ir Department of Mathematics, Universi...
work page 2013
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.