Step * of Lemma pos_length

[A:Type]. ∀[l:A List].  ||l|| ≥ 1  supposing ¬(l [] ∈ (A List))
BY
((RepeatMFor (D 0) THENM 2) THENA Auto) }

1
1. Type
⊢ ||[]|| ≥ 1  supposing ¬([] [] ∈ (A List))

2
1. Type
2. A
3. List
⊢ ||[u v]|| ≥ 1  supposing ¬([u v] [] ∈ (A List))


Latex:


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


By


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




Home Index