0% found this document useful (0 votes)
6 views18 pages

11 Chapter2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views18 pages

11 Chapter2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Chapter 2

Bounds of color energy

The concept of color energy of a graph G is based on the color matrix of G. For a given
graph G, the color energy Ec (G) is the sum of the absolute values of eigenvalues of color
matrix of G. Naturally, the values of the color energy of a graph G depends upon the
coloring given to G. If all the vertices of a graph G receive same color, then the value
of the color energy for G would be minimum, say x and if all the vertices of G receive
different colors, then the value of its color energy would be maximum, say y. Therefore,
these values x and y provide the trivial bounds for the color energy of G. The bounds give
an idea about the range of values of color energy of G.
In this chapter, we include the results for bounds of color energy in terms of several
graph theoretic parameters such as order, size, chromatic number, independence number,
domination number, etc. Moreover, the results for bounds of color energy in terms of
some specific eigenvalues are also presented.

2.1 Bounds in terms of order and size

This section deals with some upper and lower bounds of color energy of a graph G in
terms of its order n and size m. We begin with an upper bound of color energy in terms of
the order n.
Chapter 2. Bounds of color energy

Theorem 2.1.1. Let G be a graph of order n. Then

Ec (G) ≤ n(n − 1). (2.1)

Proof. Let Ac (G) be the color matrix of a graph G such that λ1 , λ2 , λ3 , . . . , λn are its
eigenvalues. Let Ri be the sum of absolute values of the entries of Ac (G) in the ith row
and R = max Ri , for 1 ≤ i ≤ n.
i
By Theorem 1.1.5 (ii),
|λi | ≤ R, for 1 ≤ i ≤ n. (2.2)

By the definition of Ac (G), each off-diagonal element in Ac (G) is from the set {1, −1, 0}
and each diagonal element of Ac (G) is 0. Therefore, the maximum possible value of R is
n − 1. Thus by Equation (2.2)
|λi | ≤ n − 1, for 1 ≤ i ≤ n
n
∑ |λi| ≤ n(n − 1).
i=1

Hence,
Ec (G) ≤ n(n − 1).

It is to be observed that the upper bound given in Theorem 2.1.1 is sharp for graphs K2
and K1 ∪K1 . In the next lemma, we prove an upper bound of sum of squares of eigenvalues
of color matrix of a graph G in terms of its order.

Lemma 2.1.2. If G is a graph of order n and λ1 , λ2 , λ3 , . . . , λn are the eigenvalues of


Ac (G), then
n
∑ λi2 ≤ n(n − 1).
i=1

27
Chapter 2. Bounds of color energy

Proof. By Definition 1.1.4, the color matrix Ac (G) is symmetric. Therefore, it is a normal
matrix. Thus, by Theorem 1.1.5 (iii),

n n
∑ |λi|2 = ∑ |ai j |2. (2.3)
i=1 i, j

There are n2 entries in Ac (G). Each off-diagonal entry would contribute maximum value
n
1, and the diagonal entry would contribute 0 to the quantity ∑ |ai j |2 . Therefore,
i, j

n
∑ |ai j |2 ≤ n2 − n. (2.4)
i, j

Thus by Equations (2.3) and (2.4),

n
∑ |λi|2 ≤ n(n − 1).
i=1

Hence, the result holds.

Remark 2.1.3. We can prove Theorem 2.1.1 by using Lemma 2.1.2. By Proposition 1.3.7
and Theorem 1.3.9,

n
Ec (G) ≤ ∑ λi2 . (2.5)
i=1

Therefore, by Lemma 2.1.2 and Equation (2.5)

Ec (G) ≤ n(n − 1).

Next, we derive an upper bound for color energy of a graph G in terms of its order n
and the number m′c of pairs of non-adjacent vertices receiving same color.

28
Chapter 2. Bounds of color energy

Theorem 2.1.4. Let G be a graph order n. Then

 1
Ec (G) ≤ n n2 − n + 2m′c 2 .

(2.6)

Proof. For a simple graph G, 2m ≤ n2 − n. Therefore,

n(2m + 2m′c ) ≤ n(n2 − n + 2m′c )


p q
2n(m + mc ) ≤ n(n2 − n + 2m′c ).
′ (2.7)

Therefore, by Equation (2.7) and Theorem 1.3.8

q
Ec (G) ≤ n(n2 − n + 2m′c ).

The upper bound of color energy given in Equation (2.6) is an improvement on the
upper bound mentioned in Equation (2.1). For example, let B be the bow-tie graph with
respect to a proper vertex coloring corresponding to minimum number of colors χ(B) = 3.
It is depicted in Figure 2.1. The eigenvalues of color matrix of B are 0, −2, −2, 2, 2 and
the color energy of B corresponding to minimum number of colors, Eχ (B) = 8. Equations
(2.1) and (2.6) give the value of the upper bound as 20 and 10.95 respectively. Clearly,
Eχ (B) = 8 ≤ 10.95 ≤ 20. Therefore, Equation (2.6) provides a tighter upper bound than
that given by Equation (2.1).

2 2

1
3 3
F IGURE 2.1: Bow-tie graph B with χ(B) = 3

29
Chapter 2. Bounds of color energy

The next theorem provides a lower bound for color energy of a graph G in terms of
size m and m′c , which is the number of pairs of non-adjacent vertices receiving same color.

Theorem 2.1.5. Let G be a graph of size m. Then

p
Ec (G) ≥ 2(m + m′c ). (2.8)

Proof. By Proposition 1.3.7,


n
∑ λi2 = 2(m + m′c) (2.9)
i=1

and by Lemma 1.1.10 s


n n
∑ |λi |2 ≤ ∑ |λi |. (2.10)
i=1 i=1

Therefore, by Equations (2.9) and (2.10),

s
n n p
Ec (G) = ∑ |λi | ≥ ∑ |λi|2 = 2(m + m′c ).
i=1 i=1

Hence,
p
Ec (G) ≥ 2(m + m′c ).

We have observed that if the determinant of the color matrix of a given graph is zero,
then the lower bound provided in Theorem 2.1.5 coincides with the lower bound given
in Theorem 1.3.8. For example, let T4,1 be the (4, 1)-tadpole graph having chromatic
number χ(T4,1 ) = 2 as shown in Figure 2.2. The eigenvalues of color matrix of T4,1 are
√ √
0, 1, 1, −1 + 7, −1 − 7. Therefore, the color energy of T4,1 with respect to minimum
number of colors Eχ (T4,1 ) = 7.3. As one of the eigenvalue is 0, the determinant of the

30
Chapter 2. Bounds of color energy

color matrix D is 0. Therefore,

q
2 p
2(m + m′c ) + n(n − 1)D n = 2(m + m′c ).

Thus both the lower bounds given in Equations (1.6) and (2.8) coincide and show the
value 4.243 for the lower bound of color energy of T4,1 .

1 1

2
F IGURE 2.2: (4, 1)-tadpole graph T4,1 with χ(T4,1 ) = 2

In the following theorem, we provide an alternative proof of the upper bound stated in
the Theorem 1.3.8. Note that, m′c is the number of pairs of non-adjacent vertices having
same color.

Theorem 2.1.6. Let G be a graph of order n and size m. Then

p
Ec (G) ≤ 2n(m + m′c ).

Proof. By Holder’s inequality stated in Lemma 1.1.9,

n n 1/p n 1/q
∑ xiyi ≤ ∑ xip ∑ yqi . (2.11)
i=1 i=1 i=1

31
Chapter 2. Bounds of color energy

Let λ1 , λ2 , . . . , λn be the eigenvalues of Ac (G). Consider xi = |λi |, yi = 1 and p = q = 2.


Then by Equation (2.11),

n n 1/2 n 1/2
∑ |λi| ≤ ∑ |λi|2 ∑ 12
i=1 i=1 i=1
n 1/2
Ec (G) ≤ n1/2 ∑ |λi|2 . (2.12)
i=1

By Proposition 1.3.7,
n
∑ λi2 = 2(m + m′c). (2.13)
i=1

Therefore, by Equations (2.12) and (2.13),

Ec (G) ≤ n1/2 2(m + m′c )1/2


 

p
Ec (G) ≤ 2n(m + m′c ).

2.2 Bounds in terms of chromatic number and indepen-

dence number

In this section, we derive upper and lower bounds of color energy of a graph G in terms
of its chromatic number χ(G) and independence number α(G). We begin the section by
presenting a lower bound for color energy of a graph in terms of its chromatic number.

Theorem 2.2.1. If G is a graph of order n with D ≥ 0, where D is the determinant of


Ac (G), then
χ(G) ≤ Ec (G).

32
Chapter 2. Bounds of color energy

Proof. By the arithmetic and geometric means, for eigenvalues λ1 , λ2 , . . . , λn of Ac (G)

1 n n 1
∑ |λi| ≥
n i=1 ∏ |λi| n

i=1
1 1
Ec (G) ≥ D n .
n

Since D ≥ 0,
Ec (G) ≥ n. (2.14)

By Theorem 1.2.4,
χ(G) ≤ n. (2.15)

Thus, by Equations (2.14) and (2.15)

χ(G) ≤ Ec (G).

The following theorem provides an upper bound of color energy of a graph G in terms
of its chromatic number χ(G), independence number α(G), order m and m′c which is the
number of pairs of non-adjacent vertices in G having same color.

Theorem 2.2.2. Let G be a graph of order n and size m. Then

 1
Ec (G) ≤ 2χ (G) α (G) m + m′c 2 .


33
Chapter 2. Bounds of color energy

Proof. By Theorem 1.2.4 (ii),

n
≤ χ(G)
α(G)
n ≤ χ(G)α(G)

2n(m + m′c ) ≤ 2χ(G)α(G)(m + m′c )


p p
2n(m + m′c ) ≤ 2χ(G)α(G)(m + m′c ). (2.16)

Therefore, by Equation (2.16) and Theorem 1.3.8

p
Ec (G) ≤ 2χ(G)α(G)(m + m′c ). (2.17)

In the next theorem, we derive a lower bound of color energy in terms of χ(G), m, m′c
and the determinant D of Ac (G).

Theorem 2.2.3. Let G be a graph of order n and size m. Then

   1
2 2


Ec (G) ≥ 2 m + mc + χ (G) [χ(G) − 1] D χ(G) .

Proof. By Theorem 1.3.8,

q
Ec (G) ≥ 2(m + m′c ) + n(n − 1)D2/n (2.18)

and by Theorem 1.2.4 (i),


χ(G) ≤ n. (2.19)

34
Chapter 2. Bounds of color energy

Therefore, by Equations (2.18) and (2.19)

   1
2 2
Ec (G) ≥ 2(m + m′c ) + χ (G) [χ(G) − 1] D χ(G) .

2.3 Bounds in terms of domination number and maxi-

mum degree

In this section, we obtain bounds for color energy of a graph G in terms of domination
number γ(G) and maximum degree ∆(G) of the graph under consideration. Throughout
this section, m and m′c are the size of a graph G and the number of pairs of non-adjacent
vertices in G receiving same color, respectively.
In the following theorem, a lower bound of color energy of a graph G in terms of its
domination number γ(G), order n, size m and m′c is derived.

Theorem 2.3.1. If G is a graph of order n, size m and has no isolated vertices, then

p
γ (G) 2 (m + m′c )
Ec (G) ≥ .
n

Proof. If G has no isolated vertices, then by Theorem 1.1.1 (ii)

2γ(G) ≤ n
p p
4γ(G) m + m′c ≤ 2n m + m′c
γ(G) p p
2(m + m′c ) ≤ 2 m + m′c . (2.20)
n

35
Chapter 2. Bounds of color energy

By Theorem 1.3.9,
p
2 m + m′c ≤ Ec (G). (2.21)

Therefore, by Equations (2.20) and (2.21)

γ(G) p
2(m + m′c ) ≤ Ec (G).
n

Hence, the result holds.

The next theorem provides a bound for color energy of a graph G in terms of its
domination number γ(G), maximum degree ∆(G), size m and m′c .

Theorem 2.3.2. Let G be a graph of order n and size m. Then

 1
Ec (G) ≤ 2 (1 + ∆(G) γ (G) m + m′c 2 .


Proof. By Theorems 1.1.1 and 1.2.4,

n n
χ(G) ≥ ≥
α(G) γ(G)
α(G) ≤ γ(G) (2.22)

By Theorem 1.2.4 (iii) and Equation (2.22),

n ≤ χ(G)α(G) ≤ χ(G)γ(G). (2.23)

Thus, by Theorem 1.3.8 and Equation (2.23),

p
Ec (G) ≤ 2χ(G)γ(G)(m + m′c ). (2.24)

36
Chapter 2. Bounds of color energy

Hence, by Theorem (1.2.4) (iv) and Equation (2.24)

p
Ec (G) ≤ 2(1 + ∆(G))γ(G)(m + m′c ).

The results mentioned in the succeeding theorem give an upper bound for color energy
of a graph G in terms of its size m, γ(G), ∆(G), m′c and the determinant D of the color
matrix Ac (G).

Theorem 2.3.3. Let G be a graph of order n and size m. Then


   1
2 2
(i) Ec (G) ≥ [∆ (G) + γ (G)] [∆ (G) + γ (G) − 1] D ∆(G)+γ(G)
+ 2 (m + m′c ) .

   1
1 2

(ii) Ec (G) ≥ 2 (m + mc ) + 2γ (G) [2γ (G) − 1] D γ(G)
, provided G has no isolated
vertices.

Proof. (i) By Theorem 1.1.1 (i),


∆(G) + γ(G) ≤ n (2.25)

and by Theorem 1.3.8,

q
Ec (G) ≥ 2(m + m′c ) + n(n − 1)D2/n . (2.26)

Therefore, by Equations (2.25) and (2.26),

   1
2

 2
Ec (G) ≥ [∆ (G) + γ (G)] [∆ (G) + γ (G) − 1] D ∆(G)+γ(G) + 2 m + mc .

37
Chapter 2. Bounds of color energy

(ii) If G is a graph with no isolated vertices, then by Theorem 1.1.1 (ii)

n ≥ 2γ(G). (2.27)

Hence, by Theorem 1.3.8 and Equation (2.27)

r 
1
Ec (G) ≥ 2(m + m′c ) + 2γ(G)[2γ(G) − 1]D γ(G) .

2.4 Bounds in terms of extreme eigenvalues

Some upper and lower bounds of color energy of a graph G in terms of λmax and λmin
are included in this section. By λmax and λmin , we mean largest and least absolute values
of eigenvalues of color matrix of G. It is to be noted that m′c is the number of pairs of
non-adjacent vertices having same color.
The subsequent theorems, namely Theorem 2.4.1 and Theorem 2.4.2, present lower
bounds of color energy of a graph G in terms of its order n, size m, m′c , λmin and λmax .

Theorem 2.4.1. Let G be a graph of order n and size m. Then

(i)
 1/2
 8n(m + m′ ) 
Ec (G) ≥ q qc ,
 λmax + λmin 
λmin λmax

(ii)
√  1/2
n ′ 2
Ec (G) ≥ 8n(m + mc ) − n(λmax − λmin ) .
2

38
Chapter 2. Bounds of color energy

Proof. By Lemma 1.1.11, we have

n n r r  n 2
2 1 2 M1 M2 m1 m2
∑ (ai) ∑ (bi) ≤ 4 m1 m2
+
M1 M2 ∑ aibi (2.28)
i=1 i=1 i=1

and
n n n 2 n2 2
∑ (ai)2 ∑ (bi)2 − ∑ ai bi ≤
4
m1 m2 − M1 M2 , (2.29)
i=1 i=1 i=1

max (a ), M = max (b ), m =
where ai and bi are positive real numbers and M1 = 1≤i≤n i 2 1≤i≤n i 1

min min (b ), for 1 ≤ i ≤ n.


1≤i≤n(ai ) and m2 = 1≤i≤n i

Let λ1 , λ2 , . . . , λn be the eigenvalues of color matrix of the graph G. Consider ai = |λi |


and bi = 1 for 1 ≤ i ≤ n. Then M1 = λmax , M2 = 1 and m1 = λmin , m2 = 1.

(i) By Equation (2.28),

n n s s  n 2
1 λmax λmin
∑ |λi|2 ∑ (1)2 ≤ 4 λmin
+
λmax ∑ |λi|
i=1 i=1 i=1
n s s  2
1 λmax λmin
n ∑ |λi |2 ≤ + Ec (G) .
i=1 4 λmin λmax

Thus,

2
4n ∑ni=1 |λi |2

Ec (G) ≥ q q . (2.30)
λmax λmin
λmin + λmax

By Proposition 1.3.7 and Equation (2.30),

2
8n(m + m′c )

Ec (G) ≥ q q
λmax λmin
λmin + λmax
 1/2
 8n(m + m′ ) 
Ec (G) ≥ q qc .
 λmax + λmin 
λmin λmax

39
Chapter 2. Bounds of color energy

(ii) By Equation (2.29),

n n n 2 n2 2
∑ |λi|2 ∑ (1)2 − ∑ i ≤ 4 λmin − λmax
|λ |
i=1 i=1 i=1
n 2 n2 2
n ∑ |λi |2 − Ec (G) ≤ λmin − λmax . (2.31)
i=1 4

Therefore, by Proposition 1.3.7 and Equation (2.31),

2 n2 2
Ec (G) ≥ 2n(m + m′c ) − λmin − λmax
4
√  1/2
n ′ 2
Ec (G) ≥ 8n(m + mc ) − n(λmax − λmin ) .
2

Theorem 2.4.2. Let G be a graph of order n and size m. Then

n + 2λmax λmin (m + m′c )


Ec (G) ≥ .
λmax + λmin

Proof. By Lemma 1.1.12,

n n n
∑ (ai)2 + ab ∑ (bi)2 ≤ (a + b) ∑ aibi. (2.32)
i=1 i=1 i=1

bi
where ai ̸= 0, a ≤ ai ≤ b, for 1 ≤ i ≤ n.
Let λ1 , λ2 , . . . , λn be the eigenvalues of the color matrix of a graph G and bi = |λi | and
ai = 1 for 1 ≤ i ≤ n. Therefore, we consider a = λmin and b = λmax . Thus, by Equation
(2.32),

n n n
∑ (1)2 + λminλmax ∑ |λi|2 ≤ (λmin + λmax ) ∑ |λi|. (2.33)
i=1 i=1 i=1

40
Chapter 2. Bounds of color energy

Therefore, by Proposition 1.3.7 and Equation (2.33)

n + 2λmin λmax (m + m′c ) ≤ (λmin + λmax )Ec (G)


n + 2λmax λmin (m + m′c )
Ec (G) ≥ .
λmax + λmin

The upper bounds of color energy of a graph G in terms of its order n, λmin , λmax and
µmax , which is the largest absolute value among eigenvalues of A−1
c (G) is obtained in the

succeeding theorems.

Theorem 2.4.3. Let G be a graph of order n and size m. Then

n(λmax + λmin )
Ec (G) ≤ ,
4λmax λmin µmax

where µmax is the largest absolute value among eigenvalues of A−1


c (G).

Proof. By Lemma 1.1.13 (i),

1 n 1 n 1 (a + b)2
  
∑ ai ∑ ai ≤ (2.34)
n i=1 n i=1 4ab

where 0 ≤ a ≤ ai ≤ b, for i = 1, 2, . . . , n. Let’s consider ai = |λi | for 1 ≤ i ≤ n, where λi ’s


are the eigenvalues of Ac (G). Thus, a = λmin and b = λmax . Therefore,

1 n
 n
(λmin + λmax )2
 
1 1
|λ |
∑ i n ∑ |λi| ≤
n i=1 i=1 4λmin λmax
 n
(λmin + λmax )2
 
1 1
Ec (G) ∑ max
µ ≤ ,
n n i=1 4λmin λmax

41
Chapter 2. Bounds of color energy

where µmax is the largest absolute value among eigenvalues of A−1


c (G). Thus,

n2 (λmax + λmin )
Ec (G) ≤ n
4λmax λmin ∑ µmax
i=1
n2 (λ max + λmin )
Ec (G) ≤ . (2.35)
4nλmax λmin µmax

Since µmax is constant, ∑ni=1 µmax = nµmax . Therefore, by Equation (2.35)

n(λmax + λmin )
Ec (G) ≤ .
4λmax λmin µmax

Theorem 2.4.4. Let G be a graph of order n. Then


   
 n 2  n+1 2 2 2
n 2 + 2
   λmax + λmin
n n+1
Ec (G) ≤ +n ,
µmax 2 2 λmin λmax µmax

where µmax is the largest absolute value of eigenvalue of A−1c (G) and,
   
n n+1
2 and 2 is the greatest integer less than or equal to n2 and n+1
2 .

Proof. By Lemma 1.1.13 (ii),


  
n n+1 n+1 n
[ 2 ]b + [ 2 ]a [ 2 ]b + [ 2 ]a
1 n 1 n 1
  
∑ ai ∑ ai ≤ , (2.36)
n i=1 n i=1 ab

where [x] represents the integral part the real number x and ai is a real number such that
0 ≤ a ≤ ai ≤ b for 1 ≤ i ≤ n.
Let ai = |λi | for 1 ≤ i ≤ n, where λi ’s are the eigenvalues of Ac (G) and, a = λmin and
b = λmax .

42
Chapter 2. Bounds of color energy

Therefore,
  
n n+1 n+1 n
[ 2 ]b + [ 2 ]λmin [ 2 ]λmax + [ 2 ]λmin
1 n
  n 
1 1
∑ |λi| n ∑ |λi| ≤
n i=1 λmin λmax
i=1
  
n n+1 n+1 n
n [ 2 ]b + [ 2 ]λmin [ 2 ]λmax + [ 2 ]λmin
1 1
2
E c (G) ∑ ≤ (2.37)
n i=1 |λi | λmin λmax

Let µmax is the largest absolute value of A−1


c (G). Then by Equation (2.37),

[ 2n ]b + [ n+1
n
 n+1 n

1 2 ]λmin [ 2 ]λmax + [ 2 ]λmin
Ec (G) ∑ µmax ≤
n2 i=1 λmin λmax
[ 2n ]λmax + [ n+1
 n+1 n

1 2 ]λmin [ 2 ]λmax + [ 2 ]λmin
Ec (G)µmax ≤
n λmin λmax
[ 2 ]λmax + [ 2 ]λmin [ n+1
n n+1 n
 
2 ]λ max + [ 2 ]λ min
Ec (G) ≤ n (2.38)
λmin λmax µmax

Since µmax is a constant, by Equation (2.38)


 
 n  n+1  2  n 2  n+1 2  n+1  n  2
2 2 λmax + 2 λmin λmax + 2 λmax λmin + 2 2 λmin
Ec (G) ≤ n .
λmin λmax µmax

Thus,

     
n 2  n+1 2  n  n+1  2  n+1  n  2
 2 λmin λmax + 2 λmax λmin 2 λmax + 2 λmin 
 
2 2
 
Ec (G) ≤n + .

 λmin λmax µmax λmin λmax µmax 

 

Hence,  2  2   
n n+1 2 2
n 2 + 2
   λmax + λmin
n n+1
Ec (G) ≤ +n .
µmax 2 2 λmin λmax µmax

43

You might also like