Sindbad~EG File Manager
<style type="text/css">
<!--
.style17 {color: #FF0000}
.style18 {color: #000000}
-->
</style>
<h2>Introduction to Otter-λ</h2>
<div id="pageName0">
<p align="justify">Otter-λ is a theorem-proving program. It accepts as input a list of axioms and a theorem to try to prove, and if successful, it outputs a proof of that theorem from those axioms. The subject whose aim is to construct programs that do that is called <span style="font-style: italic">automated deduction</span><span style="">, or perhaps somewhat more generally, <em>automated reasoning. </em> This web site is devoted to explaining </span>Otter-λ to any interested parties. These parties vary widely in background and interest, from high-school students to graduate students to experts in the field. Therefore we intend to provide a number of links from this page to background information needed to understand the aims of the field of automated deduction and the methods used in Otter-λ, without attempting to provide a complete course in the subject. In addition to general information about automated deduction and specific information about Otter-λ, this website also presents a number of example input files for Otter-λ (and the corresponding proofs), with commentary, and it also offers the user the chance to run Otter-λ on files of their own preparation as well as on the example files. <span class="style17">To look at the example files or run Otter-λ, use the buttons at the top of this page.</span></p>
<p align="justify" class="style17"><b><a href="whatis.pdf">What is automated reasoning? </a></b>
<span class="style18">This is a general introduction to the subject area, written for the general public. It explains why we want to have computers find proofs, what it is involved in that effort, what's been accomplished in the half century that the field has existed, and what the future might hold. After finishing this introduction, you might want to read the book chapter,
<a href="http://www.cs.sjsu.edu/faculty/beeson/Papers/turing2.pdf"><em>The Mechanization of Mathematics</em></a>, which appeared in [1]. There is also an interesting <a href="http://www.acm.org/jquest/cacm/p87-wos.pdf">general introduction by Larry Wos</a>, published in the 1998 Communications of the ACM. Wos describes the approach to automated reasoning taken at Argonne National Laboratory and embodied in the program Otter, on whichOtter-λ has been based. Today, however, there are many other theorem proving programs in existence, and the new ideas in Otter-λ could in principle be added to any of them. I do not want to give the impression that the work on Otter-λ is only useful with Otter. It is just that I wanted to pick <em>some</em> existing prover to add my new ideas to, rather than start over from scratch. </span></p>
<p align="justify"><span style=""><b>What should a student know to work with Otter-λ? </b>
At least </span><span style=""><a href="index.php?include=Unification">unification</a> and <a href="index.php?include=LambdaCalculus">lambda calculus</a>, as well as first-order logic and how to bring a formula to clausal form. </span></p>
<p align="justify"><b><a href="../papers/LambdaLogic.pdf">What is lambda logic?</a> </b> Roughly speaking, lambda logic is the union of lambda calculus and first-order logic. It is the logic in which Otter-λ finds proofs. This technical paper is written for people who already have some familiarity with lambda calculus, first-order logic, and unification. It does not discuss automated deduction at all, only the logical theory on which Otter-λ is based. </p>
<p align="justify"><b><a href="index.php?include=comparison"></a></b><b>What is special about Otter-λ?</b> Otter-λ is a first-order theorem prover (Otter) augmented by lambda calculus and an algorithm for untyped lambda unification. That is a way of unifiying terms (or formulas) in lambda logic that allows the creation of terms defining functions (using lambda calculus). This algorithm is what gives <span class="style17"><span class="style18">Otter-λ </span></span>more power than Otter. Otter supplies the first-order machinery, and <span class="style17"><span class="style18">Otter-λ </span></span> supplements it with lambda unification.</p>
<p align="justify"><strong><a href="LambdaUnification.pdf">What is lambda unification exactly?</a> </strong>This technical note gives the definition in two different ways, first as an algorithm and then as an "inference system", which is a technical tool that researchers in "unification theory" like to use to describe unification algorithms.</p>
<p align="justify">Some more specialized topics, needed to understand some of the examples:</p>
<p align="justify"> <a href="index.php?include=Typing"> Implicit and explicit typing with first-order unification</a> (needed to understand the Algebra examples)<br>
<a href="../papers/ImplicitAndExplicitTyping.pdf">Implicit and explicit typing with lambda unification</a> (needed to understand the group theoretical and the fixed point examples)<br>
<a href="index.php?include=PeanoArithmetic">Peano Arithmetic</a> An explanation of the Peano axioms and their use in lambda logic. <br>
<a href="index.php?include=ClausalInduction">the clausal form of induction</a> (needed for the Induction and Peano Arithmetic examples) <br>
<a href="index.php?include=LambdaTyping"> </a><a href="index.php?include=P-predicate"> </a>
<br>
<b><a href="index.php?include=comparison">How does Otter-λ compare to other theorem-provers and mechanical proof systems? </a></b> This page compares about a dozen theorem provers and mechanical theorem provers in tabular form.</p>
<p align="justify"><strong>What theorems have been proved using Otter-lambda? </strong>Click the <em>View Examples </em>button at the top of this page. Each example has a <em>Commentary</em> file that explains the problem and the proof. </p>
<p align="justify"><strong>What papers have been written about Otter-lambda? </strong>Click the <em>Papers</em> button at the top of this page. Each of the papers can be downloaded. </p>
<p align="justify"><strong>Who wrote Otter-λ? </strong> It was written by <a href="http://www.cs.sjsu.edu/faculty/beeson">Michael Beeson</a>, who did it by adding lambda-calculus and lambda-unification to the well-known theorem prover <a href="http://www-unix.mcs.anl.gov/AR/otter/">Otter</a>, which was written by <a href="http://www-unix.mcs.anl.gov/~mccune/">Bill McCune</a>. </p>
<p align="justify">Two graduate students helped with this project: Nadia Ghamrawi and Shahin Saadati, both of whom wrote master's theses in the area of automated deduction. </p>
<p align="justify"><strong>Can I download Otter-λ?</strong> Yes, you can. </p>
<p> The
C source code for Otter-lambda (without algebraic simplification code from MathXpert)
is available for compilation on any platform; see the Source Code tab at the top of the page. </p>
<p> If you have a Mac (OS X), you
can have the binary executable for the version that include algebraic simplification code from MathXpert. To get it,
email the author, ProfBeeson at gmail.com, using the @ sign instead of "at". This version is required to
work the examples listed under External Simplification. </p>
<p>[1] <em>Alan Turing: Life and Legacy of a Great Thinker </em>, Springer-Verlag, Berlin Heidelberg NewYork, 2003. </p>
<hr>
<div align="justify">This material is based upon work supported by the National Science Foundation under Grant No. 0204362. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists