X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap_hdtl_eq.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap_hdtl_eq.ma;h=9fcff78586b3f10257ba1543c7b89d2bb2b5eead;hb=4939d8280cb3467cd8fa648b1cea04f74d71e8b7;hp=0000000000000000000000000000000000000000;hpb=e6ef5581641345f1c5c72f3c8b6040a9c6e5aecb;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_hdtl_eq.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_hdtl_eq.ma new file mode 100644 index 000000000..9fcff7858 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_hdtl_eq.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_hdtl.ma". +include "ground/lib/stream_hdtl_eq.ma". + +(* POSITIVE APPLICATION FOR TOTAL RELOCATION MAPS ***************************) + +(* Inversions with stream_eq and stream_tl **********************************) + +lemma tr_eq_inv_pap_unit_tl_bi (f1) (f2): + f1@⧣❨𝟏❩ = f2@⧣❨𝟏❩ → ⇂f1 ≗ ⇂f2 → f1 ≗ f2. +#f1 #f2 #H1 #H2 +/2 width=1 by stream_eq_inv_hd_tl_bi/ +qed-.