Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for proof theory in mathematical logic
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-13 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 8% | 0% |
Use this skill when working on proof-theory problems in mathematical logic.
z3_solve.py prove "induction_principle"z3_solve.py prove "soundness_theorem"math_scratchpad.py verify "proof_steps"bashuv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "P(0)"
bashuv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "ForAll([n], Implies(P(n), P(n+1)))"
bashuv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "Implies(derivable(phi), valid(phi))"
bashuv run python -m runtime.harness scripts/cc_math/math_scratchpad.py verify "proof_structure"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.