src/HOL/Tools/atp-inputs/const_combS.dfg
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 S
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
clause(
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
forall([A, B, C, P, Q, R],
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
or( equal(hAPP(hAPP(hAPP(c_COMBS(A,B,C),P),Q),R),hAPP(hAPP(P,R),hAPP(Q,R))))),
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
a2 ).
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