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.
Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph
Definition
A finite undirected multigraph consists of a finite vertex set , a finite edge set , and an endpoint map assigning to each either a singleton or a two-element subset of . An edge assigned is a loop at . Distinct members of assigned the same endpoint set are parallel edges.
A finite directed graph, or digraph, consists of a finite vertex set and a set of arcs. An arc is directed from to ; an arc is a directed loop.
These objects are variants, not instances of the default graph convention in A finite simple graph is a finite vertex set together with a set of two-element vertex subsets and Unless stated otherwise, graph means finite, simple and undirected; orders, sizes and empty-set conventions are fixed here. A theorem stated merely for a graph therefore neither permits loops or parallel edges nor supplies directions to its edges.
Depends on
Used by
- K₄ is Hamiltonian but has no Euler circuit Counterexample
- Two triangles sharing one vertex form an Eulerian graph with no Hamilton cycle Counterexample
- A tournament is an orientation of a complete finite graph Definition
- Arc-disjoint, edge-disjoint and internally vertex-disjoint path families and their local separators Definition
- Degree in a multigraph, indegree and outdegree in a digraph, and their underlying connectivity Definition
- Directed walks, trails, paths and cycles, and strong connectivity Definition
- Euler trails and Euler circuits in multigraphs and digraphs Definition
- Finite integral networks, feasible flows, values, cuts and residual networks Definition
- The plane dual multigraph, with a vertex for each face and one crossing edge for each primal edge Definition
- Two plane embeddings of one connected planar graph have nonisomorphic dual multigraphs Example
- Every connected plane graph has a plane dual multigraph, and when that dual is simple the reciprocal embedding identifies the double dual with the original graph Theorem
- Menger's theorem: the finite directed and undirected arc, edge and nonadjacent-vertex forms 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
- R. Diestel, Graph Theory, Chapter 1 preview (standard reference, not scraped)