Step * of Lemma mapcons_wf

[A,B:Type]. ∀[f:A ⟶ (A List) ⟶ B]. ∀[l:A List].  (mapcons(f;l) ∈ List)
BY
(InductionOnList THEN Reduce 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