Step * of Lemma vs-mul-linear

[K:RngSig]. ∀[vs:VectorSpace(K)]. ∀[a:|K|]. ∀[x,y:Point(vs)].  (a y ∈ Point(vs))
BY
(Auto THEN (Assert vs ∈ VectorSpace(K) BY Auto)) }

1
1. RngSig
2. vs VectorSpace(K)
3. |K|
4. Point(vs)
5. Point(vs)
6. vs ∈ VectorSpace(K)
⊢ y ∈ Point(vs)


Latex:


Latex:
\mforall{}[K:RngSig].  \mforall{}[vs:VectorSpace(K)].  \mforall{}[a:|K|].  \mforall{}[x,y:Point(vs)].    (a  *  x  +  y  =  a  *  x  +  a  *  y)


By


Latex:
(Auto  THEN  (Assert  vs  \mmember{}  VectorSpace(K)  BY  Auto))




Home Index