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.
In an even multigraph or balanced digraph, a trail maximal among unused incident edges returns to its start
Statement
Let be a nonempty trail in a finite undirected multigraph in which every vertex has even degree. If cannot be extended at its terminal vertex by an unused incident edge, then is closed.
Likewise, let be a nonempty directed trail in a finite digraph satisfying at every vertex. If cannot be extended at its terminal vertex by an unused outgoing arc, then is closed.
Facts & Assumptions
Given: One of the two finite trails in the statement, with initial vertex and terminal vertex .
Trails do not repeat edges or arcs, and they are closed exactly when (Euler trails and Euler circuits in multigraphs and digraphs).
An undirected loop contributes two to degree; a directed loop contributes one to both indegree and outdegree (Degree in a multigraph, indegree and outdegree in a digraph, and their underlying connectivity).
Proof
In the undirected case, if , the used edge ends at occur in pairs for every intermediate visit and with one additional final arrival. Thus an odd number of edge ends incident with have been used; loops contribute pairs by [F2]. Since is even, at least one incident edge is unused, contradicting maximality.
In the directed case, if , the trail uses one more incoming than outgoing arc at . Total indegree equals total outdegree, so the number of unused outgoing arcs at is one more than the number of unused incoming arcs and is positive, again contradicting maximality.
Therefore in either case, so the trail is closed.
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: 19 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
- Applied Combinatorics, Euler Tours and Trails (standard reference, not scraped)