Step
*
3
1
1
of Lemma
consensus-ts5-archive-invariant
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. A : Id List@i
7. W : {a:Id| (a ∈ A)}  List List@i
8. x1 : ConsensusState@i
9. x2 : Knowledge(ConsensusState)@i
10. \\%3 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <x1, x2>@i
11. y1 : ConsensusState@i
12. y2 : Knowledge(ConsensusState)@i
13. \\%5 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <y1, y2>@i
14. ∀v:V. ∀b:{a:Id| (a ∈ A)} . ∀i:ℤ.
      (state x1 may consider v in inning i) supposing ((Estimate(x1;b)(i) = v ∈ V) and (↑i ∈ dom(Estimate(x1;b))))@i
15. a : {a:Id| (a ∈ A)} @i
16. ∀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-> ℤ × (ℤ × V + Top))))@i
17. Inning(y1;a) = (Inning(x1;a) + 1) ∈ ℤ@i
18. Estimate(y1;a) = Estimate(x1;a) ∈ i:ℤ fp-> V@i
19. Knowledge(y2;a) = Knowledge(x2;a) ∈ b:Id fp-> ℤ × (ℤ × V + Top)@i
20. v : V@i
21. b : {a:Id| (a ∈ A)} @i
22. i : ℤ@i
23. ↑i ∈ dom(Estimate(y1;b))
24. Estimate(y1;b)(i) = v ∈ V
⊢ state y1 may consider v in inning i
BY
{ OnMaybeHyp 14 (\h. ((InstHyp [⌈v⌉;⌈b⌉;⌈i⌉] h⋅
                       THENA Complete ((Auto
                                        THEN Decide b = a ∈ Id
                                        THEN Auto
                                        THEN (Assert Estimate(y1;b) = Estimate(x1;b) ∈ i:ℤ fp-> V BY
                                                    Auto)
                                        THEN Auto))
                       )
                      THEN RepeatFor 6 (ParallelLast)
                      )) }
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. A : Id List@i
7. W : {a:Id| (a ∈ A)}  List List@i
8. x1 : ConsensusState@i
9. x2 : Knowledge(ConsensusState)@i
10. \\%3 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <x1, x2>@i
11. y1 : ConsensusState@i
12. y2 : Knowledge(ConsensusState)@i
13. \\%5 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <y1, y2>@i
14. ∀v:V. ∀b:{a:Id| (a ∈ A)} . ∀i:ℤ.
      (state x1 may consider v in inning i) supposing ((Estimate(x1;b)(i) = v ∈ V) and (↑i ∈ dom(Estimate(x1;b))))@i
15. a : {a:Id| (a ∈ A)} @i
16. ∀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-> ℤ × (ℤ × V + Top))))@i
17. Inning(y1;a) = (Inning(x1;a) + 1) ∈ ℤ@i
18. Estimate(y1;a) = Estimate(x1;a) ∈ i:ℤ fp-> V@i
19. Knowledge(y2;a) = Knowledge(x2;a) ∈ b:Id fp-> ℤ × (ℤ × V + Top)@i
20. v : V@i
21. b : {a:Id| (a ∈ A)} @i
22. i : ℤ@i
23. ↑i ∈ dom(Estimate(y1;b))
24. Estimate(y1;b)(i) = v ∈ V
25. ws : {a:Id| (a ∈ A)}  List
26. (ws ∈ W)
27. ∀ws':{a:Id| (a ∈ A)}  List. ((ws' ∈ W) 
⇒ (¬in state x1, ws' blocks ws from archiving v in inning i))
28. ∀b:{a:Id| (a ∈ A)} . ((b ∈ ws) 
⇒ (i ≤ Inning(x1;b)))
29. b1 : {a:Id| (a ∈ A)} @i
30. (b1 ∈ ws)@i
31. i ≤ Inning(x1;b1)
⊢ i ≤ Inning(y1;b1)
2
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. A : Id List@i
7. W : {a:Id| (a ∈ A)}  List List@i
8. x1 : ConsensusState@i
9. x2 : Knowledge(ConsensusState)@i
10. \\%3 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <x1, x2>@i
11. y1 : ConsensusState@i
12. y2 : Knowledge(ConsensusState)@i
13. \\%5 : ts-init(consensus-ts5(V;A;W)) (ts-rel(consensus-ts5(V;A;W))^*) <y1, y2>@i
14. ∀v:V. ∀b:{a:Id| (a ∈ A)} . ∀i:ℤ.
      (state x1 may consider v in inning i) supposing ((Estimate(x1;b)(i) = v ∈ V) and (↑i ∈ dom(Estimate(x1;b))))@i
15. a : {a:Id| (a ∈ A)} @i
16. ∀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-> ℤ × (ℤ × V + Top))))@i
17. Inning(y1;a) = (Inning(x1;a) + 1) ∈ ℤ@i
18. Estimate(y1;a) = Estimate(x1;a) ∈ i:ℤ fp-> V@i
19. Knowledge(y2;a) = Knowledge(x2;a) ∈ b:Id fp-> ℤ × (ℤ × V + Top)@i
20. v : V@i
21. b : {a:Id| (a ∈ A)} @i
22. i : ℤ@i
23. ↑i ∈ dom(Estimate(y1;b))
24. Estimate(y1;b)(i) = v ∈ V
25. ws : {a:Id| (a ∈ A)}  List
26. (ws ∈ W)
27. ∀b:{a:Id| (a ∈ A)} . ((b ∈ ws) 
⇒ (i ≤ Inning(x1;b)))
28. ∀ws':{a:Id| (a ∈ A)}  List. ((ws' ∈ W) 
⇒ (¬in state x1, ws' blocks ws from archiving v in inning i))
29. ws' : {a:Id| (a ∈ A)}  List@i
30. (ws' ∈ W)@i
31. ¬in state x1, ws' blocks ws from archiving v in inning i
⊢ ¬in state y1, ws' blocks ws from archiving v in inning i
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.  x1  :  ConsensusState@i
9.  x2  :  Knowledge(ConsensusState)@i
10.  \mbackslash{}\mbackslash{}\%3  :  ts-init(consensus-ts5(V;A;W)) 
                      (ts-rel(consensus-ts5(V;A;W))\^{}*) 
                      <x1,  x2>@i
11.  y1  :  ConsensusState@i
12.  y2  :  Knowledge(ConsensusState)@i
13.  \mbackslash{}\mbackslash{}\%5  :  ts-init(consensus-ts5(V;A;W)) 
                      (ts-rel(consensus-ts5(V;A;W))\^{}*) 
                      <y1,  y2>@i
14.  \mforall{}v:V.  \mforall{}b:\{a:Id|  (a  \mmember{}  A)\}  .  \mforall{}i:\mBbbZ{}.
            (state  x1  may  consider  v  in  inning  i)  supposing 
                  ((Estimate(x1;b)(i)  =  v)  and 
                  (\muparrow{}i  \mmember{}  dom(Estimate(x1;b))))@i
15.  a  :  \{a:Id|  (a  \mmember{}  A)\}  @i
16.  \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
17.  Inning(y1;a)  =  (Inning(x1;a)  +  1)@i
18.  Estimate(y1;a)  =  Estimate(x1;a)@i
19.  Knowledge(y2;a)  =  Knowledge(x2;a)@i
20.  v  :  V@i
21.  b  :  \{a:Id|  (a  \mmember{}  A)\}  @i
22.  i  :  \mBbbZ{}@i
23.  \muparrow{}i  \mmember{}  dom(Estimate(y1;b))
24.  Estimate(y1;b)(i)  =  v
\mvdash{}  state  y1  may  consider  v  in  inning  i
By
OnMaybeHyp  14  (\mbackslash{}h.  ((InstHyp  [\mkleeneopen{}v\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}i\mkleeneclose{}]  h\mcdot{}
                                          THENA  Complete  ((Auto
                                                                            THEN  Decide  b  =  a
                                                                            THEN  Auto
                                                                            THEN  (Assert  Estimate(y1;b)  =  Estimate(x1;b)  BY
                                                                                                    Auto)
                                                                            THEN  Auto))
                                          )
                                        THEN  RepeatFor  6  (ParallelLast)
                                        ))
Home
Index