Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for predicate logic in mathematical logic
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-19 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -45% | 0% |
Use this skill when working on predicate-logic problems in mathematical logic.
z3_solve.py prove "ForAll([x], P(x)) implies P(a)"sympy_compute.py simplify "prenex(formula)"z3_solve.py prove "resolution_valid"z3_solve.py model "Exists([x], P(x) & Not(Q(x)))"bashuv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([x], Implies(P(x), Q(x)))"
bashuv run python -m runtime.harness scripts/z3_solve.py sat "Exists([x], And(P(x), Not(Q(x))))"
bashuv run python -m runtime.harness scripts/z3_solve.py prove "Implies(ForAll([x], P(x)), P(a))"
bashuv run python -m runtime.harness scripts/z3_solve.py model "Exists([x], P(x))"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.