中文

Designing a Theorem Prover

计算机科学中的逻辑 2016-08-31 v1

摘要

A step-by-step presentation of the code for a small theorem prover introduces theorem-proving techniques. The programming language used is Standard ML. The prover operates on a sequent calculus formulation of first-order logic, which is briefly explained. The implementation of unification and logical inference is shown. The prover is demonstrated on several small examples, including one that shows its limitations. The final part of the paper is a survey of contemporary research on interactive theorem proving.

关键词

引用

@article{arxiv.cs/9301110,
  title  = {Designing a Theorem Prover},
  author = {Lawrence C. Paulson},
  journal= {arXiv preprint arXiv:cs/9301110},
  year   = {2016}
}