X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Flibrary_auto%2Fauto%2Fnat%2Forders.ma;h=0f99c1a6598cf9993a671908ffd6d836fb0149c9;hb=dfc523454502ccab6a154a32d1d9b4d941d9a6a0;hp=0ae30794c757f12d2a3e70bc4a032901d28638b2;hpb=1b839e0367f89503398442b7990fb6b6d1fa2152;p=helm.git diff --git a/matita/library_auto/auto/nat/orders.ma b/matita/library_auto/auto/nat/orders.ma index 0ae30794c..0f99c1a65 100644 --- a/matita/library_auto/auto/nat/orders.ma +++ b/matita/library_auto/auto/nat/orders.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/library_auto/nat/orders". +set "baseuri" "cic:/matita/library_autobatch/nat/orders". include "auto/nat/nat.ma". include "higher_order_defs/ordering.ma". @@ -23,40 +23,40 @@ inductive le (n:nat) : nat \to Prop \def | le_S : \forall m:nat. le n m \to le n (S m). (*CSC: the URI must disappear: there is a bug now *) -interpretation "natural 'less or equal to'" 'leq x y = (cic:/matita/library_auto/nat/orders/le.ind#xpointer(1/1) x y). +interpretation "natural 'less or equal to'" 'leq x y = (cic:/matita/library_autobatch/nat/orders/le.ind#xpointer(1/1) x y). (*CSC: the URI must disappear: there is a bug now *) interpretation "natural 'neither less nor equal to'" 'nleq x y = (cic:/matita/logic/connectives/Not.con - (cic:/matita/library_auto/nat/orders/le.ind#xpointer(1/1) x y)). + (cic:/matita/library_autobatch/nat/orders/le.ind#xpointer(1/1) x y)). definition lt: nat \to nat \to Prop \def \lambda n,m:nat.(S n) \leq m. (*CSC: the URI must disappear: there is a bug now *) -interpretation "natural 'less than'" 'lt x y = (cic:/matita/library_auto/nat/orders/lt.con x y). +interpretation "natural 'less than'" 'lt x y = (cic:/matita/library_autobatch/nat/orders/lt.con x y). (*CSC: the URI must disappear: there is a bug now *) interpretation "natural 'not less than'" 'nless x y = - (cic:/matita/logic/connectives/Not.con (cic:/matita/library_auto/nat/orders/lt.con x y)). + (cic:/matita/logic/connectives/Not.con (cic:/matita/library_autobatch/nat/orders/lt.con x y)). definition ge: nat \to nat \to Prop \def \lambda n,m:nat.m \leq n. (*CSC: the URI must disappear: there is a bug now *) -interpretation "natural 'greater or equal to'" 'geq x y = (cic:/matita/library_auto/nat/orders/ge.con x y). +interpretation "natural 'greater or equal to'" 'geq x y = (cic:/matita/library_autobatch/nat/orders/ge.con x y). definition gt: nat \to nat \to Prop \def \lambda n,m:nat.m H7. apply H*) ] ] - | auto + | autobatch (*apply le_to_or_lt_eq. apply H6*) ]