]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / dfr_lift.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/reduction/dfr.ma".
16 include "delayed_updating/reduction/ifr.ma".
17 (*
18 include "delayed_updating/unwind/unwind2_constructors.ma".
19 include "delayed_updating/unwind/unwind2_preterm_fsubst.ma".
20 include "delayed_updating/unwind/unwind2_preterm_eq.ma".
21 include "delayed_updating/unwind/unwind2_prototerm_lift.ma".
22 include "delayed_updating/unwind/unwind2_rmap_head.ma".
23 *)
24 include "delayed_updating/substitution/fsubst_eq.ma".
25 include "delayed_updating/substitution/lift_prototerm_eq.ma".
26 include "delayed_updating/substitution/lift_path_head.ma".
27
28 include "delayed_updating/syntax/prototerm_proper_constructors.ma".
29
30
31 (* DELAYED FOCUSED REDUCTION ************************************************)
32
33 (* Constructions with lift **************************************************)
34 (*
35 lemma pippo (f) (r):
36       ↑[↑[r]f](rᴿ) = (↑[f]r)ᴿ.
37 #f #r @(list_ind_rcons … r) -r //
38 #p * [ #n ] #IH
39 [ <reverse_rcons <lift_path_d_sn <lift_rmap_d_dx
40   <lift_path_d_dx <reverse_rcons
41   <IH  
42 *)
43
44 theorem dfr_lift_bi (f) (p) (q) (t1) (t2): (*t1 ϵ 𝐓 → *)
45         t1 ➡𝐝𝐟[p,q] t2 → ↑[f]t1 ➡𝐝𝐟[↑[f]p,↑[↑[p◖𝗔◖𝗟]f]q] ↑[f]t2.
46 #f #p #q #t1 #t2
47 * #n * #H1n #Ht1 #Ht2
48 @(ex_intro … ((↑[p●𝗔◗𝗟◗q]f)@⧣❨n❩)) @and3_intro
49 [ -Ht1 -Ht2
50   <lift_rmap_L_dx >lift_path_L_sn
51   >list_append_rcons_sn in H1n; <reverse_append #H1n
52   <(lift_path_head … H1n) -H1n //
53 | lapply (in_comp_lift_path_term f … Ht1) -Ht2 -Ht1 -H1n
54   <lift_path_d_dx #Ht1 //
55 | lapply (lift_term_eq_repl_dx f … Ht2) -Ht2 #Ht2
56   @(subset_eq_trans … Ht2) -t2
57 (*  
58   @(subset_eq_trans … (unwind2_term_fsubst …))
59   [ @fsubst_eq_repl [ // | // ]
60     @(subset_eq_trans … (unwind2_term_iref …))
61     @(subset_eq_canc_sn … (lift_term_eq_repl_dx …))
62     [ @unwind2_term_grafted_S /2 width=2 by ex_intro/ | skip ] -Ht1
63     @(subset_eq_trans … (unwind2_lift_term_after …))
64     @unwind2_term_eq_repl_sn
65 (* Note: crux of the proof begins *)
66     @nstream_eq_inv_ext #m
67     <tr_compose_pap <tr_compose_pap
68     <tr_uni_pap <tr_uni_pap <tr_pap_plus
69     >list_append_rcons_sn in H1n; <reverse_append #H1n
70     lapply (unwind2_rmap_append_pap_closed f … H1n) #H2n
71     >nrplus_inj_dx in ⊢ (???%); <H2n -H2n
72     lapply (tls_unwind2_rmap_append_closed f … H1n) #H2n
73     <(tr_pap_eq_repl … H2n) -H2n -H1n //
74 (* Note: crux of the proof ends *)
75   | //
76   | /2 width=2 by ex_intro/
77   | //
78   ]
79 ]
80 qed.
81 *)