]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library_auto/nat/exp.ma
changed base uri
[helm.git] / helm / software / matita / library_auto / nat / exp.ma
index 55352d04670a90e33a352689c18093b545288044..12c132186af1d2fd481b3c75a9838b1e37bf81b9 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/nat/exp".
+set "baseuri" "cic:/matita/library_auto/nat/exp".
 
 include "nat/div_and_mod.ma".
 
@@ -21,7 +21,7 @@ let rec exp n m on m\def
  [ O \Rightarrow (S O)
  | (S p) \Rightarrow (times n (exp n p)) ].
 
-interpretation "natural exponent" 'exp a b = (cic:/matita/nat/exp/exp.con a b).
+interpretation "natural exponent" 'exp a b = (cic:/matita/library_auto/nat/exp/exp.con a b).
 
 theorem exp_plus_times : \forall n,p,q:nat. 
 n \sup (p + q) = (n \sup p) * (n \sup q).