LP, the Larch Prover — Introduction


LP is an interactive theorem proving system for multisorted first-order logic. It was developed by Stephen J. Garland and John V. Guttag at the MIT Laboratory for Computer Science (a predecessor of CSAIL, the MIT Computer Science and Artificial Intelligence Laboratory).

Unlike many theorem provers, which attempt to find proofs automatically for correctly stated conjectures, LP is intended to assist users in finding and correcting flaws in conjectures---the predominant activity in the early stages of the design process. LP works efficiently on large problems, has many important user amenities, and can be used by relatively naive users.

LP was used at MIT and elsewhere primarily during the 1990s to reason about designs for circuits, concurrent algorithms, hardware, and software.

For a general introduction to LP, see the following topics.