X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fpath_closed_height.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fpath_closed_height.ma;h=3b9e3fbec34c0f23b927bb2bc659f54c616cef34;hb=ea71486fd1aab2eae2bab42729a66ae775c7f248;hp=0000000000000000000000000000000000000000;hpb=73cc0c523c5264f2883c25f6735be325e5cfd1da;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_closed_height.ma b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_closed_height.ma new file mode 100644 index 000000000..3b9e3fbec --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_closed_height.ma @@ -0,0 +1,36 @@ +(**************************************************************************) +(* ___ *) +(* ||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_closed.ma". +include "delayed_updating/syntax/path_height.ma". +include "delayed_updating/syntax/path_depth.ma". + +(* CLOSED CONDITION FOR PATH ************************************************) + +(* Destructions with height and depth ***************************************) + +lemma path_closed_des_depth (o) (e) (q) (n): + q ϵ 𝐂❨o,n,e❩ → ♯q + n = ♭q + e. +#o #e #q #n #Hq elim Hq -q -n // +#q #n #_ #IH +(nplus_zero_dx (♭q)) +<(path_closed_des_depth … Hq) -Hq +