Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)audited 2026-08-02
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 \ell is an alternating list

v0,e1,v1,e2,,e,vv_0,e_1,v_1,e_2,\ldots,e_\ell,v_\ell

such that the endpoint set assigned to eie_i is {vi1,vi}\{v_{i-1},v_i\} for each ii. Thus the particular edge is recorded, parallel edges remain distinguishable, and vi1=viv_{i-1}=v_i precisely when that step uses a loop. The walk is closed when v0=vv_0=v_\ell, 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

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