X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_rmap_guard.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Funwind%2Funwind2_rmap_guard.ma;h=0000000000000000000000000000000000000000;hb=345b9054da93e11139d3dfe07f83e444e3022fc1;hp=bdf8435771a45330e760427d6e507d70a4eb02e4;hpb=b05a8a8b1cc518973c30fdbed6a47d7d3ea9d7f0;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_guard.ma b/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_guard.ma deleted file mode 100644 index bdf843577..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_rmap_guard.ma +++ /dev/null @@ -1,32 +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_guard.ma". -include "ground/relocation/nap.ma". - -(* TAILED UNWIND FOR RELOCATION MAP *****************************************) - -(* Destructions with pgc ****************************************************) - -lemma unwind2_rmap_push_guard (f) (p): - p ϵ 𝐆 → ⫯⇂▶[⫯f]p = ▶[⫯f]p. -#f #p * // -qed-. - -lemma nap_zero_unwind2_rmap_push_guard (f) (p): - p ϵ 𝐆 → 𝟎 = ▶[⫯f]p@§❨𝟎❩. -#f #p #Hp -<(unwind2_rmap_push_guard … Hp) -Hp // -qed-.