X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_prototerm_lift.ma;h=5b18cfb17b9c18f8d66d695b7443c39dcaee62e9;hb=61bc42e04598a9f5e489c3867af72e700c7fda04;hp=8d987dfb7759ae0338f9d050b5769a1ac89d740f;hpb=5c2d38b46908f662cbb717156b29101ff30f8352;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_prototerm_lift.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_prototerm_lift.ma index 8d987dfb7..5b18cfb17 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_prototerm_lift.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_prototerm_lift.ma @@ -18,7 +18,7 @@ include "delayed_updating/substitution/lift_prototerm.ma". include "delayed_updating/unwind/unwind2_path_lift.ma". include "delayed_updating/unwind/unwind2_prototerm.ma". -(* UNWIND FOR PROTOTERM *****************************************************) +(* TAILED UNWIND FOR PROTOTERM **********************************************) (* Constructions with lift_prototerm ****************************************) @@ -30,10 +30,10 @@ lemma lift_unwind2_term_after (f1) (f2) (t): @lift_unwind2_path_after qed. -lemma unwind2_term_after_lift (f1) (f2) (t): +lemma unwind2_lift_term_after (f1) (f2) (t): ▼[f2]↑[f1]t ⇔ ▼[f2∘f1]t. #f1 #f2 #t @subset_eq_trans [| @subset_inclusion_ext_f1_compose ] @subset_equivalence_ext_f1_exteq #p -@unwind2_path_after_lift +@unwind2_lift_path_after qed.