X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind_k%2Funwind2_path_after.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind_k%2Funwind2_path_after.ma;h=955f4b1c87c0390d799bc2e0ea72ffcaa8c2de8a;hb=2815c74c03f38089d0e27aba00e2280223b0f76f;hp=0000000000000000000000000000000000000000;hpb=cf2a049a6cc888f6c5d0637ab0523f186058fc8f;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind_k/unwind2_path_after.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind_k/unwind2_path_after.ma new file mode 100644 index 000000000..955f4b1c8 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/unwind_k/unwind2_path_after.ma @@ -0,0 +1,28 @@ +(**************************************************************************) +(* ___ *) +(* ||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/unwind_k/unwind2_path_eq.ma". +include "delayed_updating/unwind_k/unwind2_rmap_after.ma". + +(* TAILED UNWIND FOR PATH ***************************************************) + +(* Properties with tr_after *************************************************) + +lemma unwind2_path_after (g) (f) (p): + ▼[g]▼[f]p = ▼[g∘f]p. +#g #f * // * [ #k ] #p // +tr_compose_pap +/2 width=3 by tr_pap_eq_repl/ +qed.