Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for propositional logic in mathematical logic
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-02 | ✓→✗ | ▼ Worse | -72% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -12% | 0% |
Use this skill when working on propositional-logic problems in mathematical logic.
z3_solve.py sat "formula" to check satisfiabilitysympy_compute.py truthtable "p & (p -> q) -> q"z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"bashuv run python -m runtime.harness scripts/z3_solve.py sat "And(p, Implies(p, q), Not(q))"
bashuv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p, q)), q)"
bashuv run python -m runtime.harness scripts/sympy_compute.py truthtable "p & (p >> q) >> q"
bashuv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.