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.
A small graph separates walks, trails, paths, closed walks and cycles by explicit vertex lists
Example
Let have vertex set and edge set , where abbreviates . The following lists separate the standard notions:
- is a walk but not a trail;
- is a trail but not a path;
- is a path;
- is a closed walk but not a cycle;
- is a cycle.
Facts & Assumptions
Given: The graph and the vertex lists displayed above.
Walks require adjacent successive vertices; trails do not repeat edges; paths do not repeat vertices; cycles repeat only their first vertex at the end and have length at least (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).
The displayed edge set is a subset of the two-element subsets of the finite vertex set, so is a finite simple graph (A finite simple graph is a finite vertex set together with a set of two-element vertex subsets).
Verification
Every successive pair in every displayed list is one of , so every list is a walk in .
The list traverses twice, so it is not a trail. The list traverses the distinct edges but repeats vertex , so it is a trail and not a path.
The list has four distinct vertices, so it is a path. The list is closed but repeats the edge and has length , so it is not a cycle.
The list is closed, has length , and has distinct vertices before returning to , so it is a cycle.
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: 11 results over 9 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)