src/FOLP/FOLP.thy
author oheimb
Wed, 03 Apr 1996 19:27:14 +0200
changeset 1637 b8a8ae2e5de1
parent 1477 4c51ab632cda
child 3836 f1a1817659e6
permissions -rw-r--r--
Updated: 01-Mar-96 when functional strictified, copy_def based on when_def
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