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.
FALSE: a shortest walk between two vertices may repeat a vertex and fail to be a path
Statement
FALSE. A shortest walk between two vertices may repeat a vertex and fail to be a path.
Facts & Assumptions
Given: Vertices in one connected component and a to walk of minimum length.
Every walk contains a path between the same endpoints of no greater length, and if the walk repeats a vertex the path can be chosen strictly shorter (Every walk between two vertices contains a path between the same endpoints).
The distance is the minimum length of a to path (Graph distance within a component, eccentricity, diameter and girth, including the acyclic convention).
Refutation
Suppose, for contradiction, that the minimum-length walk repeats a vertex and is not a path.
By [L1], deleting a closed segment from yields a to path of length strictly less than the length of . This path is also a walk, contradicting the minimality of .
Therefore every shortest walk is a path, and the claimed possibility cannot occur.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 16 results over 12 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)