Step * of Lemma select-map

[f:Top]. ∀[L:Top List]. ∀[i:ℕ||L||].  (map(f;L)[i] L[i])
BY
(((InductionOnList THENM All Reduce) THEN Auto)
   THEN (RWO "select-cons select-nil" THENM Try (SplitOnConclITE))
   THEN Auto) }


Latex:


Latex:
\mforall{}[f:Top].  \mforall{}[L:Top  List].  \mforall{}[i:\mBbbN{}||L||].    (map(f;L)[i]  \msim{}  f  L[i])


By


Latex:
(((InductionOnList  THENM  All  Reduce)  THEN  Auto)
  THEN  (RWO  "select-cons  select-nil"  0  THENM  Try  (SplitOnConclITE))
  THEN  Auto)




Home Index