Lovász number

From HandWiki

In graph theory, the Lovász number of a graph is a real number that is an upper bound on the Shannon capacity of the graph. It is also known as Lovász theta function and is commonly denoted by [math]\displaystyle{ \vartheta(G) }[/math], using a script form of the Greek letter theta to contrast with the upright theta used for Shannon capacity. This quantity was first introduced by László Lovász in his 1979 paper On the Shannon Capacity of a Graph.[1] Accurate numerical approximations to this number can be computed in polynomial time by semidefinite programming and the ellipsoid method. The Lovász number of the complement of any graph is sandwiched between the chromatic number and clique number of the graph, and can be used to compute these numbers on graphs for which they are equal, including perfect graphs.

Definition

Let [math]\displaystyle{ G=(V,E) }[/math] be a graph on [math]\displaystyle{ n }[/math] vertices. An ordered set of [math]\displaystyle{ n }[/math] unit vectors [math]\displaystyle{ U=(u_i\mid i\in V)\subset\mathbb{R}^N }[/math] is called an orthonormal representation of [math]\displaystyle{ G }[/math] in [math]\displaystyle{ \mathbb{R}^N }[/math], if [math]\displaystyle{ u_i }[/math] and [math]\displaystyle{ u_j }[/math] are orthogonal whenever vertices [math]\displaystyle{ i }[/math] and [math]\displaystyle{ j }[/math] are not adjacent in [math]\displaystyle{ G }[/math]: [math]\displaystyle{ u_i^\mathrm{T} u_j = \begin{cases} 1, & \text{if }i = j, \\ 0, & \text{if }ij \notin E. \end{cases} }[/math] Clearly, every graph admits an orthonormal representation with [math]\displaystyle{ N=n }[/math]: just represent vertices by distinct vectors from the standard basis of [math]\displaystyle{ \mathbb{R}^N }[/math].[2] Depending on the graph it might be possible to take [math]\displaystyle{ N }[/math] considerably smaller than the number of vertices [math]\displaystyle{ n }[/math].

The Lovász number [math]\displaystyle{ \vartheta }[/math] of graph [math]\displaystyle{ G }[/math] is defined as follows: [math]\displaystyle{ \vartheta(G) = \min_{c, U} \max_{i \in V} \frac{1}{(c^\mathrm{T} u_i)^2}, }[/math] where [math]\displaystyle{ c }[/math] is a unit vector in [math]\displaystyle{ \mathbb{R}^N }[/math] and [math]\displaystyle{ U }[/math] is an orthonormal representation of [math]\displaystyle{ G }[/math] in [math]\displaystyle{ \mathbb{R}^N }[/math]. Here minimization implicitly is performed also over the dimension [math]\displaystyle{ N }[/math], however without loss of generality it suffices to consider [math]\displaystyle{ N=n }[/math].[3] Intuitively, this corresponds to minimizing the half-angle of a rotational cone containing all representing vectors of an orthonormal representation of [math]\displaystyle{ G }[/math]. If the optimal angle is [math]\displaystyle{ \phi }[/math], then [math]\displaystyle{ \vartheta(G)=1/\cos^2\phi }[/math] and [math]\displaystyle{ c }[/math] corresponds to the symmetry axis of the cone.[4]

Equivalent expressions

Let [math]\displaystyle{ G=(V,E) }[/math] be a graph on [math]\displaystyle{ n }[/math] vertices. Let [math]\displaystyle{ A }[/math] range over all [math]\displaystyle{ n\times n }[/math] symmetric matrices such that [math]\displaystyle{ a_{ij}=1 }[/math] whenever [math]\displaystyle{ i=j }[/math] or vertices [math]\displaystyle{ i }[/math] and [math]\displaystyle{ j }[/math] are not adjacent, and let [math]\displaystyle{ \lambda_{\max}(A) }[/math] denote the largest eigenvalue of [math]\displaystyle{ A }[/math]. Then an alternative way of computing the Lovász number of [math]\displaystyle{ G }[/math] is as follows:[5] [math]\displaystyle{ \vartheta(G) = \min_A \lambda_{\max}(A). }[/math]

The following method is dual to the previous one. Let [math]\displaystyle{ B }[/math] range over all [math]\displaystyle{ n\times n }[/math] symmetric positive semidefinite matrices such that [math]\displaystyle{ b_{ij}=0 }[/math] whenever vertices [math]\displaystyle{ i }[/math] and [math]\displaystyle{ j }[/math] are adjacent, and such that the trace (sum of diagonal entries) of [math]\displaystyle{ B }[/math] is [math]\displaystyle{ \operatorname{Tr}(B)=1 }[/math]. Let [math]\displaystyle{ J }[/math] be the [math]\displaystyle{ n\times n }[/math] matrix of ones. Then[6] [math]\displaystyle{ \vartheta(G) = \max_B \operatorname{Tr}(BJ). }[/math] Here, [math]\displaystyle{ \operatorname{Tr}(BJ) }[/math] is just the sum of all entries of [math]\displaystyle{ B }[/math].

The Lovász number can be computed also in terms of the complement graph [math]\displaystyle{ \bar G }[/math]. Let [math]\displaystyle{ d }[/math] be a unit vector and [math]\displaystyle{ U=(u_i\mid i\in V) }[/math] be an orthonormal representation of [math]\displaystyle{ \bar G }[/math]. Then[7] [math]\displaystyle{ \vartheta(G) = \max_{d,U} \sum_{i \in V} (d^\mathrm{T} u_i)^2. }[/math]

Value for well-known graphs

The Lovász number has been computed for the following graphs:[8]

Graph Lovász number
Complete graph [math]\displaystyle{ \vartheta(K_n) = 1 }[/math]
Empty graph [math]\displaystyle{ \vartheta(\bar{K}_n) = n }[/math]
Pentagon graph [math]\displaystyle{ \vartheta(C_5) = \sqrt{5} }[/math]
Cycle graphs [math]\displaystyle{ \vartheta(C_n) = \begin{cases} \frac{n \cos(\pi/n)}{1 + \cos(\pi/n)} & \text{for odd } n, \\ \frac{n}{2} & \text{for even } n \end{cases} }[/math]
Petersen graph [math]\displaystyle{ \vartheta(KG_{5,2}) = 4 }[/math]
Kneser graphs [math]\displaystyle{ \vartheta(KG_{n,k}) = \binom{n-1}{k-1} }[/math]
Complete multipartite graphs [math]\displaystyle{ \vartheta(K_{n_1,\dots,n_k}) = \max_{1 \leq i \leq k} n_i }[/math]

Properties

If [math]\displaystyle{ G \boxtimes H }[/math] denotes the strong graph product of graphs [math]\displaystyle{ G }[/math] and [math]\displaystyle{ H }[/math], then[9] [math]\displaystyle{ \vartheta(G \boxtimes H) = \vartheta(G) \vartheta(H). }[/math]

If [math]\displaystyle{ \bar G }[/math] is the complement of [math]\displaystyle{ G }[/math], then[10] [math]\displaystyle{ \vartheta(G) \vartheta(\bar{G}) \geq n, }[/math] with equality if [math]\displaystyle{ G }[/math] is vertex-transitive.

Lovász "sandwich theorem"

The Lovász "sandwich theorem" states that the Lovász number always lies between two other numbers that are NP-complete to compute.[11] More precisely, [math]\displaystyle{ \omega(G) \leq \vartheta(\bar{G}) \leq \chi(G), }[/math] where [math]\displaystyle{ \omega(G) }[/math] is the clique number of [math]\displaystyle{ G }[/math] (the size of the largest clique) and [math]\displaystyle{ \chi(G) }[/math] is the chromatic number of [math]\displaystyle{ G }[/math] (the smallest number of colors needed to color the vertices of [math]\displaystyle{ G }[/math] so that no two adjacent vertices receive the same color).

The value of [math]\displaystyle{ \vartheta(G) }[/math] can be formulated as a semidefinite program and numerically approximated by the ellipsoid method in time bounded by a polynomial in the number of vertices of G.[12] For perfect graphs, the chromatic number and clique number are equal, and therefore are both equal to [math]\displaystyle{ \vartheta(\bar{G}) }[/math]. By computing an approximation of [math]\displaystyle{ \vartheta(\bar{G}) }[/math] and then rounding to the nearest integer value, the chromatic number and clique number of these graphs can be computed in polynomial time.

Relation to Shannon capacity

The Shannon capacity of graph [math]\displaystyle{ G }[/math] is defined as follows: [math]\displaystyle{ \Theta(G) = \sup_k \sqrt[k]{\alpha(G^k)} = \lim_{k \rightarrow \infty} \sqrt[k]{\alpha(G^k)}, }[/math] where [math]\displaystyle{ \alpha(G) }[/math] is the independence number of graph [math]\displaystyle{ G }[/math] (the size of a largest independent set of [math]\displaystyle{ G }[/math]) and [math]\displaystyle{ G^k }[/math] is the strong graph product of [math]\displaystyle{ G }[/math] with itself [math]\displaystyle{ k }[/math] times. Clearly, [math]\displaystyle{ \Theta(G)\ge\alpha(G) }[/math]. However, the Lovász number provides an upper bound on the Shannon capacity of graph,[13] hence [math]\displaystyle{ \alpha(G) \leq \Theta(G) \leq \vartheta(G). }[/math]

Pentagon graph

For example, let the confusability graph of the channel be [math]\displaystyle{ C_5 }[/math], a pentagon. Since the original paper of (Shannon 1956) it was an open problem to determine the value of [math]\displaystyle{ \Theta(C_5) }[/math]. It was first established by (Lovász 1979) that [math]\displaystyle{ \Theta(C_5)=\sqrt5 }[/math].

Clearly, [math]\displaystyle{ \Theta(C_5)\ge\alpha(C_5)=2 }[/math]. However, [math]\displaystyle{ \alpha(C_5^2)\ge 5 }[/math], since "11", "23", "35", "54", "42" are five mutually non-confusable messages (forming a five-vertex independent set in the strong square of [math]\displaystyle{ C_5 }[/math]), thus [math]\displaystyle{ \Theta(C_5)\ge\sqrt5 }[/math].

To show that this bound is tight, let [math]\displaystyle{ U=(u_1,\dots,u_5) }[/math] be the following orthonormal representation of the pentagon: [math]\displaystyle{ u_k = \begin{pmatrix} \cos{\theta} \\ \sin{\theta} \cos{\varphi_k} \\ \sin{\theta} \sin{\varphi_k} \end{pmatrix}, \quad \cos{\theta} = \frac{1}{\sqrt[4]{5}}, \quad \varphi_k = \frac{2 \pi k}{5} }[/math] and let [math]\displaystyle{ c=(1,0,0) }[/math]. By using this choice in the initial definition of Lovász number, we get [math]\displaystyle{ \vartheta(C_5)\le\sqrt5 }[/math]. Hence, [math]\displaystyle{ \Theta(C_5)=\sqrt5 }[/math].

However, there exist graphs for which the Lovász number and Shannon capacity differ, so the Lovász number cannot in general be used to compute exact Shannon capacities.[14]

Quantum physics

The Lovász number has been generalized for "non-commutative graphs" in the context of quantum communication.[15] The Lovasz number also arises in quantum contextuality[16] in an attempt to explain the power of quantum computers.[17]

See also

Notes

  1. Lovász (1979).
  2. A representation of vertices by standard basis vectors will not be faithful, meaning that adjacent vertices are represented by non-orthogonal vectors, unless the graph is edgeless. A faithful representation in [math]\displaystyle{ N=n }[/math] is also possible by associating each vertex to a basis vector as before, but mapping each vertex to the sum of basis vectors associated with its closed neighbourhood.
  3. If [math]\displaystyle{ N \gt n }[/math] then one can always achieve a smaller objective value by restricting [math]\displaystyle{ c }[/math] to the subspace spanned by vectors [math]\displaystyle{ u_i }[/math]; this subspace is at most [math]\displaystyle{ n }[/math]-dimensional.
  4. Lovász (1995–2001), Proposition 5.1, p. 28.
  5. Lovász (1979), Theorem 3.
  6. Lovász (1979), Theorem 4.
  7. Lovász (1979), Theorem 5.
  8. Riddle (2003).
  9. Lovász (1979), Lemma 2 and Theorem 7.
  10. Lovász (1979), Corollary 2 and Theorem 8.
  11. Knuth (1994).
  12. (Grötschel Lovász); (Todd Cheung).
  13. Lovász (1979), Theorem 1.
  14. Haemers (1979).
  15. Duan, Severini & Winter (2013).
  16. Cabello, Severini & Winter (2014).
  17. Howard et al. (2014).

References

External links