Step * of Lemma map_length

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


Latex:


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


By


Latex:
(InductionOnList  THEN  Reduce  0  THEN  Auto)




Home Index