GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Vertex-induced Subgraph

    Definition

    A vertex-induced subgraph (sometimes simply called an "induced subgraph") is a subset of the vertices of a graph G together with any edges whose endpoints are both in this subset. The figure above illustrates the subgraph induced on the complete graph K_10 by the vertex subset {1, 2, 3, 5, 7, 10}. An induced subgraph that is a complete graph is called a clique. Any induced subgraph of a complete graph forms a clique. The subgraph induced by a set of vertices can be computed in the Wolfram Language using Subgraph[g, vlist]. A graph is called a perfect graph if, for each of its induced subgraphs g_i, the chromatic number of g_i equals the largest number of pairwise adjacent vertices in g_i.

    Related Wolfram Language symbol

    Subgraph