Complement Of a Graph

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

This educational video provides a comprehensive definition of the complement of a simple graph G(V, E). The instructor explains that the complement graph Gc(V, Ec) shares the exact same vertex set as the original graph. The fundamental property is that an edge exists between any two vertices u and v in the complement if and only if there is no edge between them in the original graph. The lecture transitions into formal set-theoretic definitions and formulas involving the complete graph Kn.

Chapters

  1. 0:00 2:00 00:00-02:00

    The lecture begins by displaying a slide titled Complement of a Graph with four numbered points. Point 1 defines the complement Gc on the same vertices as G, emphasizing the condition that adjacency in Gc implies non-adjacency in G. The speaker underlines the phrase no edge between u, v in G to stress the inverse relationship. Point 2 states V(G) = V(Gc). Point 3 defines the edge set using set builder notation: E(Gc) = {(u, v) | (u, v) not in E(G)}. Point 4 presents the formula E(Gc) = E(Kn) - E(G). Below the text, diagrams labeled I and II show two graphs that sum to a complete graph, visually illustrating the concept.

  2. 2:00 3:46 02:00-03:46

    The instructor writes on the slide to clarify the concepts. He draws a box around the set theory analogy Ac = U - A to show how it applies to graphs. He writes G U Gc = Kn and G intersection Gc = null, indicating that the union of a graph and its complement is the complete graph, while their intersection is empty. He also writes K - G = Gc to summarize the edge relationship. He then moves to the bottom of the slide, drawing a 5-cycle graph (pentagon) and its complement (a star shape), demonstrating that their combination results in a complete graph K5.

The video effectively bridges the gap between verbal definitions and mathematical formalism in graph theory. By establishing that the complement operation is essentially subtracting the edges of G from the edges of the complete graph Kn, the instructor provides a clear computational method. The visual examples, particularly the pentagon and its complement, serve as a concrete application of the abstract formulas G U Gc = Kn and E(Gc) = E(Kn) - E(G), ensuring students understand that every missing edge in the original graph becomes a present edge in the complement. This progression from definition to formula to visual proof solidifies the concept of graph complements.