src/HOL/Tools/atp-inputs/const_combIK.tptp
author mengj
Wed, 20 Sep 2006 14:02:41 +0200
changeset 20647 680b58597f65
permissions -rw-r--r--
Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20647
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     1
%ID: $Id$
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     2
%Author: Jia Meng, NICTA
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     3
%const-typed combinator reduction for I, K
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     4
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     5
%K P Q --> P
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     6
input_clause(a1,axiom,
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     7
[++equal(hAPP(hAPP(c_COMBK(A,B),P),Q),P)]).
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     8
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
     9
%I P --> P
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
    10
input_clause(a3,axiom,
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
    11
[++equal(hAPP(c_COMBI(T),P),P)]).
680b58597f65 Added in combinator reduction axioms for B' C' and S'. Also split the original reduction axioms into separate files: I+K, B+C, S, B'+C', S'.
mengj
parents:
diff changeset
    12