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.
Every nonroot vertex has a unique parent, and adjacent vertices have depths differing by one
Statement
In a rooted tree , every vertex other than has exactly one parent. If , then the depths of and differ by exactly one.
Facts & Assumptions
Given: A rooted tree .
There is a unique path from to each vertex (Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity).
Depth is distance from , and parent means the preceding vertex on the root path (Rooted trees, ancestors, descendants, depth, height, parents and children, Graph distance within a component, eccentricity, diameter and girth, including the acyclic convention).
Proof
For , its unique root path has positive length and therefore has one vertex immediately before . This vertex is the unique parent of .
Let be an edge. The root paths of and cannot diverge before their endpoints, since the two divergent tails together with would form a cycle. Hence one root path is obtained from the other by appending .
Their lengths, and therefore their depths, differ by exactly one.
Depends on
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: 32 results over 17 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)