Step * of Lemma cons_wf_listp

[A:Type]. ∀[l:A List]. ∀[x:A].  ([x l] ∈ List+)
BY
(Unfold `listp` THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[l:A  List].  \mforall{}[x:A].    ([x  /  l]  \mmember{}  A  List\msupplus{})


By


Latex:
(Unfold  `listp`  0  THEN  Auto)




Home Index