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 worked graph records vertex deletion, edge deletion, edge contraction and the resulting minor model
Example
Let have vertices and edges . Then:
- is the triangle on ;
- is the cycle ;
- contracting produces the triangle on the new vertex and vertices , so this triangle is a minor of .
The contraction deletes the loop arising from and merges the two copies of arising from and .
Facts & Assumptions
Given: The graph displayed in the Example.
Vertex deletion takes the induced subgraph on the remaining vertices, edge deletion removes the named edge, and contraction deletes loops and merges parallel images (Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors, Subgraphs, induced subgraphs and spanning subgraphs).
Verification
Deleting vertex retains exactly , the three edges of a triangle on . Deleting edge retains exactly , the four-cycle.
Under contraction of to , the edge becomes a loop and is deleted; and both become and merge; becomes ; and remains . The resulting simple edge set is , a triangle.
Since this triangle is obtained from by an allowed edge contraction, it is a minor of .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
3 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
- R. Diestel, Graph Theory, Chapter 1 preview (standard reference, not scraped)