Step * 1 of Lemma consensus-ts4-inning-rel


V:Type. ∀A:Id List. ∀W:{a:Id| (a ∈ A)}  List List. ∀a:{a:Id| (a ∈ A)} .
  ts-stable-rel(consensus-ts4(V;A;W);x,y.Inning(x;a) ≤ Inning(y;a))
BY
(Auto
   THEN BLemma `ts-transitive-stable`
   THEN Auto
   THEN All (RepUR ``consensus-ts4 ts-type ts-rel``)
   THEN Auto
   THEN 0
   THEN Auto
   THEN All Reduce) }

1
1. Type@i'
2. Id List@i
3. {a:Id| (a ∈ A)}  List List@i
4. {a:Id| (a ∈ A)} @i
5. ConsensusState@i
6. ConsensusState@i
7. CR[x,y]@i
⊢ Inning(x;a) ≤ Inning(y;a)


Latex:


Latex:

\mforall{}V:Type.  \mforall{}A:Id  List.  \mforall{}W:\{a:Id|  (a  \mmember{}  A)\}    List  List.  \mforall{}a:\{a:Id|  (a  \mmember{}  A)\}  .
    ts-stable-rel(consensus-ts4(V;A;W);x,y.Inning(x;a)  \mleq{}  Inning(y;a))


By


Latex:
(Auto
  THEN  BLemma  `ts-transitive-stable`
  THEN  Auto
  THEN  All  (RepUR  ``consensus-ts4  ts-type  ts-rel``)
  THEN  Auto
  THEN  D  0
  THEN  Auto
  THEN  All  Reduce)




Home Index