X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_path_append.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_path_append.ma;h=0000000000000000000000000000000000000000;hb=2815c74c03f38089d0e27aba00e2280223b0f76f;hp=8796ce86f860c08785d8e63c4d746ce4edeeda30;hpb=cf2a049a6cc888f6c5d0637ab0523f186058fc8f;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path_append.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path_append.ma deleted file mode 100644 index 8796ce86f..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path_append.ma +++ /dev/null @@ -1,244 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||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/unwind2_path.ma". -include "delayed_updating/syntax/path_inner.ma". -include "delayed_updating/syntax/path_proper.ma". -include "ground/xoa/ex_4_2.ma". - -(* TAILED UNWIND FOR PATH ***************************************************) - -(* Constructions with pic ***************************************************) - -lemma unwind2_path_pic (f) (p): - p ϵ 𝐈 → ⊗p = ▼[f]p. -#f * // * // #k #q #Hq -elim (pic_inv_d_dx … Hq) -qed-. - -(* Constructions with append and pic ****************************************) - -lemma unwind2_path_append_pic_sn (f) (p) (q): p ϵ 𝐈 → - (⊗p)●(▼[▶[f]p]q) = ▼[f](p●q). -#f #p * [ #Hp | * [ #k ] #q #_ ] // -[ <(unwind2_path_pic … Hp) -Hp // -| list_cons_comm #H0 - elim (unwind2_path_inv_append_ppc_dx … H0) -H0 // #r1 #r2 #Hr1 #_ #_ -r2 - elim (eq_inv_d_dx_structure … Hr1) -] -qed-. - -lemma eq_inv_m_sn_unwind2_path (f) (q) (p): - (𝗺◗q) = ▼[f]p → ⊥. -#f #q #p ->list_cons_comm #H0 -elim (unwind2_path_des_append_pic_sn … H0) list_cons_comm #H0 -elim (unwind2_path_des_append_pic_sn … H0) list_cons_comm #H0 -elim (unwind2_path_des_append_pic_sn … H0) list_cons_comm #H0 -elim (unwind2_path_des_append_pic_sn … H0)