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.
Edge-disjoint closed trails sharing a vertex can be spliced into one closed trail
Statement
Two edge-disjoint closed trails in an undirected multigraph that share a vertex can be spliced into a closed trail using exactly the edges of both. The same holds for two arc-disjoint directed closed trails in a digraph.
Facts & Assumptions
Given: Closed trails and sharing a vertex , with disjoint edge sets or disjoint arc sets as appropriate.
A trail repeats no edge or arc, and a closed trail has the same initial and terminal vertex (Euler trails and Euler circuits in multigraphs and digraphs).
A directed walk respects the orientation of every traversed arc (Directed walks, trails, paths and cycles, and strong connectivity).
Proof
Rotate the cyclic listing of each closed trail so that it starts and ends at . Traverse from back to , then traverse from back to . Consecutive edges or arcs still meet at their displayed vertices, and directed arcs retain their orientations.
The concatenation is closed, and it repeats no edge or arc because neither input trail repeats one and their used sets are disjoint. Its used set is exactly the union of the two input used sets.
This concatenation is the required spliced closed trail in either setting.
Depends on
Used by
- A finite digraph without isolated vertices has a directed Euler circuit if and only if it is weakly connected and every indegree equals the corresponding outdegree Theorem
- Euler's theorem and Hierholzer's construction: a connected finite undirected multigraph has an Euler circuit if and only if every degree is even Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 10 results over 8 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
- Applied Combinatorics, Euler Tours and Trails (standard reference, not scraped)