Rahul Sharma (Editor)

Rainbow matching

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In the mathematical discipline of graph theory, a rainbow matching in an edge-colored graph is a matching in which all the edges have distinct colors.

Contents

Definition

Given an edge-colored graph G = (V,E), a rainbow matching M in G is a set of pairwise non-adjacent edges, that is, no two edges share a common vertex, such that all the edges in the set have distinct colors.

A maximum rainbow matching is a rainbow matching that contains the largest possible number of edges.

History

Rainbow matchings are of particular interest given their connection to transversals of Latin squares. For complete bipartite graphs, every proper n-edge coloring of Kn,n corresponds to a Latin square of order n. A rainbow matching then corresponds to a Latin transversal of the Latin square, meaning a selection of n positions, one in each row and each column, containing distinct entries. This connection between Latin transversals and rainbow matchings in Kn,n has inspired additional interest in the study of rainbow matchings in triangle-free graphs.

Garey and Johnson have shown that computing a maximum matching is NP-complete even for edge-colored bipartite graphs. Thus, the attention shifted to study "external problems".

Results

Wang asked if there is a function f(δ) such that a properly edge-colored graph G with minimum degree δ and order at least f(δ) must have a rainbow matching of size δ. Diemunsch, et. al. answered this question in the affirmitive and showed that given a properly edge-colored graph G with minimum degree δ and order at least f(δ) = 98δ/23, there exists a rainbow matching of size δ in G. This bound was later improved to f(δ) = 4δ − 3 by Andras Gyarfas and Gabor N. Sarkozy. This is the best known estimate to date.

References

Rainbow matching Wikipedia