]> matita.cs.unibo.it Git - helm.git/blobdiff - 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
index 5d6c3cfefaf59bf5db8ea16fa83c8c821095b3e4..2b15d3d5279b109c66127c7747230d3e39d58e3b 100644 (file)
 
 include "delayed_updating/reduction/dfr.ma".
 include "delayed_updating/reduction/ifr.ma".
-include "delayed_updating/substitution/fsubst_lift.ma".
 
-(* DELAYED FOCUSED REDUCTION ************************************************)
-
-lemma dfr_lift_bi (f) (p) (q) (t1) (t2): t1 Ļµ š“ ā†’
-      t1 āž”ššŸ[p,q] t2 ā†’ ā†‘[f]t1 āž”šŸ[āŠ—p,āŠ—q] ā†‘[f]t2.
-#f #p #q #t1 #t2 #H0t1
-* #b * #Hb #Ht1 #Ht2
-@(ex_intro ā€¦ (āŠ—b)) @and3_intro
-[ //
-| lapply (in_comp_lift_bi f ā€¦ Ht1) -Ht1 #Ht1 
+include "delayed_updating/unwind/unwind2_constructors.ma".
+include "delayed_updating/unwind/unwind2_preterm_fsubst.ma".
+include "delayed_updating/unwind/unwind2_preterm_eq.ma".
+include "delayed_updating/unwind/unwind2_prototerm_lift.ma".
+include "delayed_updating/unwind/unwind2_rmap_head.ma".
 
+include "delayed_updating/substitution/fsubst_eq.ma".
+include "delayed_updating/substitution/lift_prototerm_eq.ma".
 
+include "delayed_updating/syntax/prototerm_proper_constructors.ma".
+include "delayed_updating/syntax/path_head_structure.ma".
+include "delayed_updating/syntax/path_structure_depth.ma".
+include "delayed_updating/syntax/path_structure_reverse.ma".
+include "delayed_updating/syntax/path_depth_reverse.ma".
 
+(* DELAYED FOCUSED REDUCTION ************************************************)
 
+(* Main destructions with ifr ***********************************************)
 
+theorem dfr_des_ifr (f) (p) (q) (t1) (t2): t1 Ļµ š“ ā†’
+        t1 āž”ššŸ[p,q] t2 ā†’ ā–¼[f]t1 āž”š¢šŸ[āŠ—p,āŠ—q] ā–¼[f]t2.
+#f #p #q #t1 #t2 #H0t1
+* #n * #H1n #Ht1 #Ht2
+@(ex_intro ā€¦ (ā†‘ā™­q)) @and3_intro
+[ -H0t1 -Ht1 -Ht2
+  >structure_L_sn >structure_reverse
+  >H1n in āŠ¢ (??%?); >path_head_structure_depth <H1n -H1n //
+| lapply (in_comp_unwind2_path_term f ā€¦ Ht1) -Ht2 -Ht1 -H0t1
+  <unwind2_path_d_dx >(list_append_rcons_sn ā€¦ p) <reverse_append
+  lapply (unwind2_rmap_append_pap_closed f ā€¦ (pā—–š—”)į“æ ā€¦ H1n) -H1n
+  <reverse_lcons <depth_L_dx #H2n
+  lapply (eq_inv_ninj_bi ā€¦ H2n) -H2n #H2n <H2n -H2n #Ht1 //
+| lapply (unwind2_term_eq_repl_dx f ā€¦ Ht2) -Ht2 #Ht2
+  @(subset_eq_trans ā€¦ Ht2) -t2
+  @(subset_eq_trans ā€¦ (unwind2_term_fsubst ā€¦))
+  [ @fsubst_eq_repl [ // | // ]
+    @(subset_eq_trans ā€¦ (unwind2_term_iref ā€¦))
+    @(subset_eq_canc_sn ā€¦ (lift_term_eq_repl_dx ā€¦))
+    [ @unwind2_term_grafted_S /2 width=2 by ex_intro/ | skip ] -Ht1
+    @(subset_eq_trans ā€¦ (lift_unwind2_term_after ā€¦))
+    @unwind2_term_eq_repl_sn
+(* Note: crux of the proof begins *)
+    >list_append_rcons_sn <reverse_append
+    @(stream_eq_trans ā€¦ (tr_compose_uni_dx ā€¦))
+    @tr_compose_eq_repl
+    [ <unwind2_rmap_append_pap_closed //
+    | >unwind2_rmap_A_sn <reverse_rcons
+      /2 width=1 by tls_unwind2_rmap_closed/
+    ]
+(* Note: crux of the proof ends *)
+  | //
+  | /2 width=2 by ex_intro/
+  | //
+  ]
+]
+qed.