Step * of Lemma map_id

[A:Type]. ∀[as:A List].  (map(Id{A};as) as ∈ (A List))
BY
(InductionOnList THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[as:A  List].    (map(Id\{A\};as)  =  as)


By


Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index