Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 4.1 Scalar-Vector Multiplication, 4.2 Column Vector Addition

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Algebraic Properties of Vector Addition and Scalar Multiplication

Let x,y,zRn×1 and a,bR. Then, all of the following are properties of 4.2 Column Vector Addition:

  1. Commutativity of vector addition: x+y=y+x
  2. Associativity of vector addition: x+(y+z)=(x+y)+z
  3. Additive identity: x+0=x+0+x
  4. Additive inverse: x+x=x+x=0 with x=1x
  5. Distributivity over vector addition: a(x+y)=ax+ay
  6. Distributivity over scalar addition: (a+b)x=ax+bx
  7. Associativity of scalar multiplication: a(bx)=(ab)x=abx
  8. Multiplicative identity of scalar multiplication: 1x=x

Remark. If the dimensions of 0 were not specified, assume that it is the same as x.

Commutativity of Vector Addition

\begin{proof}
To prove these statements, let x,y,zRn×1 and a,bR. Let's begin with commutativity. Consider:

x+y=[x1+y1x2+y2xn+yn]

By definition, we know xi,yiR for all i{1,2,,n}. Thus, we know xi+yi=yi+xi because addition of real numbers is commutative. Because this is true for every index value, we see:

x+y=[x1+y1x2+y2xn+yn]=[y1+x1y2+x2yn+xn]=y+x

\end{proof}


Associativity of Vector Addition

\begin{proof}
Consider:

x+(y+z)=[x1x2xn]+[y1+z1y2+z2yn+zn]=[x1+(y1+z1)x2+(y2+z2)xn+(yn+zn)]

Again, we can focus on the scalar addition xi+(yi+ziR) for all i{1,2,,n}. Thus, we know the addition of scalars is associative:

xi+(yi+zi)=(xi+yi)+zi

Because this is true for every index value, we see:

x+(y+z)=[x1+(y1+z1)x2+(y2+z2)xn+(yn+zn)]=[(x1+y1)+z1(x2+y2)+z2(xn+yn+zn)]=(x+y)+z

\end{proof}


Additive Identity