Step * of Lemma eager-map_wf

[A,B:Type].  ∀[f:A ⟶ B]. ∀[l:A List].  (eager-map(f;l) ∈ List) supposing value-type(B)
BY
((UnivCD THENA Auto) THEN Unfold `eager-map` THEN ListInd (-1) THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A,B:Type].    \mforall{}[f:A  {}\mrightarrow{}  B].  \mforall{}[l:A  List].    (eager-map(f;l)  \mmember{}  B  List)  supposing  value-type(B)


By


Latex:
((UnivCD  THENA  Auto)  THEN  Unfold  `eager-map`  0  THEN  ListInd  (-1)  THEN  Reduce  0  THEN  Auto)




Home Index