Step * of Lemma map_permr_func

A,B:Type. ∀f:A ⟶ B. ∀as,as':A List.  ((as ≡(A) as')  (map(f;as) ≡(B) map(f;as')))
BY
Auto }

1
1. Type
2. Type
3. A ⟶ B
4. as List
5. as' List
6. as ≡(A) as'
⊢ map(f;as) ≡(B) map(f;as')


Latex:


Latex:
\mforall{}A,B:Type.  \mforall{}f:A  {}\mrightarrow{}  B.  \mforall{}as,as':A  List.    ((as  \mequiv{}(A)  as')  {}\mRightarrow{}  (map(f;as)  \mequiv{}(B)  map(f;as')))


By


Latex:
Auto




Home Index