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.
Euler trails and Euler circuits in multigraphs and digraphs
Definition
In a finite undirected multigraph, a walk of length is an alternating list
such that the endpoint set assigned to is for each . Thus the particular edge is recorded, parallel edges remain distinguishable, and precisely when that step uses a loop. The walk is closed when , and it is a trail when the displayed edges are distinct.
An Euler trail is a trail that uses every edge exactly once. An Euler circuit is a closed Euler trail, and a multigraph is Eulerian when it has an Euler circuit. A length-zero closed trail at the sole vertex of the edgeless one-vertex multigraph is an Euler circuit.
In a finite digraph, a directed Euler trail is a directed trail that uses every arc exactly once. A directed Euler circuit is a closed directed Euler trail, and a digraph is directed Eulerian when it has one. The simple-graph walk conventions are in Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges, and the directed-trail terminology is that of Directed walks, trails, paths and cycles, and strong connectivity.
Depends on
Used by
- A connected finite undirected multigraph has an Euler trail if and only if it has zero or two odd-degree vertices; an open Euler trail occurs exactly in the two-vertex case Corollary
- Edge-disjoint closed trails sharing a vertex can be spliced into one closed trail Lemma
- In an even multigraph or balanced digraph, a trail maximal among unused incident edges returns to its start Lemma
- 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: 9 results over 7 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)