Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 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.

Directed walks, trails, paths and cycles, and strong connectivity

Definition

Let D=(V,A) be a finite digraph (Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph). A directed walk of length ℓ is a vertex list v0,v1,…,vℓ such that (vi−1,vi)∈A for every 1≤i≤ℓ. It is closed when v0=vℓ.

A directed trail is a directed walk whose traversed arcs are distinct. A directed path is a directed walk whose vertices are distinct. A directed cycle is a closed directed walk v0,…,vℓ−1,vℓ=v0 of length ℓ≥3 in which v0,…,vℓ−1 are distinct. The lower bound agrees with the library's undirected cycle convention in Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges.

A digraph is strongly connected when its vertex set is nonempty and for every ordered pair u,v of vertices there is a directed path from u to v. It is weakly connected as defined through its underlying graph in Degree in a multigraph, indegree and outdegree in a digraph, and their underlying connectivity.

Depends on

Used by

Dependency tree · two levels

8 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources