From 1b82038aa813e24e84959526e83dd35d849b51f2 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Sat, 22 Jan 2022 20:11:12 +0100 Subject: [PATCH] update in ground + additions on tr_id --- .../ground/relocation/tr_id_pap.ma | 26 +++++++++++ .../ground/relocation/tr_id_pushs.ma | 25 ++++++++++ .../lambdadelta/ground/relocation/tr_pushs.ma | 46 +++++++++++++++++++ .../lambdadelta/ground/web/ground_src.tbl | 3 +- 4 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 matita/matita/contribs/lambdadelta/ground/relocation/tr_id_pap.ma create mode 100644 matita/matita/contribs/lambdadelta/ground/relocation/tr_id_pushs.ma create mode 100644 matita/matita/contribs/lambdadelta/ground/relocation/tr_pushs.ma diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_id_pap.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_id_pap.ma new file mode 100644 index 000000000..59256fbbb --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/tr_id_pap.ma @@ -0,0 +1,26 @@ +(**************************************************************************) +(* ___ *) +(* ||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 "ground/relocation/tr_pap.ma". +include "ground/relocation/tr_id.ma". + +(* IDENTITY ELEMENT FOR TOTAL RELOCATION MAPS *******************************) + +(* Coonstructions with tr_pap ***********************************************) + +lemma tr_pap_id (p): + p = 𝐢@❨p❩. +#p elim p -p // +#p #IH