Step
*
2
of Lemma
consensus-ts4-estimate-rel
1. V : Type
2. A : Id List
3. W : {a:Id| (a ∈ A)}  List List
4. a : {a:Id| (a ∈ A)} 
5. x : ConsensusState@i
6. y : ConsensusState@i
7. CR[x,y]@i
⊢ Estimate(x;a) ⊆ Estimate(y;a)
BY
{ (D -1 THEN Auto THEN (Decide a = a1 ∈ Id THENA Auto)) }
1
1. V : Type
2. A : Id List
3. W : {a:Id| (a ∈ A)}  List List
4. a : {a:Id| (a ∈ A)} 
5. x : ConsensusState@i
6. y : ConsensusState@i
7. a1 : {a:Id| (a ∈ A)} @i
8. ∀b:{a:Id| (a ∈ A)} 
     ((¬(b = a1 ∈ Id)) 
⇒ ((Inning(y;b) = Inning(x;b) ∈ ℤ) ∧ (Estimate(y;b) = Estimate(x;b) ∈ i:ℤ fp-> V)))@i
9. ((Inning(y;a1) = (Inning(x;a1) + 1) ∈ ℤ) ∧ (Estimate(y;a1) = Estimate(x;a1) ∈ i:ℤ fp-> V))
∨ ((Inning(y;a1) = Inning(x;a1) ∈ ℤ)
  ∧ (¬(Inning(x;a1) ∈ fpf-domain(Estimate(x;a1))))
  ∧ (∃v:V
      (state x may consider v in inning Inning(x;a1)
      ∧ (Estimate(y;a1) = Estimate(x;a1) ⊕ Inning(x;a1) : v ∈ i:ℤ fp-> V))))@i
10. a = a1 ∈ Id
⊢ Estimate(x;a) ⊆ Estimate(y;a)
2
1. V : Type
2. A : Id List
3. W : {a:Id| (a ∈ A)}  List List
4. a : {a:Id| (a ∈ A)} 
5. x : ConsensusState@i
6. y : ConsensusState@i
7. a1 : {a:Id| (a ∈ A)} @i
8. ∀b:{a:Id| (a ∈ A)} 
     ((¬(b = a1 ∈ Id)) 
⇒ ((Inning(y;b) = Inning(x;b) ∈ ℤ) ∧ (Estimate(y;b) = Estimate(x;b) ∈ i:ℤ fp-> V)))@i
9. ((Inning(y;a1) = (Inning(x;a1) + 1) ∈ ℤ) ∧ (Estimate(y;a1) = Estimate(x;a1) ∈ i:ℤ fp-> V))
∨ ((Inning(y;a1) = Inning(x;a1) ∈ ℤ)
  ∧ (¬(Inning(x;a1) ∈ fpf-domain(Estimate(x;a1))))
  ∧ (∃v:V
      (state x may consider v in inning Inning(x;a1)
      ∧ (Estimate(y;a1) = Estimate(x;a1) ⊕ Inning(x;a1) : v ∈ i:ℤ fp-> V))))@i
10. ¬(a = a1 ∈ Id)
⊢ Estimate(x;a) ⊆ Estimate(y;a)
Latex:
1.  V  :  Type
2.  A  :  Id  List
3.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List
4.  a  :  \{a:Id|  (a  \mmember{}  A)\} 
5.  x  :  ConsensusState@i
6.  y  :  ConsensusState@i
7.  CR[x,y]@i
\mvdash{}  Estimate(x;a)  \msubseteq{}  Estimate(y;a)
By
(D  -1  THEN  Auto  THEN  (Decide  a  =  a1  THENA  Auto))
Home
Index