Step
*
of Lemma
cs-passed_wf
∀[V:Type]. ∀[A:Id List]. ∀[s:ConsensusState]. ∀[a:{a:Id| (a ∈ A)} ]. ∀[i:ℤ].
  (by state s, a passed inning i without archiving a value ∈ ℙ)
BY
{ (Unfold `cs-passed` 0 THEN Auto) }
Latex:
\mforall{}[V:Type].  \mforall{}[A:Id  List].  \mforall{}[s:ConsensusState].  \mforall{}[a:\{a:Id|  (a  \mmember{}  A)\}  ].  \mforall{}[i:\mBbbZ{}].
    (by  state  s,  a  passed  inning  i  without  archiving  a  value  \mmember{}  \mBbbP{})
By
(Unfold  `cs-passed`  0  THEN  Auto)
Home
Index