Proof Rules for MetaSMT
philipzucker.com·1d

Knuckledragger https://github.com/philzook58/knuckledragger is my system for interactive theorem proving in python. The core system is not python specific and has some interesting theoretical aspects.

It is designed to be as minimal a layer on top of the existing successful SMT systems.

A sequence of related SMT solves is the core of many automated software verification tools. There is a hand waving of sorts how these (mangled) calls combine into the larger property of interest. It is a natural approach if one wants a more rigorous solution to this problem to work within the language of SMT if possible rather than require

SMT solvers themselves are interested in producing proof certificates for their internal reasoning, both for se…

Similar Posts

Loading similar posts...