Abhijeet Mulgund's Personal Webpage

Search

Search IconIcon to open search

Induced Subgraph

Last updated Nov 1, 2022

# Definition

Let $G = (V, E)$ be a Directed Graph or Undirected Graph. Let $A \subset V$. Then the Subgraph induced by $A$, denoted $G[A]$, is $$G[A] = (A, E(A)),$$ where $E(A) = {e \in E : e \text{ has both endpoints in }A}$. That is, if