Question about the distributivity axiom of vector spaces

56 Views Asked by At

Let $V$ be an arbitrary vector space over $K$. I'm asked to prove that $$a(v_1 + v_2 + ... + v_n) = av_1 + av_2 + ... + av_n$$ $$(a_1 + a_2 + .... + a_n)v = a_1v + a_2v + ... + a_nv$$ for all $a, a_i \in K, \quad v, v_i \in V$.

I'm supposed to do it with induction, but I don't get the question because isn't all this implied with the distributivity axiom of vector spaces, $$c(v+u) = cv + cu; (c_1 + c_2)v = c_1v + c_2v,$$ where $c, c_1, c_2 \in K, \quad v, u \in V.$?

2

There are 2 best solutions below

0
On BEST ANSWER

Well, the original axiom is about only two vectors

You are asked to use induction to generalize to n vectors .

If it seems trivial to you good for you but you still have to do the task of writing a proof.

0
On

Look at the case $n=1$, then this implies that:

$$a(v_{1})=av_{1}$$

which is trivially true. Now assume $\exists k\in N$ for the equation to hold and then follow through the algebra.