Graham–Pollak Theorem
   HOME

TheInfoList



OR:

In
graph theory In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conne ...
, the Graham–Pollak theorem states that the edges of an n-vertex complete graph cannot be partitioned into fewer than n-1 complete bipartite graphs. It was first published by Ronald Graham and
Henry O. Pollak Henry Otto Pollak (born December 13, 1927) is an Austrian-American mathematician. He is known for his contributions to information theory, and with Ronald Graham is the namesake of the Graham–Pollak theorem in graph theory. Born in Vienna, Au ...
in two papers in 1971 and 1972, in connection with an application to telephone switching circuitry. The theorem has since become well known and repeatedly studied and generalized in graph theory, in part because of its elegant
proof Proof most often refers to: * Proof (truth), argument or sufficient evidence for the truth of a proposition * Alcohol proof, a measure of an alcoholic drink's strength Proof may also refer to: Mathematics and formal logic * Formal proof, a con ...
using techniques from algebraic graph theory. More strongly, write that all proofs are somehow based on
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices. ...
: "no combinatorial proof for this result is known".


Construction of an optimal partition

A partition into exactly n-1 complete bipartite graphs is easy to obtain: just order the vertices, and for each vertex except the last, form a
star A star is an astronomical object comprising a luminous spheroid of plasma (physics), plasma held together by its gravity. The List of nearest stars and brown dwarfs, nearest star to Earth is the Sun. Many other stars are visible to the naked ...
connecting it to all later vertices in the ordering. Other partitions are also possible.


Proof of optimality

The proof of the Graham–Pollak theorem described by (following ) defines a real variable x_i for each vertex v_i\in V, where V denotes the set of all vertices in the graph. Let the left sides and right sides of the kth bipartite graph be denoted L_k and R_k, respectively and for any set S of vertices define X(S) to be the sum of variables for vertices in S: :X(S)=\sum_ x_i. Then, in terms of this notation, the fact that the bipartite graphs partition the edges of the complete graph can be expressed as the equation :\sum_x_ix_j=\sum_k X(L_k) X(R_k). Now consider the
system of linear equations In mathematics, a system of linear equations (or linear system) is a collection of one or more linear equations involving the same variable (math), variables. For example, :\begin 3x+2y-z=1\\ 2x-2y+4z=-2\\ -x+\fracy-z=0 \end is a system of three ...
that sets X(V)=0 and X(L_k)=0 for each k. Any solution to this system of equations would also obey the nonlinear equations :\begin 0&=X(V)^2=\Bigl(\sum_i x_i\Bigr)^2\\ &=\Bigl(\sum_i x_i^2\Bigr) + \Bigl(2\sum_ x_ix_j\Bigr)\\ &=\Bigl(\sum_i x_i^2\Bigr) + \Bigl(2\sum_k X(L_k) X(R_k)\Bigr)\\ &=\sum_i x_i^2.\\ \end But a sum of squares of real variables can only be zero if all the individual variables are zero, the trivial solution to the system of linear equations. If there were fewer than n-1 complete bipartite graphs, the system of equations would have fewer than n equations in n unknowns and would have a nontrivial solution, a contradiction. So the number of complete bipartite graphs must be at least n-1.


Related problems


Distance labeling

Graham and Pollak study a more general
graph labeling In the mathematical discipline of graph theory, a graph labelling is the assignment of labels, traditionally represented by integers, to edges and/or vertices of a graph. Formally, given a graph , a vertex labelling is a function of to a set o ...
problem, in which the vertices of a graph should be labeled with equal-length strings of the characters "0", "1", and "✶", in such a way that the distance between any two vertices equals the number of string positions where one vertex is labeled with a 0 and the other is labeled with a 1. A labeling like this with no "✶" characters would give an isometric embedding into a
hypercube In geometry, a hypercube is an ''n''-dimensional analogue of a square () and a cube (). It is a closed, compact, convex figure whose 1- skeleton consists of groups of opposite parallel line segments aligned in each of the space's dimensions, ...
, something that is only possible for graphs that are
partial cube In graph theory, a partial cube is a graph that is isometric to a subgraph of a hypercube. In other words, a partial cube can be identified with a subgraph of a hypercube in such a way that the distance between any two vertices in the partial cu ...
s, and in one of their papers Graham and Pollak call a labeling that allows "✶" characters an embedding into a "squashed cube". For each position of the label strings, one can define a complete bipartite graph in which one side of the bipartition consists of the vertices labeled with 0 in that position and the other side consists of the vertices labeled with 1, omitting the vertices labeled "✶". For the complete graph, every two vertices are at distance one from each other, so every edge must belong to exactly one of these complete graphs. In this way, a labeling of this type for the complete graph corresponds to a partition of its edges into complete bipartite graphs, with the lengths of the labels corresponding to the number of graphs in the partition.


Alon–Saks–Seymour conjecture

Noga Alon, Michael Saks, and Paul Seymour formulated a conjecture in the early 1990s that, if true, would significantly generalize the Graham–Pollak theorem: they conjectured that, whenever a graph of chromatic number k+1 has its edges partitioned into complete bipartite subgraphs, at least k subgraphs are needed. Equivalently, their conjecture states that edge-disjoint unions of k complete bipartite graphs can always be colored with at most k+1 colors. The conjecture was disproved by Huang and Sudakov in 2012, who constructed families of graphs formed as edge-disjoint unions of k complete bipartite graphs that require \Omega(k^) colors.


Biclique partition

The biclique partition problem takes as input an arbitrary undirected graph, and asks for a partition of its edges into a minimum number of complete bipartite graphs. It is
NP-hard In computational complexity theory, NP-hardness ( non-deterministic polynomial-time hardness) is the defining property of a class of problems that are informally "at least as hard as the hardest problems in NP". A simple example of an NP-hard pr ...
, but fixed-parameter tractable. The best
approximation algorithm In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned solu ...
known for the problem has an
approximation ratio An approximation is anything that is intentionally similar but not exactly equal to something else. Etymology and usage The word ''approximation'' is derived from Latin ''approximatus'', from ''proximus'' meaning ''very near'' and the prefix ' ...
of O(n/\log n).


References

{{DEFAULTSORT:Graham-Pollak theorem Algebraic graph theory