src/FOLP/FOLP.thy
author lcp
Fri, 02 Jun 1995 10:38:48 +0200
changeset 1142 eb0e2ff8f032
parent 0 a5a9c433f639
child 1477 4c51ab632cda
permissions -rw-r--r--
Corrected comments in headers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1142
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     1
(*  Title: 	FOLP/FOLP.thy
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     2
    ID:         $Id$
eb0e2ff8f032 Corrected comments in headers
lcp
parents: 0
diff changeset
     3
    Author: 	Martin D Coen, Cambridge University Computer Laboratory
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