Step * of Lemma length-lastn

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

1
1. Type
2. List
3. : ℕ
4. n ≤ ||L||
⊢ ||nth_tl(||L|| n;L)|| n ∈ ℤ


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[L:A  List].  \mforall{}[n:\mBbbN{}].    ||lastn(n;L)||  =  n  supposing  n  \mleq{}  ||L||


By


Latex:
(Unfold  `lastn`  0  THEN  Auto)




Home Index