Hall-type theorems for hypergraphs

From HandWiki
Short description: Generalizations in graph theory

In the mathematical field of graph theory, Hall-type theorems for hypergraphs are several generalizations of Hall's marriage theorem from graphs to hypergraphs. Such theorems were proved by Ofra Kessler,[1][2] Ron Aharoni,[3][4] Penny Haxell,[5][6] Roy Meshulam,[7] and others.

Preliminaries

Hall's marriage theorem provides a condition guaranteeing that a bipartite graph (X + Y, E) admits a perfect matching, or - more generally - a matching that saturates all vertices of Y. The condition involves the number of neighbors of subsets of Y. Generalizing Hall's theorem to hypergraphs requires a generalization of the concepts of bipartiteness, perfect matching, and neighbors.

1. Bipartiteness: The notion of a bipartiteness can be extended to hypergraphs in many ways (see bipartite hypergraph). Here we define a hypergraph as bipartite if it is exactly 2-colorable, i.e., its vertices can be 2-colored such that each hyperedge contains exactly one yellow vertex. In other words, V can be partitioned into two sets X and Y, such that each hyperedge contains exactly one vertex of Y.[1] A bipartite graph is a special case in which each edge contains exactly one vertex of Y and also exactly one vertex of X; in a bipartite hypergraph, each hyperedge contains exactly one vertex of Y but may contain zero or more vertices of X. For example, the hypergraph (V, E) with V = {1,2,3,4,5,6} and E = { {1,2,3}, {1,2,4}, {1,3,4}, {5,2}, {5,3,4,6} } is bipartite with Y = {1,5} and X = {2,3,4,6}.

2. Perfect matching: A matching in a hypergraph H = (V, E) is a subset F of E, such that every two hyperedges of F are disjoint. If H is bipartite with parts X and Y, then the size of each matching is obviously at most |Y|. A matching is called Y-perfect (or Y-saturating) if its size is exactly |Y|. In other words: every vertex of Y appears in exactly one hyperedge of M. This definition reduces to the standard definition of a Y-perfect matching in a bipartite graph.

3. Neighbors: Given a bipartite hypergraph H = (X + Y, E) and a subset Y0 of Y, the neighbors of Y0 are the subsets of X that share hyperedges with vertices of Y0. Formally:

[math]\displaystyle{ N_H(Y_0) := \{X_0\subseteq X ~~|~~ \exists y_0\in Y_0: ~\{y_0\}\cup X_0 \in E \}. }[/math]

For example, in the hypergraph from point 1, we have: NH({1}) = { {2,3}, {2,4}, {3,4} } and NH({5}) = { {2}, {3,4,6} } and NH({1,5}) = { {2,3}, {2,4}, {3,4}, {2}, {3,4,6} }. Note that, in a bipartite graph, each neighbor is a singleton - the neighbors are just the vertices of X that are adjacent to one or more vertices of Y0. In a bipartite hypergraph, each neighbor is a set - the neighbors are the subsets of X that are "adjacent" to one or more vertices of Y0.

Since NH(Y0) contains only subsets of X, one can define a hypergraph in which the vertex set is X and the edge set is NH(Y0). We call it the neighborhood-hypergraph of Y0 and denote it:

[math]\displaystyle{ H_H(Y_0) := (X, N_H(Y_0)). }[/math]

Note that, if H is a simple bipartite graph, the neighborhood-hypergraph of every Y0 contains just the neighbors of Y0 in X, each of which with a self-loop.

Insufficiency of Hall's condition

Hall's condition requires that, for each subset Y0 of Y, the set of neighbors of Y0 is sufficiently large. With hypergraphs this condition is insufficient. For example, consider the tripartite hypergraph with edges:

{ {1, a, A}, {2, a, B} }

Let Y = {1,2}. Every vertex in Y has a neighbor, and Y itself has two neighbors: NH(Y) = { {a,A}, {a,B} }. But there is no Y-perfect matching since both edges overlap. One could try to fix it by requiring that NH(Y0) contain at least |Y0| disjoint edges, rather than just |Y0| edges. In other words: HH(Y0) should contain a matching of size at least |Y0|. The largest size of a matching in a hypergraph H is called its matching number and denoted by ν(H) (thus H admits a Y-perfect matching if and only if ν(H) = |Y|). However, this fix is insufficient, as shown by the following tripartite hypergraph:

{ {1, a, A}, {1, b, B}, {2, a, B}, {2, b, A} }

Let Y = {1,2}. Again every vertex in Y has a neighbor, and Y itself has four neighbors: NH(Y) = { {a,A}, {a,B}, {b, A}, {b, B} }. Moreover, ν(HH(Y)) = 2 since HH(Y) admits a matching of size 2, e.g. { {a,A}, {b,B} } or { {a,B}, {b,A} }. However, H does not admit a Y-perfect matching, since every hyperedge that contains 1 overlaps every hyperedge that contains 2.

Thus, to guarantee a perfect matching, a stronger condition is needed. Various such conditions have been suggested.

Aharoni's conditions: largest matching

Let H = (X + Y, E) be a bipartite hypergraph (as defined in 1. above), in which the size of every hyperedge is exactly r, for some integer r > 1. Suppose that, for every subset Y0 of Y, the following inequality holds:

[math]\displaystyle{ \nu(N_H(Y_0)) \geq (r-1)\cdot (|Y_0| - 1) + 1 }[/math]

In words: the neighborhood-hypergraph of Y0 admits a matching larger than (r – 1) (|Y0| – 1). Then H admits a Y-perfect matching (as defined in 2. above).

This was first conjectured by Aharoni.[3] It was proved with Ofra Kessler for bipartite hypergraphs in which |Y| ≤ 4[1] and for |Y| = 5.[2] It was later proved for all r-uniform hypergraphs.[6]:Corollary 1.2

In simple graphs

For a bipartite simple graph r = 2, and Aharoni's condition becomes:

[math]\displaystyle{ \nu(H_H(Y_0)) \geq |Y_0|. }[/math]

Moreover, the neighborhood-hypergraph (as defined in 3. above) contains just singletons - a singleton for every neighbor of Y0. Since singletons do not intersect, the entire set of singletons is a matching. Hence, ν(HH(Y0)) = |NH(Y0)| = the number of neighbors of Y0. Thus, Aharoni's condition becomes, for every subset Y0 of Y:

[math]\displaystyle{ |N_H(Y_0)| \geq |Y_0|. }[/math]

This is exactly Hall's marriage condition.

Tightness

The following example shows that the factor (r – 1) cannot be improved. Choose some integer m > 1. Let H = (X + Y, E) be the following r-uniform bipartite hypergraph:

  • Y = {1, ..., m};
  • E is the union of E1, … , Em (where Ei is the set of hyperedges containing vertex i), and:
    • For each i in {1, … , m – 1}, Ei contains r – 1 disjoint hyperedges of size r: [math]\displaystyle{ \{ i, x_{i,1,1}, \ldots, x_{i,1,r-1} \}, \ldots , \{i, x_{i,r-1,1}, \ldots, x_{i,r-1,r-1} \}. }[/math]
    • Em contains m – 1 hyperedges of size r: [math]\displaystyle{ \{ m, x_{1,1,1}, \ldots, x_{1,r-1,r-1}, \} , \ldots, \{ m, x_{m-1,1,1}, \ldots, x_{m-1,r-1,1} \} }[/math]

Note that edge i in Em meets all edges in Ei.

This H does not admit a Y-perfect matching, since every hyperedge that contains m intersects all hyperedges in Ei for some i < m.

However, every subset Y0 of Y satisfies the following inequality

[math]\displaystyle{ \nu(H_H(Y_0)) \geq (r-1)\cdot (|Y_0| - 1) }[/math]

since HH(Y0 \ {m}) contains at least (r – 1) ⋅ (|Y0| – 1) hyperedges, and they are all disjoint.

Fractional matchings

The largest size of a fractional matching in H is denoted by ν*(H). Clearly ν*(H) ≥ ν(H). Suppose that, for every subset Y0 of Y, the following weaker inequality holds:

[math]\displaystyle{ \nu^*(H_H(Y_0)) \geq (r-1)\cdot (|Y_0| - 1) +1 }[/math]

It was conjectured that in this case, too, H admits a Y-perfect matching. This stronger conjecture was proved for bipartite hypergraphs in which |Y| = 2.[4]

Later it was proved[4] that, if the above condition holds, then H admits a Y-perfect fractional matching, i.e., ν*(H) = |Y|. This is weaker than having a Y-perfect matching, which is equivalent to ν(H) = |Y|.

Haxell's condition: smallest transversal

A transversal (also called vertex-cover or hitting-set) in a hypergraph H = (V, E) is a subset U of V such that every hyperedge in E contains at least one vertex of U. The smallest size of a transversal in H is denoted by τ(H).

Let H = (X + Y, E) be a bipartite hypergraph in which the size of every hyperedge is at most r, for some integer r > 1. Suppose that, for every subset Y0 of Y, the following inequality holds:

[math]\displaystyle{ \tau(H_H(Y_0)) \geq (2r-3)\cdot (|Y_0| - 1) + 1 }[/math]

In words: the neighborhood-hypergraph of Y0 has no transversal of size (2r – 3)(Y0 – 1) or less.

Then, H admits a Y-perfect matching (as defined in 2. above).[5]:Theorem 3

In simple graphs

For a bipartite simple graph r = 2 so 2r – 3 = 1, and Haxell's condition becomes:

[math]\displaystyle{ \tau(H_H(Y_0)) \geq |Y_0|. }[/math]

Moreover, the neighborhood-hypergraph (as defined in 3. above) contains just singletons - a singleton for every neighbor of Y0. In a hypergraph of singletons, a transversal must contain all vertices. Hence, τ(HH(Y0)) = |NH(Y0)| = the number of neighbors of Y0. Thus, Haxell's condition becomes, for every subset Y0 of Y:

[math]\displaystyle{ |N_H(Y_0)| \geq |Y_0|. }[/math]

This is exactly Hall's marriage condition. Thus, Haxell's theorem implies Hall's marriage theorem for bipartite simple graphs.

Tightness

The following example shows that the factor (2r – 3) cannot be improved. Let H = (X + Y, E) be an r-uniform bipartite hypergraph with:

  • [math]\displaystyle{ Y = \{ 0,1 \} }[/math]
  • [math]\displaystyle{ X = \{ x_{ij} : 1 \leq i,j \leq r-1 \} }[/math] [so |X| = (r – 1)2].
  • [math]\displaystyle{ E = E_0 \cup E_1, }[/math] where:
    • [math]\displaystyle{ E_0 = \{ \{ 0, x_{i1}, \ldots, x_{i(r-1)} \} | 1 \leq i \leq r-1 \} }[/math]
      [so E0 contains r – 1 hyperedges].
    • [math]\displaystyle{ E_1 = \{ \{ 1, x_{1j[1]}, \ldots, x_{(r-1) j[r-1]} \} | 1 \leq j[k] \leq r-1 }[/math]
      for [math]\displaystyle{ 1 \leq k \leq r-1 \} }[/math]
      [so E1 contains (r – 1)r-1 hyperedges].

This H does not admit a Y-perfect matching, since every hyperedge that contains 0 intersects every hyperedge that contains 1.

However, every subset Y0 of Y satisfies the following inequality:

[math]\displaystyle{ \tau(H_H(Y_0)) \geq (2r-3)\cdot (|Y_0| - 1) }[/math]

It is only slightly weaker (by 1) than required by Haxell's theorem. To verify this, it is sufficient to check the subset Y0 = Y, since it is the only subset for which the right-hand side is larger than 0. The neighborhood-hypergraph of Y is (X, E00E11) where:

[math]\displaystyle{ E_{00} = \{ \{ x_{i1}, \ldots, x_{i(r-1)} \} | 1 \leq i \leq r-1 \} }[/math]
[math]\displaystyle{ E_{11} = \{ \{ x_{1j[1]}, \ldots, x_{(r-1) j[r-1]} \} | 1 \leq j[k] \leq r-1 }[/math]
for [math]\displaystyle{ 1 \leq k \leq r-1 \} }[/math]

One can visualize the vertices of X as arranged on an (r – 1) × (r – 1) grid. The hyperedges of E00 are the r – 1 rows. The hyperedges of E11 are the (r – 1)r-1 selections of a single element in each row and each column. To cover the hyperedges of E10 we need r – 1 vertices - one vertex in each row. Since all columns are symmetric in the construction, we can assume that we take all the vertices in column 1 (i.e., vi1 for each i in {1, …, r – 1}). Now, since E11 contains all columns, we need at least r – 2 additional vertices - one vertex for each column {2, …, r}. All in all, each transversal requires at least 2r – 3 vertices.

Algorithms

Haxell's proof is not constructive. However, Chidambaram Annamalai proved that a perfect matching can be found efficiently under a slightly stronger condition.[8]

For every fixed choice of r ≥ 2 and ε > 0, there exists an algorithm that finds a Y-perfect matching in every r-uniform bipartite hypergraph satisfying, for every subset Y0 of Y:

[math]\displaystyle{ \tau(H_H(Y_0)) \geq (2r-3 +\epsilon)\cdot (|Y_0| - 1) + 1 }[/math]

In fact, in any r-uniform hypergraph, the algorithm finds either a Y-perfect matching, or a subset Y0 violating the above inequality.

The algorithm runs in time polynomial in the size of H, but exponential in r and 1ε.

It is an open question whether there exists an algorithm with run-time polynomial in either r or 1ε (or both).

Similar algorithms have been applied for solving problems of fair item allocation, in particular the santa-claus problem.[9][10][11]

Aharoni–Haxell conditions: smallest pinning sets

We say that a set K of edges pins another set F of edges if every edge in F intersects some edge in K.[6] The width of a hypergraph H = (V, E), denoted w(H), is the smallest size of a subset of E that pins E.[7] The matching width of a hypergraph H, denoted mw(H), is the maximum, over all matchings M in H, of the minimum size of a subset of E that pins M.[12] Since E contains all matchings in E, the width of H is obviously at least as large as the matching-width of H.

Aharoni and Haxell proved the following condition:

Let H = (X + Y, E) be a bipartite hypergraph. Suppose that, for every subset Y0 of Y, the following inequality holds:

[math]\displaystyle{ mw(N_H(Y_0)) \geq |Y_0| }[/math]

[in other words: NH(Y0) contains a matching M(Y0) such that at least |Y0| disjoint edges from NH(Y0) are required for pinning M(Y0)]. Then, H admits a Y-perfect matching.[6]:Theorem 1.1

They later extended this condition in several ways, which were later extended by Meshulam as follows:

Let H = (X + Y, E) be a bipartite hypergraph. Suppose that, for every subset Y0 of Y, at least one of the following conditions hold:

[math]\displaystyle{ mw(N_H(Y_0)) \geq |Y_0| }[/math] or [math]\displaystyle{ w(N_H(Y_0)) \geq 2 |Y_0| - 1 }[/math]

Then, H admits a Y-perfect matching.[7]:Theorem 1.4

In simple graphs

In a bipartite simple graph, the neighborhood-hypergraph contains just singletons - a singleton for every neighbor of Y0. Since singletons do not intersect, the entire set of neighbors NH(Y0) is a matching, and its only pinning-set is the set NH(Y0) itself, i.e., the matching-width of NH(Y0) is |NH(Y0)|, and its width is the same:

[math]\displaystyle{ w(N_H(Y_0)) = mw(N_H(Y_0)) = |N_H(Y_0)|. }[/math]

Thus, both the above conditions are equivalent to Hall's marriage condition.

Examples

We consider several bipartite graphs with Y = {1, 2} and X = {A, B; a, b, c}. The Aharoni–Haxell condition trivially holds for the empty set. It holds for subsets of size 1 if and only if each vertex in Y is contained in at least one edge, which is easy to check. It remains to check the subset Y itself.

  1. H = { {1,A,a}; {2,B,b}; {2,B,c} }. Here NH(Y) = { {A,a}, {B,b}, {B,c} }. Its matching-width is at least 2, since it contains a matching of size 2, e.g. { {A,a}, {B,b} }, which cannot be pinned by any single edge from NH(Y0). Indeed, H admits a Y-perfect matching, e.g. { {1,A,a}; {2,B,b} }.
  2. H = { {1,A,a}; {1,B,b}; {2,A,b}, {2,B,a} }. Here NH(Y) = { {A,a}, {B,b}, {A,b}, {B,a} }. Its matching-width is 1: it contains a matching of size 2, e.g. { {A,a}, {B,b} }, but this matching can be pinned by a single edge, e.g. {A,b}. The other matching of size 2 is { {A,b},{B,a} }, but it too can be pinned by the single edge {A,a}. While NH(Y) is larger than in example 1, its matching-width is smaller - in particular, it is less than |Y|. Hence, the Aharoni–Haxell sufficient condition is not satisfied. Indeed, H does not admit a Y-perfect matching.
  3. H = { {1,A,a}, {1,A,b}; {1,B,a}, {1,B,b}; {2,A,a}, {2,A,b}; {2,B,a}, {2,B,b} }. Here, as in the previous example, NH(Y) = { {A,a}, {B,b}, {A,b}, {B,a} }, so the Aharoni–Haxell sufficient condition is violated. The width of NH(Y) is 2, since it is pinned e.g. by the set { {A,a}, {B,b} }, so Meshulam's weaker condition is violated too. However, this H does admit a Y-perfect matching, e.g. { {1,A,a}; {2,B,b} }, which shows that these conditions are not necessary.

Set-family formulation

Consider a bipartite hypergraph H = (X + Y, E) where Y = {1, …, m}. The Hall-type theorems do not care about the set Y itself - they only care about the neighbors of elements of Y. Therefore H can be represented as a collection of families of sets {H1, …, Hm}, where for each i in [m], Hi := NH({i}) = the set-family of neighbors of i. For every subset Y0 of Y, the set-family NH(Y0) is the union of the set-families Hi for i in Y0. A perfect matching in H is a set-family of size m, where for each i in [m], the set-family Hi is represented by a set Ri in Hi, and the representative sets Ri are pairwise-disjoint.

In this terminology, the Aharoni–Haxell theorem can be stated as follows.

Let A = {H1, …, Hm} be a collection of families of sets. For every sub-collection B of A, consider the set-family B - the union of all the Hi in B. Suppose that, for every sub-collection B of A, this B contains a matching M(B) such that at least |B| disjoint subsets from B are required for pinning M(B). Then A admits a system of disjoint representatives.

Necessary and sufficient condition

Let H = (X + Y, E) be a bipartite hypergraph. The following are equivalent:[6]:Theorem 4.1

  • H admits a Y-perfect matching.
  • There is an assignment of a matching M(Y0) in NH(Y0) for every subset Y0 of Y, such that pinning M(Y0) requires at least |0| disjoint edges from ∪ {M(Y1): Y1 is a subset of Y0}.

In set-family formulation: let A = {H1, …, Hm} be a collection of families of sets. The following are equivalent:

  • A admits a system of disjoint representatives;
  • There is an assignment of a matching M(B in B for every sub-collection B of A, such that, for pinning M(B), at least |B| edges from ∪ {M(C): C is a subcollection of B} are required.

Examples

Consider example #3 above: H = { {1,A,a}, {1,A,b}; {1,B,a}, {1,B,b}; {2,A,a}, {2,A,b}; {2,B,a}, {2,B,b} }. Since it admits a Y-perfect matching, it must satisfy the necessary condition. Indeed, consider the following assignment to subsets of Y:

  • M({1}) = {A,a}
  • M({2}) = {B,b}
  • M({1,2}) = { {A, a}, {B, b} }

In the sufficient condition pinning M({1,2}) required at least two edges from NH(Y) = { {A,a}, {B,b}, {A,b}, {B,a} }; it did not hold.

But in the necessary condition, pinning M({1,2}) required at least two edges from M({1}) ∪ M({2}) ∪ M({1,2}) = { {A,a}, {B,b} }; it does hold.

Hence, the necessary+sufficient condition is satisfied.

Proof

The proof is topological and uses Sperner's lemma. Interestingly, it implies a new topological proof for the original Hall theorem.[13]

First, assume that no two vertices in Y have exactly the same neighbor (it is without loss of generality, since for each element y of Y, one can add a dummy vertex to all neighbors of y).

Let Y = {1, …, m}. They consider an m-vertex simplex, and prove that it admits a triangulation T with some special properties that they call economically-hierarchic triangulation. Then they label each vertex of T with a hyperedge from NH(Y) in the following way:

  • (a) For each i in Y, The main vertex i of the simplex is labeled with some hyperedge from the matching M({i}).
  • (b) Each vertex of T on a face spanned by a subset Y0 of Y, is labeled by some hyperedge from the matching M(Y0).
  • (c) For each two adjacent vertices of T, their labels are either identical or disjoint.

Their sufficient condition implies that such a labeling exists. Then, they color each vertex v of T with a color i such that the hyperedge assigned to v is a neighbor of i.

Conditions (a) and (b) guarantee that this coloring satisfies Sperner's boundary condition. Therefore, a fully-labeled simplex exists. In this simplex there are m hyperedges, each of which is a neighbor of a dif and only iferent element of Y, and so they must be disjoint. This is the desired Y-perfect matching.

Extensions

The Aharoni–Haxell theorem has a deficiency version. It is used to prove Ryser's conjecture for r = 3.[12]

Meshulam's conditions - the topological Hall theorems

In abstract simplicial complexes

Let V be a set of vertices. Let C be an abstract simplicial complex on V. Let Vy (for y in Y) be subsets of V. A C-V-transversal is a set in C (an element of C) whose intersection with each Vy contains exactly one vertex. For every subset Y0 of Y, let

[math]\displaystyle{ V_{Y_0} := \bigcup_{y\in Y_0} V_y. }[/math]

Suppose that, for every subset Y0 of Y, the homological connectivity plus 2 of the sub-complex induced by [math]\displaystyle{ V_{Y_0} }[/math] is at least |Y0|, that is:

[math]\displaystyle{ \eta_H(C[V_{Y_0}]) \geq |Y_0|. }[/math]

Then there exists a C-V-transversal. That is: there is a set in C that intersects each Vy by exactly one element.[14] This theorem has a deficiency version.[15] If, for every subset Y0 of Y:

[math]\displaystyle{ \eta_H(C[V_{Y_0}]) \geq |Y_0|-d, }[/math]

then there exists a partial C-transversal, that intersects some |Y| – d sets by 1 element, and the rest by at most 1 element. More generally, if g is a function on positive integers satisfying g(z + 1) ≤ g(z) + 1, and for every subset Y0 of Y:

[math]\displaystyle{ \eta_H(C[V_{Y_0}]) \geq g(|Y_0|), }[/math]

then there is a set in C that intersects at least g(|Y|) of the Vy by at one element, and the others by at most one element.

Meshulam's game

Using the above theorem requires some lower bounds on homological connectivity. One such lower bound is given by Meshulam's game. This is a game played by two players on a graph. One player - CON - wants to prove that the graph has a high homological connectivity. The other player - NON - wants to prove otherwise. CON offers edges to NON one by one; NON can either disconnect an edge, or explode it; an explosion deletes the edge endpoints and all their neighbors. CON's score is the number of explosions when all vertices are gone, or infinity if some isolated vertices remain. The value of the game on a given graph G (the score of CON when both players play optimally) is denoted by Ψ(G). This number can be used to get a lower bound on the homological connectivity of the independence complex of G, denoted [math]\displaystyle{ \mathcal{I}(G) }[/math]:

[math]\displaystyle{ \eta_H(\mathcal{I}(G)) \geq \Psi(G). }[/math]

Therefore, the above theorem implies the following. Let V be a set of vertices. Let G be a graph on V. Suppose that, for every subset Y0 of Y:

[math]\displaystyle{ \Psi(G[V_{Y_0}]) \geq |Y_0|. }[/math]

Then there is an independent set in G, that intersects each Vy by exactly one element.

In simple bipartite graphs

Let H be a bipartite graph with parts X and Y. Let V be the set of edges of H. Let G = L(H) = the line graph of H. Then, the independence complex [math]\displaystyle{ \mathcal{I}(L(H)) }[/math] is equal to the matching complex of H, denoted [math]\displaystyle{ \mathcal{M}(H) }[/math]. It is a simplicial complex on the edges of H, whose elements are all the matchings on H. For each vertex y in Y, let Vy be set of edges adjacent to y (note that Vy is a subset of V). Then, for every subset Y0 of Y, the induced subgraph [math]\displaystyle{ G[V_{Y_0}] }[/math] contains a clique for every neighbor of Y0 (all edges adjacent to Y0 , that meet at the same vertex of X, form a clique in the line-graph). So there are |NH(Y0)| disjoint cliques. Therefore, when Meshulam's game is played, NON needs |NH(Y0)| explosions to destroy all of L(NH(Y0)), so Ψ(L(NH(Y0)) = |NH(Y0)|. Thus, Meshulam's condition

[math]\displaystyle{ \Psi(G[V_{Y_0}]) \geq |Y_0| }[/math]

is equivalent to Hall's marriage condition. Here, the sets Vy are pairwise-disjoint, so a C-transversal contains a unique element from each Vy, which is equivalent to a Y-saturating matching.

In matching complexes

Let H be a bipartite hypergraph, and suppose C is its matching complex [math]\displaystyle{ \mathcal{M}(H) }[/math]. Let Hy (for y in Y) be sets of edges of H. For every subset Y0 of Y, [math]\displaystyle{ \mathcal{M}(H_{Y_0}) }[/math] is the set of matchings in the sub-hypergraph:

[math]\displaystyle{ \bigcup_{y\in Y_0} H_y. }[/math]

If, for every subset Y0 of Y:

[math]\displaystyle{ \eta_H(\mathcal{M}(H_{Y_0})) \geq |Y_0| }[/math]

Then there exists a matching that intersects each set Hy exactly once (it is also called a rainbow matching, since each Hy can be treated as a color).

This is true, in particular, if we define Hy as the set of edges of H containing the vertex y of Y. In this case, [math]\displaystyle{ \mathcal{M}(H_{Y_0}) }[/math] is equivalent to NH(Y0) - the multi-hypergraph of neighbors of Y0 ("multi" - since each neighbor is allowed to appear several times for several different y).

The matching complex of a hypergraph is exactly the independence complex of its line graph, denoted L(H). This is a graph in which the vertices are the edges of H, and two such vertices are connected iff their corresponding edges intersect in H. Therefore, the above theorem implies:

[math]\displaystyle{ \eta_H(\mathcal{M}(H)) \geq \Psi(L(H)) }[/math]

Combining the previous inequalities leads to the following condition.

Let H = (X + Y, E) be a bipartite hypergraph. Suppose that, for every subset Y0 of Y, the following condition holds:
[math]\displaystyle{ \Psi(L(N_H(Y_0))) \geq |Y_0|, }[/math]
where NH(Y0) is considered a multi-hypergraph (i.e., it may contain the same hyperedge several times, if it is a neighbor of several different elements of Y0). Then, H admits a Y-perfect matching.[14]

Examples

We consider several bipartite hypergraphs with Y = {1, 2} and X = {A, B; a, b, c}. The Meshulam condition trivially holds for the empty set. It holds for subsets of size 1 iff the neighbor-graph of each vertex in Y is non-empty (so it requires at least one explosion to destroy), which is easy to check. It remains to check the subset Y itself. s

  1. H = { {1,A,a}; {2,B,b}; {2,B,c} }. Here NH(Y) = { {A,a}, {B,b}, {B,c} }. The graph L(NH(Y)) has three vertices: Aa, Bb, Bc. Only the last two are connected; the vertex Aa is isolated. Hence, Ψ(L(NH(Y)) = ∞. Indeed, H admits a Y-perfect matching, e.g. { {1,A,a}; {2,B,b} }.
  2. H = { {1,A,a}; {1,B,b}; {2,A,b}, {2,B,a} }. Here L(NH(Y)) has four vertices: Aa, Bb, Ab, Ba, and four edges: {Aa,Ab}, {Aa,Ba}, {Bb,Ba}, {Bb,Ab}. For any edge that CON offers, NON can explode it and destroy all vertices. Hence, Ψ(L(NH(Y)) = 1. Indeed, H does not admit a Y-perfect matching.
  3. H = { {1,A,a}, {1,A,b}; {1,B,a}, {1,B,b}; {2,A,a}, {2,A,b}; {2,B,a}, {2,B,b} }. Here NH(Y) is the same as in the previous example, so Meshulam's sufficient condition is violated. However, this H does admit a Y-perfect matching, e.g. { {1,A,a}; {2,B,b} }, which shows that this condition is not necessary.

No necessary-and-sufficient condition using Ψ is known.

More conditions from rainbow matchings

A rainbow matching is a matching in a simple graph, in which each edge has a different "color". By treating the colors as vertices in the set Y, one can see that a rainbow matching is in fact a matching in a bipartite hypergraph. Thus, several sufficient conditions for the existence of a large rainbow matching can be translated to conditions for the existence of a large matching in a hypergraph.

The following results pertain to tripartite hypergraphs in which each of the 3 parts contains exactly n vertices, the degree of each vertex is exactly n, and the set of neighbors of every vertex is a matching (henceforth "n-tripartite-hypergraph"):

  • Every n-tripartite-hypergraph has a matching of size 2n3.[16]
  • Every n-tripartite-hypergraph has a matching of size nn.[17]
  • Every n-tripartite-hypergraph has a matching of size n – 11 log22(n).[18]
  • Every n-tripartite-hypergraph has a matching of size n – O(log n/log log n).[19]
  • Every n-tripartite-hypergraph has a matching of size n – 1.[20] (Preprint)
  • H. J. Ryser conjectured that, when n is odd, every n-tripartite-hypergraph has a matching of size n.[21]
  • S. K. Stein and Brualdi conjectured that, when n is even, every n-tripartite-hypergraph has a matching of size n – 1.[22] (it is known that a matching of size n might not exist in this case).
  • A more general conjecture of Stein is that a matching of size n – 1 exists even without requiring that the set of neighbors of every vertex in Y is a matching.[21]

The following results pertain to more general bipartite hypergraphs:

  • Any tripartite hypergraph (X1 + X2 + Y, E) in which |Y| = 2n – 1, the degree of each vertex y in Y is n, and the neighbor-set of y is a matching, has a matching of size n.[23] The 2n – 1 is the best possible: if |Y| = 2n – 2, then the maximum matching may be of size n-1.
  • Any bipartite hypergraph (X + Y, E) in which |Y| = 3n – 2, the degree of each vertex y in Y is n, and the neighbor-set of y is a matching, has a matching of size n.[23] It is not known whether this is the best possible. For even n, it is only known that 2n is required; for odd n, it is only known that 2n – 1 is required.

Conforti-Cornuejols-Kapoor-Vuskovic condition: Balanced hypergraphs

A balanced hypergraph is an alternative generalization of a bipartite graph: it is a hypergraph in which every odd cycle C of H has an edge containing at least three vertices of C.

Let H = (V, E) be a balanced hypergraph. The following are equivalent:[24][25]

  • H admits a perfect matching (i.e., a matching in which each vertex is matched).
  • For all disjoint vertex-sets V1, V2, if |V1| > |V2|, then there exists an edge e in E such that |eV1| > |eV2| (equivalently: if |eV2| ≥ |eV1| for all edges e in E, then |V2| ≥ |V1|).

In simple graphs

A simple graph is bipartite iff it is balanced (it contains no odd cycles and no edges with three vertices).

Let G = (X + Y, E) be a bipartite graph. Let X0 be a subset of X and Y0 a subset of Y. The condition "eX0 ≥ |eY0| for all edges e in E" means that X0 contains all the neighbors of vertices of Y0- Hence, the CCKV condition becomes:

"If a subset X0 of X contains the set NH(Y0), then |X0| ≥ |Y0|".

This is equivalent to Hall's condition.

See also

References

  1. 1.0 1.1 1.2 Aharoni, Ron; Kessler, Ofra (1990-10-15). "On a possible extension of Hall's theorem to bipartite hypergraphs" (in en). Discrete Mathematics 84 (3): 309–313. doi:10.1016/0012-365X(90)90136-6. ISSN 0012-365X. 
  2. 2.0 2.1 Kessler, Ofra (1989). Matchings in Hypergraphs (D.Sc. Thesis). Haifa, Israel: Technion, Israel's institute of technology. 
  3. 3.0 3.1 Aharoni, Ron (1985-12-01). "Matchings inn-partiten-graphs" (in en). Graphs and Combinatorics 1 (1): 303–304. doi:10.1007/BF02582958. ISSN 1435-5914. 
  4. 4.0 4.1 4.2 Aharoni, Ron (1993-06-01). "On a criterion for matchability in hypergraphs" (in en). Graphs and Combinatorics 9 (2): 209–212. doi:10.1007/BF02988309. ISSN 1435-5914. 
  5. 5.0 5.1 Haxell, P.E. (1995-09-01). "A condition for matchability in hypergraphs" (in EN). Graphs and Combinatorics 11 (3): 245–248. doi:10.1007/bf01793010. 
  6. 6.0 6.1 6.2 6.3 6.4 Aharoni, Ron; Haxell, Penny (2000). "Hall's theorem for hypergraphs" (in en). Journal of Graph Theory 35 (2): 83–88. doi:10.1002/1097-0118(200010)35:2<83::AID-JGT2>3.0.CO;2-V. ISSN 1097-0118. https://onlinelibrary.wiley.com/doi/abs/10.1002/1097-0118%28200010%2935%3A2%3C83%3A%3AAID-JGT2%3E3.0.CO%3B2-V. 
  7. 7.0 7.1 7.2 Meshulam, Roy (2001-01-01). "The Clique Complex and Hypergraph Matching" (in en). Combinatorica 21 (1): 89–94. doi:10.1007/s004930170006. ISSN 1439-6912. 
  8. Annamalai, Chidambaram (2015-12-21), "Finding Perfect Matchings in Bipartite Hypergraphs", Proceedings of the 2016 Annual ACM-SIAM Symposium on Discrete Algorithms, Proceedings (Society for Industrial and Applied Mathematics): pp. 1814–1823, doi:10.1137/1.9781611974331.ch126, ISBN 978-1-61197-433-1 
  9. Asadpour Arash; Feige Uriel; Saberi Amin (2012-07-24). "Santa claus meets hypergraph matchings" (in EN). ACM Transactions on Algorithms 8 (3): 1–9. doi:10.1145/2229163.2229168. 
  10. Annamalai Chidambaram; Kalaitzis Christos; Svensson Ola (2017-05-26). "Combinatorial Algorithm for Restricted Max-Min Fair Allocation" (in EN). ACM Transactions on Algorithms 13 (3): 1–28. doi:10.1145/3070694. 
  11. Davies, Sami; Rothvoss, Thomas; Zhang, Yihao (2019-12-23), "A Tale of Santa Claus, Hypergraphs and Matroids", Proceedings of the 2020 ACM-SIAM Symposium on Discrete Algorithms, Proceedings (Society for Industrial and Applied Mathematics): pp. 2748–2757, doi:10.1137/1.9781611975994.167, ISBN 978-1-61197-599-4 
  12. 12.0 12.1 Aharoni, Ron (2001-01-01). "Ryser's Conjecture for Tripartite 3-Graphs" (in en). Combinatorica 21 (1): 1–4. doi:10.1007/s004930170001. ISSN 1439-6912. 
  13. Kalai, Gil (2012-11-25). "Happy Birthday Ron Aharoni!" (in en). https://gilkalai.wordpress.com/2012/11/25/happy-birthday-ron-aharoni/. 
  14. 14.0 14.1 Meshulam, Roy (2003-05-01). "Domination numbers and homology" (in en). Journal of Combinatorial Theory. Series A 102 (2): 321–330. doi:10.1016/S0097-3165(03)00045-1. ISSN 0097-3165. 
  15. Aharoni, Ron; Berger, Eli; Briggs, Joseph; Segal-Halevi, Erel; Zerbib, Shira (2020-11-02). "Fractionally balanced hypergraphs and rainbow KKM theorems". arXiv:2011.01053 [math.CO].
  16. Koksma, Klaas K. (1969-07-01). "A lower bound for the order of a partial transversal in a latin square". Journal of Combinatorial Theory 7 (1): 94–95. doi:10.1016/s0021-9800(69)80009-8. ISSN 0021-9800. 
  17. Woolbright, David E (1978-03-01). "An n × n Latin square has a transversal with at least n−n distinct symbols". Journal of Combinatorial Theory. Series A 24 (2): 235–237. doi:10.1016/0097-3165(78)90009-2. ISSN 0097-3165. 
  18. Hatami, Pooya; Shor, Peter W. (2008-10-01). "A lower bound for the length of a partial transversal in a Latin square". Journal of Combinatorial Theory. Series A 115 (7): 1103–1113. doi:10.1016/j.jcta.2008.01.002. ISSN 0097-3165. 
  19. Keevash, Peter; Pokrovskiy, Alexey; Sudakov, Benny; Yepremyan, Liana (2022-04-15). "New bounds for Ryser's conjecture and related problems" (in en). Transactions of the American Mathematical Society, Series B 9 (8): 288–321. doi:10.1090/btran/92. ISSN 2330-0000. https://www.ams.org/btran/2022-09-08/S2330-0000-2022-00092-3/. 
  20. Montgomery, Richard (2023). "A proof of the Ryser-Brualdi-Stein conjecture for large even n". arXiv:2310.19779 [math.CO].
  21. 21.0 21.1 Aharoni, Ron; Berger, Eli; Kotlar, Dani; Ziv, Ran (2017-01-04). "On a conjecture of Stein". Abhandlungen aus dem Mathematischen Seminar der Universität Hamburg 87 (2): 203–211. doi:10.1007/s12188-016-0160-3. ISSN 0025-5858. 
  22. Stein, Sherman (1975-08-01). "Transversals of Latin squares and their generalizations". Pacific Journal of Mathematics 59 (2): 567–575. doi:10.2140/pjm.1975.59.567. ISSN 0030-8730. 
  23. 23.0 23.1 Aharoni, Ron; Berger, Eli (2009-09-25). "Rainbow Matchings in $r$-Partite $r$-Graphs". The Electronic Journal of Combinatorics 16 (1). doi:10.37236/208. ISSN 1077-8926. 
  24. Conforti, Michele; Cornuéjols, Gérard; Kapoor, Ajai; Vušković, Kristina (1996-09-01). "Perfect matchings in balanced hypergraphs" (in en). Combinatorica 16 (3): 325–329. doi:10.1007/BF01261318. ISSN 1439-6912. 
  25. Huck, Andreas; Triesch, Eberhard (2002-07-01). "Perfect Matchings in Balanced Hypergraphs – A Combinatorial Approach" (in en). Combinatorica 22 (3): 409–416. doi:10.1007/s004930200020. ISSN 1439-6912.