X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_tl_eq_eq.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_tl_eq_eq.ma;h=0000000000000000000000000000000000000000;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=3322574e12abbf03b5b2611f8cafeceb3f01c447;hpb=8bbe582d87984526f40182c4409cbfd43108cb79;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl_eq_eq.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl_eq_eq.ma deleted file mode 100644 index 3322574e1..000000000 --- a/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl_eq_eq.ma +++ /dev/null @@ -1,37 +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 "ground/relocation/gr_tl_eq.ma". - -(* TAIL FOR GENERIC RELOCATION MAPS *****************************************) - -(* Main constructions with gr_eq ********************************************) - -(*** eq_trans *) -corec theorem gr_eq_trans: Transitive … gr_eq. -#f1 #f * -f1 -f -#f1 #f #g1 #g #Hf1 #H1 #H #f2 #Hf2 -[ cases (gr_eq_inv_push_sn … Hf2 … H) -| cases (gr_eq_inv_next_sn … Hf2 … H) -] -g -/3 width=5 by gr_eq_push, gr_eq_next/ -qed-. - -(*** eq_canc_sn *) -theorem gr_eq_canc_sn (f2): gr_eq_repl_back (λf. f ≡ f2). -/3 width=3 by gr_eq_trans, gr_eq_sym/ qed-. - -(*** eq_canc_dx *) -theorem gr_eq_canc_dx (f1): gr_eq_repl_fwd (λf. f1 ≡ f). -/3 width=5 by gr_eq_canc_sn, gr_eq_repl_sym/ qed-.