Step * of Lemma length_tl

∀[A:Type]. ∀[l:A List].  ||tl(l)|| = (||l|| - 1) ∈ ℤ supposing ||l|| ≥ 1 
BY
{ (RepeatMFor 2 (D 0) THENA Auto) }

1
1. A : Type
2. l : A List
⊢ ||tl(l)|| = (||l|| - 1) ∈ ℤ supposing ||l|| ≥ 1 


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[l:A  List].    ||tl(l)||  =  (||l||  -  1)  supposing  ||l||  \mgeq{}  1 


By


Latex:
(RepeatMFor  2  (D  0)  THENA  Auto)




Home Index