Skip to content
Development
Skill

/proof-theory

Problem-solving strategies for proof theory in mathematical logic

From plugin
continuous-claude-v3
3.9k156 skills32 agents
Install
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill proof-theory --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/proof-theory

Context preview

The summary Claude sees to decide when to auto-load this skill.

Problem-solving strategies for proof theory in mathematical logic

SKILL.md

proof-theory.SKILL.md
name: proof-theory
description: "Problem-solving strategies for proof theory in mathematical logic"
allowed-tools: [Bash, Read]

Proof Theory

When to Use

Use this skill when working on proof-theory problems in mathematical logic.

Decision Tree

1. **Proof Strategy Selection**

  • Direct proof: assume premises, derive conclusion
  • Proof by contradiction: assume negation, derive false
  • Proof by cases: split on disjunction
  • Induction: base case + inductive step

2. **Structural Induction**

  • Define well-founded ordering on structures
  • Base: prove for minimal elements
  • Step: assume for smaller, prove for current
  • `z3_solve.py prove "induction_principle"`

3. **Cut Elimination**

  • Gentzen's Hauptsatz: cuts can be eliminated
  • Subformula property: only subformulas appear
  • Useful for proof normalization

4. **Completeness/Soundness Check**

  • Soundness: if provable then valid
  • Completeness: if valid then provable
  • `z3_solve.py prove "soundness_theorem"`

5. **Proof Verification**

  • Check each step follows from rules
  • Verify dependencies are satisfied
  • `math_scratchpad.py verify "proof_steps"`

Tool Commands

Z3_Induction_Base

uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "P(0)"

Z3_Induction_Step

uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "ForAll([n], Implies(P(n), P(n+1)))"

Z3_Soundness

uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "Implies(derivable(phi), valid(phi))"

Math_Verify

uv run python -m runtime.harness scripts/cc_math/math_scratchpad.py verify "proof_structure"

Cognitive Tools Reference

See `.claude/skills/math-mode/SKILL.md` for full tool documentation.

Read more
Ships withcontinuous-claude-v3

A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting

Get the whole plugin

Other skills on continuous-claude-v3.