Step * of Lemma map-pair

[f,a,b:Top].  (map(f;<a, b>~ <a, map(f;b)>)
BY
(Fold `cons` THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[f,a,b:Top].    (map(f;<a,  b>)  \msim{}  <f  a,  map(f;b)>)


By


Latex:
(Fold  `cons`  0  THEN  Reduce  0  THEN  Auto)




Home Index