Proof of the Properties of vector arithmetic
Proof of a(v→ + w→) = av→ + aw→
We will begin with the two vectors, v→ = (v1 , v2 ,..., vn)and w? = w1 , w2 ,..., wn) and yes we did mean for these to every have n components. The theorem works for general vectors thus we may also do the proof for general vectors.
Here now, as illustrated above this is pretty much just a "computational" proof. What that means is that we'll calculate the left side and then do some basic arithmetic on the result to illustrate that we can make the left side act like the right side. Here is the work.
a(v→ + w→) = a {(v1, v2, ... vn) + (w1,w2,...,wn)}
= a (v1 + w1, v2 + w2, ... vn + wn)
= {a (v1+w1), a (v2+w2), .... a (vn + wn)}
= {av1 + aw1, av2 + aw2, ..., avn + awn}
= {av1, av2, ... , avn}+ {aw1, aw2, ..., awn}
= a ( v1, v2, ... vn) + a (w1,w2,...,wn)}
= av→ + aw→