src/HOL/Tools/atp-inputs/const_combBC_e.dfg
author huffman
Thu, 28 Sep 2006 19:04:13 +0200
changeset 20763 052b348a98a9
parent 20660 8606ddd42554
permissions -rw-r--r--
rearranged axioms and simp rules for scaleR

%ID: $Id$
%Author: Jia Meng, NICTA
%const-typed combinator reduction for B', C'

clause(
forall([A, B, C, F, G, U, V, X],
or( equal(hAPP(hAPP(hAPP(hAPP(c_COMBB__e(A,B,U,V),C),F),G),X),hAPP(C,hAPP(F,hAPP(G,X)))))),
a6 ).

clause(
forall([A, B, C, F, G, U, V, X],
or( equal(hAPP(hAPP(hAPP(hAPP(c_COMBC__e(A,B,U,V),C),F),G),X),hAPP(hAPP(C,hAPP(F,X)),G)))),
a7 ).