]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/rtmap_at_uni.ma
propagating the arithmetics library, partial commit
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / rtmap_at_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.tcs.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_rplus_succ.ma".
16 include "ground/relocation/rtmap_uni.ma".
17 include "ground/relocation/rtmap_at.ma".
18
19 (* RELOCATION MAP ***********************************************************)
20
21 (* Properties with uniform relocations **************************************)
22
23 lemma at_uni: ∀n,i. @❪i,𝐔❨n❩❫ ≘ i+n.
24 #n @(nat_ind_succ … n) -n /2 width=5 by at_next/
25 qed.
26
27 (* Inversion lemmas with uniform relocations ********************************)
28
29 lemma at_inv_uni: ∀n,i,j. @❪i,𝐔❨n❩❫ ≘ j → j = i+n.
30 /2 width=4 by at_mono/ qed-.