Step * 1 2 2 of Lemma consensus-ts4-ref-map1


1. Type
2. ∃v,v':V. (v v' ∈ V))@i
3. ∀v,v':V.  Dec(v v' ∈ V)@i
4. Id List@i
5. {a:Id| (a ∈ A)}  List List@i
6. two-intersection(A;W)@i
7. one-intersection(A;W)
8. ConsensusState@i
9. : ℤ@i
10. Dec(∃v,v':V. ((¬(v v' ∈ V)) ∧ in state s, inning could commit v  ∧ in state s, inning could commit v' ))
11. ∀v:V. Dec(in state s, inning has committed v)
12. ¬(∃v:V. in state s, inning could commit )
13. (WITHDRAWN INITIAL ∈ consensus-state3(V))
 (∃v,v':V. ((¬(v v' ∈ V)) ∧ in state s, inning could commit v  ∧ in state s, inning could commit v' ))
14. (WITHDRAWN INITIAL ∈ consensus-state3(V))  ∃v,v':V
                                                    ((¬(v v' ∈ V))
                                                    ∧ in state s, inning could commit 
                                                    ∧ in state s, inning could commit v' )
15. (WITHDRAWN WITHDRAWN ∈ consensus-state3(V))  (∃v:V. in state s, inning could commit ))
16. (WITHDRAWN WITHDRAWN ∈ consensus-state3(V))  ¬(∃v:V. in state s, inning could commit )
17. V@i
18. in state s, inning has committed v@i
⊢ WITHDRAWN COMMITED[v] ∈ consensus-state3(V)
BY
(ThinTrivial THEN -1 THEN Auto) }

1
1. Type
2. ∃v,v':V. (v v' ∈ V))@i
3. ∀v,v':V.  Dec(v v' ∈ V)@i
4. Id List@i
5. {a:Id| (a ∈ A)}  List List@i
6. two-intersection(A;W)@i
7. one-intersection(A;W)
8. ConsensusState@i
9. : ℤ@i
10. Dec(∃v,v':V. ((¬(v v' ∈ V)) ∧ in state s, inning could commit v  ∧ in state s, inning could commit v' ))
11. ∀v:V. Dec(in state s, inning has committed v)
12. ¬(∃v:V. in state s, inning could commit )
13. (WITHDRAWN INITIAL ∈ consensus-state3(V))
 (∃v,v':V. ((¬(v v' ∈ V)) ∧ in state s, inning could commit v  ∧ in state s, inning could commit v' ))
14. (WITHDRAWN INITIAL ∈ consensus-state3(V))  ∃v,v':V
                                                    ((¬(v v' ∈ V))
                                                    ∧ in state s, inning could commit 
                                                    ∧ in state s, inning could commit v' )
15. V@i
16. in state s, inning has committed v@i
17. WITHDRAWN WITHDRAWN ∈ consensus-state3(V)
⊢ ∃v:V. in state s, inning could commit 


Latex:



1.  V  :  Type
2.  \mexists{}v,v':V.  (\mneg{}(v  =  v'))@i
3.  \mforall{}v,v':V.    Dec(v  =  v')@i
4.  A  :  Id  List@i
5.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List@i
6.  two-intersection(A;W)@i
7.  one-intersection(A;W)
8.  s  :  ConsensusState@i
9.  i  :  \mBbbZ{}@i
10.  Dec(\mexists{}v,v':V
                  ((\mneg{}(v  =  v'))
                  \mwedge{}  in  state  s,  inning  i  could  commit  v 
                  \mwedge{}  in  state  s,  inning  i  could  commit  v'  ))
11.  \mforall{}v:V.  Dec(in  state  s,  inning  i  has  committed  v)
12.  \mneg{}(\mexists{}v:V.  in  state  s,  inning  i  could  commit  v  )
13.  (WITHDRAWN  =  INITIAL)
{}\mRightarrow{}  (\mexists{}v,v':V
          ((\mneg{}(v  =  v'))  \mwedge{}  in  state  s,  inning  i  could  commit  v    \mwedge{}  in  state  s,  inning  i  could  commit  v'  ))
14.  (WITHDRAWN  =  INITIAL)  \mLeftarrow{}{}  \mexists{}v,v':V
                                                            ((\mneg{}(v  =  v'))
                                                            \mwedge{}  in  state  s,  inning  i  could  commit  v 
                                                            \mwedge{}  in  state  s,  inning  i  could  commit  v'  )
15.  (WITHDRAWN  =  WITHDRAWN)  {}\mRightarrow{}  (\mneg{}(\mexists{}v:V.  in  state  s,  inning  i  could  commit  v  ))
16.  (WITHDRAWN  =  WITHDRAWN)  \mLeftarrow{}{}  \mneg{}(\mexists{}v:V.  in  state  s,  inning  i  could  commit  v  )
17.  v  :  V@i
18.  in  state  s,  inning  i  has  committed  v@i
\mvdash{}  WITHDRAWN  =  COMMITED[v]


By

(ThinTrivial  THEN  D  -1  THEN  Auto)




Home Index