Formal evidence
An independent reviewer must inspect the recorded build, declarations, unfinished-proof-step check, and disclosed foundations.
ProofAtlas research case study
Graph theory · formal theorem
The companion paper presents a candidate proof of Bondy's minimum-degree longest-cycle conjecture. Paper-to-formal-statement alignment is under review. Lean checks only the exact displayed endpoint Bondy.bondy_longest_cycle at the audited source commit; its 204-module first-party cone reports only standard classical foundations.
Scope: For every finite simple k-connected graph satisfying Bondy's natural-number minimum-degree inequality, every vertex-simple path disjoint from every longest cycle has order strictly below k.
Exact formal proposition
theorem bondy_longest_cycle {V : Type u} [Fintype V] [DecidableEq V] (G : SimpleGraph V) (k : ℕ) (hk : 1 ≤ k) (hconn : VertexConnectedAtLeast G k) (hsource : Fintype.card V + k * (k - 1) ≤ (k + 1) * minimumDegree G) (C : VCycle G) (hC : IsLongestCycle G C) :
∀ P : VPath G, Disjoint P.support C.support → P.order < kResult boundary
For every finite simple k-connected graph satisfying Bondy's natural-number minimum-degree inequality, every vertex-simple path disjoint from every longest cycle has order strictly below k.
Line counts exclude blank lines; comments and documentation count. The total is the commit-pinned first-party Lean import closure; Mathlib and other third-party dependencies are excluded.
Continue the mathematics
The pinned theorem and its complete local import closure let people and AI agents inspect the proof, compare another route, isolate reusable lemmas, or formulate a stronger exact statement. Lean checks each proposed extension against its own exact statement.
The ZIP contains the checked first-party Lean import closure, exact statements and boundaries, license, notice, evidence, source-footprint manifest, and continuation data. Mathlib and other third-party dependencies are not bundled.
Independent review
Lean has checked the exact source, but ProofAtlas has not accepted this result. Independent AI, human, or mixed reviewers may examine the build evidence, statement alignment, result boundary, and public wording. Review does not replace Lean's check or broaden the theorem.
An independent reviewer must inspect the recorded build, declarations, unfinished-proof-step check, and disclosed foundations.
The formal declaration must be reviewed against the theorem wording and its exact variant.
The limits must be checked so the page cannot imply a broader theorem.
The explanation, infographic labels, and source presentation need independent review.
The permanent source link and downloadable files must be approved for public citation.
After the four reviews and source route are ready, an accepted-result record must bind them to this exact formalization.
Credit for this release
Authorship and other contributions are recorded separately for this version.
OpenAI GPT-5.6 Pro has source-reported roles in mathematical exploration, proof development, computational testing, adversarial auditing, exposition, and AI-assisted formalization development.
Lech Mazur is the paper author and accountable editor and directed the AI-assisted research, verification process, output selection, and reconciliation.
Citation
Use the version-specific citation so the authorship, scope, and public record remain attached.
Release history
credit.release.bondy-longest-cycle-proof.v001This version is part of the release history. No independent external timestamp is claimed.