Step * of Lemma select_tl

[A:Type]. ∀[as:A List]. ∀[n:ℕ||as|| 1].  (tl(as)[n] as[n 1] ∈ A)
BY
(InductionOnList THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[as:A  List].  \mforall{}[n:\mBbbN{}||as||  -  1].    (tl(as)[n]  =  as[n  +  1])


By


Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index