Alphabeta Math
LemmaStatement: AI-adaptedProof: 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 closed walk of odd length contains a cycle of odd length

Statement

Every closed walk of odd length in a graph contains, among its traversed edges, a cycle of odd length.

Facts & Assumptions

Given: A finite simple graph and its closed walks.

[F1]

A simple graph has no loop, so an odd closed walk has length at least 33; a closed walk of length m3m\ge3 whose vertices before the repeated endpoint are distinct is a cycle (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).

[L1]

Mathematical induction: a property true at 00 and inherited from mm to m+1m+1 holds for every natural mm (The principle of mathematical induction).

[F2]

If a closed walk (v0,,vr=v0)(v_0,\ldots,v_r=v_0) has vi=vjv_i=v_j with 0i<j<r0\le i<j<r, it splits into closed walks of lengths jij-i and r(ji)r-(j-i); when rr is odd, exactly one of these lengths is odd.

Proof

technique · induction
1.1

Let P(m)P(m) say that every odd closed walk of length at most mm contains an odd cycle. At m=0m=0 there is no odd positive length at most 00, so P(0)P(0) holds vacuously.

base
1.2

Fix mm and assume P(m)P(m). Let W=(v0,,vr=v0)W=(v_0,\ldots,v_r=v_0) be an odd closed walk with rm+1r\le m+1.

ihgiven
2.1

If rmr\le m, the inductive hypothesis supplies an odd cycle in WW.

step 1.2
2.2

Suppose instead that r=m+1r=m+1. If v0,,vr1v_0,\ldots,v_{r-1} are distinct, then WW is itself an odd cycle by [F1].

step 1.2F1
2.3

If those vertices are not distinct, choose 0i<j<r0\le i<j<r with vi=vjv_i=v_j. By [F2], WW splits into two shorter closed walks, and exactly one has odd length. Its length is at most r1=mr-1=m, so P(m)P(m) supplies an odd cycle in that subwalk and hence in WW.

step 1.2F2choose
3.1

Steps 2.1, 2.2 and 2.3 cover every odd closed walk of length at most m+1m+1, so P(m+1)P(m+1) holds.

step 2.1step 2.2step 2.3
4.1

By [L1], P(m)P(m) holds for every natural mm. Applying it at the length of any given odd closed walk yields an odd cycle contained in that walk.

step 1.1step 3.1L1discharge-induction

Depends on

Used by

Dependency tree · next 3 levels

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