Step * of Lemma map-wf2

[A,B:Type]. ∀[L:A List]. ∀[f:{x:A| (x ∈ L)}  ⟶ B].  (map(f;L) ∈ List)
BY
(InductionOnList THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[L:A  List].  \mforall{}[f:\{x:A|  (x  \mmember{}  L)\}    {}\mrightarrow{}  B].    (map(f;L)  \mmember{}  B  List)


By


Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index