In graph theory, perfect matching in high-degree hypergraphs is a research avenue trying to find sufficient conditions for existence of a perfect matching in a hypergraph, based only on the degree of vertices or subsets of them.
In a simple graph G = (V, E), the degree of a vertex v, often denoted by deg(v) or δ(v), is the number of edges in E adjacent to v. The minimum degree of a graph, often denoted by deg(G) or δ(v), is the minimum of deg(v) over all vertices v in V. A matching in a graph is a set of edges such that each vertex is adjacent to at most one edge; a perfect matching is a matching in which each vertex is adjacent to exactly one edge.
A perfect matching does not always exist, and thus it is interesting to find sufficient conditions that guarantee its existence.
One such condition follows from Dirac's theorem on Hamiltonian cycles.
It says that, if deg(G) ≥ n⁄2, then the graph admits a Hamiltonian cycle; this implies that it admits a perfect matching.
The factor n⁄2 is tight, since the complete bipartite graph on (n⁄2 – 1, n⁄2 + 1) vertices has degree n⁄2 – 1 but does not admit a perfect matching.
The results described below aim to extend these results from graphs to hypergraphs.
In a hypergraph H = (V, E), each edge of E may contain more than two vertices of V. The degree of a vertex v in V is, as before, the number of edges in E that contain v. But in a hypergraph we can also consider the degree of subsets of vertices: given a subset U of V, deg(U) is the number of edges in E that contain all vertices of U.
Thus, the degree of a hypergraph can be defined in different ways depending on the size of subsets whose degree is considered.
Formally, for every integer d ≥ 1, degd(H) is the minimum of deg(U) over all subsets U of V that contain exactly d vertices.
Thus, deg1(H) corresponds to the definition of a degree of a simple graph, namely the smallest degree of a single vertex; deg2(H) is the smallest degree of a pair of vertices; etc.
A hypergraph H = (V, E) is called r-uniform if every hyperedge in E contains exactly r vertices of V. In r-uniform graphs, the relevant values of d are 1, 2, … , r – 1.
In a simple graph, r = 2.
Several authors proved sufficient conditions for the case d = 1, i.e., conditions on the smallest degree of a single vertex.
then H contains a perfect matching.
then H contains a perfect matching - a matching of size k. This result is the best possible.
then H contains a perfect matching - a matching of size k. This result is the best possible.
then H contains a matching of size at least k + 1.
then H contains a matching of size at least k + 1.
[4]For comparison, Dirac's theorem on Hamiltonian cycles says that, if H is 2-uniform (i.e., a simple graph) and then H admits a perfect matching.
Several authors proved sufficient conditions for the case d = r – 1, i.e., conditions on the smallest degree of sets of r – 1 vertices, in r-uniform hypergraphs with n vertices.
The following results relate to r-partite hypergraphs that have exactly n vertices on each side (rn vertices overall): and n ≥ 1000, then H has a perfect matching.
This expression is smallest possible up to the lower-order term; in particular, n⁄2 is not sufficient.
[5] then H admits a matching that covers all but at most r – 2 vertices in each vertex class of H. The n⁄r factor is essentially the best possible.
then H is Hamiltonian, and thus contains a perfect matching.
[7]and n is sufficiently large, then H admits a perfect matching.
[5]then H admits a matching that covers all but at most 2r2 vertices.
where ck,n is a constant depending on the parity of n and k (all expressions below are the best possible):[8]There are some sufficient conditions for other values of d:
then H contains a matching covering all but (d – 1)r vertices.
then H contains a matching covering all but (d – 1)r vertices.