]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma
Merge branch 'master' of ssh://matita.cs.unibo.it:/srv/git/helm
[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_head.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_head_structure.ma".
29 include "delayed_updating/syntax/path_structure_depth.ma".
30 include "delayed_updating/syntax/path_structure_reverse.ma".
31 include "delayed_updating/syntax/path_depth_reverse.ma".
32
33 (* DELAYED FOCUSED REDUCTION ************************************************)
34
35 (* Main destructions with ifr ***********************************************)
36
37 theorem dfr_des_ifr (f) (p) (q) (t1) (t2): t1 ϵ 𝐓 →
38         t1 ➡𝐝𝐟[p,q] t2 → ▼[f]t1 ➡𝐢𝐟[⊗p,⊗q] ▼[f]t2.
39 #f #p #q #t1 #t2 #H0t1
40 * #n * #H1n #Ht1 #Ht2
41 @(ex_intro … (↑♭q)) @and3_intro
42 [ -H0t1 -Ht1 -Ht2
43   >structure_L_sn >structure_reverse
44   >H1n >path_head_structure_depth <H1n -H1n //
45 | lapply (in_comp_unwind2_path_term f … Ht1) -Ht2 -Ht1 -H0t1
46   <unwind2_path_d_dx
47   >list_append_rcons_sn in H1n; <reverse_append #H1n
48   lapply (unwind2_rmap_append_pap_closed f … H1n)
49   <reverse_lcons <depth_L_dx #H2n
50   lapply (eq_inv_ninj_bi … H2n) -H2n #H2n <H2n -H2n -H1n #Ht1 //
51 | lapply (unwind2_term_eq_repl_dx f … Ht2) -Ht2 #Ht2
52   @(subset_eq_trans … Ht2) -t2
53   @(subset_eq_trans … (unwind2_term_fsubst …))
54   [ @fsubst_eq_repl [ // | // ]
55     @(subset_eq_trans … (unwind2_term_iref …))
56     @(subset_eq_canc_sn … (lift_term_eq_repl_dx …))
57     [ @unwind2_term_grafted_S /2 width=2 by ex_intro/ | skip ] -Ht1
58     @(subset_eq_trans … (lift_unwind2_term_after …))
59     @unwind2_term_eq_repl_sn
60 (* Note: crux of the proof begins *)
61     >list_append_rcons_sn in H1n; <reverse_append #H1n
62     @(stream_eq_trans … (tr_compose_uni_dx …))
63     @tr_compose_eq_repl
64     [ <unwind2_rmap_append_pap_closed //
65     | >unwind2_rmap_A_sn <reverse_rcons
66       /2 width=1 by tls_unwind2_rmap_append_closed/
67     ]
68 (* Note: crux of the proof ends *)
69   | //
70   | /2 width=2 by ex_intro/
71   | //
72   ]
73 ]
74 qed.