src/HOL/Tools/atp-inputs/full_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'.

%ID: $Id$
%Author: Jia Meng, NICTA
%full-typed combinator reduction for I, K

%K P Q --> P
input_clause(a1,axiom,
[++equal(typeinfo(hAPP(typeinfo(hAPP(typeinfo(c_COMBK,tc_fun(A,tc_fun(B,A))),typeinfo(P,A)),tc_fun(B,A)),typeinfo(Q,B)),A),typeinfo(P,A))]).

%I P --> P
input_clause(a3,axiom,
[++equal(typeinfo(hAPP(typeinfo(c_COMBI,tc_fun(T,T)),typeinfo(P,T)),T),typeinfo(P,T))]).