Step * 1 1 of Lemma cs-inning-committable-step


1. Type@i'
2. ∀v,v':V.  Dec(v v' ∈ V)@i
3. Id List@i
4. {a:Id| (a ∈ A)}  List List@i
5. ConsensusState@i
6. ConsensusState@i
7. : ℕ@i
8. V@i
9. ∃a:{a:Id| (a ∈ A)} 
    ((∀b:{a:Id| (a ∈ A)} 
        ((¬(b a ∈ Id))  ((Inning(y;b) Inning(x;b) ∈ ℤ) ∧ (Estimate(y;b) Estimate(x;b) ∈ i:ℤ fp-> V))))
    ∧ (((Inning(y;a) (Inning(x;a) 1) ∈ ℤ) ∧ (Estimate(y;a) Estimate(x;a) ∈ i:ℤ fp-> V))
      ∨ ((Inning(y;a) Inning(x;a) ∈ ℤ)
        ∧ (Inning(x;a) ∈ fpf-domain(Estimate(x;a))))
        ∧ (∃v:V
            (state may consider in inning Inning(x;a)
            ∧ (Estimate(y;a) Estimate(x;a) ⊕ Inning(x;a) v ∈ i:ℤ fp-> V))))))@i
10. in state y, inning could commit @i
11. ∀a:{a:Id| (a ∈ A)} . ∀i:ℤ.  ((i ∈ fpf-domain(Estimate(x;a)))  (i ≤ Inning(x;a)))
⊢ in state x, inning could commit 
BY
(MoveToHyp (-2) THEN RepeatFor (ParallelLast)) }

1
1. Type@i'
2. ∀v,v':V.  Dec(v v' ∈ V)@i
3. Id List@i
4. {a:Id| (a ∈ A)}  List List@i
5. ConsensusState@i
6. ConsensusState@i
7. : ℕ@i
8. V@i
9. ∃a:{a:Id| (a ∈ A)} 
    ((∀b:{a:Id| (a ∈ A)} 
        ((¬(b a ∈ Id))  ((Inning(y;b) Inning(x;b) ∈ ℤ) ∧ (Estimate(y;b) Estimate(x;b) ∈ i:ℤ fp-> V))))
    ∧ (((Inning(y;a) (Inning(x;a) 1) ∈ ℤ) ∧ (Estimate(y;a) Estimate(x;a) ∈ i:ℤ fp-> V))
      ∨ ((Inning(y;a) Inning(x;a) ∈ ℤ)
        ∧ (Inning(x;a) ∈ fpf-domain(Estimate(x;a))))
        ∧ (∃v:V
            (state may consider in inning Inning(x;a)
            ∧ (Estimate(y;a) Estimate(x;a) ⊕ Inning(x;a) v ∈ i:ℤ fp-> V))))))@i
10. ∀a:{a:Id| (a ∈ A)} . ∀i:ℤ.  ((i ∈ fpf-domain(Estimate(x;a)))  (i ≤ Inning(x;a)))
11. ws {a:Id| (a ∈ A)}  List
12. (ws ∈ W)
13. ∀a:{a:Id| (a ∈ A)} ((a ∈ ws)  (by state y, archived in inning i ∨ in state y, has not completed inning i))
14. {a:Id| (a ∈ A)} @i
15. (a ∈ ws)@i
16. by state y, archived in inning i ∨ in state y, has not completed inning i
⊢ by state x, archived in inning i ∨ in state x, has not completed inning i


Latex:


Latex:

1.  V  :  Type@i'
2.  \mforall{}v,v':V.    Dec(v  =  v')@i
3.  A  :  Id  List@i
4.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List@i
5.  x  :  ConsensusState@i
6.  y  :  ConsensusState@i
7.  i  :  \mBbbN{}@i
8.  v  :  V@i
9.  \mexists{}a:\{a:Id|  (a  \mmember{}  A)\} 
        ((\mforall{}b:\{a:Id|  (a  \mmember{}  A)\} 
                ((\mneg{}(b  =  a))  {}\mRightarrow{}  ((Inning(y;b)  =  Inning(x;b))  \mwedge{}  (Estimate(y;b)  =  Estimate(x;b)))))
        \mwedge{}  (((Inning(y;a)  =  (Inning(x;a)  +  1))  \mwedge{}  (Estimate(y;a)  =  Estimate(x;a)))
            \mvee{}  ((Inning(y;a)  =  Inning(x;a))
                \mwedge{}  (\mneg{}(Inning(x;a)  \mmember{}  fpf-domain(Estimate(x;a))))
                \mwedge{}  (\mexists{}v:V
                        (state  x  may  consider  v  in  inning  Inning(x;a)
                        \mwedge{}  (Estimate(y;a)  =  Estimate(x;a)  \moplus{}  Inning(x;a)  :  v))))))@i
10.  in  state  y,  inning  i  could  commit  v  @i
11.  \mforall{}a:\{a:Id|  (a  \mmember{}  A)\}  .  \mforall{}i:\mBbbZ{}.    ((i  \mmember{}  fpf-domain(Estimate(x;a)))  {}\mRightarrow{}  (i  \mleq{}  Inning(x;a)))
\mvdash{}  in  state  x,  inning  i  could  commit  v 


By


Latex:
(MoveToHyp  0  (-2)  THEN  RepeatFor  5  (ParallelLast))




Home Index