Step * of Lemma firstn_wf

∀[A:Type]. ∀[as:A List]. ∀[n:ℤ].  (firstn(n;as) ∈ A List)
BY
{ (InductionOnList THEN RecEval ``firstn`` 0 THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[as:A  List].  \mforall{}[n:\mBbbZ{}].    (firstn(n;as)  \mmember{}  A  List)


By


Latex:
(InductionOnList  THEN  RecEval  ``firstn``  0  THEN  Auto)




Home Index