X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fdfr_ifr.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fdfr_ifr.ma;h=0000000000000000000000000000000000000000;hb=df1bcd1387439133c0c33f597a5f8b2331c07772;hp=1cb62ed3b68759ce39c3d3ab2461f28ed62cab2c;hpb=119da3f9ce130f7c4e8b23fcc491d221472ad657;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma deleted file mode 100644 index 1cb62ed3b..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma +++ /dev/null @@ -1,68 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - -include "delayed_updating/reduction/dfr.ma". -include "delayed_updating/reduction/ifr.ma". - -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_closed.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_closed_structure.ma". -include "delayed_updating/syntax/path_structure_depth.ma". - -(* DELAYED FOCUSED REDUCTION ************************************************) - -(* Main destructions with ifr ***********************************************) - -theorem dfr_des_ifr (f) (t1) (t2) (r): t1 ϵ 𝐓 → - t1 ➡𝐝𝐟[r] t2 → ▼[f]t1 ➡𝐢𝐟[⊗r] ▼[f]t2. -#f #t1 #t2 #r #H0t1 -* #p #q #n #Hr #Hn #Ht1 #Ht2 destruct -@(ex4_3_intro … (⊗p) (⊗q) (♭q)) -[ -H0t1 -Hn -Ht1 -Ht2 // -| -H0t1 -Ht1 -Ht2 - /2 width=2 by path_closed_structure_depth/ -| lapply (in_comp_unwind2_path_term f … Ht1) -Ht2 -Ht1 -H0t1 -