X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fprocedural%2FCoq%2FZArith%2FBinInt.mma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fprocedural%2FCoq%2FZArith%2FBinInt.mma;h=34bd26086460da79afd165d7f89e4f54dd686d94;hb=29714797b01e0ac8c22e4df2827b1785a759f482;hp=0000000000000000000000000000000000000000;hpb=1fb0f39de8b87920d2f15f9e33929d372fa518dd;p=helm.git diff --git a/helm/software/matita/contribs/procedural/Coq/ZArith/BinInt.mma b/helm/software/matita/contribs/procedural/Coq/ZArith/BinInt.mma new file mode 100644 index 000000000..34bd26086 --- /dev/null +++ b/helm/software/matita/contribs/procedural/Coq/ZArith/BinInt.mma @@ -0,0 +1,497 @@ +(**************************************************************************) +(* ___ *) +(* ||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 *) +(* *) +(**************************************************************************) + +(* This file was automatically generated: do not edit *********************) + +include "Coq.ma". + +(*#**********************************************************************) + +(* v * The Coq Proof Assistant / The Coq Development Team *) + +(* =" := Zge : Z_scope. +*) + +(* NOTATION +Infix ">" := Zgt : Z_scope. +*) + +(* NOTATION +Notation "x <= y <= z" := (x <= y /\ y <= z) : Z_scope. +*) + +(* NOTATION +Notation "x <= y < z" := (x <= y /\ y < z) : Z_scope. +*) + +(* NOTATION +Notation "x < y < z" := (x < y /\ y < z) : Z_scope. +*) + +(* NOTATION +Notation "x < y <= z" := (x < y /\ y <= z) : Z_scope. +*) + +(*#*********************************************************************) + +(*#* Absolute value on integers *) + +inline procedural "cic:/Coq/ZArith/BinInt/Zabs_nat.con" as definition. + +inline procedural "cic:/Coq/ZArith/BinInt/Zabs.con" as definition. + +(*#*********************************************************************) + +(*#* From [nat] to [Z] *) + +inline procedural "cic:/Coq/ZArith/BinInt/Z_of_nat.con" as definition. + +include "NArith/BinNat.ma". + +inline procedural "cic:/Coq/ZArith/BinInt/Zabs_N.con" as definition. + +inline procedural "cic:/Coq/ZArith/BinInt/Z_of_N.con" as definition. +