Questions: Graph Minors and Minor-Closed Families

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher claims: 'H is a minor of G because I found a copy of H as a subgraph of G.' A colleague objects. What is wrong with the researcher's reasoning?

AThe reasoning is correct: every subgraph relationship is also a minor relationship, and the two definitions are equivalent
BThe reasoning is too restrictive: H could be a minor of G even if H is not isomorphic to any subgraph of G, because edge contraction can produce graphs that no amount of deletion alone could create from G
CThe reasoning is too broad: a minor relationship requires that H and G share the same vertex set, which a subgraph relationship does not guarantee
DThe reasoning confuses directed and undirected graphs — the minor relationship is only defined for undirected graphs
Question 2 Multiple Choice

The Robertson-Seymour theorem guarantees that every minor-closed family of graphs can be characterized by a finite list of forbidden minors. What is the key algorithmic implication of this theorem?

AIt provides an efficient algorithm for computing all forbidden minors of any given minor-closed family in polynomial time
BIf the forbidden minors of a family can each be recognized in polynomial time, then membership in the family can be decided in polynomial time — producing a meta-theorem that converts any finite forbidden-minor characterization into an efficient algorithm
CIt proves that all graph problems restricted to minor-closed families are in P, regardless of the specific problem
DIt shows that the only minor-closed families relevant to algorithms are planar graphs and forests, since other families have infinitely many forbidden minors
Question 3 True / False

Planar graphs form a minor-closed family: any minor of a planar graph is also planar, because edge deletion and contraction cannot introduce new edge crossings into a planar embedding.

TTrue
FFalse
Question 4 True / False

The Robertson-Seymour theorem tells us the explicit list of forbidden minors for nearly every minor-closed family, including those families whose forbidden minors are currently unknown to researchers.

TTrue
FFalse
Question 5 Short Answer

What is the key difference between a graph minor and a subgraph, and why does edge contraction make the minor relation strictly more powerful? Give an example showing how a minor can differ dramatically from any subgraph.

Think about your answer, then reveal below.