X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_path.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_path.ma;h=0000000000000000000000000000000000000000;hb=2815c74c03f38089d0e27aba00e2280223b0f76f;hp=08115e1e43a424da880d2a6f06e5e4586fbd3b17;hpb=cf2a049a6cc888f6c5d0637ab0523f186058fc8f;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path.ma deleted file mode 100644 index 08115e1e4..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_path.ma +++ /dev/null @@ -1,170 +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_rmap.ma". -include "delayed_updating/syntax/path_structure.ma". -include "delayed_updating/notation/functions/black_downtriangle_2.ma". - -(* TAILED UNWIND FOR PATH ***************************************************) - -definition unwind2_path (f) (p): path ≝ -match p with -[ list_empty ⇒ (𝐞) -| list_lcons l q ⇒ - match l with - [ label_d k ⇒ (⊗q)◖𝗱(▶[f]q@⧣❨k❩) - | label_m ⇒ ⊗p - | label_L ⇒ ⊗p - | label_A ⇒ ⊗p - | label_S ⇒ ⊗p - ] -]. - -interpretation - "tailed unwind (path)" - 'BlackDownTriangle f p = (unwind2_path f p). - -(* Basic constructions ******************************************************) - -lemma unwind2_path_empty (f): - (𝐞) = ▼[f]𝐞. -// qed. - -lemma unwind2_path_d_dx (f) (p) (k) : - (⊗p)◖𝗱((▶[f]p)@⧣❨k❩) = ▼[f](p◖𝗱k). -// qed. - -lemma unwind2_path_m_dx (f) (p): - ⊗p = ▼[f](p◖𝗺). -// qed. - -lemma unwind2_path_L_dx (f) (p): - (⊗p)◖𝗟 = ▼[f](p◖𝗟). -// qed. - -lemma unwind2_path_A_dx (f) (p): - (⊗p)◖𝗔 = ▼[f](p◖𝗔). -// qed. - -lemma unwind2_path_S_dx (f) (p): - (⊗p)◖𝗦 = ▼[f](p◖𝗦). -// qed. - -(* Constructions with structure *********************************************) - -lemma structure_unwind2_path (f) (p): - ⊗p = ⊗▼[f]p. -#f * // * [ #k ] #p // -qed. - -lemma unwind2_path_structure (f) (p): - ⊗p = ▼[f]⊗p. -#f #p elim p -p // * [ #k ] #p #IH // -[