Step * 2 1 2 2 of Lemma consensus-refinement4


1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. v1 V@i
4. v' V@i
5. ¬(v1 v' ∈ V)@i
6. Id List@i
7. {a:Id| (a ∈ A)}  List List@i
8. 1 < ||W||@i
9. two-intersection(A;W)@i
10. x1 ConsensusState@i
11. x2 Knowledge(ConsensusState)@i
12. y1 ConsensusState@i
13. y2 Knowledge(ConsensusState)@i
14. {a:Id| (a ∈ A)} @i
15. ∀b:{a:Id| (a ∈ A)} 
      ((¬(b a ∈ Id))
       ((Inning(y1;b) Inning(x1;b) ∈ ℤ)
         ∧ (Estimate(y1;b) Estimate(x1;b) ∈ i:ℤ fp-> V)
         ∧ (Knowledge(y2;b) Knowledge(x2;b) ∈ b:Id fp-> ℤ × (ℤ × Top))))@i
16. Inning(y1;a) Inning(x1;a) ∈ ℤ@i
17. Knowledge(y2;a) Knowledge(x2;a) ∈ b:Id fp-> ℤ × (ℤ × Top)@i
18. ¬(Inning(x1;a) ∈ fpf-domain(Estimate(x1;a)))@i
19. V@i
20. ∃b:{a:Id| (a ∈ A)} 
     ((↑b ∈ dom(Knowledge(x2;a)))
     ∧ let j,z Knowledge(x2;a)(b) 
       in case of inl(p) => let j',v' in (j' Inning(x1;a) ∈ ℤ) ∧ (v' v ∈ V) inr(x) => False)@i
21. Estimate(y1;a) Estimate(x1;a) ⊕ Inning(x1;a) v ∈ i:ℤ fp-> V@i
22. <x1, x2> ∈ ts-reachable(consensus-ts5(V;A;W))
23. <y1, y2> ∈ ts-reachable(consensus-ts5(V;A;W))
⊢ x1 ((λx,y. CR[x,y])^*) y1
BY
ExRepD }

1
1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. v1 V@i
4. v' V@i
5. ¬(v1 v' ∈ V)@i
6. Id List@i
7. {a:Id| (a ∈ A)}  List List@i
8. 1 < ||W||@i
9. two-intersection(A;W)@i
10. x1 ConsensusState@i
11. x2 Knowledge(ConsensusState)@i
12. y1 ConsensusState@i
13. y2 Knowledge(ConsensusState)@i
14. {a:Id| (a ∈ A)} @i
15. ∀b:{a:Id| (a ∈ A)} 
      ((¬(b a ∈ Id))
       ((Inning(y1;b) Inning(x1;b) ∈ ℤ)
         ∧ (Estimate(y1;b) Estimate(x1;b) ∈ i:ℤ fp-> V)
         ∧ (Knowledge(y2;b) Knowledge(x2;b) ∈ b:Id fp-> ℤ × (ℤ × Top))))@i
16. Inning(y1;a) Inning(x1;a) ∈ ℤ@i
17. Knowledge(y2;a) Knowledge(x2;a) ∈ b:Id fp-> ℤ × (ℤ × Top)@i
18. ¬(Inning(x1;a) ∈ fpf-domain(Estimate(x1;a)))@i
19. V@i
20. {a:Id| (a ∈ A)} @i
21. ↑b ∈ dom(Knowledge(x2;a))@i
22. let j,z Knowledge(x2;a)(b) 
    in case of inl(p) => let j',v' in (j' Inning(x1;a) ∈ ℤ) ∧ (v' v ∈ V) inr(x) => False@i
23. Estimate(y1;a) Estimate(x1;a) ⊕ Inning(x1;a) v ∈ i:ℤ fp-> V@i
24. <x1, x2> ∈ ts-reachable(consensus-ts5(V;A;W))
25. <y1, y2> ∈ ts-reachable(consensus-ts5(V;A;W))
⊢ x1 ((λx,y. CR[x,y])^*) y1


Latex:



1.  [V]  :  Type
2.  \mforall{}v1,v2:V.    Dec(v1  =  v2)@i
3.  v1  :  V@i
4.  v'  :  V@i
5.  \mneg{}(v1  =  v')@i
6.  A  :  Id  List@i
7.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List@i
8.  1  <  ||W||@i
9.  two-intersection(A;W)@i
10.  x1  :  ConsensusState@i
11.  x2  :  Knowledge(ConsensusState)@i
12.  y1  :  ConsensusState@i
13.  y2  :  Knowledge(ConsensusState)@i
14.  a  :  \{a:Id|  (a  \mmember{}  A)\}  @i
15.  \mforall{}b:\{a:Id|  (a  \mmember{}  A)\} 
            ((\mneg{}(b  =  a))
            {}\mRightarrow{}  ((Inning(y1;b)  =  Inning(x1;b))
                  \mwedge{}  (Estimate(y1;b)  =  Estimate(x1;b))
                  \mwedge{}  (Knowledge(y2;b)  =  Knowledge(x2;b))))@i
16.  Inning(y1;a)  =  Inning(x1;a)@i
17.  Knowledge(y2;a)  =  Knowledge(x2;a)@i
18.  \mneg{}(Inning(x1;a)  \mmember{}  fpf-domain(Estimate(x1;a)))@i
19.  v  :  V@i
20.  \mexists{}b:\{a:Id|  (a  \mmember{}  A)\} 
          ((\muparrow{}b  \mmember{}  dom(Knowledge(x2;a)))
          \mwedge{}  let  j,z  =  Knowledge(x2;a)(b) 
              in  case  z  of  inl(p)  =>  let  j',v'  =  p  in  (j'  =  Inning(x1;a))  \mwedge{}  (v'  =  v)  |  inr(x)  =>  False)@i
21.  Estimate(y1;a)  =  Estimate(x1;a)  \moplus{}  Inning(x1;a)  :  v@i
22.  <x1,  x2>  \mmember{}  ts-reachable(consensus-ts5(V;A;W))
23.  <y1,  y2>  \mmember{}  ts-reachable(consensus-ts5(V;A;W))
\mvdash{}  x1  rel\_star(ConsensusState;  \mlambda{}x,y.  CR[x,y])  y1


By

ExRepD




Home Index