How do proof verifiers work? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-22T04:16:10Zhttp://mathoverflow.net/feeds/question/32923http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/32923/how-do-proof-verifiers-workHow do proof verifiers work?Noldorin2010-07-22T09:26:07Z2013-01-11T22:30:31Z
<p>I'm currently trying to understand the concepts and theory behind some of the common proof verifiers out there, but am not quite sure on the exact nature and construction of the sort of systems/proof calculi they use. Are they essentially based on higher-order logics that use Henkin semantics, or is there something more to it? As I understand, extending Henkin semantics to higher-order logic does not render the formal system any less sound, though I am not too clear on that.</p>
<p>Though I'm mainly looking for a general answer with useful examples, here are a few specific questions:</p>
<ul>
<li>What exactly is the role of type theory in creating higher-order logics? Same goes with category theory/model theory, which I believe is an alternative.</li>
<li>Is extending a) natural deduction, b) sequent calculus, or c) some other formal system the best way to go for creating higher order logics?</li>
<li>Where does typed lambda calculus come into proof verification?</li>
<li>Are there any other approaches than higher order logic to proof verification?</li>
<li>What are the limitations/shortcomings of existing proof verification systems (see below)?</li>
</ul>
<p>The Wikipedia pages on proof verification programs such as <a href="http://en.wikipedia.org/wiki/HOL_Light" rel="nofollow">HOL Light</a> <a href="http://en.wikipedia.org/wiki/Calculus_of_constructions" rel="nofollow">Coq</a>, and <a href="http://us.metamath.org/" rel="nofollow">Metamath</a> give some idea, but these pages contain limited/unclear information, and there are rather few specific high-level resources elsewhere. There are so many variations on formal logics/systems used in proof theory that I'm not sure quite what the base ideas of these systems are - what is required or optimal and what is open to experimentation.</p>
<p>Perhaps a good way of answering this, certainly one I would appreciate, would be a brief guide (albeit with some technical detail/specifics) on how one might go about generating a complete proof calculus (proof verification system) from scratch? Any other information in the form of explanations and examples would be great too, however.</p>
http://mathoverflow.net/questions/32923/how-do-proof-verifiers-work/32983#32983Answer by Mitch Harris for How do proof verifiers work?Mitch Harris2010-07-22T17:49:04Z2010-07-22T17:49:04Z<p>You said:
<Blockquote> The Wikipedia pages on <em>blah blah blah</em> give some idea, but these pages contain limited/unclear information, and there are rather few specific high-level resources elsewhere.</blockquote></p>
<p>Wikipedia is great for subjects you know nothing about, but if you actually know something, all you see is incoherence, misdirection, and sometimes, when lucky, actual errors.</p>
<p>As to actual proof verifiers, it's just the case that each verifier has a different philosophy and different mechanism behind it (there is no one foundation that they all use). So it is difficult to answer your questions (the answer itself will be too broad).</p>
<p>A comment though: category theory itself is not really a foundation for proof verification. It is definitely a conceptual foundation for mathematics in that it creates analogies (and analogies of analogies) -formally- between different domains of mathematics. However there is the subdiscipline of category theory called topos theory which -does- purport to be an alternative foundation (when 'foundation' is intended to be about provability). To bounce back and forth...I don't think there is a verifier based on topos theory.</p>
http://mathoverflow.net/questions/32923/how-do-proof-verifiers-work/33019#33019Answer by Neel Krishnaswami for How do proof verifiers work?Neel Krishnaswami2010-07-22T22:28:14Z2010-07-22T22:28:14Z<blockquote>
<ul>
<li>What exactly is the role of type theory in creating higher-order logics? Same goes with category theory/model theory, which I believe is an alternative.</li>
</ul>
</blockquote>
<p>Don't think of type theory, categorical logic, and model theory as <em>alternatives</em> to one another. Each step on the progression forgets progressively more structure, and whether that structure is essence or clutter depends on the problem you are trying to solve. Roughly speaking, the two poles are type theory and model theory, which focus on proofs and provability, respectively.</p>
<p>To a model theorist, two propositions are the same if they have the same provability/truth value. To a type theorist, equisatisfiability means that we have a proof of the biimplication, which is obviously not the same thing as the propositions being the same. (In fact, even the right notion of equivalence for proofs is still not settled to type theorists' satisfaction.) </p>
<p>Categorical logicians tend to move between these two poles; on the one hand, gadgets like Lawvere doctrines and topoi are essentially model-theoretic, since they are provability models. On the other hand, gadgets like cartesian closed categories give models of proofs, up to $\beta\eta$-equivalence.</p>
<blockquote>
<ul>
<li>Is extending a) natural deduction, b) sequent calculus, or c) some other formal system the best way to go for creating higher order logics?</li>
</ul>
</blockquote>
<p>It depends on what you are doing. If you are building a computerized tool, then typically either natural deduction or sequent calculus is the way to go, because these calculi both line up with human practice and help constrain proof search in ways helpful to computers. It makes sense to cook up a sequent calculus or natural deduction system even if the theory you want to use (e.g., set theory) is not normally cast in these terms. </p>
<p>On the other hand, model theory has been spectacularly successful in applications to mathematics, and this is in part <em>because</em> it does not have a built-in notion of proof system -- so there is simply less machinery you need to reinterpret before you can apply it to a mathematical problem. (The corresponding use of type theory is much less developed; homotopy theorists are in the very earliest stages of turning dependent type theory into ordinary mathematics.) </p>
<blockquote>
<ul>
<li>Where does typed lambda calculus come into proof verification?</li>
</ul>
</blockquote>
<p>Every well-behaved intuitionistic logic has a corresponding typed lambda calculus. See Sorensen and Urcyczyn's <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.107.3462" rel="nofollow">Lectures on the Curry-Howard Correspondence</a> for (many) more details.</p>
<blockquote>
<ul>
<li>Are there any other approaches than higher order logic to proof verification?</li>
</ul>
</blockquote>
<p>Yes and no. If you're interested in actual, serious mathematics, then there is no alternative to HOL or the moral equivalent (such as dependent type theory or set theory) because mathematics deals intrinsically with higher-order concepts. </p>
<p>However, large portions of any development involve no logically or conceptually complex arguments: they are just symbol management, often involving decidable theories. This is often amenable to automation, if the problems in question are not stated in unnaturally higher-order language. (Sometimes, as in the case of the Kepler conjecture, there is an artificial way of stating the problem in a simple theory. This is essentially the reason why Hales' proof relies so heavily on computers: he very carefully reduced the Kepler conjecture to a collection of machine-checkable statements about real closed fields.) </p>
<blockquote>
<ul>
<li>What are the limitations/shortcomings of existing proof verification systems (see below)?</li>
</ul>
</blockquote>
<p>The main difficulty with these tools is finding the right balance between automation and abstraction. Basically, the more expressive the logic, the harder automated proof search becomes, and the more easily and naturally you can define abstract theories that can be used in many different contexts. </p>
http://mathoverflow.net/questions/32923/how-do-proof-verifiers-work/33074#33074Answer by rgrig for How do proof verifiers work?rgrig2010-07-23T10:07:10Z2010-07-23T10:07:10Z<p>I do not have any general answer, but I do have an example of <a href="http://bitbucket.org/michal.moskal/fx7/src/tip/trew/main.ml" rel="nofollow">a proof checker</a> that is small enough. The <a href="http://scholar.google.com/scholar?cluster=12587486752114072031" rel="nofollow">accompanying paper</a> should make it easier to understand and it should give some idea of how the proof system was designed. I should mention that it does <em>not</em> handle HO proofs. One interesting feature is that it dumps HO proof obligations that essentially say "the calculus rules I use are sound." (And most of those proof obligations are handled by some tactics in Coq automatically.)</p>
http://mathoverflow.net/questions/32923/how-do-proof-verifiers-work/51492#51492Answer by Mark Adams for How do proof verifiers work?Mark Adams2011-01-08T19:47:20Z2012-08-19T21:39:28Z<p>Hope I'm not too late to help, but....</p>
<p>As far as I know, the proof verifiers most extensively used in serious mathematics formalisation are the HOL systems (HOL4, ProofPower HOL, HOL Light), Isabelle, Coq and Mizar. Unlike the others, Isabelle can be configured with the logic it supports, but the only two logics with significant support are HOL and ZF. The HOL logic is classical, higher-order and polymorphically (but not dependently) typed. Isabelle ZF is classical, first-order and not typed. Coq's logic is intuitionistic, higher-order and polymorphically and dependently typed. Mizar's logic is classical, second-order and not typed (I think). All these systems except Mizar are implemented in the "LCF-style", which means that their logical soundness depends on only a relatively small kernel of source code.</p>
<p>Except for Mizar, these systems are all open source and implemented in functional programming languages (e.g. ML, Lisp, Haskell). Assuming you know a little about functional programming, the best way to get a good concrete understanding is to examine their source code, but this will take a huge amount of time because their implementations are large, complicated and poorly documented. However HOL Light (the principal system used in Hale's Flyspeck project to formalise the proof of his Kepler Conjecture proof) is much simpler than the rest, although the source code comments are rather sparse.</p>
<p>I released a new, open source HOL theorem prover last year, called HOL Zero. It fully implements the HOL logic, but is much simpler than the other systems (it only supports basic interaction, and is primarily aimed at checking proofs imported from other systems). I have gone to great lengths to make the source code and user interface as simple and easy to understand as possible, and the source code comments are very clear and extensive. Importantly, I have written a glossary that explains all the technical terminology used. So I recommend you take a look at HOL Zero if you want to get your hands dirty by looking at source code. If you want to actually run it, it requires OCaml (a dialect of ML) and a Unix-like operating system:</p>
<p><a href="http://www.proof-technologies.com/holzero" rel="nofollow">http://www.proof-technologies.com/holzero</a></p>
<p>In my opinion, the main limitations of current systems are (in decreasing order of importance):</p>
<ol>
<li><p>They take a long time to learn to use proficiently. It typically takes something like three to six months, and even then there is always more to learn.</p></li>
<li><p>Even when fairly proficient, you will inevitably occasionally (maybe once a day) come across infuriating situations where what appears to be the simplest of steps on paper takes an inordinate amount of interaction with the system (sometimes taking 10 minutes, sometimes hours).</p></li>
<li><p>They each have large gaps in their library of mathematical theory that has been established, so using them for serious work will inevitably involve developing a lot of supporting theory.</p></li>
<li><p>There is generally poor support for porting proofs between different systems.</p></li>
<li>When displaying results, each (except HOL Zero) suffers from problems that can occasionally mislead the user as to what has actually been proved.</li>
</ol>
http://mathoverflow.net/questions/32923/how-do-proof-verifiers-work/118679#118679Answer by jessealama for How do proof verifiers work?jessealama2013-01-11T22:30:31Z2013-01-11T22:30:31Z<p>You ask how proof verifiers work, but it seems you are asking a somewhat more precise question: how do proof verifiers <em>based on various higher-order logics</em> work? If you are interested only in classical first-order logic (or less, e.g., propositional logic), then you don't need to worry about higher-order issues. (There are important caveats. For example, the expressiveness of plain first-order logic has limits that you might consider unwelcome for various purposes, such as its inability to capture, e.g., reachability in a graph.) The <a href="http://www.mizar.org/" rel="nofollow">Mizar system</a>, for example, is based on classical first-order logic plus (a rather strong) set theory.</p>