Step * of Lemma consensus-ts4-inning-committed-stable

[V:Type]
  ∀A:Id List. ∀W:{a:Id| (a ∈ A)}  List List. ∀v:V. ∀i:ℤ.
    ts-stable(consensus-ts4(V;A;W);s.in state s, inning has committed v)
BY
(Auto
   THEN (D THENA Auto)
   THEN All (RepUR ``consensus-ts4 ts-type ts-rel``)
   THEN (UnivCD THENA Auto)
   THEN RepeatFor (ParallelOp -2)
   THEN ParallelLast) }

1
1. [V] Type
2. Id List@i
3. {a:Id| (a ∈ A)}  List List@i
4. V@i
5. : ℤ@i
6. ConsensusState@i
7. ConsensusState@i
8. ws {a:Id| (a ∈ A)}  List@i
9. (ws ∈ W)@i
10. ∀a:{a:Id| (a ∈ A)} ((a ∈ ws)  by state s, archived in inning i)@i
11. CR[s,y]@i
12. {a:Id| (a ∈ A)} @i
13. (a ∈ ws)@i
14. by state s, archived in inning i
⊢ by state y, archived in inning i


Latex:


Latex:
\mforall{}[V:Type]
    \mforall{}A:Id  List.  \mforall{}W:\{a:Id|  (a  \mmember{}  A)\}    List  List.  \mforall{}v:V.  \mforall{}i:\mBbbZ{}.
        ts-stable(consensus-ts4(V;A;W);s.in  state  s,  inning  i  has  committed  v)


By


Latex:
(Auto
  THEN  (D  0  THENA  Auto)
  THEN  All  (RepUR  ``consensus-ts4  ts-type  ts-rel``)
  THEN  (UnivCD  THENA  Auto)
  THEN  RepeatFor  4  (ParallelOp  -2)
  THEN  ParallelLast)




Home Index