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.
is prime for every
Example
For every integer , the path is prime.
Facts & Assumptions
Given: An integer and the path with vertices in order.
A graph is prime when it has no nontrivial module (Prime graphs: those whose only modules are the trivial ones, Modules of a graph, and the trivial modules).
In a connected graph, every nonempty proper module has some outside vertex complete to it (In a connected graph, some vertex outside a nonempty proper module is complete to it).
In the path , every interior vertex has exactly two neighbours, namely the preceding and following vertices in the path order (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices, Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
Verification
Suppose, for contradiction, that has a nontrivial module . Then is a nonempty proper module, so [L2] gives a vertex complete to .
Since is complete to in a path, [L3] forces to be an interior vertex and to be exactly the two neighbours of .
One of the vertices at distance two from exists because , and it is adjacent to exactly one of the two neighbours of . That vertex therefore splits , contradicting that is a module.
No nontrivial module exists, so [L1] makes prime.
Depends on
- Prime graphs: those whose only modules are the trivial ones
- Modules of a graph, and the trivial modules
- In a connected graph, some vertex outside a nonempty proper module is complete to it
- Empty and complete graphs, complete bipartite graphs, and the convention that $P_n$ and $C_n$ have $n$ vertices
- Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree
Used by
- An induced subgraph of a prime graph need not be prime Counterexample
Dependency tree · two levels
15 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
- M. Habib and C. Paul, A Survey on Algorithmic Aspects of Modular Decomposition, sec. 2.4 (standard reference, not scraped)