Step * 1 of Lemma map_functionality_wrt_sq


1. Type
2. T ⊆Base
3. Base
4. Base
5. List
⊢ map(f;L) map(g;L) supposing ∀x:T. ((x ∈ L)  (f x))
BY
(ListInd (-1) THEN Reduce 0) }

1
1. Type
2. T ⊆Base
3. Base
4. Base
⊢ [] [] supposing ∀x:T. ((x ∈ [])  (f x))

2
1. Type
2. T ⊆Base
3. Base
4. Base
5. T
6. List
7. map(f;v) map(g;v) supposing ∀x:T. ((x ∈ v)  (f x))
⊢ [f map(f;v)] [g map(g;v)] supposing ∀x:T. ((x ∈ [u v])  (f x))


Latex:


Latex:

1.  T  :  Type
2.  T  \msubseteq{}r  Base
3.  f  :  Base
4.  g  :  Base
5.  L  :  T  List
\mvdash{}  map(f;L)  \msim{}  map(g;L)  supposing  \mforall{}x:T.  ((x  \mmember{}  L)  {}\mRightarrow{}  (f  x  \msim{}  g  x))


By


Latex:
(ListInd  (-1)  THEN  Reduce  0)




Home Index