Назад към всички

soundness-proof-assistant

// Assist in constructing type soundness proofs using progress and preservation theorems

$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namesoundness-proof-assistant
descriptionAssist in constructing type soundness proofs using progress and preservation theorems
allowed-toolsBash,Read,Write,Edit,Glob,Grep
metadata[object Object]

Soundness Proof Assistant

Purpose

Provides expert guidance on constructing type soundness proofs for programming language type systems.

Capabilities

  • Progress theorem proof templates
  • Preservation theorem proof templates
  • Substitution lemma generation
  • Canonical forms lemma derivation
  • Proof case enumeration
  • Mechanization guidance

Usage Guidelines

  1. Lemma Identification: Identify required supporting lemmas
  2. Progress Proof: Prove progress theorem by cases
  3. Preservation Proof: Prove preservation theorem
  4. Substitution Lemmas: Prove substitution preserves typing
  5. Mechanization: Translate to proof assistant

Tools/Libraries

  • Coq
  • Agda
  • Lean
  • Twelf