Step * of Lemma map_functionality_wrt_sq

[T:Type]. ∀[f,g:Base]. ∀[L:T List].  map(f;L) map(g;L) supposing ∀x:T. ((x ∈ L)  (f x)) supposing T ⊆Base
BY
TACTIC:RepeatFor ((D THENA Auto)) }

1
1. Type
2. T ⊆Base
3. Base
4. Base
5. List
⊢ map(f;L) map(g;L) supposing ∀x:T. ((x ∈ L)  (f x))


Latex:


Latex:
\mforall{}[T:Type]
    \mforall{}[f,g:Base].  \mforall{}[L:T  List].    map(f;L)  \msim{}  map(g;L)  supposing  \mforall{}x:T.  ((x  \mmember{}  L)  {}\mRightarrow{}  (f  x  \msim{}  g  x)) 
    supposing  T  \msubseteq{}r  Base


By


Latex:
TACTIC:RepeatFor  5  ((D  0  THENA  Auto))




Home Index