]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/gr_basic.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_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/element_b_2.ma".
16 include "ground/relocation/gr_pushs.ma".
17 include "ground/relocation/gr_uni.ma".
18
19 (* BASIC ELEMENTS FOR GENERIC RELOCATION MAPS *******************************)
20
21 definition basic (d) (h): gr_map ≝ ⫯*[d] 𝐮❨h❩.
22
23 interpretation
24   "basic elements (generic relocation maps)"
25   'ElementB d h = (basic d h).
26
27 (* Basic constructions ******************************************************)
28
29 (*** at_basic_succ_sn *)
30 lemma gr_basic_succ_sn (d) (h): ⫯𝐛❨d,h❩ = 𝐛❨↑d,h❩.
31 #d #h >gr_pushs_succ //
32 qed.
33
34 (*** at_basic_zero_succ *)
35 lemma gr_basic_zero_succ (h): ↑𝐛❨𝟎,h❩ = 𝐛❨𝟎,↑h❩.
36 #h >gr_nexts_succ //
37 qed.