Step * 1 of Lemma consensus-refinement3


1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. {∃v,v':V. (v v' ∈ V))}@i
4. ∀L:V List. Dec(∃v:V. (v ∈ L)))@i
5. Id List@i
6. ∃a:Id. (a ∈ A)
7. {a:Id| (a ∈ A)}  List List@i
8. ||W|| ≥ 
9. two-intersection(A;W)@i
10. ConsensusState ⟶ (consensus-state3(V) List)@i
11. cs-ref-map-constraints(V;A;W;f)@i
⊢ ts-refinement(consensus-ts3(V);consensus-ts4(V;A;W);f)
BY
(D THEN Auto) }

1
1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. {∃v,v':V. (v v' ∈ V))}@i
4. ∀L:V List. Dec(∃v:V. (v ∈ L)))@i
5. Id List@i
6. ∃a:Id. (a ∈ A)
7. {a:Id| (a ∈ A)}  List List@i
8. ||W|| ≥ 
9. two-intersection(A;W)@i
10. ConsensusState ⟶ (consensus-state3(V) List)@i
11. cs-ref-map-constraints(V;A;W;f)@i
⊢ ts-init(consensus-ts3(V)) (ts-rel(consensus-ts3(V))^*) (f ts-init(consensus-ts4(V;A;W)))

2
1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. {∃v,v':V. (v v' ∈ V))}@i
4. ∀L:V List. Dec(∃v:V. (v ∈ L)))@i
5. Id List@i
6. ∃a:Id. (a ∈ A)
7. {a:Id| (a ∈ A)}  List List@i
8. ||W|| ≥ 
9. two-intersection(A;W)@i
10. ConsensusState ⟶ (consensus-state3(V) List)@i
11. cs-ref-map-constraints(V;A;W;f)@i
12. ts-reachable(consensus-ts4(V;A;W))@i
13. ts-reachable(consensus-ts4(V;A;W))@i
14. ts-rel(consensus-ts4(V;A;W)) y@i
⊢ (f x) (ts-rel(consensus-ts3(V))^*) (f y)

3
1. [V] Type
2. ∀v1,v2:V.  Dec(v1 v2 ∈ V)@i
3. {∃v,v':V. (v v' ∈ V))}@i
4. ∀L:V List. Dec(∃v:V. (v ∈ L)))@i
5. Id List@i
6. ∃a:Id. (a ∈ A)
7. {a:Id| (a ∈ A)}  List List@i
8. ||W|| ≥ 
9. two-intersection(A;W)@i
10. ConsensusState ⟶ (consensus-state3(V) List)@i
11. cs-ref-map-constraints(V;A;W;f)@i
12. ∀x,y:ts-reachable(consensus-ts4(V;A;W)).
      ((x ts-rel(consensus-ts4(V;A;W)) y)  ((f x) (ts-rel(consensus-ts3(V))^*) (f y)))
13. ts-reachable(consensus-ts3(V))@i
14. ts-final(consensus-ts3(V)) x@i
⊢ ∃y:ts-reachable(consensus-ts4(V;A;W)). ((ts-final(consensus-ts4(V;A;W)) y) ∧ ((f y) x ∈ ts-type(consensus-ts3(V))))


Latex:


Latex:

1.  [V]  :  Type
2.  \mforall{}v1,v2:V.    Dec(v1  =  v2)@i
3.  \{\mexists{}v,v':V.  (\mneg{}(v  =  v'))\}@i
4.  \mforall{}L:V  List.  Dec(\mexists{}v:V.  (\mneg{}(v  \mmember{}  L)))@i
5.  A  :  Id  List@i
6.  \mexists{}a:Id.  (a  \mmember{}  A)
7.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List@i
8.  ||W||  \mgeq{}  1 
9.  two-intersection(A;W)@i
10.  f  :  ConsensusState  {}\mrightarrow{}  (consensus-state3(V)  List)@i
11.  cs-ref-map-constraints(V;A;W;f)@i
\mvdash{}  ts-refinement(consensus-ts3(V);consensus-ts4(V;A;W);f)


By


Latex:
(D  0  THEN  Auto)




Home Index