Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 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.

Every walk between two vertices contains a path between the same endpoints

Statement

Let W=(v0,,v)W=(v_0,\ldots,v_\ell) be a walk in a graph. By deleting zero or more closed segments from its vertex list, one obtains a path from v0v_0 to vv_\ell of length at most \ell. If WW repeats a vertex, the resulting path can be chosen to have length strictly less than \ell.

Facts & Assumptions

Given: A walk W=(v0,,v)W=(v_0,\ldots,v_\ell) in a finite simple graph.

[F2]

If vi=vjv_i=v_j with i<ji<j, deleting vi+1,,vjv_{i+1},\ldots,v_j leaves the list (v0,,vi,vj+1,,v)(v_0,\ldots,v_i,v_{j+1},\ldots,v_\ell), which is a walk with the same endpoints and length (ji)<\ell-(j-i)<\ell.

[F3]

A finite vertex list has only finitely many lists obtainable by deleting segments, so any nonempty family of their lengths has a least member (The cardinality A\lvert A\rvert of a finite set).

Proof

technique · constructive
1.1

Let W\mathcal W be the nonempty finite family of walks obtained from WW by deleting zero or more closed segments, and choose PWP\in\mathcal W of least length.

givenF2F3chooseconstruct
2.1

The walk PP has no repeated vertex: if two positions carried the same vertex, [F2] would delete the intervening closed segment and produce a shorter member of W\mathcal W, contrary to the choice of PP.

step 1.1F2
3.1

By [F1], PP is a path with the same endpoints as WW, and its length is at most \ell because WWW\in\mathcal W. If WW repeats a vertex, applying [F2] once before minimizing gives a member of W\mathcal W shorter than WW, so PP is strictly shorter than WW.

step 1.1step 2.1F1F2discharge-construct

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 27 results over 14 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