src/FOLP/FOLP.thy
author paulson
Tue, 22 Jul 1997 11:12:55 +0200
changeset 3537 79ac9b475621
parent 1477 4c51ab632cda
child 3836 f1a1817659e6
permissions -rw-r--r--
Removal of the tactical STATE
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1477
4c51ab632cda expanded tabs
clasohm
parents: 1142
diff changeset
     1
(*  Title:      FOLP/FOLP.thy
1142
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     2
    ID:         $Id$
1477
4c51ab632cda expanded tabs
clasohm
parents: 1142
diff changeset
     3
    Author:     Martin D Coen, Cambridge University Computer Laboratory
1142
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     4
    Copyright   1992  University of Cambridge
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     5
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     6
Classical First-Order Logic with Proofs
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     7
*)
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     8
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
FOLP = IFOLP +
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
consts
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
  cla :: "[p=>p]=>p"
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
rules
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
  classical "(!!x.x:~P ==> f(x):P) ==> cla(f):P"
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
end