Step * of Lemma cs-precondition_wf

[V:Type]. ∀[A:Id List]. ∀[W:{a:Id| (a ∈ A)}  List List]. ∀[s:ConsensusState]. ∀[i:ℤ]. ∀[v:V].
  (state may consider in inning i ∈ ℙ)
BY
(Unfold `cs-precondition` THEN Auto) }


Latex:


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


Latex:
(Unfold  `cs-precondition`  0  THEN  Auto)




Home Index