[ home | schedule | assignments | projects | resources | handouts | overview | links ]

15-815 Automated Theorem Proving


Lecture 27: Path Indexing

During the proof of theorems in first-order logic, a number of potentially expensive operations come up repeatedly:

  1. Find all rules which could apply to a given sequent.
  2. Find all sequents which may be premises of a given rule.
  3. Determine if a new sequent is subsumed by any sequent of the database.
  4. Determine if a new sequent subsumes any sequents in the database.

These operations involve a potentially large set of rules or sequents, and require unification and matching. In order for these operations to be efficient, theorem provers employ indexing, using techniques which are appropriate for efficient retrieval of unifiable, more general, or less general atoms and sequents.

Reading

Key Concepts

Links

[ home | schedule | assignments | projects | resources | handouts | overview | links ]


Frank Pfenning
fp@cs