]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/tr_uni.ma
update in ground and delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / tr_uni.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/arith/nat_succ.ma".
16 include "ground/notation/functions/element_u_1.ma".
17 include "ground/relocation/tr_id.ma".
18
19 (* UNIFORM ELEMENTS FOR TOTAL RELOCATION MAPS *******************************)
20
21 definition tr_uni (n:nat): tr_map ā‰ ā†‘n āØ® š¢.
22
23 interpretation
24   "uniform elements (total relocation maps)"
25   'ElementU n = (tr_uni n).
26
27 (* Basic constructions ******************************************************)
28
29 lemma tr_uni_unfold (n): ā†‘n āØ® š¢ = š®āØnā©.
30 // qed.
31
32 lemma tr_uni_zero: š¢ = š®āØšŸŽā©.
33 <tr_id_unfold //
34 qed.
35
36 lemma tr_uni_succ (n): ā†‘š®āØnā© = š®āØā†‘nā©.
37 // qed.