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.
A graph is -free if and only if every connected component is complete
Statement
A finite graph is -free if and only if each of its connected components is complete. Such graphs are called cluster graphs.
Facts & Assumptions
Given: A finite graph .
-free means having no induced copy of the three-vertex path (-free and -free graphs under the induced-subgraph convention, Induced embeddings and induced copies of a graph).
Connected components partition the vertices and contain every path between their vertices (The connected components of a graph partition its vertex set and are its maximal connected subgraphs).
has two consecutive edges and no edge between its endpoints (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
Verification
If every component is complete, three vertices in one component induce all three edges, while vertices meeting more than one component induce edges only within their component parts and therefore at most one edge. Neither pattern is , so is -free.
Conversely, suppose a component contains nonadjacent vertices . Choose a shortest - path , where .
Minimality of the path gives , so .
Therefore a -free graph cannot have a noncomplete component. Combining both directions proves the equivalence.
Remarks
Depends on
- $H$-free and $\mathcal F$-free graphs under the induced-subgraph convention
- Induced embeddings and induced copies of a graph
- The connected components of a graph partition its vertex set and are its maximal connected subgraphs
- Empty and complete graphs, complete bipartite graphs, and the convention that $P_n$ and $C_n$ have $n$ vertices
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 22 results over 10 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
- ISGCI, Cluster graphs (standard reference, not scraped)