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 · two levels
12 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
- 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)