Petersen's theorem

From HandWiki
A perfect matching (red edges), in the Petersen graph. Since the Petersen graph is cubic and bridgeless, it meets the conditions of Petersen's theorem.
A cubic (but not bridgeless) graph with no perfect matching, showing that the bridgeless condition in Petersen's theorem cannot be omitted

In the mathematical discipline of graph theory, Petersen's theorem, named after Julius Petersen, is one of the earliest results in graph theory and can be stated as follows:

Petersen's Theorem. Every cubic, bridgeless graph contains a perfect matching.[1]

In other words, if a graph has exactly three edges at each vertex, and every edge belongs to a cycle, then it has a set of edges that touches every vertex exactly once.

Proof

We show that for every cubic, bridgeless graph G = (V, E) we have that for every set UV the number of connected components in the graph induced by V − U with an odd number of vertices is at most the cardinality of U. Then by Tutte theorem G contains a perfect matching.

Let Gi be a component with an odd number of vertices in the graph induced by the vertex set V − U. Let Vi denote the vertices of Gi and let mi denote the number of edges of G with one vertex in Vi and one vertex in U. By a simple double counting argument we have that

[math]\displaystyle{ \sum\nolimits_{v\in V_i} \deg_G(v) = 2|E_i| + m_i , }[/math]

where Ei is the set of edges of Gi with both vertices in Vi. Since

[math]\displaystyle{ \sum\nolimits_{v \in V_i} \deg_G(v)= 3 |V_i| }[/math]

is an odd number and 2|Ei| is an even number it follows that mi has to be an odd number. Moreover, since G is bridgeless we have that mi ≥ 3.

Let m be the number of edges in G with one vertex in U and one vertex in the graph induced by V − U. Every component with an odd number of vertices contributes at least 3 edges to m, and these are unique, therefore, the number of such components is at most m/3. In the worst case, every edge with one vertex in U contributes to m, and therefore m ≤ 3|U|. We get

[math]\displaystyle{ |U|\geq\frac{1}{3}m\geq |\{\text{components with an odd number of vertices}\}| , }[/math]

which shows that the condition of Tutte theorem holds.

History

The theorem is due to Julius Petersen, a Danish mathematician. It can be considered as one of the first results in graph theory. The theorem appears first in the 1891 article "Die Theorie der regulären graphs".[1] By today's standards Petersen's proof of the theorem is complicated. A series of simplifications of the proof culminated in the proofs by (Frink 1926) and (König 1936).

In modern textbooks Petersen's theorem is covered as an application of Tutte's theorem.

Applications

  • In a cubic graph with a perfect matching, the edges that are not in the perfect matching form a 2-factor. By orienting the 2-factor, the edges of the perfect matching can be extended to paths of length three, say by taking the outward-oriented edges. This shows that every cubic, bridgeless graph decomposes into edge-disjoint paths of length three.[2]
  • Petersen's theorem can also be applied to show that every maximal planar graph can be decomposed into a set of edge-disjoint paths of length three. In this case, the dual graph is cubic and bridgeless, so by Petersen's theorem it has a matching, which corresponds in the original graph to a pairing of adjacent triangle faces. Each pair of triangles gives a path of length three that includes the edge connecting the triangles together with two of the four remaining triangle edges.[3]
  • By applying Petersen's theorem to the dual graph of a triangle mesh and connecting pairs of triangles that are not matched, one can decompose the mesh into cyclic strips of triangles. With some further transformations it can be turned into a single strip, and hence gives a method for transforming a triangle mesh such that its dual graph becomes hamiltonian.[4]

Extensions

Number of perfect matchings in cubic bridgeless graphs

It was conjectured by Lovász and Plummer that the number of perfect matchings contained in a cubic, bridgeless graph is exponential in the number of the vertices of the graph n.[5] The conjecture was first proven for bipartite, cubic, bridgeless graphs by (Voorhoeve 1979), later for planar, cubic, bridgeless graphs by (Chudnovsky Seymour). The general case was settled by (Esperet Kardoš), where it was shown that every cubic, bridgeless graph contains at least [math]\displaystyle{ 2^{n/3656} }[/math] perfect matchings.

Algorithmic versions

(Biedl Bose) discuss efficient versions of Petersen's theorem. Based on Frink's proof[6] they obtain an O(n log4 n) algorithm for computing a perfect matching in a cubic, bridgeless graph with n vertices. If the graph is furthermore planar the same paper gives an O(n) algorithm. Their O(n log4 n) time bound can be improved based on subsequent improvements to the time for maintaining the set of bridges in a dynamic graph.[7] Further improvements, reducing the time bound to O(n log2 n) or (with additional randomized data structures) O(n log n (log log n)3), were given by (Diks Stanczyk).

Higher degree

If G is a regular graph of degree d whose edge connectivity is at least d − 1, and G has an even number of vertices, then it has a perfect matching. More strongly, every edge of G belongs to at least one perfect matching. The condition on the number of vertices can be omitted from this result when the degree is odd, because in that case (by the handshaking lemma) the number of vertices is always even.[8]

Notes

  1. 1.0 1.1 (Petersen 1891).
  2. See for example (Bouchet Fouquet).
  3. (Häggkvist Johansson).
  4. Meenakshisundaram & Eppstein (2004).
  5. Lovász & Plummer (1986).
  6. (Frink 1926).
  7. Thorup (2000).
  8. (Naddef Pulleyblank), Theorem 4, p. 285.

References

  • "Efficient algorithms for Petersen's matching theorem", Journal of Algorithms 38 (1): 110–134, 2001, doi:10.1006/jagm.2000.1132 
  • Bouchet, André; Fouquet, Jean-Luc (1983), "Trois types de décompositions d'un graphe en chaînes", in C. Berge; D. Bresson; P. Camion et al. (in French), Combinatorial Mathematics: Proceedings of the International Colloquium on Graph Theory and Combinatorics (Marseille-Luminy, 1981), North-Holland Mathematics Studies, 75, North-Holland, pp. 131–141, doi:10.1016/S0304-0208(08)73380-2 
  • "Perfect matchings in planar cubic graphs", Combinatorica 32 (4): 403–424, 2012, doi:10.1007/s00493-012-2660-9 
  • Diks, Krzysztof; Stanczyk, Piotr (2010), "Perfect matching for biconnected cubic graphs in O(n log2 n) time", SOFSEM 2010: 36th Conference on Current Trends in Theory and Practice of Computer Science, Špindlerův Mlýn, Czech Republic, January 23–29, 2010, Proceedings, Lecture Notes in Computer Science, 5901, Springer, pp. 321–333, doi:10.1007/978-3-642-11266-9_27 
  • Esperet, Louis; Kardoš, František; King, Andrew D. (2011), "Exponentially many perfect matchings in cubic graphs", Advances in Mathematics 227 (4): 1646–1664, doi:10.1016/j.aim.2011.03.015 
  • Frink, Orrin (1926), "A proof of Petersen’s theorem", Annals of Mathematics, Second Series 27 (4): 491–493, doi:10.2307/1967699 
  • Häggkvist, Roland; Johansson, Robert (2004), "A note on edge-decompositions of planar graphs", Discrete Mathematics 283 (1–3): 263–266, doi:10.1016/j.disc.2003.11.017 
  • König, Dénes (1936), Theorie der endlichen und unendlichen Graphen; kombinatorische Topologie der Streckenkomplexe. 
  • Lovász, László; Plummer, M. D. (1986), Matching Theory, Annals of Discrete Mathematics, 29, North-Holland, ISBN 0-444-87916-1 
  • Meenakshisundaram, Gopi (2004), "Single-strip triangulation of manifolds with arbitrary topology", Proc. 25th Conf. Eur. Assoc. for Computer Graphics (Eurographics '04), Computer Graphics Forum, 23, pp. 371–379, doi:10.1111/j.1467-8659.2004.00768.x 
  • Naddef, D. (1981), "Matchings in regular graphs", Discrete Mathematics 34 (3): 283–291, doi:10.1016/0012-365X(81)90006-6 .
  • Petersen, Julius (1891), "Die Theorie der regulären graphs", Acta Mathematica 15: 193–220, doi:10.1007/BF02392606 
  • Thorup, Mikkel (2000), "Near-optimal fully-dynamic graph connectivity", Proc. 32nd ACM Symposium on Theory of Computing, pp. 343–350, doi:10.1145/335305.335345, ISBN 1-58113-184-4 
  • Voorhoeve, Marc (1979), "A lower bound for the permanents of certain (0,1)-matrices", Indagationes Mathematicae 82 (1): 83–86, doi:10.1016/1385-7258(79)90012-X