X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Flift_i%2Flift_prototerm_proper.etc;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Flift_i%2Flift_prototerm_proper.etc;h=a9b16219f04c4988c46b2af043c604e5905fba26;hb=4ac2becfaa45abb18acb2bdf3db5d2587cadb6d4;hp=0000000000000000000000000000000000000000;hpb=f5b6fd3125c0aefa1db23fbdd23b887fa964f385;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_prototerm_proper.etc b/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_prototerm_proper.etc new file mode 100644 index 000000000..a9b16219f --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_prototerm_proper.etc @@ -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/substitution/lift_prototerm.ma". +include "delayed_updating/substitution/lift_path_proper.ma". +include "delayed_updating/syntax/prototerm_proper.ma". + +(* LIFT FOR PROTOTERM *******************************************************) + +(* Constructions with proper condition for path *****************************) + +lemma lift_term_proper (f) (t): + t ϵ 𝐏 → ↑[f]t ϵ 𝐏. +#f #t #Ht #p * #q #Hq #H0 destruct +@lift_path_proper @Ht -Ht // (**) (* auto fails *) +qed. + +(* Inversions with proper condition for path ********************************) + +lemma lift_term_inv_proper (f) (t): + ↑[f]t ϵ 𝐏 → t ϵ 𝐏. +#f #t #Ht #p #Hp +@(lift_path_inv_proper f) +@Ht -Ht @in_comp_lift_bi // (**) (* auto fails *) +qed-.