X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fprototerm_proper_inner.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fprototerm_proper_inner.ma;h=e3665476b9e10e1fc08f397eb34a9b9268459f44;hb=00fca351072c2dba11b71c14b1169d303fd6836f;hp=0000000000000000000000000000000000000000;hpb=6f1b6f85a78d4c8da42f035f433fe4b85962bd9b;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/syntax/prototerm_proper_inner.ma b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/prototerm_proper_inner.ma new file mode 100644 index 000000000..e3665476b --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/prototerm_proper_inner.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/prototerm_proper.ma". +include "delayed_updating/syntax/path_inner_proper.ma". +include "ground/lib/subset_overlap.ma". + +(* PROPER CONDITION FOR PROTOTERM *******************************************) + +(* Constructions with inner condition for prototerm *************************) + +lemma term_proper_outer (t): + t ⧸≬ 𝐈 → t ϵ 𝐏. +/4 width=3 by path_des_outer_proper, subset_ol_i/ +qed.