Skip to content

Commit 04f5983

Browse files
kim-emclaude
andcommitted
Formalize headline theorem from Knuth's "Claude's Cycles" paper
Prove that for odd m > 1, each of Claude's three cycles is a directed Hamiltonian cycle on the cube digraph (ZMod m)³. The proof follows Knuth's fiber-based trajectory argument with return map analysis for each cycle. Remaining sorry's are in optional Phase 4 theorems (counting results, generalizability, symmetry) independent of the headline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 parents  commit 04f5983

17 files changed

+2544
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lean Action CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v5
14+
- uses: leanprover/lean-action@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.lake

KnuthClaudeLean.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- This module serves as the root of the `KnuthClaudeLean` library.
2+
-- Import modules here that should be built as part of the library.
3+
import KnuthClaudeLean.Basic

0 commit comments

Comments
 (0)