The degree pairs of a graph (Preliminary Report)
Chih-wen Weng
Department of Applied Mathematics, National Chiao Tung University
10:30-11:30, July 15, 2015
Let G be a simple connected graph with vertex set VG ={1, 2, . . . , n} and edge set EG. Let di and mi be thedegree andaverage 2-degreeof the vertex i∈ VG respectively, define as follows.
di:=|N(i)|, mi:=1
di
∑
ji∈EG
dj,
where N(i) means the set{j ∈ VG | ji ∈ EG} of neighbors of i.
The sequence of degree pairs (d
i, m
i)
r r
r r
r r
(3,73)
(2,52) (2, 3)
(2, 2)
(2,52) (2,52)
r r
r r
r r
Figure: Two graphs whose sequences of degree pairs (di, mi) are different.
i i
r r
r r
r r r r (3,133)
(7, 3) r
r
r r
r r r r (3,133 )
Figure: Two graphs have the same sequence of degree pairs.
Motivation
A graph G isk-regular if di = k for all vertices i∈ VG, and is pseudo k-regularif mi= k for all vertices i∈ VG.
In a two-side communication network, a node i of course knows the numberdi of nodes which are adjacent to i.
A node i might not know exactly how may nodes adjacent to each of its neighbors, but has rough idea of the mean numbermi of neighbors of its adjacent nodes.
Motivation
The pair (di, mi) appears often in the study of maximum eigenvalue ℓ1(G) of the Laplacian matrixL = D− A associated with G.
(i) In 1998, Merris gave the following bound [1998M]:
ℓ1(G)≤ max
i∈VG{di+ mi} .
(ii) Also in 1998, Li and Zhang gave the following bound [1998LZ]:
ℓ1(G)≤ max
ij∈EG
{di(di+ mi) + dj(dj+ mj) di+ dj
} . (iii) In 2001, Li and Pan gave the following bound [2001LP]:
ℓ1(G)≤ max
i∈VG
{√2di(di+ mi) }
. (iv) In 2004, Das gave the following bound [2004D]:
{ }
(v) Also in 2004, Zhang gave the following bounds [2004Z]:
(va)
ℓ1(G)≤ max
ij∈EG
{ 2 +
√
di(di+ mi− 4) + dj(dj+ mj− 4) + 4 }
.
(vb)
ℓ1(G)≤ max
i∈VG
{ di+√
dimi
} .
(vc)
ℓ1(G)≤ max
ij∈EG
{√
di(di+ mi) + dj(dj+ mj) }
.
Motivation
For this moment, we rearrange the vertices of G by 1, 2,· · · , n such that m1 ≥ m2≥ · · · ≥ mn. Let a1(G) is the maximum eigenvalue ofadjacency matrixA associated with G. Then
(i) a1(G)≤ m1. (A simple application of Perron-Frobenius Theorem) (ii) (2011, Chen, Pan and Zhang [2011CPZ]) Let
a := max{di/dj | 1 ≤ i, j ≤ n} . Then a1(G)≤ m2− a +√
(m2+ a)2+ 4a(m1− m2)
2 .
(iii) (2014, Huang and Weng [2014HW]) For any b≥ max {di/dj | ij ∈ EG} and 1 ≤ ℓ ≤ n,
m − b +√
(m + b)2+ 4b∑l−1
(m − m )
This talk emphasizes more on combinatorics than linear algebra.
It is easy for a graph (resp. a pair of prime numbers) to generate its sequence of degree pairs (resp. its product), but much harder for the reverse.
Can we determine which graphs G to have the prescribed sequence of the pairs (di(G), mi(G)) = (di, mi).
( di mi
)
=
( 3 2 2 2 1
5 3
5 2
5
2 2 3
) ,
r r
r r r
( 3 2 2 2 1
2 52 52 2 2 )
r r
r r r
Figure: Two graphs uniquely determined by their sequences of degree pairs.
.Lemma 0.1 ..
...
∑
i∈VGdimi =∑
i∈VGd2i. .Proof.
..
...
∑
i∈VG
dimi = ∑
i∈VG
di
∑
ji∈EGdj
di = ∑
j∈VG
∑
ij∈EG
dj= ∑
j∈VG
d2j.
Another feasible condition
Like a property of degree sequence, we have the following.
.Lemma 0.2 ..
...There are even number of odd values dimi among i∈ VG.
.Proof.
..
...
Since∑
i∈VGdi is even, there are even number of odd di, and so does d2i. Hence∑
i∈VGdimi=∑
i∈VGd2i is even.
.Corollary 0.3 ..
...
∑
i∈VG
m2i ≥ ∑
i∈VG
d2i with equality iff mi= di= k for all i.
.Proof.
..
...
(∑
i∈VG
d2i)(∑
i∈VG
m2i)≥ (∑
i∈VG
dimi)2 = (∑
i∈VG
d2i)2
and equality iff mi = cdi, where c = 1 by the above lemma. This is also equivalent to that all neighbors of a vertex of minimum degree k also have degree k.
Degrees give hints of graph properties, e.g. ∑
i∈VGdi= 2|EG|.
Degree pairs give more of the graph structure.
.Proposition 0.4 ..
...If maxi∈VGdimi ≥ n then the graph has girth at most 4.
.Proof.
..
...
If the graph has girth at least 5 then
n− 1 = |VG| − 1 ≥ |G1(i)| + |G2(i)| = dimi. for any i∈ VG.
( di mi
)
=
( 3 2 2 2 1
5 3
5 2
5
2 2 3
) ,
r r
r r r
( 3 2 2 2 1
2 52 52 2 2 )
r r
r r r
Figure: Two graphs uniquely determined by their sequence of degree pairs.
max dimi≥ 5 = n ⇒ ∃K3 or C4.
Let G2 be the square of G, i.e.
VG2= VG and EG2 ={xy | d(x, y) ≤ 2}.
The coloring of G2 applies to solve data aggregation problem and collision�avoidance problem in a wireless sensor network G.
Using probability method, we have the following.
.Proposition 0.5 ..
...
α(G2)≥ ∑
i∈VG
1 1 + dimi,
where α(G2) is the independence number of the square of G.
.Proof.
..
...
If a vertex is picked equally in random then the probability of a vertex i appears before those vertices in G1(i)∩ G2(i) is (1 +|Gi(i)| + |G2(i)|)−1. Hence the expected size of a set consisting of these i is
∑
i∈VG(1 +|Gi(i)| + |G2(i)|)−1, which is at least ∑
i∈VG 1 1+dimi.
We now turn to the study of pseudo k-regular graph, i.e. mi= k for all i.
Pseudo k-regular graphs for k = 3, 4, 5
We try to find some theories for pseudo k-regular graphs.
From the definition of pseudo k-regular graphs, k∈ Q, but indeed we have the following.
.Proposition 0.6 ..
...If G is pseudo k-regular then k ∈ N.
.Proof.
..
...
Let A be the adjacency matrix of G, and note that (d1, d2, . . . , dn)A = k(d1, d2, . . . , dn).
Being a zero of the characteristic polynomial of A, k is an algebraic integer.
Since k is also a positive rational number, k is indeed a positive integer.
It is natural to ask when a pseudo k-regular graph attains the maximum number of edges when the order n of a graph is given.
.Theorem 0.7 ..
...
A pseudo k-regular graph has at most nk/2 edges, and the maximum is obtained iff the graph is regular.
.Proof.
..
...
From
2k|EG| = ∑
i∈VG
dimi = ∑
i∈VG
d2i ≥ (∑
i∈VG
di)2/n = 4|EG|2/n,
we have|EG| ≤ nk/2 and equality is obtained iff di is a constant.
The next is to ask when a pseudo k-regular graph attains the minimal number of edges when the order n of a graph is given.
.Definition 0.8 ..
...
Let Tk be the tree of order k3− k2+ k + 1 whose root has degree k2− k + 1 and each neighbor of the root has k − 1 children as leafs.
r
r r r
r r r
Figure: The tree T2.
r r r r r r r r r r r r r r
r r r r r r r
r
Figure: The tree T3.
The first two cases of pseudo k-regular graphs are easy to settle.
.Lemma 0.9 ..
...If G is connected pseudo 1-regular then G is K2. .Lemma 0.10
..
...If G is connected pseudo 2-regular then G is a cycle or T2. .Proof.
..
...
Note that ∆(G) = 2 or 3, and the first implies that G is a cycle and the latter implies that G = T2.
We shall study the connected pseudo k-regular graphs of order n which attain the minimum number of edges, i.e. pseudo k-regular trees if it exists.
We also want to find a connected pseudo k-regular graph of order n whose maximum degree is maximal among all connected pseudo k-regular graph of order n.
It turns out that both problems have the same graph as their solutions.
The following is a technical but useful proposition.
.Lemma 0.11 ..
...
di≤ mi(mj− 1) + 1
for any j with ji∈ EG and dj ≤ mi. Moreover the above equality holds iff dj = mi and all neighbors of j have degree 1 except the neighbor i of j.
.Proof.
..
...
Pick j such that ji∈ EG and dj ≤ mi. Then djmj≥ di+ (dj− 1) · 1. Hence mi(mj− 1) + 1 ≥ dj(mj− 1) + 1 ≥ di.
.Theorem 0.12 ..
...
Let G be a connected graph with mi≤ k (for example G is a pseudo k-regular graph) for all i∈ VG, where k ∈ N. Then
∆(G)≤ k2− k + 1.
Moreover the following (i)-(iv) are equivalent.
(i) ∆(G) = k2− k + 1.
(ii) G is the tree Tk.
(iii) G is a pseudo k-regular tree.
(iv) G has a vertex j such that dj= mj= k and all neighbors of j have degree 1 with one exception.
Proof of the Theorem 0.12
Choose i such that di= ∆(G). Then by Lemma 0.11,
∆(G) = di≤ mi(mj− 1) + 1 = k2− k + 1 for any j withji∈ EG and dj ≤ mi. Moreover ∆(G) = k2− k + 1 iff dj = mj = mi= k and dz= 1 for all neighbors z̸= i of j. Hence (i) and (ii) are equivalent.
The implications of (ii)⇒(iii) and (iii)⇒(iv) are clear.
Assume that (iv) holds, and let i be the unique neighbor of j with degree di ̸= 1. Then k2 = djmj = (k− 1) + di to conclude that di= k2− k + 1. By the first statement of the theorem, ∆(G) = k2− k + 1. This proves (i).
Just ten days ago when we presented the last theorem in the conference
“2015 International Conference on Graph Theory and Combinatorics &
Eighth Cross-strait Conference on Graph Theory and Combinatorics”, Professor Hou, Yaoping (Hunan Normal University) told us that the theorem had been proved in the following article:
S. Grünewald, Harmonic Trees, Applied Mathematics Letters, 15 (2002), 1001-1004.
Pseudo regular graphs are called harmonic graphsin that paper.
Let G be a pseudo k-regular graph.
The unique neighbor of a vertex of degree 1 of course has degree k in G.
We have seen in the previous proof that any neighbor of a vertex of degree k2− k + 1 also has degree k in G.
We are interested in what other vertices have their neighbors of the same degree k.
Lemma 0.13 ..
...
Let G be a pseudo k-regular graph. Let ij be an edge with 2≤ dj< k.
Then
2≤ di≤ k2− 3k + 4,
with the second equality iff all neighbors of j except i have degree dj = 2.
.Proof.
..(i) is clear.
Note that di ̸= 1, otherwise dj = k, a contradiction. Indeed dz̸= 1 for any neighbors z of j. Hence
di+ 2(dj− 1) ≤ djmj = djk.
Hence
di≤ dj(k− 2) + 2 ≤ k2− 3k + 4.
.Corollary 0.14 ..
...
Let G be a pseudo k-regular graph of order n with a vertex of degree di ≥ k2− 3k + 5. Then
(i) Every neighbor j of i has degree dj= k;
(ii) The order of G is at least f(k) :=⌈
(5k4− 31k3+ 94k2− 140k + 100)/k2⌉ .
Note that for k = 3, k2− 3k + 5 = 5 and f(3) = 11.
.Proof
..(i) From Lemma 0.13(i) dj ̸= 1, and from Lemma 0.13(ii) dj≥ k. This is true for all neighbors j of i. Hence d = k.
.Proof ..
...
(ii) From∑
w∈VGd2w=∑
w∈Gdwmw, d2i + dik2+ ∑
w̸∈{i}∪G1(i)
d2w= kdi+ k2di+ ∑
w̸∈{i}∪G1(i)
kdw.
Hence
k4− 7k3+ 22k2− 35k + 25 ≤ ∑
w̸∈{i}∪G1(i)
dw(k− dw)
≤ (k
2 )2
(n− 1 − (k2− 3k + 5)).
The family E
kof pseudo k-regular graphs
LetEk be a family of graphs constructed as the following. Firstly pick a bipartite (k− 1)-regular graph of order 2(2k − 1) with bipartition X ∪ Y, where|X| = |Y| = 2k − 1. Then add a new vertex connecting to all vertices of X. One can check thatgraphs inEk are pseudo k-regular of order 4k− 1 with maximum degree 2k − 1.
ri
X, 2k− 1
Y, 2K− 1 Y, 2K− 1 Y, 2K− 1 (k− 1)-regular
r r r r r
r r r r r
r
From Corollary 0.14(ii), we know a pseudo 3-regular graph with maximum degree at least 5 has at least f(3) = 11 vertices. All the graphs in E3 are extremal for this property.
Pseudo 3-regular graphs
Now we restrict our attention to pseudo 3-regular graph G.
Note that the maximum degree 3≤ ∆(G) ≤ k2− k + 1 = 7 and the case
∆ = 7 is solved in by Theorem 0.12.
.Lemma 0.15 ..
...
Let G be a pseudo 3-regular graph with a vertex i of degree di= 6. Then all neighbors j of i have degree dj= 3, and the neighbors of j have degree sequence (6, 1, 2).
.Lemma 0.16 ..
...
Let G be a pseudo 3-regular graph with a vertex i of degree di= 5. Then all neighbors j of i have degree dj= 3, and the neighbors of j have degree sequence (5, 2, 2) or (5, 3, 1).
.Lemma 0.17
..Let G be a pseudo 3-regular graph. Then the neighbor degree sequence of a vertex of degree 4 is (3, 3, 3, 3), (4, 3, 3, 2), or (4, 4, 2, 2).
Pseudo 3-regular graph of order at most 10
We have shown that a pseudo 3-regular graph with maximum degree at least 5 must have at least 11 vertices.
We will list all the pseudo 3-regular graph of order at most 10.
.Lemma 0.18 ..
...
Let G be a connected pseudo 3-regular graph with ∆(G) = 4 and aj :=|{i ∈ VG | di= j}|
for j = 1, 2, 3, 4. Then (i) a1+ a2= 2a4, (ii) |VG| = a3+ 3a4, (iii) a1≤ a3,
(iv) a1, a2, a3 have same parity.
.Proof.
..
...
(i) and (ii) follow from solving
0 = ∑
i∈VG
(mi− di)di = ∑
i∈VG
(3− di)di= a1· 2 + a2· 2 + a4(−4).
(iii) follows since there exists an injection from the set of degree one vertices into set of degree 3 vertices. Since there are even number of vertices of odd degrees, a1+ a3 is even. The remaining follows from (i) and (ii). This proves (iv).
|VG| = 7:
r r
r r
r
r r
r r r
r r r
r
Figure: Graphs with sequence (n, a4, a4, a3, a2) = (7, 1, 4, 2, 0).
|VG| = 8:
r r r r
r r r r
Figure: The graph with sequence (n, a4, a4, a3, a2) = (8, 2, 2, 2, 2).
|VG| = 9(i):
r r
r r
r
r r
r r r
r r
r r r
r
r r
Figure: Graphs with sequence (n, a4, a4, a3, a2) = (9, 1, 6, 2, 0).
|VG| = 9(ii):
r r
r r r r
r
r r
r r
r r r r
r
r r
r r r r
r
r r
|VG| = 9(iii):
r r
r r r
r r r r
Figure: The graph with sequence (n, a4, a4, a3, a2) = (9, 2, 3, 3, 1).
|VG| = 10(i):
r r r r
r r r r
r r
Figure: The graph with sequence (n, a4, a4, a3, a2) = (10, 2, 4, 0, 4).
|VG| = 10(ii):
r r r r
r r r r
r r
r r r r
r r r r
r r
r r r r
r r r r
r r
r r r r
r r r r
r r
Figure: Graphs with sequence (n, a , a , a , a ) = (10, 2, 4, 4, 0).
References
[2011CPZ] Y. Chen and R. Pan, and X. Zhang, Two sharp upper bounds for the signless Laplacian spectral radius of graphs, Discrete Mathematics, Algorithms and Applications, 3(2011), 185-191.
[2004D] K.C. Das, A characterization on graphs which achieve the upper bound for the largest Laplacian eigenvalue of graphs, Linear Algebra and its
Applications, 376(2004), 173-186.
[2014HW] Y. P. Huang and C. W. Weng, Spectral radius and average 2-degree sequence of a graph, Discrete Mathematics, Algorithms and Applications, 6(2014).
[2001LP] J.S. Li and Y.L. Pan, De Caen’s inequality and bounds on the largest Laplacian eigenvalue of a graph, Linear Algebra and its Applications, 328(2001), 153-160.
[1998LZ] J.S. Li and X.D. Zhang, On Laplacian eigenvalues of a graph, Linear Algebra and its Applications, 285(1998), 305-307.
[1998M] R. Merris, A note on Laplacian graph eigenvalues, Linear Algebra and its Applications, 285(1998), 33-35.
[2004Z] X.D. Zhang, Two sharp upper bounds for the Laplacian eigenvalues, Linear
Thank you for your attention.