]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/exp.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / exp.ma
index c9f2c6984ee6d31aeb1ddc8ab9b96b936b19a9e0..c6e2a008ba565a043360d1bad656b1fe037b7141 100644 (file)
@@ -20,7 +20,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 = (exp a b).
 
 theorem exp_plus_times : \forall n,p,q:nat. 
 n \sup (p + q) = (n \sup p) * (n \sup q).