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.
Zykov symmetrisation turns an extremal clique-free graph into a complete multipartite graph without losing edges
Statement
Let , and let have the maximum number of edges among the -vertex -free graphs. By repeatedly replacing a vertex by a nonadjacent twin of another vertex, without decreasing the edge count or creating , one reaches a complete -partite graph with and the same number of edges.
Facts & Assumptions
Given: The hypotheses and notation of the statement above.
is the maximum edge count of an -vertex graph with no ordinary copy of (Ordinary-subgraph extremal number , Turán graph , and balanced blowup ).
The open neighbourhood is and (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
A clique is a vertex set in which every two distinct vertices are adjacent (Cliques, independent sets, clique number and independence number).
Proof
Replacing by a twin of a nonneighbor creates no : any new clique containing becomes a clique after replacing by . Its edge-count change is . Since is extremal, nonadjacent vertices must have equal degrees, or duplicating the higher-degree one would increase the edge count. Thus every such replacement preserves extremality.
Group vertices with equal open neighbourhoods into twin classes. If two nonadjacent vertices lie in different classes, duplicate every vertex of the smaller class into the larger class. Step 1.1 preserves the edge count, while the sum of the squares of twin-class sizes strictly increases. This integer is at most , so finitely many repetitions reach a graph in which nonadjacent vertices have equal neighbourhoods.
In the final graph, nonadjacency is transitive: if is nonadjacent to and to , then , so is nonadjacent to . Its equivalence classes are independent sets, and every pair of distinct classes is completely joined. The graph is therefore complete multipartite. Choosing one vertex from each nonempty part gives a clique, so the number of parts is at most .
Steps 1.1-3.1 give a terminating, edge-preserving symmetrisation from the extremal graph to the asserted complete multipartite graph.
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 31 results over 15 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Reinhard Diestel, Graph Theory, Chapter 7 (standard reference, not scraped)