X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_sor_sor_sle.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_sor_sor_sle.ma;h=0000000000000000000000000000000000000000;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=9dc8cb13429226e1bf33b717a5c8c1dcc1dcfaf4;hpb=8bbe582d87984526f40182c4409cbfd43108cb79;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_sor_sor_sle.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_sor_sor_sle.ma deleted file mode 100644 index 9dc8cb134..000000000 --- a/matita/matita/contribs/lambdadelta/ground/relocation/gr_sor_sor_sle.ma +++ /dev/null @@ -1,25 +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_sle.ma". -include "ground/relocation/gr_sor.ma". - -(* RELATIONAL UNION FOR GENERIC RELOCATION MAPS *****************************) - -(* Main inversions with gr_sle **********************************************) - -(*** monotonic_sle_sor *) -axiom gr_sor_monotonic_sle: - ∀f1,g1. f1 ⊆ g1 → ∀f2,g2. f2 ⊆ g2 → - ∀f. f1 ⋓ f2 ≘ f → ∀g. g1 ⋓ g2 ≘ g → f ⊆ g.