Step * 1 1 2 1 1 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. ∃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
13. in state s, inning could commit 
14. ¬in state s, inning has committed v
15. ¬(INITIAL WITHDRAWN ∈ consensus-state3(V))
16. ∀[v:V]
      (((¬(COMMITED[v] INITIAL ∈ consensus-state3(V))) ∧ (CONSIDERING[v] INITIAL ∈ consensus-state3(V))))
      ∧ (COMMITED[v] WITHDRAWN ∈ consensus-state3(V)))
      ∧ (CONSIDERING[v] WITHDRAWN ∈ consensus-state3(V)))
      ∧ (∀[v':V]
           ((¬(CONSIDERING[v] COMMITED[v'] ∈ consensus-state3(V)))
           ∧ (CONSIDERING[v] CONSIDERING[v'] ∈ consensus-state3(V)))
             ∧ (COMMITED[v] COMMITED[v'] ∈ consensus-state3(V))) 
             supposing ¬(v v' ∈ V))))
17. (INITIAL INITIAL ∈ consensus-state3(V))
 (∃v,v':V. ((¬(v v' ∈ V)) ∧ in state s, inning could commit v  ∧ in state s, inning could commit v' ))
18. (INITIAL INITIAL ∈ consensus-state3(V))  ∃v,v':V
                                                  ((¬(v v' ∈ V))
                                                  ∧ in state s, inning could commit 
                                                  ∧ in state s, inning could commit v' )
19. (INITIAL WITHDRAWN ∈ consensus-state3(V))  (∃v:V. in state s, inning could commit ))
20. (INITIAL WITHDRAWN ∈ consensus-state3(V))  ¬(∃v:V. in state s, inning could commit )
21. v1 V@i
22. in state s, inning has committed v1@i
⊢ INITIAL COMMITED[v1] ∈ consensus-state3(V)
BY
OnMaybeHyp 13 (\h. ((FLemma `cs-inning-committed-single` [-1;h] THENA Complete (Auto)) THEN h+1 THEN Auto)) }


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.  \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.  v  :  V
13.  in  state  s,  inning  i  could  commit  v 
14.  \mneg{}in  state  s,  inning  i  has  committed  v
15.  \mneg{}(INITIAL  =  WITHDRAWN)
16.  \mforall{}[v:V]
            (((\mneg{}(COMMITED[v]  =  INITIAL))  \mwedge{}  (\mneg{}(CONSIDERING[v]  =  INITIAL)))
            \mwedge{}  (\mneg{}(COMMITED[v]  =  WITHDRAWN))
            \mwedge{}  (\mneg{}(CONSIDERING[v]  =  WITHDRAWN))
            \mwedge{}  (\mforall{}[v':V]
                      ((\mneg{}(CONSIDERING[v]  =  COMMITED[v']))
                      \mwedge{}  (\mneg{}(CONSIDERING[v]  =  CONSIDERING[v']))  \mwedge{}  (\mneg{}(COMMITED[v]  =  COMMITED[v'])) 
                          supposing  \mneg{}(v  =  v'))))
17.  (INITIAL  =  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'  ))
18.  (INITIAL  =  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'  )
19.  (INITIAL  =  WITHDRAWN)  {}\mRightarrow{}  (\mneg{}(\mexists{}v:V.  in  state  s,  inning  i  could  commit  v  ))
20.  (INITIAL  =  WITHDRAWN)  \mLeftarrow{}{}  \mneg{}(\mexists{}v:V.  in  state  s,  inning  i  could  commit  v  )
21.  v1  :  V@i
22.  in  state  s,  inning  i  has  committed  v1@i
\mvdash{}  INITIAL  =  COMMITED[v1]


By

OnMaybeHyp  13  (\mbackslash{}h.  ((FLemma  `cs-inning-committed-single`  [-1;h]  THENA  Complete  (Auto))
                                        THEN  D  h+1
                                        THEN  Auto))




Home Index