]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/rtmap_basic.ma
propagating the arithmetics library, partial commit
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / rtmap_basic.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "ground/notation/functions/basic_2.ma".
16 include "ground/relocation/rtmap_uni.ma".
17
18 (* RELOCATION MAP ***********************************************************)
19
20 definition basic: nat → nat → rtmap ≝ λm,n. ⫯*[m] 𝐔❨n❩.
21
22 interpretation "basic relocation (rtmap)"
23    'Basic m n = (basic m n).
24
25 (* Basic properties *********************************************************)
26
27 lemma at_basic_succ_sn (m) (n): ⫯𝐁❨m,n❩ = 𝐁❨↑m,n❩.
28 #m #n >pushs_S //
29 qed.
30
31 lemma at_basic_zero_succ (n): ↑𝐁❨𝟎,n❩ = 𝐁❨𝟎,↑n❩.
32 #n >nexts_S //
33 qed.