Step
*
1
2
1
1
of Lemma
free-vs-dim-0
1. S : Type
2. ¬S
3. K : CRng
4. vs : VectorSpace(K)
5. f : S ⟶ Point(vs)
6. ∀s:S. (0 = (f s) ∈ Point(vs))
7. y : 0 ⟶ vs
8. ∀s:S. ((y ⋅) = (f s) ∈ Point(vs))
⊢ y = (λu.0) ∈ (Unit ⟶ Point(vs))
BY
{ ((FunExt THEN Reduce 0) THEN Auto) }
1
1. S : Type
2. ¬S
3. K : CRng
4. vs : VectorSpace(K)
5. f : S ⟶ Point(vs)
6. ∀s:S. (0 = (f s) ∈ Point(vs))
7. y : 0 ⟶ vs
8. ∀s:S. ((y ⋅) = (f s) ∈ Point(vs))
9. x : Unit
⊢ (y x) = 0 ∈ Point(vs)
Latex:
Latex:
1.  S  :  Type
2.  \mneg{}S
3.  K  :  CRng
4.  vs  :  VectorSpace(K)
5.  f  :  S  {}\mrightarrow{}  Point(vs)
6.  \mforall{}s:S.  (0  =  (f  s))
7.  y  :  0  {}\mrightarrow{}  vs
8.  \mforall{}s:S.  ((y  \mcdot{})  =  (f  s))
\mvdash{}  y  =  (\mlambda{}u.0)
By
Latex:
((FunExt  THEN  Reduce  0)  THEN  Auto)
Home
Index