A proof checker and small functional language for teaching logic.
Deduce needs Python 3.10+ and the Lark parsing library. From a fresh clone:
python3 -m pip install lark
python3 deduce.py example.pf(Use python if your system aliases that to Python 3; recent macOS and
some Linux distros ship only python3. On Windows the bundled launcher
is py.)
You should see:
example.pf is valid
For installation details, editor integrations, AI-assisted proof completion, and the language introduction, see Getting Started or the Deduce website.
More worked examples live in examples/.
/compilerDeduce-to-C compiler (user guide)/docsDocumentation for contributing to Deduce/editorEditor integrations (Emacs, VS Code)/examplesWorked example proofs/gh_pagesSource code for the Deduce website/libDeduce library files. This includes Nat, List, etc./live_code_vercel_apiSource code for Deduce live code/logosThe Hippopotamus logo and other images./testDeduce files used for testing Deduce.