Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-31
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.

Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges

Definition

Let G=(V,E) be a graph. A walk of length ℓ is a finite vertex list

W=(v0,v1,…,vℓ)

such that {vi−1,vi}∈E for every 1≤i≤ℓ. Its endpoints are v0 and vℓ. The length is the number ℓ of traversed edges, not the number of displayed vertices. A walk is closed when v0=vℓ.

A trail is a walk in which the traversed edges are distinct. A path is a walk in which the vertices are distinct. In particular, (v) is a path of length 0 from v to itself.

A cycle is a closed walk (v0,…,vℓ−1,vℓ=v0) of length ℓ≥3 in which v0,…,vℓ−1 are distinct. A graph is acyclic when it contains no cycle. Reversing any walk, trail, path, or cycle preserves its type and length.

Depends on

Used by

…and 1 more result.

Dependency tree · two levels

3 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