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.
Adding an edge between two nonadjacent vertices of a tree creates exactly one cycle
Statement
Let be a tree and let be nonadjacent vertices. Adding the edge creates exactly one cycle.
Facts & Assumptions
Given: A tree and nonadjacent vertices .
A tree is connected and acyclic (Trees, forests, leaves and isolated vertices).
Paths and cycles have their usual vertex-simple meanings (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
There is a - path in , and it is unique: if two distinct such paths existed, their first divergence and next reunion would yield a cycle.
Every cycle in must contain , since itself is acyclic. Removing from such a cycle leaves a - path in .
The path together with the new edge is a cycle in .
By uniqueness in step 1.1, the path obtained in step 1.2 is . Hence the cycle in step 2.1 is the only cycle.
Depends on
Used by
- A maximal acyclic spanning subgraph of a connected graph is a spanning tree Lemma
- Every edge outside a spanning tree determines a unique fundamental cycle Lemma
- The Prüfer decoding procedure is well defined and produces a labelled tree Lemma
- Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 9 results over 7 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, Preview Chapter 1 (standard reference, not scraped)