X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fpath_inner_proper.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fpath_inner_proper.ma;h=042df447bfb3da90e0d3067994b4793a82c910e7;hb=00fca351072c2dba11b71c14b1169d303fd6836f;hp=0000000000000000000000000000000000000000;hpb=6f1b6f85a78d4c8da42f035f433fe4b85962bd9b;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_inner_proper.ma b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_inner_proper.ma new file mode 100644 index 000000000..042df447b --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_inner_proper.ma @@ -0,0 +1,26 @@ +(**************************************************************************) +(* ___ *) +(* ||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/syntax/path_inner.ma". +include "delayed_updating/syntax/path_proper.ma". + +(* INNER CONDITION FOR PATH *************************************************) + +(* Destructions with proper condition for path ******************************) + +lemma path_des_outer_proper (p): + p ⧸ϵ 𝐈 → p ϵ 𝐏. +#p #H1 #H2 destruct +@H1 -H1 // (**) (* auto fails *) +qed-.