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.
Replicating a vertex of a perfect graph preserves perfection
Statement
Let be a finite perfect graph and let . Form by adding a new vertex adjacent exactly to and every neighbor of . Then is perfect. In particular, replacing by any nonempty finite clique of true twins preserves perfection, by repeated replication.
Facts & Assumptions
Given: A finite perfect graph , a vertex , and its replication as in the Statement.
A graph is perfect when every induced subgraph has (A perfect graph).
A proper coloring partitions the vertices into stable color classes, and a clique meets each color class in at most one vertex (Proper vertex colourings and chromatic number, Cliques, stable sets, the clique number and stability number ).
Deleting vertices gives an induced subgraph, so every induced subgraph of a perfect graph is perfect (Subgraphs, induced subgraphs and spanning subgraphs, A perfect graph).
Proof
Induct on . For , its replication is , whose induced subgraphs have equal chromatic and clique numbers. Assume the assertion for smaller perfect graphs. Every proper induced subgraph of either contains at most one of and is isomorphic to an induced subgraph of , or contains both and is the replication of in a proper induced subgraph of . It is perfect by [L3] or by the induction hypothesis, respectively. Thus it remains to show .
Put . Every clique of contains at most the one additional vertex , so is or . If it is , color with colors and give a new color. Then , and the reverse inequality holds in every graph.
Suppose . No -clique of contains , since its union with would be a -clique of . Fix a proper -coloring of , and let be the color class of . Every -clique of meets exactly once by [L2], and that meeting vertex is not . Hence the induced graph has no -clique and . Since is perfect by [L3], it admits a coloring with at most colors.
The remaining set is stable in : was a color class, and is adjacent outside only to neighbors of , none of which lies in . Give that set one new color, extending the coloring of to a -coloring of . Thus ; the opposite inequality is universal. With step 2.1, this proves perfect by step 1.1. To replace by a clique of true twins, replicate successively times; each step starts from a perfect graph and creates one further twin.
Source notes
Diestel, Lemma 5.5.5, pp. 142-143, gives the same induction and the key color-class argument. The PDF was read in full for this lemma. The finite clique-of-twins conclusion is the explicit iteration needed below.
Depends on
Used by
Dependency tree · two levels
11 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
- Reinhard Diestel, Graph Theory, 5th ed., Lemma 5.5.5, pp. 142-143 (standard reference, not scraped)