Step * 2 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)
⊢ ∃!h:V ⟶ vs. ∀s:S. ((h (g <s>)) (f1 s) ∈ Point(vs))
BY
((InstLemma `free-vs-property` [⌜S⌝;⌜K⌝;⌜vs⌝;⌜f1⌝]⋅ THENA Auto) THEN -1) }

1
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)))
∧ (∀y:free-vs(K;S) ⟶ vs. ((∀s:S. ((y <s>(f1 s) ∈ Point(vs)))  (y h ∈ free-vs(K;S) ⟶ vs)))
⊢ ∃!h:V ⟶ vs. ∀s:S. ((h (g <s>)) (f1 s) ∈ Point(vs))


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)
\mvdash{}  \mexists{}!h:V  {}\mrightarrow{}  vs.  \mforall{}s:S.  ((h  (g  <s>))  =  (f1  s))


By


Latex:
((InstLemma  `free-vs-property`  [\mkleeneopen{}S\mkleeneclose{};\mkleeneopen{}K\mkleeneclose{};\mkleeneopen{}vs\mkleeneclose{};\mkleeneopen{}f1\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  D  -1)




Home Index