src/HOL/Tools/atp-inputs/par_helper1.tptp
author huffman
Wed, 27 Sep 2006 01:35:25 +0200
changeset 20721 54dd8f96235b
parent 20645 5e28b8f2cb52
permissions -rw-r--r--
reorganize section headings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19492
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
     1
%ID: $Id$
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
     2
%Author: Jia Meng, NICTA
20645
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     3
%functional equality and extensionality for partial types
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     4
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     5
input_clause(a9,axiom,
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     6
[--hBOOL(hAPP(hAPP(fequal,X,tc_fun(A,tc_fun(A,tc_bool))),Y,tc_fun(A,tc_bool))),
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     7
++equal(X,Y)]).
19492
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
     8
20645
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
     9
input_clause(a10,axiom,
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
    10
[++hBOOL(hAPP(hAPP(fequal,X,tc_fun(A,tc_fun(A,tc_bool))),Y,tc_fun(A,tc_bool))),
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
    11
--equal(X,Y)]).
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
    12
5e28b8f2cb52 Moved the functional equality axioms to helper1 files.
mengj
parents: 19492
diff changeset
    13
input_clause(a11,axiom,
19492
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
    14
[--equal(hAPP(F,hAPP(hAPP(hEXTENT,F,tc_fun(tc_fun(A,B),tc_fun(tc_fun(A,B),A))),G,tc_fun(tc_fun(A,B),A)),tc_fun(A,B)),hAPP(G,hAPP(hAPP(hEXTENT,F,tc_fun(tc_fun(A,B),tc_fun(tc_fun(A,B),A))),G,tc_fun(tc_fun(A,B),A)),tc_fun(A,B))),
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
    15
++equal(F,G)]).
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
    16
29c6cba140da added some helper files for HOL goals/lemmas. Clauses have TPTP format.
mengj
parents:
diff changeset
    17