Step * of Lemma cs-not-completed_wf

[V:Type]. ∀[A:Id List]. ∀[s:ConsensusState]. ∀[a:{a:Id| (a ∈ A)} ]. ∀[i:ℤ].
  (in state s, has not completed inning i ∈ ℙ)
BY
(Unfold `cs-not-completed` THEN Auto) }


Latex:


\mforall{}[V:Type].  \mforall{}[A:Id  List].  \mforall{}[s:ConsensusState].  \mforall{}[a:\{a:Id|  (a  \mmember{}  A)\}  ].  \mforall{}[i:\mBbbZ{}].
    (in  state  s,  a  has  not  completed  inning  i  \mmember{}  \mBbbP{})


By

(Unfold  `cs-not-completed`  0  THEN  Auto)




Home Index