Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedprecheck 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 nonempty finite simple graph contains a path with at least δ(G) edges

Statement

Every nonempty finite simple graph G contains a path having at least δ(G) edges.

Facts & Assumptions

Given: A nonempty finite simple graph G=(V,E).

[F2]

A path has no repeated vertex, and appending a neighbour not already on it produces a longer path (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).

[F3]

A finite graph has only finitely many paths, so a path of greatest length exists (The cardinality ∣A∣ of a finite set).

Proof

technique · constructive
1.1

Choose a path P=(v0,v1,…,vℓ) of greatest length in G.

givenF3chooseconstruct
2.1

Every neighbour of v0 lies among v1,…,vℓ: a neighbour outside this list could be prepended to P, giving a longer path and contradicting step 1.1.

step 1.1F2
3.1

The deg⁡G(v0) distinct neighbours of v0 therefore occupy distinct positions among the ℓ vertices v1,…,vℓ, so ℓ≥deg⁡G(v0)≥δ(G) by [F1]. Thus P has at least δ(G) edges.

step 2.1F1discharge-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