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.
Deleting any edge of a tree separates it into exactly two tree components
Statement
If is a tree and , then has exactly two connected components, each of which is a tree.
Facts & Assumptions
Given: A tree and an edge .
A tree is connected and has no cycle (Trees, forests, leaves and isolated vertices).
has the same vertices and all edges of except (Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors).
Connectedness is equivalently the existence of a path between every two vertices (Connected graphs and connected components defined by the existence of vertex paths, Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
The vertices and lie in distinct components of : otherwise a - path in together with would be a cycle in .
Every vertex lies in the component of or the component of . Indeed, take an - path in ; if it avoids it joins to in , and if it uses then its segment from to avoids .
Thus has exactly two components.
Each component is connected by definition and contains no cycle because it is a subgraph of the acyclic graph . Hence each component is a tree.
Depends on
- Trees, forests, leaves and isolated vertices
- Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors
- Connected graphs and connected components defined by the existence of vertex paths
- Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges
Used by
- Every edge of a spanning tree determines a fundamental cut, and every edge crossing it restores a spanning tree Lemma
- Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity Theorem
- Euler's formula |V|-|E|+|F|=2 for every connected plane graph Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 10 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)