Step
*
1
1
1
1
of Lemma
consensus-refinement4
1. [V] : Type
2. ∀v1,v2:V.  Dec(v1 = v2 ∈ V)@i
3. ∃v,v':V. (¬(v = v' ∈ V))@i
4. A : Id List@i
5. W : {a:Id| (a ∈ A)}  List List@i
6. 1 < ||W||@i
7. two-intersection(A;W)@i
8. [] ⊆ A@i
⊢ (λa.<-1, ⊗>) ((λx,y. CR[x,y])^*) (λa.if a ∈b []) then <0, ⊗> else <-1, ⊗> fi )
BY
{ ((BLemma `rel_star_weakening` THENA (Auto THEN RepUR ``consensus-state4`` 0 THEN Auto))
   THEN Unfold `consensus-state4` 0
   THEN EqCD
   THEN Auto
   THEN D -1
   THEN SplitOnConclITE
   THEN Auto) }
Latex:
1.  [V]  :  Type
2.  \mforall{}v1,v2:V.    Dec(v1  =  v2)@i
3.  \mexists{}v,v':V.  (\mneg{}(v  =  v'))@i
4.  A  :  Id  List@i
5.  W  :  \{a:Id|  (a  \mmember{}  A)\}    List  List@i
6.  1  <  ||W||@i
7.  two-intersection(A;W)@i
8.  []  \msubseteq{}  A@i
\mvdash{}  (\mlambda{}a.<-1,  \motimes{}>)  rel\_star(ConsensusState;  \mlambda{}x,y.  CR[x,y])  (\mlambda{}a.if  a  \mmember{}\msubb{}  [])  then  ɘ,  \motimes{}>  else  <-1,  \motimes{}>  fi  )
By
((BLemma  `rel\_star\_weakening`  THENA  (Auto  THEN  RepUR  ``consensus-state4``  0  THEN  Auto))
  THEN  Unfold  `consensus-state4`  0
  THEN  EqCD
  THEN  Auto
  THEN  D  -1
  THEN  SplitOnConclITE
  THEN  Auto)
Home
Index