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 walk between two vertices contains a path between the same endpoints
Statement
Let be a walk in a graph. By deleting zero or more closed segments from its vertex list, one obtains a path from to of length at most . If repeats a vertex, the resulting path can be chosen to have length strictly less than .
Facts & Assumptions
Given: A walk in a finite simple graph.
A path is a walk with no repeated vertex (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
If with , deleting leaves the list , which is a walk with the same endpoints and length .
A finite vertex list has only finitely many lists obtainable by deleting segments, so any nonempty family of their lengths has a least member (The cardinality of a finite set).
Proof
Let be the nonempty finite family of walks obtained from by deleting zero or more closed segments, and choose of least length.
The walk has no repeated vertex: if two positions carried the same vertex, [F2] would delete the intervening closed segment and produce a shorter member of , contrary to the choice of .
By [F1], is a path with the same endpoints as , and its length is at most because . If repeats a vertex, applying [F2] once before minimizing gives a member of shorter than , so is strictly shorter than .
Depends on
Used by
- Connected graphs and connected components defined by the existence of vertex paths Definition
- FALSE: a shortest walk between two vertices may repeat a vertex and fail to be a path False statement
- Being joined by a walk or path is the same equivalence relation on the vertex set Lemma
- For every nontrivial connected graph, κ(G)≤λ(G) Lemma
- Shortest-path distance is a metric on every connected component Lemma
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 27 results over 14 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
- University of Lethbridge, Combinatorics: A Guided Tour, Paths and Cycles (standard reference, not scraped)