-
Notifications
You must be signed in to change notification settings - Fork 0
VectorSpace
A vector space (also called a linear space) is a collection of objects called vectors, which can be added together and can be multiplied by scalars, where scalars are elements from a field.
More formally, a vector space
- Associativity of addition:
- Commutativity of addition:
- Identity element of addition: There exists an element
$0 \in V$ , called the zero vector
- Inverse elements of addition: For every
$v$ $\in$ $V$ , there exists an element$-v$ $\in$ $V$ , called the additive inverse of$v$ , such that$v + (-v) = 0$ - Compatibility of scalar multiplication with field multiplication:
$\forall a, b$ $\in$ $F$ and all$v$ $\in$ $V$ , we have$a \cdot (b \cdot v) = (a \cdot b) \cdot v$ - Identity element of scalar multiplication:
$\forall v$ $\in$ $V$ , we have$1 \cdot v = v$ , where$1$ denotes the multiplicative identity$\in$ $F$ - Distributivity of scalar multiplication with respect to vector addition:
$\forall a$ $\in$ $F$ and all$u, v$ $\in$ $V$ , we have$a \cdot (u + v) = a \cdot u + a \cdot v$ - Distributivity of scalar multiplication with respect to scalar addition:
$\forall a, b$ $\in$ $F$ and all$v$ $\in$ $V$ , we have$(a + b) \cdot v = a \cdot v + b \cdot v$
Examples of vector spaces include the set of all real numbers (which is a vector space over itself), the set of all complex numbers (also a vector space over itself), the set of all