On Spectral Graph Determination
Abstract
:1. Introduction
2. Preliminaries
2.1. Matrix Theory Preliminaries
- denotes the set of all matrices with real entries,
- denotes the set of all n-dimensional column vectors with real entries,
- denotes the identity matrix,
- denotes the all-zero matrix,
- denotes the all-ones matrix,
- denotes the n-dimensional column vector of ones.
- 1.
- All its eigenvalues are nonnegative (real) numbers.
- 2.
- There exists a matrix such that .
2.2. Graph Theory Preliminaries
- Finite—;
- Simple— has no parallel edges and no self loops;
- Undirected—the edges in are undirected.
- The degree, , of a vertex is the number of vertices in that are adjacent to v.
- A walk in a graph is a sequence of vertices in , where every two consecutive vertices in the sequence are adjacent in .
- A path in a graph is a walk with no repeated vertices.
- A cycle C is a closed walk, obtained by adding an edge to a path in .
- The length of a path or a cycle is equal to its number of edges. A triangle is a cycle of length 3.
- A connected graph is a graph in which every pair of distinct vertices is connected by a path.
- The distance between two vertices in a connected graph is the length of a shortest path that connects them.
- The diameter of a connected graph is the maximum distance between any two vertices in the graph, and the diameter of a disconnected graph is set to be infinity.
- The connected component of a vertex is the subgraph whose vertex set consists of all the vertices that are connected to v by any path (including the vertex v itself), and its edge set consists of all the edges in whose two endpoints are contained in the vertex set .
- A tree is a connected graph that has no cycles (i.e., it is a connected and acyclic graph).
- A spanning tree of a connected graph is a tree with the vertex set and some of the edges of .
- A graph is regular if all its vertices have the same degree.
- A d-regular graph is a regular graph whose all vertices have degree d.
- A bipartite graph is a graph whose vertex set is a disjoint union of two subsets such that no two vertices in the same subset are adjacent.
- A complete bipartite graph is a bipartite graph where every vertex in each of the two partite sets is adjacent to all the vertices in the other partite set.
- 1.
- is a d-regular graph on n vertices.
- 2.
- Every two adjacent vertices in have exactly λ common neighbors.
- 3.
- Every two distinct and nonadjacent vertices in have exactly μ common neighbors.
- is the complete graph on n vertices.
- is the path graph on n vertices.
- is the complete bipartite graph whose degrees of partite sets are ℓ and r (with possible equality between ℓ and r).
- is the star graph on n vertices .
- Let . A proper k-coloring of a graph is a function , where for every . The chromatic number of , denoted by , is the smallest k for which there exists a proper k-coloring of .
- A clique in a graph is a subset of vertices where the subgraph induced by U is a complete graph. The clique number of , denoted by , is the largest size of a clique in ; i.e., it is the largest order of an induced complete subgraph in .
- An independent set in a graph is a subset of vertices , where for every . The independence number of , denoted by , is the largest size of an independent set in .
- An orthogonal representation of the graph in the d-dimensional Euclidean space assigns to each vertex a nonzero vector such that for every with . In other words, for every two distinct and nonadjacent vertices in the graph, their assigned nonzero vectors should be orthogonal in .
- An orthonormal representation of is additionally represented by unit vectors, i.e., for all .
- In an orthogonal (orthonormal) representation of , every two nonadjacent vertices in are mapped (by definition) into orthogonal (orthonormal) vectors, but adjacent vertices may not necessarily be mapped into nonorthogonal vectors. If for all , then such a representation of is called faithful.
2.3. Matrices Associated with a Graph
2.3.1. Four Matrices Associated with a Graph
- The adjacency matrix of a graph , denoted by , has the binary-valued entries
- The Laplacian matrix of a graph , denoted by , is given by
- The signless Laplacian matrix of a graph , denoted by , is given by
- The normalized Laplacian matrix of a graph , denoted by , is given by
- 1.
- The A-spectrum of is
- 2.
- The L-spectrum of is
- 3.
- The Q-spectrum of is
- 4.
- The -spectrum of is
- 1.
- .
- 2.
- .
- 3.
- .
- 4.
- .
2.3.2. Properties of the Adjacency Matrix
- 1.
- A strongly regular graph has three distinct eigenvalues.
- 2.
- Let be a connected strongly regular graph, and let its parameters be . Then, the largest eigenvalue of its adjacency matrix is with multiplicity 1, and the other two distinct eigenvalues of its adjacency matrix are given by
- 3.
- A connected regular graph with exactly three distinct eigenvalues is strongly regular.
- 4.
- Strongly regular graphs for which have integral eigenvalues, and the multiplicities of are distinct.
- 5.
- A connected regular graph is strongly regular if and only if it has three distinct eigenvalues, where the largest eigenvalue is of multiplicity 1.
2.3.3. Properties of the Laplacian Matrix
- 1.
- The Laplacian matrix is positive semidefinite, where is the oriented incidence matrix of (see Definition 14 and [4] (p. 185)).
- 2.
- The smallest eigenvalue of is zero, with a multiplicity equal to the number of components in (see [4] (Theorem 7.1.2)).
- 3.
- The size of the graph, , equals one-half of the sum of the eigenvalues of , counted with multiplicities (see [4] (Equation (7.4))).
2.3.4. Properties of the Signless Laplacian Matrix
- 1.
- The matrix Q is positive semidefinite. Moreover, it is a completely positive matrix, expressed as , where is the incidence matrix of (see Definition 13 and [4] (Section 2.4)).
- 2.
- If is a connected graph, then it is bipartite if and only if the least eigenvalue of Q is equal to zero. In this case, 0 is a simple Q-eigenvalue (see [4] (Theorem 7.8.1)).
- 3.
- The multiplicity of 0 as an eigenvalue of Q is equal to the number of bipartite components in (see [4] (Corollary 7.8.2)).
- 4.
- The size of the graph is equal to one-half the sum of the eigenvalues of Q, counted with multiplicities (see [4] (Corollary 7.8.9)).
2.3.5. Properties of the Normalized Laplacian Matrix
- 1.
- The eigenvalues of lie in the interval (see [4] (Section 7.7)).
- 2.
- The number of components in is equal to the multiplicity of 0 as an eigenvalue of (see [4] (Theorem 7.7.3)).
- 3.
- The largest eigenvalue of is equal to 2 if and only if the graph has a bipartite component (see [4] (Theorem 7.7.2(v))). Furthermore, the number of the bipartite components of is equal to the multiplicity of 2 as an eigenvalue of .
- 4.
- The sum of its eigenvalues (including multiplicities) is less than or equal to the graph order , with equality if and only if the graph has no isolated vertices (see [4] (Theorem 7.7.2(i))).
2.3.6. More on the Spectral Properties of the Four Associated Matrices
- 1.
- is a bipartite graph.
- 2.
- does not have cycles of odd length.
- 3.
- The A-spectrum of is symmetric around zero, and for every eigenvalue λ of , the eigenvalue is of the same multiplicity [4] (Theorem 3.2.3).
- 4.
- The L-spectrum and Q-spectrum are identical (see [4] (Proposition 7.8.4)).
- 5.
- The -spectrum has the same multiplicity of 0’s and 2’s as eigenvalues (see [4] (Corollary 7.7.4)).
3. Graphs Determined by Their Spectra
3.1. Graphs Determined by Their Adjacency Spectrum (DS Graphs)
- 1.
- All graphs with fewer than five vertices, and also all regular graphs with fewer than 10 vertices [12] (recall Theorems 11 and 12).
- 2.
- The graphs , , , , and [12].
- 3.
- The complement of the path graph [62].
- 4.
- The disjoint union of k path graph with no isolated vertices, the disjoint union of k complete graphs with no isolated vertices, and the disjoint union of k cycles (i.e., every 2-regular graph) [12].
- 5.
- The complement graph of a DS regular graph [4].
- 6.
- Every -regular graph on n vertices [4].
- 7.
- The friendship graph for [63].
- 8.
- Sandglass graphs, which are obtained by appending a triangle to each of the pendant (i.e., degree-1) vertices of a path [64].
- 9.
- If is a subgraph of a graph , and denotes the graph obtained from by deleting the edges of , then, in addition, the following graphs are DS [21]:
- and , where ;
- ;
- , where has at most four edges.
3.2. Graphs Determined by Their Spectra with Respect to Various Matrices (X-DS Graphs)
- 1.
- and are said to be -cospectral if they have the same X-spectrum, i.e., .
- 2.
- Nonisomorphic graphs and that are -cospectral are said to be -NICS, where NICS is an abbreviation of nonisomorphic and cospectral.
- 3.
- A graph is said to be determined by its -spectrum (-DS) if every graph that is -cospectral to is also isomorphic to .
- If two graph are -cospectral, then they are -cospectral.
- If a graph is -DS, then it is -DS.
- 1.
- and their complements [12].
- 2.
- The disjoint union of k paths, each having at least one edge [12].
- 3.
- The complete bipartite graph with and [68].
- 4.
- 5.
- 6.
- The friendship graph [36].
- 7.
- The path-friendship graphs, where a friendship graph and a starlike tree are joined by merging their vertices of degree greater than 2 [38].
- 8.
- The wheel graph for (otherwise, if , then it is not L-DS) [43].
- 9.
- The join of a clique and an independent set on n vertices, , where [69].
- 10.
- Sandglass graphs (see also Item 8 in Theorem 13) [64].
- 11.
- The join graph , for every , where is a disconnected graph [45].
- 12.
- The join graph , for every , where is an L-DS connected graph on n vertices and m edges with , is a connected graph, and either one of the following conditions holds [45]:
- is L-DS;
- the maximum degree of is smaller than .
- 13.
- Specifically, the join graph , for every , where is an L-DS tree on vertices (since, the equality holds for a tree on n vertices and m edges) [45].
- 1.
- The disjoint union of k paths, each having at least one edge [12].
- 2.
- 3.
- 4.
- The friendship graph [70].
- 5.
- 6.
- where is a either a 1-regular graph, an -regular graph of order n or a 2-regular graph with at least 11 vertices [15].
- 7.
- If and , then [42].
- 8.
- If and , then is Q-DS if and only if [42].
- 9.
- The join of a clique and an independent set on n vertices, , where and [69].
4. Special Families of Graphs
4.1. Stars and Graphs of Pyramids
4.2. Complete Bipartite Graphs
- for every . By the AM-GM inequality, it is the only case where .
- where are prime numbers. In this case, the following family of multisets
- where q is a prime number.
- 1.
- Let be a graph that is cospectral with . Then, up to isomorphism, (i.e., is a disjoint union of the two graphs and ), where is an empty graph and satisfy .
- 2.
- The complete bipartite graph is DS if and only if is an AM-minimizer.
- 1.
- Let be a graph cospectral with . The number of edges in equals the number of edges in , which is . As is bipartite, so is . Since is of rank 2, and has rank 3, it follows from the Cauchy’s Interlacing Theorem (Theorem 2) that is not an induced subgraph of .It is claimed that has a single nonempty connected component. Suppose to the contrary that has (at least) two nonempty connected components . For , since is a nonempty graph, has at least one eigenvalue . Since is a simple graph, the sum of the eigenvalues of is , so has at least one positive eigenvalue. Thus, the induced subgraph has at least two positive eigenvalues while has only one positive eigenvalue, which contradicts Cauchy’s Interlacing Theorem.Hence, can be decomposed as where is an empty graph. Since and have the same number of edges, , so .
- 2.
- First, we will show that if is not an AM-minimizer, then the graph is not A-DS. This is performed by finding a nonisomorphic graph to that is A-cospectral with it. By assumption, since is not an AM-minimizer, there exist satisfying and . Define the graph where . Observe that . The A-spectrum of both of these graphs is given byWe next prove that if is an AM-minimizer, then is A-DS. Let be a graph that is cospectral with . From the first part of this theorem, where and is an empty graph. Consequently, it follows that . Since is assumed to be an AM-minimizer, it follows that , and thus equality holds. Both equalities and can be satisfied simultaneously if and only if , so and .
4.3. Turán Graphs
4.3.1. The Spectrum of the Turán Graph
- has one positive eigenvalue, i.e., and .
- has 0 as an eigenvalue with multiplicity .
- has negative eigenvalues, and
- 1.
- If , then the A-spectrum of the irregular Turán graph is given by
- 2.
- If , then , and the A-spectrum of the regular Turán graph is given by
4.3.2. Turán Graphs Are DS
- has exactly one positive eigenvalue.
- for some m, where is a nonempty complete multipartite graph. In other words, the non-isolated vertices of form a complete multipartite graph.
4.4. Line Graphs
- 1.
- The line graph of the complete graph , where and (see [4] (Theorem 4.1.7));
- 2.
- The line graph of the complete bipartite graph , where and (see [4] (Theorem 4.1.8));
- 3.
- The line graph (see [4] (Proposition 4.1.5));
- 4.
- The line graph of the complete bipartite graph , where and with (see [4] (Proposition 4.1.18)).
4.5. Nice Graphs
- A graph is sunlike if it is connected and can be obtained from a cycle by adding some vertices and connecting each of them to some vertex in .
- Let . A sunlike graph is-nice if it can be obtained by a cycle and
- -
- There is a single vertex of degree 3.
- -
- There are k vertices of degree 4. Let .
- -
- By starting a walk on from at some orientation, then after 4 or 6 steps, we get to a vertex . Then, after another 4 or 6 steps from we get to , and so on, until we get to the vertex .
4.6. Friendship Graphs and Their Generalization
4.7. Strongly Regular Graphs
- 1.
- If , then the girth of is equal to 3;
- 2.
- If and , then the girth of is equal to 4;
- 3.
- If and , then the girth of is equal to 5.
5. Graph Operations for the Construction of Cospectral Graphs
5.1. Coalescence
5.2. Seidel Switching
5.3. The Godsil and McKay Method
5.4. Graphs Resulting from the Duplication and Corona Graphs
- The duplication corona graphs and are -NICS irregular graphs.
- The duplication neighborhood corona and are -NICS irregular graphs.
- The duplication edge corona and are -NICS irregular graphs.
- The closed neighborhood corona and are -NICS irregular graphs.
- The closed neighborhood corona and are -NICS irregular graphs.
5.5. Graph Constructions Based on the Subdivision and Bipartite Incidence Graphs
- and are irregular -NICS graphs.
- and are irregular -NICS graphs.
- and are irregular -NICS graphs.
- and are irregular -NICS graphs.
5.6. Connected Irregular NICS Graphs
- 1.
- The NS-join graphs and are irregular -NICS graphs.
- 2.
- The NNS join graphs and are irregular -NICS graphs.
6. Open Questions and Outlook
6.1. Haemers’ Conjecture
6.2. DS Properties of Structured Graphs
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Brouwer, A.E.; Haemers, W.H. Spectra of Graphs; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2011. [Google Scholar] [CrossRef]
- Chung, F.R.K. Spectral Graph Theory; American Mathematical Society: Providence, RI, USA, 1997. [Google Scholar] [CrossRef]
- Cvetković, D.M.; Doob, M.; Sacs, H. Spectra of Graphs: Theory and Applications, 3rd ed.; Johann Ambrosius Barth Verlag: Leipzig, Germany, 1995. [Google Scholar]
- Cvetković, D.M.; Rowlinson, P.; Simić, S. An Introduction to the Theory of Graph Spectra; Cambridge University Press: Cambridge, UK, 2009. [Google Scholar] [CrossRef]
- Godsil, C.; Royle, G. Algebraic Graph Theory; Graduate Texts in Mathematics; Springer: New York, NY, USA, 2001; Volume 27. [Google Scholar] [CrossRef]
- Günthard, H.H.; Primas, H. Zusammenhang von Graphentheorie und MO-Theorie von Molekeln mit Systemen konjugierter Bindungen. Helv. Chim. Acta 1956, 39, 1645–1653. [Google Scholar] [CrossRef]
- Haemers, W.H. Are almost all graphs determined by their spectrum? Not. S. Afr. Math. Soc. 2016, 47, 42–45. Available online: https://www.researchgate.net/publication/304747396 (accessed on 4 February 2025).
- Haemers, W.H. Proving spectral uniqueness of graphs. In Proceedings of the Combinatorics 2024, Carovigno, Italy, 3–7 June 2024. [Google Scholar]
- Koval, I.; Kwan, M. Exponentially many graphs are determined by their spectrum. Q. J. Math. 2024, 75, 869–899. [Google Scholar] [CrossRef]
- Wang, W.; Wang, W. Haemers’ conjecture: An algorithmic perspective. Exp. Math. 2024, 1–28. [Google Scholar] [CrossRef]
- Schwenk, A.J. Almost all trees are cospectral. In New Directions in the Theory of Graphs; Harary, F., Ed.; Academic Press: New York, NY, USA, 1973; pp. 275–307. [Google Scholar]
- van Dam, E.R.; Haemers, W.H. Which graphs are determined by their spectrum? Linear Algebra Appl. 2003, 343, 241–272. [Google Scholar] [CrossRef]
- van Dam, E.R.; Haemers, W.H. Developments on spectral characterizations of graphs. Discrete Mathematics 2009, 309, 576–586. [Google Scholar] [CrossRef]
- Berman, A.; Chen, D.M.; Chen, Z.B.; Liang, W.Z.; Zhang, X.D. A family of graphs that are determined by their normalized Laplacian spectra. Linear Algebra Its Appl. 2018, 548, 66–76. [Google Scholar] [CrossRef]
- Bu, C.; Zhou, J. Signless Laplacian spectral characterization of the cones over some regular graphs. Linear Algebra Its Appl. 2012, 436, 3634–3641. [Google Scholar] [CrossRef]
- Bu, C.; Zhou, J. Starlike trees whose maximum degree exceed 4 are determined by their Q-spectra. Linear Algebra Its Appl. 2012, 436, 143–151. [Google Scholar] [CrossRef]
- Butler, S. A note about cospectral graphs for the adjacency and normalized Laplacian matrices. Linear Multilinear Algebra 2010, 58, 387–390. [Google Scholar] [CrossRef]
- Butler, S.; Grout, J. A construction of cospectral graphs for the normalized Laplacian. Electron. J. Comb. 2011, 18, P231. [Google Scholar] [CrossRef] [PubMed]
- Butler, S. Algebraic aspects of the normalized Laplacian. In Recent Trends in Combinatorics; Springer: Cham, Switzerland, 2016; pp. 295–315. [Google Scholar] [CrossRef]
- Butler, S.; Heysse, K. A cospectral family of graphs for the normalized Laplacian found by toggling. Linear Algebra Its Appl. 2016, 507, 499–512. [Google Scholar] [CrossRef]
- Camara, M.; Haemers, W.H. Spectral characterizations of almost complete graphs. Discret. Appl. Math. 2014, 176, 19–23. [Google Scholar] [CrossRef]
- Das, A.; Panigrahi, P. Construction of simultaneous cospectral graphs for adjacency, Laplacian and normalized Laplacian matrices. Kragujev. J. Math. 2023, 47, 947–964. [Google Scholar] [CrossRef]
- Dutta, S.; Adhikari, B. Construction of cospectral graphs. J. Algebr. Comb. 2020, 52, 215–235. [Google Scholar] [CrossRef]
- Godsil, C.; McKay, B. Constructing cospectral graphs. Aequationes Math. 1982, 25, 257–268. [Google Scholar] [CrossRef]
- Hamud, S.; Berman, A. New constructions of nonregular cospectral graphs. Spec. Matrices 2024, 12, 1–21. [Google Scholar] [CrossRef]
- Hamidzade, H.; Kiani, D. Erratum to “The lollipop graph is determined by its Q-spectrum”. Discret. Math. 2010, 310, 1649. [Google Scholar] [CrossRef]
- Jin, Y.L.; Zhang, X.D. Complete multipartite graphs are determined by their distance spectra. Linear Algebra Its Appl. 2014, 448, 285–291. [Google Scholar] [CrossRef]
- Kannan, M.R.; Pragada, S.; Wankhede, H. On the construction of cospectral nonisomorphic bipartite graphs. Discret. Math. 2022, 345, 1–8. [Google Scholar] [CrossRef]
- Koolen, J.H.; Hayat, S.; Iqbal, Q. Hypercubes are determined by their distance spectra. Linear Algebra Its Appl. 2016, 505, 97–108. [Google Scholar] [CrossRef]
- Koolen, J.H.; Hayat, S.; Iqbal, Q. Corrigendum to ‘Hypercubes are determined by their distance spectra’. Linear Algebra Its Appl. 2016, 506, 628–629. [Google Scholar] [CrossRef]
- Krupnik, N.; Berman, A. The graphs of pyramids are determined by their spectrum. Linear Algebr. Its Appl. 2024. [Google Scholar] [CrossRef]
- Lin, H.; Liu, X.; Xue, J. Graphs determined by their Aα-spectra. Discret. Math. 2019, 342, 441–450. [Google Scholar] [CrossRef]
- Abdian, A.Z.; Beineke, L.W.; Thulasiraman, K.; Khorami, R.T.; Oboudi, M.R. The spectral determination of the connected multicone graphs. AKCE Int. J. Graphs Comb. 2021, 18, 47–52. [Google Scholar] [CrossRef]
- Abiad, A.; Haemers, W.H. Cospectral graphs and regular orthogonal matrices of level 2. Electron. J. Combin. 2012, 19, P13. [Google Scholar] [CrossRef] [PubMed]
- Abiad, A.; Brimkov, B.; Breen, J.; Cameron, T.R.; Gupta, H.; Villagran, R. Constructions of cospectral graphs with different zero forcing numbers. Electron. J. Linear Algebra 2022, 38, 280–294. [Google Scholar] [CrossRef]
- Liu, X.; Zhang, Y.; Gui, X. The multi-fan graphs are determined by their Laplacian spectra. Discret. Math. 2008, 308, 4267–4271. [Google Scholar] [CrossRef]
- Ma, H.; Ren, H. On the spectral characterization of the union of complete multipartite graph and some isolated vertices. Discret. Math. 2010, 310, 3648–3652. [Google Scholar] [CrossRef]
- Oboudi, M.R.; Abdian, A.Z.; Ashrafi, A.R.; Beineke, L.W. Laplacian spectral determination of path-friendship graphs. AKCE Int. J. Graphs Comb. 2021, 18, 33–38. [Google Scholar] [CrossRef]
- Omidi, G.R.; Tajbakhsh, K. Starlike trees are determined by their Laplacian spectrum. Linear Algebr. Its Appl. 2007, 422, 654–658. [Google Scholar] [CrossRef]
- Omidi, G.R.; Vatandoost, E. Starlike trees with maximum degree 4 are determined by their signless Laplacian spectra. Electron. J. Linear Algebra 2010, 20, 274–290. [Google Scholar] [CrossRef]
- Sason, I. Observations on graph invariants with the Lovász ϑ-function. AIMS Math. 2024, 9, 15385–15468. [Google Scholar] [CrossRef]
- Ye, J.; Liu, M.; Stanić, Z. Two classes of graphs determined by their signless Laplacian spectrum. Linear Algebra Its Appl. 2025, 708, 159–172. [Google Scholar] [CrossRef]
- Zhang, Y.; Liu, X.; Yong, X. Which wheel graphs are determined by their Laplacian spectra? Comput. Math. Appl. 2009, 58, 1887–1890. [Google Scholar] [CrossRef]
- Zhang, Y.; Liu, X.; Zhang, B.; Yong, X. The lollipop graph is determined by its Q-spectrum. Discret. Math. 2009, 309, 3364–3369. [Google Scholar] [CrossRef]
- Zhou, J.; Bu, C. Laplacian spectral characterization of some graphs obtained by product operation. Discret. Math. 2012, 312, 1591–1595. [Google Scholar] [CrossRef]
- Schur, J. Über Potenzreihen, die im Innern des Einheitskreises beschränkt sind. J. Die Reine Angew. Math. 1917, 147, 205–232. [Google Scholar] [CrossRef]
- Parlett, B.N. The symmetric eigenvalue problem. In Classics in Applied Mathematics; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 1998. [Google Scholar] [CrossRef]
- Shaked-Monderer, N.; Berman, A. Copositive and Completely Positive Matrices; World Scientific Publishing Co., Pte., Ltd.: Singapore, 2021. [Google Scholar] [CrossRef]
- Haemers, W. There exists no (76,21,2,7) strongly regular graph. In Finite Geometry and Combinatorics; LMS Lecture Notes Series, 191, De Clerck, F., Hirschfeld, J., Eds.; Cambridge University Press: Cambridge, UK, 1993; pp. 175–176. [Google Scholar] [CrossRef]
- Lovász, L. On the Shannon capacity of a graph. IEEE Trans. Inf. Theory 1979, 25, 1–7. [Google Scholar] [CrossRef]
- Brouwer, A.E.; Maldeghem, H.V. Strongly Regular Graphs; Encyclopedia of Mathematics and Its Applications, Series Number 182; Cambridge University Press: Cambridge, UK, 2022. [Google Scholar]
- Kirchhoff, G. On the solution of the equations obtained from the investigation of the linear distribution of galvanic currents. IRE Trans. Circuit Theory 1958, 5, 4–7. [Google Scholar] [CrossRef]
- Cayley, A. A theorem on trees. Quart. J. Pure Appl. Math. 1889, 23, 376–378. [Google Scholar]
- Oliveira, C.S.; de Lima, L.S.; Abreu, N.M.M.d.; Kirkland, S. Bounds on the Q-spread of a graph. Linear Algebra Its Appl. 2010, 432, 2342–2351. [Google Scholar] [CrossRef]
- Cardoso, D.M.; Cvetković, D.; Rowlinson, P.; Simić, S. A sharp lower bound for the least eigenvalue of the signless Laplacian of a non-bipartite graph. Linear Algebra Its Appl. 2008, 429, 2770–2780. [Google Scholar] [CrossRef]
- Chen, X.; Hou, Y. A sharp lower bound on the least signless Laplacian eigenvalue of a graph. Bull. Malays. Math. Soc. 2018, 41, 2011–2018. [Google Scholar] [CrossRef]
- Cvetković, D.M.; Rowlinson, P.; Simić, S. Signless Laplacians of finite graphs. Linear Algebra Appl. 2007, 423, 155–171. [Google Scholar] [CrossRef]
- Butler, S. A Gentle Introduction to the Normalized Laplacian, IMAGE 53, Fall 2014. pp. 19–27. Available online: https://www.stevebutler.org/research/publications (accessed on 4 February 2025).
- Sason, I. Observations on Lovász ϑ-function, graph capacity, eigenvalues, and strong products. Entropy 2023, 25, 104. [Google Scholar] [CrossRef]
- Erdös, P. On a problem in graph theory. Math. Gaz. 1963, 47, 220–223. [Google Scholar] [CrossRef]
- Aigner, M.; Ziegler, G.M. Proofs from the Book, 6th ed.; Springer: Berlin/Heidelberg, Germany, 2018; Available online: https://link.springer.com/book/10.1007/978-3-662-57265-8 (accessed on 4 February 2025).
- Doob, M.; Haemers, W.H. The complement of the path is determined by its spectrum. Linear Algebr. Its Appl. 2002, 356, 57–65. [Google Scholar] [CrossRef]
- Cioabǎ, S.M.; Haemers, W.H.; Vermette, J.R.; Wong, W. The graphs with all but two eigenvalues equal to ±1. J. Algebr. Comb. 2015, 41, 887–897. [Google Scholar] [CrossRef]
- Lu, P.; Liu, X.; Yuan, Z.; Yong, X. Spectral characterizations of sandglass graphs. Appl. Math. Lett. 2009, 22, 1225–1230. [Google Scholar] [CrossRef]
- Wang, W.; Xu, C.X. A sufficient condition for a family of graphs being determined by their generalized spectra. Eur. J. Comb. 2006, 27, 826–840. [Google Scholar] [CrossRef]
- Wang, W. Generalized spectral characterization of graphs revisited. Electron. J. Comb. 2013, 20, P4. [Google Scholar] [CrossRef]
- Wang, W. A simple arithmetic criterion for graphs being determined by their generalized spectra. J. Comb. Theory Ser. 2017, 122, 438–451. [Google Scholar] [CrossRef]
- Boulet, R. Disjoint unions of complete graphs characterized by their Laplacian spectrum. Electron. J. Linear Algebra 2009, 18, 773–783. [Google Scholar] [CrossRef]
- Das, K.C.; Liu, M. Complete split graph determined by its (signless) Laplacian spectrum. Discret. Appl. Math. 2016, 205, 45–51. [Google Scholar] [CrossRef]
- Wang, J.; Belardo, F.; Huang, Q.; Borovićanin, B. On the two largest Q-eigenvalues of graphs. Discret. Math. 2010, 310, 2858–2866. [Google Scholar] [CrossRef]
- Turán, P. On an external problem in graph theory. Mat. Fiz. Lapok 1941, 48, 436–452. [Google Scholar]
- Esser, F.; Harary, F. On the spectrum of a complete multipartite graph. Eur. J. Comb. 1980, 1, 211–218. [Google Scholar] [CrossRef]
- Butler, S. Eigenvalues and Structures of Graphs; University of California: San Diego, CA, USA, 2008; Available online: https://escholarship.org/uc/item/3qd9g26t (accessed on 4 February 2025).
- The Sage Developers, SageMath, the Sage Mathematics Software System, Version 9.3, The Sage Developers: Newcastle upon Tyne, UK, 2021.
- Smith, J.H. Some Propertice of the Spectrum of Graph. In Combinatorial Structures and Their Applications; Guy, R.K., Hanani, H., Sauer, N., and Schönheim, J., Eds.; Gordon and Breach: New York, NY, USA, 1970; pp. 403–406. [Google Scholar]
- Beineke, L.W.; Bagga, J.S. Line Graphs and Line Digraphs; Springer: Cham, Switzerland, 2021. [Google Scholar] [CrossRef]
- Shrikhande, S.S. The uniqueness of the L2 association scheme. Ann. Math. Stat. 1959, 30, 781–791. [Google Scholar] [CrossRef]
- Lin, Y.; Shu, J.; Meng, Y. Laplacian spectrum characterization of extensions of vertices of wheel graphs and multi-fan graphs. Comput. Math. Appl. 2010, 60, 2003–2008. [Google Scholar] [CrossRef]
- Cameron, P.J.; van Lindt, J.H. Strongly regular graphs with no triangles. In Graphs, Codes and Designs; Cambridge University Press: Cambridge, UK, 1980; Chapter 5; pp. 37–44. [Google Scholar] [CrossRef]
- Cameron, P.J. Random strongly regular graphs? Discret. Math. 2003, 273, 103–114. [Google Scholar] [CrossRef]
- Brouwer, A.E. The uniqueness of the strongly regular graph on 77 points. J. Graph Theory 1983, 7, 455–461. [Google Scholar] [CrossRef]
- Brouwer, A.E.; Haemers, W.H. Structure and uniqueness of the (81,20,1,6) strongly regular graph. Discret. Math. 1992, 106–107, 77–82. [Google Scholar] [CrossRef]
- Stevanović, D.; Miloševixcx, M. A spectral proof of the uniqueness of a strongly regular graph with parameters (81,20,1,6). Eur. J. Comb. 2009, 30, 957–968. [Google Scholar] [CrossRef]
- Coolsaet, K. The uniqueness of the strongly regular graph srg(105,32,4,12). Bull. Belg. Math. Soc. Simon Stevin 2006, 12, 707–718. [Google Scholar] [CrossRef]
- Mesner, D.M. An Investigation of Certain Combinatorial Properties of Partially Balanced Incomplete Block Experimental Designs and Association Schemes, with a Detailed Study of Designs of Latin Square and Related Types. Ph.D. Dissertation, Department of Statistics, Michigan State University, East Lansing, MI, USA, 1956. [Google Scholar]
- Struik, T.; Bosma, W. Seven Known Examples of Triangle-Free Strongly-Regular Graphs. 2010. Available online: https://www.math.ru.nl/OpenGraphProblems/Tjapko/30.html (accessed on 4 February 2025).
- Brouwer, A.E. Tables of Paramters of Strongly Regular Graphs. Available online: https://aeb.win.tue.nl/graphs/srg/ (accessed on 4 February 2025).
- Cioaba, S.; Guo, K.; Ji, C.; Mim, M. Clique complexes of strongly regular graphs and their eigenvalues. 2025, in preparation.
- Sampathkumar, E.; Walikar, H.B. On the splitting graph of a graph. Karnatak Univ. Sci. 1980, 13, 13–16. Available online: https://www.researchgate.net/publication/269007309 (accessed on 4 February 2025).
- Frucht, R.; Harary, F. On the corona of two graphs. Aequationes Math. 1970, 4, 322–325. [Google Scholar] [CrossRef]
- Hou, Y.; Shiu, W.C. The spectrum of the edge corona of two graphs. Electron. J. Linear Algebra 2010, 20, 586–594. [Google Scholar] [CrossRef]
- Adiga, C.; Rakshith, B.R.; Krishna, K.N.S. Spectra of some new graph operations and some new class of integral graphs. Iran. J. Math. Sci. Inform. 2018, 13, 51–65. Available online: http://ijmsi.ir/article-1-755-en.html (accessed on 4 February 2025).
- Sonar, B.; Srivastava, R. On the spectrum of closed neighborhood corona product of graph and its application. arXiv 2024, arXiv:2407.05653. [Google Scholar] [CrossRef]
- Pisanski, T.; Servatius, B. Configurations from a Graphical Viewpoint; Springer: Boston, MA, USA, 2013. [Google Scholar] [CrossRef]
- Lu, Z.; Ma, X.; Zhang, M. Spectra of graph operations based on splitting graph. J. Appl. Anal. Comput. 2023, 13, 133–155. [Google Scholar] [CrossRef] [PubMed]
- Hamud, S. Contributions to Spectral Graph Theory. Ph.D. Dissertation, Technion-Israel Institute of Technology, Haifa, Israel, 2023. [Google Scholar]
- Brouwer, A.E.; Spence, E. Cospectral graphs on 12 vertices. Electron. J. Comb. 2009, 16, 20. [Google Scholar] [CrossRef]
- Aouchiche, M.; Hansen, P. Distance spectra of graphs: A survey. Linear Algebra Its Appl. 2014, 458, 301–386. [Google Scholar] [CrossRef]
- Huiqiu, L.; Jinlong, S.; Jie, X.; Yuke, Z. A survey on distance spectra of graphs. Adv. Math. 2021, 50. [Google Scholar] [CrossRef]
- Banerjee, S. Distance Laplacian spectra of various graph operations and its application to graphs on algebraic structures. J. Algebra Its Appl. 2023, 22, 2350022. [Google Scholar] [CrossRef]
- Hogben, L.; Reinhart, C. Spectra of variants of distance matrices of graphs and digraphs: A survey. La Matematica 2022, 1, 186–224. [Google Scholar] [CrossRef]
- Lin, H.; Hong, Y.; Wang, J.; Shu, J. On the distance spectrum of graphs. Linear Algebra Its Appl. 2013, 439, 1662–1669. [Google Scholar] [CrossRef]
- van Dam, E.R.; Omidi, G.R. Graphs whose normalized Laplacian has three eigenvalues. Linear Algebra Its Appl. 2011, 435, 2560–2569. [Google Scholar] [CrossRef]
Matrix | # Edges | Bipartite | # Components | # Bipartite Components | # of Closed Walks |
---|---|---|---|---|---|
A | Yes | Yes | No | No | Yes |
L | Yes | No | Yes | No | No |
Q | Yes | No | No | Yes | No |
No | Yes | Yes | Yes | No |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Sason, I.; Krupnik, N.; Hamud, S.; Berman, A. On Spectral Graph Determination. Mathematics 2025, 13, 549. https://doi.org/10.3390/math13040549
Sason I, Krupnik N, Hamud S, Berman A. On Spectral Graph Determination. Mathematics. 2025; 13(4):549. https://doi.org/10.3390/math13040549
Chicago/Turabian StyleSason, Igal, Noam Krupnik, Suleiman Hamud, and Abraham Berman. 2025. "On Spectral Graph Determination" Mathematics 13, no. 4: 549. https://doi.org/10.3390/math13040549
APA StyleSason, I., Krupnik, N., Hamud, S., & Berman, A. (2025). On Spectral Graph Determination. Mathematics, 13(4), 549. https://doi.org/10.3390/math13040549