Step * of Lemma lastn_wf

[A:Type]. ∀[L:A List]. ∀[n:ℤ].  (lastn(n;L) ∈ List)
BY
(Unfold `lastn` THEN Auto) }


Latex:


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


By


Latex:
(Unfold  `lastn`  0  THEN  Auto)




Home Index