src/HOL/Tools/atp-inputs/u_helper1.dfg
author huffman
Sat, 16 Sep 2006 23:46:38 +0200
changeset 20557 81dd3679f92c
parent 19717 2742cec21579
child 20645 5e28b8f2cb52
permissions -rw-r--r--
complex_of_real abbreviates of_real::real=>complex; cmod abbreviates norm::complex=>real; removed several redundant lemmas
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, untyped
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([F, G],
2742cec21579 Helper files in DFG format.
mengj
parents:
diff changeset
     7
or( not(equal(hAPP(F,hAPP(hAPP(hEXTENT,F),G)),hAPP(G,hAPP(hAPP(hEXTENT,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