I know $K_{n,n,n}$ is determined by its adjacency spectrum (by using its regularity) and I know complete multipartite graphs are not determined by their adjacency spectra, in general. What about $K_{1,n,n}$ and $K_{1,1,n}$ (complete tripartite graphs)? are they determined by the spectra of their adjacency matrices? I think thay are DS ( determined by the adjacency spectrum) but I can't find a reference for that or prove it. Does anyone know if there is a reference for this? Or a refrence for complete tripartite graphs? Thanks to everyone for the help.
2026-04-09 07:42:37.1775720557
Some tripartite graphs and DS graphs.
96 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in SPECTRAL-THEORY
- Why is $\lambda\mapsto(\lambda\textbf{1}-T)^{-1}$ analytic on $\rho(T)$?
- Power spectrum of field over an arbitrarily-shaped country
- Calculating spectrum and resolvent set of a linear operator (General question).
- Operator with compact resolvent
- bounded below operator/ Kato-Rellich
- Show directly that if $E_1\geqslant E_2\geqslant\dots$, then $E_i\rightarrow \bigwedge E_i$ strongly.
- Is the spectral radius less than $1$?
- How to show range of a projection is an eigenspace.
- Spectral radius inequality for non-abelian Banach algebras
- Do unitarily equivalent operators have the same spectrum?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
From the spectrum of $K_{1,n,n}$ or $K_{1,1,n}$, we can determine:
Esser and Harary's On the spectrum of a complete multipartite graph tells us more: the negative eigenvalues of $K_{a,b,c}$ with $a \le b \le c$ are $\lambda_{a+b+c-1} \in [-b,-a]$ and $\lambda_{a+b+c} \in [-c,-b]$. They also give some guarantees on strictness, of which we only need one: if $a < b$, then $\lambda_{a+b+c-1} \in (-b,-a)$.
This is enough to deal with $K_{1,1,n}$, which has an eigenvalue of $-1$. For $K_{a,b,c}$ to have an eigenvalue of $-1$, we must have $a=1$ (since $\lambda_{a+b+c-1} \le -a$) and $b=1$ (or else $\lambda_{a+b+c-1} < a$). But no $K_{1,1,c}$ with $c \ne n$ has the same number of edges as $K_{1,1,n}$.
For $K_{1,n,n}$, we get a negative eigenvalue of $\frac{n - \sqrt{n^2+8n}}{2} \in (-2,-1]$, so any potential cospectral mate with a tripartite component of $K_{a,b,c}$ must have $a=1$, too. Also, the number of edges must match $K_{1,n,n}$: $b + c + bc = 2n + n^2$, or $(b+1)(c+1) = (n+1)^2$. But from this, it follows that $b+c\ge 2n$, with equality only if $b=c=n$, so any other tripartite graph $K_{1,b,c}$ with $2n+n^2$ edges has more vertices than $K_{1,n,n}$.
In fact, cospectral mates of complete tripartite graphs are pretty rare. The smallest example I found was $K_{5,6,20}$, which has the same spectrum as $K_{4,10,15} \cup 2K_1$. They do exist, though :)
Another approach to the problem, once we've figured out that we're looking for something of the form $K_{a,b,c} \cup d K_1$, is to compute the characteristic polynomial: it is $$ \pm x^{a+b+c+d-3}(x^3 - (ab + ac + bc)x - 2abc). $$ So $K_{a,b,c}$ and $K_{a',b',c'}$ are "cospectral up to isolated vertices" iff $ab + ac + bc = a'b' + a'c' + b'c'$ and $abc = a'b'c'$.