Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck 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ℓ) be a walk in a graph. By deleting zero or more closed segments from its vertex list, one obtains a path from v0 to vℓ of length at most ℓ. If W repeats a vertex, the resulting path can be chosen to have length strictly less than ℓ.

Facts & Assumptions

Given: A walk W=(v0,…,vℓ) in a finite simple graph.

[F2]

If vi=vj with i<j, deleting vi+1,…,vj leaves the list (v0,…,vi,vj+1,…,vℓ), which is a walk with the same endpoints and length ℓ−(j−i)<ℓ.

[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∣ of a finite set).

Proof

technique · constructive
1.1

Let W be the nonempty finite family of walks obtained from W by deleting zero or more closed segments, and choose P∈W of least length.

givenF2F3chooseconstruct
2.1

The walk P 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, contrary to the choice of P.

step 1.1F2
3.1

By [F1], P is a path with the same endpoints as W, and its length is at most ℓ because W∈W. If W repeats a vertex, applying [F2] once before minimizing gives a member of W shorter than W, so P is strictly shorter than W.

step 1.1step 2.1F1F2discharge-construct∎

Depends on

Used by

Dependency tree · two levels

11 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