How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Every induced subgraph of a cograph is a cograph
Statement
If is a cograph and , then the induced subgraph is also a cograph.
Facts & Assumptions
Given: A cograph and a subset .
A cograph is either null or is built from one-vertex graphs by finitely many disjoint unions and complete connections, and every cograph with at least two vertices has a last step of one of those two kinds (Cographs by the singleton, disjoint-union, and complete-connection recursion).
If and are vertex-disjoint, then for every the induced subgraph of their disjoint union on is the disjoint union of and , while the induced subgraph of on is (The complete connection of two disjoint graphs, Subgraphs, induced subgraphs and spanning subgraphs).
Proof
We argue by induction on the recursive definition of cographs. If is the null graph or a one-vertex graph, then is again the null graph or a one-vertex graph, so it is a cograph by [L1].
Assume now that is nontrivial, and that the claim is already known for the two smaller cographs in the last construction step of . By [L1], there exist vertex-disjoint smaller cographs and such that is either their disjoint union or their complete connection. Put for . The induction hypothesis gives that is a cograph for .
If is the disjoint union of and , then [L2] gives , a disjoint union of cographs. If is , then [L2] gives , a complete connection of cographs. In either case the recursive definition shows that is a cograph.
Steps 1.1 and 2.1 complete the induction, so every induced subgraph of a cograph is a cograph.
Depends on
Used by
Dependency tree · two levels
4 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Tero Harju, Lecture Notes on Combinatorial Structures in Graph Theory, Section 5.3 (standard reference, not scraped)