From: Ferruccio Guidi Date: Wed, 6 Jul 2022 12:25:08 +0000 (+0200) Subject: Merge branch 'master' of ssh://matita.cs.unibo.it:/srv/git/helm X-Git-Tag: make_still_working~49 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3af42b8f2cb1956eed14edcc0adb9df92601f248;hp=3ca651e49d422d9f9a2b793841ae526baf02065c;p=helm.git Merge branch 'master' of ssh://matita.cs.unibo.it:/srv/git/helm --- diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/nec_r_1.etc b/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/nec_r_1.etc new file mode 100644 index 000000000..79df117c7 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/nec_r_1.etc @@ -0,0 +1,19 @@ +(**************************************************************************) +(* ___ *) +(* ||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 *) +(* *) +(**************************************************************************) + +(* NOTATION FOR DELAYED UPDATING ********************************************) + +notation "hvbox( p ᴿ )" + non associative with precedence 71 + for @{ 'NEcR $p }. diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/path_depth_reverse.etc b/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/path_depth_reverse.etc new file mode 100644 index 000000000..33f678ade --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/etc/reverse/path_depth_reverse.etc @@ -0,0 +1,32 @@ +(**************************************************************************) +(* ___ *) +(* ||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/path_depth.ma". +include "delayed_updating/syntax/path_reverse.ma". + +(* DEPTH FOR PATH ***********************************************************) + +(* Constructions with reverse ***********************************************) + +lemma depth_reverse (p): + ♭p = ♭pᴿ. +#p elim p -p // +* [ #n ] #p #IH