]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/arith/nat_succ_iter.ma
arithmetics for λδ
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / nat_succ_iter.ma
index b3eee20682dded54198b27b5036c1a0d1003f12d..63031d93599d1eed24d94dfcd9d0286715cdb38b 100644 (file)
@@ -17,8 +17,9 @@ include "ground/arith/nat_succ.ma".
 
 (* SUCCESSOR FOR NON-NEGATIVE INTEGERS **************************************)
 
-(* Rewrites with niter ******************************************************)
+(* Constructions with niter *************************************************)
 
+(*** iter_S *)
 lemma niter_succ (A) (f) (n) (a): f (f^n a) = f^{A}(↑n) a.
 #A #f * //
 qed.