In graph theory, a branch of mathematics, the kth powerGk of an undirected graphG is another graph that has the same set of vertices, but in which two vertices are adjacent when their distance in G is at most k. Powers of graphs are referred to using terminology similar to that of exponentiation of numbers: G2 is called the square of G, G3 is called the cube of G, etc. Graph powers should be distinguished from the products of a graph with itself, which generally have many more vertices than the original graph.
on the square of a graph may be used to assign frequencies to the participants of wireless communication networks so that no two participants interfere with each other at any of their common neighbors, and to find graph drawings with high angular resolution. Both the chromatic number and the degeneracy of the kth power of a planar graph of maximum degree Δ are, where the degeneracy bound shows that a greedy coloring algorithm may be used to color the graph with this many colors. For the special case of a square of a planar graph, Wegnerconjectured in 1977 that the chromatic number of the square of a planar graph is at most, and it is known that the chromatic number is at most. More generally, for any graph with degeneracy d and maximum degree Δ, the degeneracy of the square of the graph is O, so many types of sparse graph other than the planar graphs also have squares whose chromatic number is proportional to Δ. Although the chromatic number of the square of a nonplanar graph with maximum degree Δ may be proportional to Δ2 in the worst case, it is smaller for graphs of high girth, being bounded by O in this case. Determining the minimum number of colors needed to color the square of a graph is NP-hard, even in the planar case.
The kth power of a graph with n vertices and m edges may be computed in time O by performing a breadth first searchstarting from each vertex to determine the distances to all other vertices, or slightly faster using more sophisticated algorithms. Alternatively, If A is an adjacency matrix for the graph, modified to have nonzero entries on its main diagonal, then the nonzero entries of Ak give the adjacency matrix of the kth power of the graph, from which it follows that constructing kth powers may be performed in an amount of time that is within a logarithmic factor of the time for matrix multiplication. The kth powers of trees can be recognized in time linear in the size of the input graph. Given a graph, deciding whether it is the square of another graph is NP-complete. Moreover, it is NP-complete to determine whether a graph is a kth power of another graph, for a given number k ≥ 2, or whether it is a kth power of a bipartite graph, for k > 2.
Induced subgraphs
The half-square of a bipartite graph is the subgraph of induced by one side of the bipartition of. Map graphs are the half-squares of planar graphs, and halved cube graphs are the half-squares of hypercube graphs. Leaf powers are the subgraphs of powers of trees induced by the leaves of the tree. A -leaf power is a leaf power whose exponent is.