X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary_auto%2FZ%2Forders.ma;fp=helm%2Fsoftware%2Fmatita%2Flibrary_auto%2FZ%2Forders.ma;h=4e912bb655733a74bb7bb792979b701d10d6af21;hb=af1498c45e1266fc08923eeaeb5c3cb7fc7776e6;hp=d3eafe4bd9762cccb9e6a0e0093fd63fda06c89c;hpb=e61cdf77937ad2ff62af178ae1cb14af0629d0f2;p=helm.git diff --git a/helm/software/matita/library_auto/Z/orders.ma b/helm/software/matita/library_auto/Z/orders.ma index d3eafe4bd..4e912bb65 100644 --- a/helm/software/matita/library_auto/Z/orders.ma +++ b/helm/software/matita/library_auto/Z/orders.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/Z/orders". +set "baseuri" "cic:/matita/library_auto/Z/orders". include "Z/z.ma". include "nat/orders.ma". @@ -37,10 +37,10 @@ definition Zle : Z \to Z \to Prop \def | (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). +interpretation "integer 'less or equal to'" 'leq x y = (cic:/matita/library_auto/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)). + (cic:/matita/logic/connectives/Not.con (cic:/matita/library_auto/Z/orders/Zle.con x y)). definition Zlt : Z \to Z \to Prop \def \lambda x,y:Z. @@ -62,10 +62,10 @@ definition Zlt : Z \to Z \to Prop \def | (neg m) \Rightarrow m