src/FOLP/FOLP.thy
author wenzelm
Wed, 13 Jul 2005 16:07:35 +0200
changeset 16813 67140ae50e77
parent 3836 f1a1817659e6
child 17480 fd19f77dcf60
permissions -rw-r--r--
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;
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
3836
f1a1817659e6 fixed dots;
wenzelm
parents: 1477
diff changeset
    13
  classical "(!!x. x:~P ==> f(x):P) ==> cla(f):P"
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
end