X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2FZ%2Forders.ma;h=1f8a6d33709be06d63fdbc597df1aa7839d1d367;hb=070b44c9c2344967ca8c4531909614a0d4da2fbe;hp=c39f693085398eedf4a95a9f15898f05e6cee264;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/matita/library/Z/orders.ma b/helm/software/matita/library/Z/orders.ma index c39f69308..1f8a6d337 100644 --- a/helm/software/matita/library/Z/orders.ma +++ b/helm/software/matita/library/Z/orders.ma @@ -12,8 +12,6 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/Z/orders". - include "Z/z.ma". include "nat/orders.ma". @@ -36,11 +34,8 @@ definition Zle : Z \to Z \to Prop \def | (pos m) \Rightarrow True | (neg m) \Rightarrow m \leq n ]]. -(*CSC: the URI must disappear: there is a bug now *) -interpretation "integer 'less or equal to'" 'leq x y = (cic:/matita/Z/orders/Zle.con x y). -(*CSC: the URI must disappear: there is a bug now *) -interpretation "integer 'neither less nor equal to'" 'nleq x y = - (cic:/matita/logic/connectives/Not.con (cic:/matita/Z/orders/Zle.con x y)). +interpretation "integer 'less or equal to'" 'leq x y = (Zle x y). +interpretation "integer 'neither less nor equal to'" 'nleq x y = (Not (Zle x y)). definition Zlt : Z \to Z \to Prop \def \lambda x,y:Z. @@ -61,14 +56,11 @@ definition Zlt : Z \to Z \to Prop \def | (pos m) \Rightarrow True | (neg m) \Rightarrow m