proof-writer

Solid

Writes rigorous mathematical proofs for ML/AI theory. Use when asked to prove a theorem, lemma, proposition, or corollary, fill in missing proof steps, formalize a proof sketch, 补全证明, 写证明, 证明某个命题, or determine whether a claimed proof can actually be completed under the stated assumptions.

AI & Automation 7 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Proof Write: Rigorous Theorem / Lemma Drafting > 🔬 Run this skill on **Claude Opus**. Writing rigorous proofs needs deep reasoning; > run `/model opus` first if your session is not on Opus. Write a mathematically honest proof package, not a polished fake proof. **The unit of completion is the closed obligation, not prose.** A proof is finished when every nontrivial obligation it raises is discharged into a typed closure object, not when it reads smoothly. This single idea drives the whole skill: it is what stops the model from quitting early (an open obligation is visible and costly) and from faking (you cannot prose your way into a typed closure). ## Constants - DEFAULT_PROOF_DOC = `PROOF_PACKAGE.md` in project root - STATUS = `PROVABLE AS STATED | PROVABLE AFTER WEAKENING / EXTRA ASSUMPTION | NOT CURRENTLY JUSTIFIED` - VERIFICATION = `Verified | Conditionally verified | Gap found` (defined in `../stat-shared-references/proof-closure-machinery.md`, single source of truth) - SCRIPT = `../stat-shared-references/scripts/proof_gap_scan.py` - ASSUMPTION_LOCK = `assumptions.lock.md` — the framework's shared assumption store (schema + discipline in `../stat-shared-references/assumptions-lock-protocol.md`). Theorems invoke assumptions by ID from here; they do not declare their own. ## Context: $ARGUMENTS ## Goal Produce exactly one of three terminal outputs: 1. a complete proof of the original claim, every obligation closed; 2. a corrected (usually weaker) claim plus a co...

Details

Author
gyf9712
Repository
gyf9712/stat-theory-skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category