src/FOLP/FOLP.thy
author wenzelm
Mon, 13 Mar 2000 13:21:39 +0100
changeset 8434 5e4bba59bfaa
parent 3836 f1a1817659e6
child 17480 fd19f77dcf60
permissions -rw-r--r--
use HOLogic.Not; export indexify_names;
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