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.
For every forest, , where is the number of connected components
Statement
If is a forest, let be the family of vertex sets of its connected components and put . Then
For the null forest, .
Facts & Assumptions
Given: A finite forest .
A forest contains no cycle, and a nonempty forest has a vertex of degree zero or one (Trees, forests, leaves and isolated vertices, Every nonempty forest has a vertex of degree at most one).
Connected components partition the vertex set. Their vertex sets form a subset of the finite power set , so is finite and is defined (The connected components of a graph partition its vertex set and are its maximal connected subgraphs, for finite , A subset of a finite set is finite, with , and equality holds if and only if , The cardinality of a finite set).
Deleting a vertex deletes exactly its incident edges (Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors).
Finite disjoint unions obey the sum rule, and natural addition is associative and commutative (The cardinality of a finite set, The sum rule: a finite disjoint union is finite with and , and a sum over a finite index set splits along a partition, Addition is associative, Addition is commutative).
Induction is valid on (The principle of mathematical induction).
Proof
If , then and , so the identity holds.
Let , assume the identity for forests with fewer vertices, and choose a vertex of degree at most one.
Put . It remains a forest, and is the disjoint union of and , so .
If is isolated, then , while the component family of is the disjoint union of the component family of and . Hence and .
If has degree one, deleting it removes its unique incident edge, so . It does not change the number of components: cannot be an internal vertex of a path between remaining vertices, and its neighbour remains in the same nonempty component after deletion. Thus .
In the isolated case, the induction hypothesis gives .
In the degree-one case, the induction hypothesis gives .
The two possible degrees of have both been handled, so the identity holds for every forest.
Depends on
- Trees, forests, leaves and isolated vertices
- Every nonempty forest has a vertex of degree at most one
- The connected components of a graph partition its vertex set and are its maximal connected subgraphs
- Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors
- The cardinality $\lvert A\rvert$ of a finite set
- The principle of mathematical induction
- Addition is associative
- Addition is commutative
- The sum rule: a finite disjoint union is finite with $\lvert A \cup B\rvert = \lvert A\rvert + \lvert B\rvert$ and $\lvert\bigcup_{i \in I} A_i\rvert = \sum_{i \in I}\lvert A_i\rvert$, and a sum over a finite index set splits along a partition
- $\lvert\mathcal{P}(A)\rvert = 2^{\lvert A\rvert}$ for finite $A$
- A subset of a finite set is finite, with $\lvert B\rvert \le \lvert A\rvert$, and equality holds if and only if $B = A$
Used by
- A tree on n≥1 vertices has n-1 edges Corollary
- For a plane graph with c components, |V|-|E|+|F|=1+c, including the null graph Corollary
- Euler's formula checked on a plane tree, a cycle, and the four-face embedding of K₄ Example
- Every plane forest has exactly one face Proposition
- 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: 82 results over 25 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)