X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fpr_sor_fcla.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fpr_sor_fcla.ma;h=a1275f2cd97ed2a10e7b7b8223b12e97a616536c;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=0000000000000000000000000000000000000000;hpb=8bbe582d87984526f40182c4409cbfd43108cb79;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/pr_sor_fcla.ma b/matita/matita/contribs/lambdadelta/ground/relocation/pr_sor_fcla.ma new file mode 100644 index 000000000..a1275f2cd --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/pr_sor_fcla.ma @@ -0,0 +1,71 @@ +(**************************************************************************) +(* ___ *) +(* ||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/xoa/ex_3_1.ma". +include "ground/xoa/ex_4_2.ma". +include "ground/arith/nat_plus.ma". +include "ground/arith/nat_le_max.ma". +include "ground/relocation/pr_fcla_eq.ma". +include "ground/relocation/pr_sor_isi.ma". + +(* RELATIONAL UNION FOR PARTIAL RELOCATION MAPS *****************************) + +(* Constructions with pr_fcla ***********************************************) + +(*** sor_fcla_ex *) +lemma pr_sor_fcla_bi: + ∀f1,n1. 𝐂❪f1❫ ≘ n1 → ∀f2,n2. 𝐂❪f2❫ ≘ n2 → + ∃∃f,n. f1 ⋓ f2 ≘ f & 𝐂❪f❫ ≘ n & (n1 ∨ n2) ≤ n & n ≤ n1 + n2. +#f1 #n1 #Hf1 elim Hf1 -f1 -n1 /3 width=6 by pr_sor_isi_sn, ex4_2_intro/ +#f1 #n1 #Hf1 #IH #f2 #n2 * -f2 -n2 /3 width=6 by pr_fcla_push, pr_fcla_next, ex4_2_intro, pr_sor_isi_dx/ +#f2 #n2 #Hf2 elim (IH … Hf2) -IH -Hf2 -Hf1 [2,4: #f #n