Open In App

Mathematics | Independent Sets, Covering and Matching

1. Independent Sets –

I1 = {1}, I2 = {2}, I3 = {3}, I4 = {4}
I5 = {1, 3} and I6 = {2, 4} 

Therefore, maximum number of non-adjacent vertices i.e Independence number α0(G) = 2.



2. Vertex Covering –

V1 = {1, 3}, V2 = {2, 4}, 
V3 = {1, 2, 3}, V4 = {1, 2, 3, 4}, etc.  

Therefore, minimum number of vertices which can cover all edges, i.e., Vertex covering number β0(G) = 2.

Notes –

Edge Covering –

For above given graph G, Edge cover is:

E1 = {a, b, c, d}, 
E2 = {a, d} and E3 = {b, c}.  

Therefore, minimum number of edges which can cover all vertices, i.e., Edge covering number β1(G) = 2.

Note – For any graph G, α1(G) + β1(G) = n, where n is number of vertices in G.

3. Matching –

For above given graph G, Matching are:

M1 = {a}, M2 = {b}, M3 = {c}, M4 = {d}
M5 = {a, d} and M6 = {b, c} 

Therefore, maximum number of non-adjacent edges i.e matching number α1(G) = 2.

Complete Matching:A matching of a graph G is complete if it contains all of G’svertices. Sometimes this is also called a perfect matching.
HALL’S MARRIAGE THEOREM: The bipartite graph G =(V, E) with bipartition (V1, V2) has a complete matching from V1 to V2 if and only if |N (A)| > |A| for all subsets A of V1. (This is both necessary and sufficient condition for complete matching.)

Article Tags :