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.
A simple graph has no loop, so an odd closed walk has length at least ; a closed walk of length 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).
Mathematical induction: a property true at and inherited from to holds for every natural (The principle of mathematical induction).
If a closed walk has with , it splits into closed walks of lengths and ; when is odd, exactly one of these lengths is odd.
Proof
Let say that every odd closed walk of length at most contains an odd cycle. At there is no odd positive length at most , so holds vacuously.
Fix and assume . Let be an odd closed walk with .
If , the inductive hypothesis supplies an odd cycle in .
Suppose instead that . If are distinct, then is itself an odd cycle by [F1].
If those vertices are not distinct, choose with . By [F2], splits into two shorter closed walks, and exactly one has odd length. Its length is at most , so supplies an odd cycle in that subwalk and hence in .
Steps 2.1, 2.2 and 2.3 cover every odd closed walk of length at most , so holds.
By [L1], holds for every natural . Applying it at the length of any given odd closed walk yields an odd cycle contained in that walk.
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
- University of Lethbridge, Combinatorics: A Guided Tour, Paths and Cycles (standard reference, not scraped)