Step
*
2
1
1
of Lemma
lg-label-deliver-msg
1. M : Type ─→ Type
2. Continuous+(P.M[P])
3. t : ℕ
4. x : Id
5. m : pMsg(P.M[P])
6. u1 : Id@i
7. u2 : Process(P.M[P])@i
8. v : component(P.M[P]) List@i
9. ∀X:component(P.M[P]) List
     ∀[G:LabeledDAG(pInTransit(P.M[P]))]. ∀[i:ℕlg-size(G)].
       (lg-label(snd(accumulate (with value S and list item C):
                      deliver-msg-to-comp(t;m;x;S;C)
                     over list:
                       v
                     with starting value:
                      <X, G>));i)
       = lg-label(G;i)
       ∈ pInTransit(P.M[P]))@i
10. X : component(P.M[P]) List@i
11. G : LabeledDAG(pInTransit(P.M[P]))
12. i : ℤ
13. 0 ≤ i
14. i < lg-size(G)
15. u1 = x ∈ Id
16. v2 : Process(P.M[P])@i
17. v3 : pExt(P.M[P])@i
18. Process-apply(u2;m) = <v2, v3> ∈ (Process(P.M[P]) × pExt(P.M[P]))@i
⊢ i < lg-size(lg-append(G;add-cause(<t, x>v3)))
BY
{ (DVar `G' THEN RWO "lg-size-append" 0 THEN Auto) }
1
1. M : Type ─→ Type
2. Continuous+(P.M[P])
3. t : ℕ
4. x : Id
5. m : pMsg(P.M[P])
6. u1 : Id@i
7. u2 : Process(P.M[P])@i
8. v : component(P.M[P]) List@i
9. ∀X:component(P.M[P]) List
     ∀[G:LabeledDAG(pInTransit(P.M[P]))]. ∀[i:ℕlg-size(G)].
       (lg-label(snd(accumulate (with value S and list item C):
                      deliver-msg-to-comp(t;m;x;S;C)
                     over list:
                       v
                     with starting value:
                      <X, G>));i)
       = lg-label(G;i)
       ∈ pInTransit(P.M[P]))@i
10. X : component(P.M[P]) List@i
11. G : LabeledGraph(pInTransit(P.M[P]))
12. is-dag(G)
13. i : ℤ
14. 0 ≤ i
15. i < lg-size(G)
16. u1 = x ∈ Id
17. v2 : Process(P.M[P])@i
18. v3 : pExt(P.M[P])@i
19. Process-apply(u2;m) = <v2, v3> ∈ (Process(P.M[P]) × pExt(P.M[P]))@i
⊢ i < lg-size(G) + lg-size(add-cause(<t, x>v3))
Latex:
Latex:
1.  M  :  Type  {}\mrightarrow{}  Type
2.  Continuous+(P.M[P])
3.  t  :  \mBbbN{}
4.  x  :  Id
5.  m  :  pMsg(P.M[P])
6.  u1  :  Id@i
7.  u2  :  Process(P.M[P])@i
8.  v  :  component(P.M[P])  List@i
9.  \mforall{}X:component(P.M[P])  List
          \mforall{}[G:LabeledDAG(pInTransit(P.M[P]))].  \mforall{}[i:\mBbbN{}lg-size(G)].
              (lg-label(snd(accumulate  (with  value  S  and  list  item  C):
                                            deliver-msg-to-comp(t;m;x;S;C)
                                          over  list:
                                              v
                                          with  starting  value:
                                            <X,  G>));i)
              =  lg-label(G;i))@i
10.  X  :  component(P.M[P])  List@i
11.  G  :  LabeledDAG(pInTransit(P.M[P]))
12.  i  :  \mBbbZ{}
13.  0  \mleq{}  i
14.  i  <  lg-size(G)
15.  u1  =  x
16.  v2  :  Process(P.M[P])@i
17.  v3  :  pExt(P.M[P])@i
18.  Process-apply(u2;m)  =  <v2,  v3>@i
\mvdash{}  i  <  lg-size(lg-append(G;add-cause(<t,  x>v3)))
By
Latex:
(DVar  `G'  THEN  RWO  "lg-size-append"  0  THEN  Auto)
Home
Index