Step
*
of Lemma
cs-archive-blocked_wf
∀[V:Type]. ∀[A:Id List]. ∀[W:{a:Id| (a ∈ A)}  List List]. ∀[s:ConsensusState]. ∀[i:ℤ]. ∀[v:V].
∀[ws,ws':{a:Id| (a ∈ A)}  List].
  (in state s, ws' blocks ws from archiving v in inning i ∈ ℙ)
BY
{ (Unfold `cs-archive-blocked` 0 THEN RepeatFor 2 (Auto)) }
Latex:
\mforall{}[V:Type].  \mforall{}[A:Id  List].  \mforall{}[W:\{a:Id|  (a  \mmember{}  A)\}    List  List].  \mforall{}[s:ConsensusState].  \mforall{}[i:\mBbbZ{}].  \mforall{}[v:V].
\mforall{}[ws,ws':\{a:Id|  (a  \mmember{}  A)\}    List].
    (in  state  s,  ws'  blocks  ws  from  archiving  v  in  inning  i  \mmember{}  \mBbbP{})
By
(Unfold  `cs-archive-blocked`  0  THEN  RepeatFor  2  (Auto))
Home
Index