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 tree with at least two vertices has at least two leaves
Statement
Every tree with at least two vertices has at least two distinct leaves.
Facts & Assumptions
Given: A tree with at least two vertices.
Every two vertices of a tree are joined by a unique path (Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity).
Because is finite, its set of paths has a maximum-length member (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
Choose a path of maximum length. Since has at least two vertices and is connected, .
If had a neighbour other than , that neighbour could not already lie on , since that would form a cycle; adjoining it would therefore lengthen the maximum-length path . Thus has degree one.
The same argument shows that has degree one.
Since , these are two distinct leaves.
Depends on
- Equivalent characterisations of a nonempty tree by unique paths, edge count, minimal connectivity and maximal acyclicity
- Trees, forests, leaves and isolated vertices
- Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges
- Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 30 results over 16 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)
- ISI Bangalore discrete mathematics notes, Trees and Cayley’s theorem (standard reference, not scraped)