src/FOLP/FOLP.thy
author wenzelm
Tue, 24 Nov 1998 12:03:09 +0100
changeset 5953 d6017ce6b93e
parent 3836 f1a1817659e6
child 17480 fd19f77dcf60
permissions -rw-r--r--
setup Blast.setup; setup Clasimp.setup;

(*  Title:      FOLP/FOLP.thy
    ID:         $Id$
    Author:     Martin D Coen, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Classical First-Order Logic with Proofs
*)

FOLP = IFOLP +
consts
  cla :: "[p=>p]=>p"
rules
  classical "(!!x. x:~P ==> f(x):P) ==> cla(f):P"
end