src/HOL/Tools/atp-inputs/const_helper1.dfg
author mengj
Thu, 25 May 2006 08:07:02 +0200
changeset 19717 2742cec21579
child 20645 5e28b8f2cb52
permissions -rw-r--r--
Helper files in DFG format.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19717
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     1
%ID: $Id$
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     2
%Author: Jia Meng, NICTA
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     3
%extensionality for const-types-only
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     4
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     5
clause(
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     6
forall([A, B, F, G],
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     7
or( not(equal(hAPP(F,hAPP(hAPP(hEXTENT(A,B),F),G)),hAPP(G,hAPP(hAPP(hEXTENT(A,B),F),G)))),
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     8
    equal(F,G))),
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     9
a18 ).
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
    10