Step * of Lemma map_select

[A,B:Type]. ∀[f:A ⟶ B]. ∀[as:A List]. ∀[n:ℕ||as||].  (map(f;as)[n] (f as[n]) ∈ B)
BY
(UnivCD THENA Auto) }

1
1. Type
2. Type
3. A ⟶ B
4. as List
5. : ℕ||as||
⊢ map(f;as)[n] (f as[n]) ∈ B


Latex:


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


By


Latex:
(UnivCD  THENA  Auto)




Home Index