]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_unprotected.ma
update in ground and delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / unwind / unwind2_rmap_unprotected.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 "delayed_updating/unwind/unwind2_rmap_closed.ma".
16 include "delayed_updating/syntax/path_balanced.ma".
17 include "delayed_updating/syntax/path_structure.ma".
18
19 (* TAILED UNWIND FOR RELOCATION MAP *****************************************)
20
21 (* Example of unprotected balanced path *************************************)
22
23 definition b: path â‰ đžâ—–đ—”â—–đ—Ÿâ—–đ—ąđŸ.
24
25 lemma b_unfold: đžâ—–đ—”â—–đ—Ÿâ—–đ—ąđŸ = b.
26 // qed.
27
28 lemma b_balanced: âŠ—b Īĩ đ.
29 <b_unfold <structure_d_dx
30 /2 width=1 by pbc_empty, pbc_redex/
31 qed.
32
33 lemma b_closed: b Īĩ đ‚â¨đŸŽâŠ.
34 /4 width=1 by pcc_A_sn, pcc_empty, pcc_d_dx, pcc_L_dx/
35 qed.
36
37 lemma b_unwind2_rmap_unfold (f):
38       (âĢ¯f)∘𝐮❨𝟏❩ = â–ļ[f]b.
39 // qed.
40
41 lemma b_unwind2_rmap_pap_unit (f):
42       â†‘(fīŧ â§Ŗ❨𝟏❩) = â–ļ[f]bīŧ â§Ŗ❨𝟏❩.
43 // qed.