X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FZEq%2Fdefs.ma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2FRELATIONAL%2FZEq%2Fdefs.ma;h=0000000000000000000000000000000000000000;hb=da0775e27b362e91ea1453a800bc403781cc2ca3;hp=0fa85f7f0269dc5ade9d712a07d84d6f624bb21d;hpb=d9824956d9132109ed5f23380a0a1f9c5181d18a;p=helm.git diff --git a/helm/software/matita/contribs/RELATIONAL/ZEq/defs.ma b/helm/software/matita/contribs/RELATIONAL/ZEq/defs.ma deleted file mode 100644 index 0fa85f7f0..000000000 --- a/helm/software/matita/contribs/RELATIONAL/ZEq/defs.ma +++ /dev/null @@ -1,26 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - - - -include "datatypes/Zah.ma". -include "NPlus/defs.ma". - -inductive ZEq: Zah → Zah → Prop := - | zeq: ∀m1,m2,m3,m4,n. m1 ⊕ m4 ≍ n → m3 ⊕ m2 ≍ n → - ZEq 〈m1,m2〉 〈m3, m4〉 -. - -interpretation "integer equality" 'napart x y = (ZEq x y). -