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.
The entry of counts walks of length
Statement
Let be a finite simple graph with ordered vertex set , let , and let be an integer. Then for every , the entry equals the number of walks of length from to in .
Facts & Assumptions
Given: A finite simple graph with ordered vertices , its adjacency matrix , and an integer .
The entry is exactly when and are adjacent, and is otherwise (The adjacency matrix of a finite simple graph).
A walk of length from to is exactly a walk of length from to some intermediate vertex , followed by the edge (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
We argue by induction on . For , the number of walks of length from to is when and are adjacent and otherwise, so it is exactly by [F1].
Assume the claim for some . Then . By the inductive hypothesis, counts the walks of length from to , while [F1] makes the indicator that the final edge exists. Therefore the summand counts the length- walks from to whose last intermediate vertex is , and summing over counts all such walks exactly once by [F2].
The base case and inductive step prove the claim for every .
Depends on
Used by
Dependency tree · two levels
10 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
- Richard P. Stanley, Enumerative Combinatorics, Volume 1, Theorem 4.7.1 (standard reference, not scraped)