Folding Context PoC - #689
Conversation
🤖 PR Summary
This PR introduces a new typeclass Mathematical Formalization
Refactoring
Supporting Infrastructure
No Statistics
Lean Declarations ✏️ Removed: 1 declaration(s)
✏️ Added: 23 declaration(s)
✏️ Affected: 9 declaration(s) (line number changed)
📋 **Additional Analysis**The diff introduces a 📄 **Per-File Summaries**
Last updated: 2026-08-06 15:07 UTC. |
2bc328d to
857a238
Compare
Build Timing Report
Incremental Rebuild Signal
This compares a clean project build against an incremental rebuild in the same CI job; it is a lightweight variability signal, not a full cross-run benchmark. Slowest Current Clean-Build FilesShowing 20 slowest current targets, with comparison against the selected baseline when available.
|
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Folding context reduces the input complexity for the various folding lemmas.
A folding context is a triple of natural numbers
k, d, nwith the property1 ≤ k ≤ d ≤ n. We're introducing grind/simp lemmas to simplify working with folding contexts.