X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Flibrary%2FZ%2Forders.ma;h=1f8a6d33709be06d63fdbc597df1aa7839d1d367;hb=8ae1653eb75d2b57c50e077c49cb9d078313ea9d;hp=0a3cfbe1f680dccafb3c37f5a9cc73ab8ced8c9c;hpb=ebb14e0084aecd167bc42245625c4eb3167df9d5;p=helm.git diff --git a/helm/software/matita/library/Z/orders.ma b/helm/software/matita/library/Z/orders.ma index 0a3cfbe1f..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,11 +56,8 @@ definition Zlt : Z \to Z \to Prop \def | (pos m) \Rightarrow True | (neg m) \Rightarrow m