Step * of Lemma cs-inning-committed-single

[V:Type]. ∀[A:Id List]. ∀[W:{a:Id| (a ∈ A)}  List List]. ∀[s:ConsensusState]. ∀[i:ℤ]. ∀[v,v2:V].
  (v v2 ∈ V) supposing 
     (in state s, inning has committed v2 and 
     in state s, inning could commit v  and 
     two-intersection(A;W))
BY
(Auto THEN -2 THEN -1 THEN ExRepD) }

1
1. Type
2. Id List
3. {a:Id| (a ∈ A)}  List List
4. ConsensusState
5. : ℤ
6. V
7. v2 V
8. two-intersection(A;W)
9. ws {a:Id| (a ∈ A)}  List
10. (ws ∈ W)
11. ∀a:{a:Id| (a ∈ A)} ((a ∈ ws)  (by state s, archived in inning i ∨ in state s, has not completed inning i))
12. w1 {a:Id| (a ∈ A)}  List
13. (w1 ∈ W)
14. ∀a:{a:Id| (a ∈ A)} ((a ∈ w1)  by state s, archived v2 in inning i)
⊢ v2 ∈ V


Latex:


Latex:
\mforall{}[V:Type].  \mforall{}[A:Id  List].  \mforall{}[W:\{a:Id|  (a  \mmember{}  A)\}    List  List].  \mforall{}[s:ConsensusState].  \mforall{}[i:\mBbbZ{}].  \mforall{}[v,v2:V].
    (v  =  v2)  supposing 
          (in  state  s,  inning  i  has  committed  v2  and 
          in  state  s,  inning  i  could  commit  v    and 
          two-intersection(A;W))


By


Latex:
(Auto  THEN  D  -2  THEN  D  -1  THEN  ExRepD)




Home Index