Step
*
of Lemma
eval_list_wf
∀[T:Type]. ∀[L:T List].  (eval_list(L) ∈ T List)
BY
{ (ProveWfLemma THEN Fold `cons` 0 THEN Auto) }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[L:T  List].    (eval\_list(L)  \mmember{}  T  List)
By
Latex:
(ProveWfLemma  THEN  Fold  `cons`  0  THEN  Auto)
Home
Index