]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/etc/unwind0/unwind2_rmap_eq.etc
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / etc / unwind0 / unwind2_rmap_eq.etc
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 "delayed_updating/unwind0/unwind2_rmap.ma".
16 include "ground/relocation/tr_id_compose.ma".
17
18 (* EXTENDED UNWIND FOR RELOCATION MAP ***************************************)
19
20 (* Advanced constructions ***************************************************)
21
22 lemma unwind2_rmap_id (p):
23       ā–¶p ā‰— ā–¶[š¢]p.
24 // qed.
25
26 lemma unwind2_rmap_empty (f):
27       f ā‰— ā–¶[f]šž.
28 // qed.
29
30 lemma unwind2_rmap_d_sn (f) (p) (n):
31       ā–¶[š®āØf@āØnā©ā©]p ā‰— ā–¶[f](š—±nā——p).
32 #f #p #n
33 <unwind2_rmap_unfold <unwind2_rmap_unfold
34 <lift_rmap_d_sn <lift_rmap_id
35 <lift_path_d_sn <lift_path_id <unwind1_rmap_d_sn //
36 qed.