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.
Being joined by a walk or path is the same equivalence relation on the vertex set
Statement
On the vertex set of a graph, define when a walk joins to . Then is an equivalence relation (Equivalence relation, equivalence class, and the quotient set ), and holds exactly when a path joins to .
Facts & Assumptions
Given: A graph and the relation defined by the existence of a walk from to .
An equivalence relation is reflexive, symmetric and transitive (Equivalence relation, equivalence class, and the quotient set ).
Every walk between two vertices contains a path between the same endpoints (Every walk between two vertices contains a path between the same endpoints).
A one-vertex list is a path of length , reversing a walk gives a walk with reversed endpoints, and concatenating a to walk with a to walk gives a to walk (Connected graphs and connected components defined by the existence of vertex paths, Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
Proof
For every , the length- walk joins to itself, so .
If , reversing a witnessing walk gives a walk from to , so .
If and , concatenating witnessing walks gives a walk from to , so .
Steps 1.1, 1.2 and 1.3 prove reflexivity, symmetry and transitivity, hence is an equivalence relation by [F1].
Every path is a walk, while [L1] turns every witnessing walk into a path with the same endpoints; therefore walk-reachability and path-reachability coincide.
Depends on
- Connected graphs and connected components defined by the existence of vertex paths
- Every walk between two vertices contains a path between the same endpoints
- Equivalence relation, equivalence class, and the quotient set $A/{\sim}$
- Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 32 results over 19 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)