]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/library_auto/auto/nat/exp.ma
LAMBDA-TYPES: mma's recommitted because inline syntax changed
[helm.git] / helm / software / matita / contribs / library_auto / auto / nat / exp.ma
index 69667b7158867a7a97fc8a3f9ae4f6e29c9f792a..fa45e98ff06960a64f1ed3172108b7a35b7235b5 100644 (file)
@@ -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/library_autobatch/nat/exp/exp.con a b).
+interpretation "natural exponent" 'exp a b = (exp a b).
 
 theorem exp_plus_times : \forall n,p,q:nat. 
 n \sup (p + q) = (n \sup p) * (n \sup q).