Английская Википедия:Graham–Pollak theorem

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Файл:Graham–Pollak partition.svg
Partition of the edges of the complete graph <math>K_6</math> into five complete bipartite subgraphs: <math>K_{2,2}</math> (light red), <math>K_{2,3}</math> (light blue), <math>K_{1,3}</math> (yellow), and two copies of <math>K_{1,1}</math> (dark red and dark blue). According to the Graham–Pollak theorem, a partition into fewer than five complete bipartite subgraphs is not possible.

In graph theory, the Graham–Pollak theorem states that the edges of an <math>n</math>-vertex complete graph cannot be partitioned into fewer than <math>n-1</math> complete bipartite graphs.Шаблон:R It was first published by Ronald Graham and Henry O. Pollak in two papers in 1971 and 1972 (crediting Hans Witsenhausen for a key lemma), in connection with an application to telephone switching circuitry.Шаблон:R

The theorem has since become well known and repeatedly studied and generalized in graph theory, in part because of its elegant proof using techniques from algebraic graph theory.Шаблон:R More strongly, Шаблон:Harvtxt write that all proofs are somehow based on linear algebra: "no combinatorial proof for this result is known".Шаблон:R

Construction of an optimal partition

A partition into exactly <math>n-1</math> complete bipartite graphs is easy to obtain: just order the vertices, and for each vertex except the last, form a star connecting it to all later vertices in the ordering.Шаблон:R Other partitions are also possible.

Proof of optimality

The proof of the Graham–Pollak theorem described by Шаблон:Harvtxt (following Шаблон:Harvnb) defines a real variable <math>x_i</math> for each vertex <math>v_i\in V</math>, where <math>V</math> denotes the set of all vertices in the graph. Let the left sides and right sides of the <math>k</math>th bipartite graph be denoted <math>L_k</math> and <math>R_k</math>, respectively and for any set <math>S</math> of vertices define <math>X(S)</math> to be the sum of variables for vertices in <math>S</math>:

<math>X(S)=\sum_{v_i\in S} x_i.</math>

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

<math>\sum_{i<j}x_ix_j=\sum_k X(L_k) X(R_k).</math>

Now consider the system of linear equations that sets <math>X(V)=0</math> and <math>X(L_k)=0</math> for each <math>k</math>. Any solution to this system of equations would also obey the nonlinear equations

<math>\begin{align}

0&=X(V)^2=\Bigl(\sum_i x_i\Bigr)^2\\ &=\Bigl(\sum_i x_i^2\Bigr) + \Bigl(2\sum_{i<j} 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{align}</math> 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 <math>n-1</math> complete bipartite graphs, the system of equations would have fewer than <math>n</math> equations in <math>n</math> unknowns and would have a nontrivial solution, a contradiction. So the number of complete bipartite graphs must be at least <math>n-1</math>.Шаблон:R

Related problems

Distance labeling

Graham and Pollak study a more general graph labeling 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, something that is only possible for graphs that are partial cubes, and in one of their papers Graham and Pollak call a labeling that allows "✶" characters an embedding into a "squashed cube".Шаблон:R

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 bipartite 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.Шаблон:R

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 <math>k+1</math> has its edges partitioned into complete bipartite subgraphs, at least <math>k</math> subgraphs are needed. Equivalently, their conjecture states that edge-disjoint unions of <math>k</math> complete bipartite graphs can always be colored with at most <math>k+1</math> colors. The conjecture was disproved by Huang and Sudakov in 2012, who constructed families of graphs formed as edge-disjoint unions of <math>k</math> complete bipartite graphs that require <math>\Omega(k^{6/5})</math> colors.Шаблон:R More strongly, the number of colors can be as large as <math>\exp \log^{2-o(1)} k</math>, tight up to the <math>o(1)</math> term in the exponent.Шаблон:R

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, but fixed-parameter tractable. The best approximation algorithm known for the problem has an approximation ratio of <math>O(n/\log n)</math>.Шаблон:R

References

Шаблон:Reflist