TOPICS
Search

Clique Number


The (upper) clique number of a graph G, denoted omega(G), is the number of vertices in a maximum clique of G. Equivalently, it is the size of a largest clique or maximal clique of G.

The clique number omega(G) of a graph is equal to the largest exponent in the graph's clique polynomial.

The lower clique number omega_L(G) may be similarly defined as the size of a graph's smallest maximal clique.

For an arbitrary graph,

 omega(G)>=sum_(i=1)^n1/(n-d_i),
(1)

where d_i is the vertex degree of i.

The clique number of a graph is equal to the independence number of the complement graph,

 omega(G)=alpha(G^_).
(2)

The chromatic number chi(G) of a graph G is equal to or greater than its clique number omega(G), i.e.,

 chi(G)>=omega(G).
(3)

The following table lists the clique numbers for some named graphs.