Step
*
of Lemma
l_contains-nth_tl
∀[T:Type]. ∀L:T List. ∀n:ℕ.  nth_tl(n;L) ⊆ L
BY
{ (Auto THEN D 0 THEN Auto) }
1
1. [T] : Type
2. L : T List@i
3. n : ℕ@i
4. i : ℕ||nth_tl(n;L)||@i
⊢ (nth_tl(n;L)[i] ∈ L)
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}L:T  List.  \mforall{}n:\mBbbN{}.    nth\_tl(n;L)  \msubseteq{}  L
By
Latex:
(Auto  THEN  D  0  THEN  Auto)
Home
Index