Step
*
of Lemma
mapcons_wf
∀[A,B:Type]. ∀[f:A ⟶ (A List) ⟶ B]. ∀[l:A List].  (mapcons(f;l) ∈ B List)
BY
{ (InductionOnList THEN Reduce 0 THEN Auto) }
Latex:
Latex:
\mforall{}[A,B:Type].  \mforall{}[f:A  {}\mrightarrow{}  (A  List)  {}\mrightarrow{}  B].  \mforall{}[l:A  List].    (mapcons(f;l)  \mmember{}  B  List)
By
Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)
Home
Index