X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda%2Flabelled_sequential_computation.ma;h=837c9668d335636aa1ca2beca23d58d183aaf4a8;hb=2d35cd1602d585ecb2c6623a1b2bd1e0c81aa93b;hp=f305f90cb258b2aef1a1844ff38dbcd7a78afb68;hpb=b5f51e592232d16fb1286f059a597c8ab443b4c4;p=helm.git diff --git a/matita/matita/contribs/lambda/labelled_sequential_computation.ma b/matita/matita/contribs/lambda/labelled_sequential_computation.ma index f305f90cb..837c9668d 100644 --- a/matita/matita/contribs/lambda/labelled_sequential_computation.ma +++ b/matita/matita/contribs/lambda/labelled_sequential_computation.ma @@ -13,7 +13,7 @@ (**************************************************************************) include "pointer_sequence.ma". -include "labelled_sequential_reduction.ma". +include "parallel_computation.ma". (* LABELLED SEQUENTIAL COMPUTATION (MULTISTEP) ******************************) @@ -26,6 +26,18 @@ notation "hvbox( M break ↦* [ term 46 s ] break term 46 N )" non associative with precedence 45 for @{ 'SeqRedStar $M $s $N }. +lemma lsreds_refl: reflexive … (lsreds (◊)). +// +qed. + +lemma lsreds_step_sn: ∀p,M1,M. M1 ↦[p] M → ∀s,M2. M ↦*[s] M2 → M1 ↦*[p::s] M2. +/2 width=3/ +qed-. + +lemma lsreds_step_dx: ∀s,M1,M. M1 ↦*[s] M → ∀p,M2. M ↦[p] M2 → M1 ↦*[s@p::◊] M2. +/2 width=3/ +qed-. + lemma lsreds_step_rc: ∀p,M1,M2. M1 ↦[p] M2 → M1 ↦*[p::◊] M2. /2 width=1/ qed. @@ -52,11 +64,11 @@ lemma lsred_compatible_rc: ho_compatible_rc lsreds. /3 width=1/ qed. -lemma lsred_compatible_sn: ho_compatible_sn lsreds. +lemma lsreds_compatible_sn: ho_compatible_sn lsreds. /3 width=1/ qed. -lemma lsred_compatible_dx: ho_compatible_dx lsreds. +lemma lsreds_compatible_dx: ho_compatible_dx lsreds. /3 width=1/ qed. @@ -80,6 +92,19 @@ theorem lsreds_trans: ltransitive … lsreds. /2 width=3 by lstar_ltransitive/ qed-. +lemma lsreds_compatible_appl: ∀r,B1,B2. B1 ↦*[r] B2 → ∀s,A1,A2. A1 ↦*[s] A2 → + @B1.A1 ↦*[(sn:::r)@dx:::s] @B2.A2. +#r #B1 #B2 #HB12 #s #A1 #A2 #HA12 +@(lsreds_trans … (@B2.A1)) /2 width=1/ +qed. + +lemma lsreds_compatible_beta: ∀r,B1,B2. B1 ↦*[r] B2 → ∀s,A1,A2. A1 ↦*[s] A2 → + @B1.𝛌.A1 ↦*[(sn:::r)@(dx:::sn:::s)@◊::◊] [↙B2] A2. +#r #B1 #B2 #HB12 #s #A1 #A2 #HA12 +@(lsreds_trans … (@B2.𝛌.A1)) /2 width=1/ -r -B1 +@(lsreds_step_dx … (@B2.𝛌.A2)) // /3 width=1/ +qed. + (* Note: "|s|" should be unparetesized *) lemma lsreds_fwd_mult: ∀s,M1,M2. M1 ↦*[s] M2 → #{M2} ≤ #{M1} ^ (2 ^ (|s|)). #s #M1 #M2 #H @(lstar_ind_l ????????? H) -s -M1 normalize // @@ -88,3 +113,33 @@ lapply (lsred_fwd_mult … HM1) -p #HM1 @(transitive_le … IHM2) -M2 /3 width=1 by le_exp1, lt_O_exp, lt_to_le/ (**) (* auto: slow without trace *) qed-. + +theorem lsreds_preds: ∀s,M1,M2. M1 ↦*[s] M2 → M1 ⤇* M2. +#s #M1 #M2 #H @(lstar_ind_l ????????? H) -s -M1 // +#a #s #M1 #M #HM1 #_ #IHM2 +@(preds_step_sn … IHM2) -M2 /2 width=2/ +qed. + +lemma pred_lsreds: ∀M1,M2. M1 ⤇ M2 → ∃r. M1 ↦*[r] M2. +#M1 #M2 #H elim H -M1 -M2 /2 width=2/ +[ #A1 #A2 #_ * /3 width=2/ +| #B1 #B2 #A1 #A2 #_ #_ * #r #HB12 * /3 width=2/ +| #B1 #B2 #A1 #A2 #_ #_ * #r #HB12 * /3 width=2/ +qed-. + +theorem preds_lsreds: ∀M1,M2. M1 ⤇* M2 → ∃r. M1 ↦*[r] M2. +#M1 #M2 #H elim H -M2 /2 width=2/ +#M #M2 #_ #HM2 * #r #HM1 +elim (pred_lsreds … HM2) -HM2 #s #HM2 +lapply (lsreds_trans … HM1 … HM2) -M /2 width=2/ +qed-. + +theorem lsreds_conf: ∀s1,M0,M1. M0 ↦*[s1] M1 → ∀s2,M2. M0 ↦*[s2] M2 → + ∃∃r1,r2,M. M1 ↦*[r1] M & M2 ↦*[r2] M. +#s1 #M0 #M1 #HM01 #s2 #M2 #HM02 +lapply (lsreds_preds … HM01) -s1 #HM01 +lapply (lsreds_preds … HM02) -s2 #HM02 +elim (preds_conf … HM01 … HM02) -M0 #M #HM1 #HM2 +elim (preds_lsreds … HM1) -HM1 +elim (preds_lsreds … HM2) -HM2 /2 width=5/ +qed-.