Step
*
of Lemma
cs-precondition_wf
∀[V:Type]. ∀[A:Id List]. ∀[W:{a:Id| (a ∈ A)}  List List]. ∀[s:ConsensusState]. ∀[i:ℤ]. ∀[v:V].
  (state s may consider v in inning i ∈ ℙ)
BY
{ (Unfold `cs-precondition` 0 THEN 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].
    (state  s  may  consider  v  in  inning  i  \mmember{}  \mBbbP{})
By
(Unfold  `cs-precondition`  0  THEN  Auto)
Home
Index