1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "ground/notation/functions/upspoonstar_2.ma".
16 include "ground/arith/nat_succ_iter.ma".
17 include "ground/relocation/pr_map.ma".
19 (* ITERATED PUSH FOR PARTIAL RELOCATION MAPS ********************************)
22 definition pr_pushs (f:pr_map) (n:nat) ≝
26 "iterated push (partial relocation maps)"
27 'UpSpoonStar n f = (pr_pushs f n).
29 (* Basic constructions ******************************************************)
37 lemma pr_pushs_push (n):
38 ∀f. ⫯⫯*[n] f = ⫯*[n] ⫯f.
39 #n #f @(niter_appl … pr_push)
43 lemma pr_pushs_succ (n):
44 ∀f. ⫯⫯*[n] f = ⫯*[↑n] f.
45 #f #n @(niter_succ … pr_push)
49 lemma pr_pushs_swap (n):
50 ∀f. ⫯*[n] ⫯f = ⫯*[↑n] f.