Step * of Lemma listp-not-nil

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


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[L:A  List\msupplus{}].    (\mneg{}(L  =  []))


By


Latex:
(Unfold  `listp`  0  THEN  Auto)




Home Index