Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-28
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 G is a cograph and XV(G), then the induced subgraph G[X] is also a cograph.

Facts & Assumptions

Given: A cograph G and a subset XV(G).

[L1]

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).

[L2]

If G1=(V1,E1) and G2=(V2,E2) are vertex-disjoint, then for every XV1V2 the induced subgraph of their disjoint union on X is the disjoint union of G1[XV1] and G2[XV2], while the induced subgraph of G1G2 on X is G1[XV1]G2[XV2] (The complete connection of two disjoint graphs, Subgraphs, induced subgraphs and spanning subgraphs).

Proof

technique · induction on a cograph construction of $G$
1.1

We argue by induction on the recursive definition of cographs. If G is the null graph or a one-vertex graph, then G[X] is again the null graph or a one-vertex graph, so it is a cograph by [L1].

givenL1base
1.2

Assume now that G is nontrivial, and that the claim is already known for the two smaller cographs in the last construction step of G. By [L1], there exist vertex-disjoint smaller cographs G1 and G2 such that G is either their disjoint union or their complete connection. Put Xi:=XV(Gi) for i=1,2. The induction hypothesis gives that Gi[Xi] is a cograph for i=1,2.

L1ih
2.1

If G is the disjoint union of G1 and G2, then [L2] gives G[X]=G1[X1]G2[X2], a disjoint union of cographs. If G is G1G2, then [L2] gives G[X]=G1[X1]G2[X2], a complete connection of cographs. In either case the recursive definition shows that G[X] is a cograph.

step 1.2L2
3.1

Steps 1.1 and 2.1 complete the induction, so every induced subgraph of a cograph is a cograph.

step 1.1step 2.1discharge-induction

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