Step * 2 1 1 1 1 of Lemma free-vs-unique


1. Type
2. CRng
3. VectorSpace(K)
4. V ⟶ free-vs(K;S)
5. free-vs(K;S) ⟶ V
6. ∀a:Point(V). ((g (f a)) a ∈ Point(V))
7. ∀b:Point(free-vs(K;S)). ((f (g b)) b ∈ Point(free-vs(K;S)))
8. vs VectorSpace(K)
9. f1 S ⟶ Point(vs)
10. free-vs(K;S) ⟶ vs
11. ∀s:S. ((h <s>(f1 s) ∈ Point(vs))
12. ∀y:free-vs(K;S) ⟶ vs. ((∀s:S. ((y <s>(f1 s) ∈ Point(vs)))  (y h ∈ free-vs(K;S) ⟶ vs))
⊢ f ∈ V ⟶ vs
BY
(BLemma `vs-map-compose` THEN Auto) }


Latex:


Latex:

1.  S  :  Type
2.  K  :  CRng
3.  V  :  VectorSpace(K)
4.  f  :  V  {}\mrightarrow{}  free-vs(K;S)
5.  g  :  free-vs(K;S)  {}\mrightarrow{}  V
6.  \mforall{}a:Point(V).  ((g  (f  a))  =  a)
7.  \mforall{}b:Point(free-vs(K;S)).  ((f  (g  b))  =  b)
8.  vs  :  VectorSpace(K)
9.  f1  :  S  {}\mrightarrow{}  Point(vs)
10.  h  :  free-vs(K;S)  {}\mrightarrow{}  vs
11.  \mforall{}s:S.  ((h  <s>)  =  (f1  s))
12.  \mforall{}y:free-vs(K;S)  {}\mrightarrow{}  vs.  ((\mforall{}s:S.  ((y  <s>)  =  (f1  s)))  {}\mRightarrow{}  (y  =  h))
\mvdash{}  h  o  f  \mmember{}  V  {}\mrightarrow{}  vs


By


Latex:
(BLemma  `vs-map-compose`  THEN  Auto)




Home Index