]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / dfr_ifr.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_closed.ma".
23
24 include "delayed_updating/substitution/fsubst_eq.ma".
25 include "delayed_updating/substitution/lift_prototerm_eq.ma".
26
27 include "delayed_updating/syntax/prototerm_proper_constructors.ma".
28 include "delayed_updating/syntax/path_closed_structure.ma".
29 include "delayed_updating/syntax/path_structure_depth.ma".
30
31 (* DELAYED FOCUSED REDUCTION ************************************************)
32
33 (* Main destructions with ifr ***********************************************)
34
35 theorem dfr_des_ifr (f) (t1) (t2) (r): t1 Ο΅ π“ β†’
36         t1 βž‘𝐝𝐟[r] t2 β†’ β–Ό[f]t1 βž‘𝐒𝐟[βŠ—r] β–Ό[f]t2.
37 #f #t1 #t2 #r #H0t1
38 * #p #q #n #Hr #Hn #Ht1 #Ht2 destruct
39 @(ex4_3_intro β€¦ (βŠ—p) (βŠ—q) (β™­q))
40 [ -H0t1 -Hn -Ht1 -Ht2 //
41 | -H0t1 -Ht1 -Ht2
42   /2 width=2 by path_closed_structure_depth/
43 | lapply (in_comp_unwind2_path_term f β€¦ Ht1) -Ht2 -Ht1 -H0t1
44   <unwind2_path_d_dx <tr_pap_succ_nap <list_append_rcons_sn
45   <nap_unwind2_rmap_append_closed_Lq_dx_depth //
46 | lapply (unwind2_term_eq_repl_dx f β€¦ Ht2) -Ht2 #Ht2
47   @(subset_eq_trans β€¦ Ht2) -t2
48   @(subset_eq_trans β€¦ (unwind2_term_fsubst_ppc β€¦))
49   [ @fsubst_eq_repl [ // | // ]
50     @(subset_eq_trans β€¦ (unwind2_term_iref…))
51     @(subset_eq_canc_sn β€¦ (lift_term_eq_repl_dx β€¦))
52     [ @unwind2_term_grafted_S /2 width=2 by ex_intro/ | skip ] -Ht1
53     @(subset_eq_trans β€¦ (lift_unwind2_term_after β€¦))
54     @unwind2_term_eq_repl_sn
55 (* Note: crux of the proof begins *)
56     <list_append_rcons_sn
57     @(stream_eq_trans β€¦ (tr_compose_uni_dx_pap β€¦)) <tr_pap_succ_nap
58     @tr_compose_eq_repl
59     [ <nap_unwind2_rmap_append_closed_Lq_dx_depth //
60     | /2 width=2 by tls_succ_unwind2_rmap_append_closed_Lq_dx/
61     ]
62 (* Note: crux of the proof ends *)
63   | //
64   | /2 width=2 by ex_intro/
65   | //
66   ]
67 ]
68 qed.