Metalogical Frameworks II: Developing a Reflected Decision Procedure

  • Authors:
  • William E. Aitken;Robert L. Constable;Judith L. Underwood

  • Affiliations:
  • Microsoft Research, One Microsoft Way, Redmond, WA 98052, U.S.A.;Department of Computer Science, Cornell University, Ithaca, NY 14853, U.S.A.;Quality Systems and Software Ltd., 13 Atholl Crescent, Edinburgh E#3 8HA, United Kingdom

  • Venue:
  • Journal of Automated Reasoning
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Proving theorems is a creative act demanding new combinations of ideas and on occasion new methods of argument. For this reason, theorem proving systems need to be extensible. The provers should also remain correct under extension, so there must be a secure mechanism for doing this. The tactic-style provers pioneered by Edinburgh LCF provide a very effective way to achieve secure extensions, but in such systems, all new methods must be reduced to tactics. This is a drawback because there are other useful proof generating tools such as decision procedures; these include, for example, algorithms which reduce a deduction problem, such as arithmetic provability, to a computation on graphs.The Nuprl system pioneered the combination of fixed decision procedures with tactics, but the issue of securely adding new ones was not solved. In this paper we show how to safely include user-defined decision procedures in theorem provers. The idea is to prove properties of the procedure inside the prover’s logic and then invoke a reflection rule to connect the procedure to the system. We also show that using a rich underlying logic permits an abstract account of the approach so that the results carry over to different implementations and other logics.