Suvarna Garge (Editor)

Lean theorem prover

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A lean theorem prover is an automated theorem prover implemented in a minimum amount of code. Lean provers are generally implemented in Prolog, and make proficient use of the backtracking engine and logic variables of that language. Lean provers can be as small as a few hundred bytes of source code.

Lean theorem provers

  • leanCoP, a prover for classical first-order logic in 333 bytes
  • leanTAP
  • References

    Lean theorem prover Wikipedia