
Vector space
Concept history
A revision trail for this concept page.
Revision 254
7/7/2026, 9:26:14 AM · Ancient Tree
Concept edited
Compare with revision 18511 changed lines
1
A vector space is...1
A vector space over a [[Field|field]] $\mathbb{K}$ is a set $E$ equipped with two operations :2
- Vector addition $+:E\times E \rightarrow E$3
- Scalar multiplication $\cdot:\mathbb{K}\times E \rightarrow E$4
5
such that the following properties hold for all $u,v,w\in E$ and all $\lambda,\mu\in K$:6
1) $E$ is an [[Abelian group|abelian group]] with $+$.7
2) Distributivity over vector addition: $\lambda\cdot(u+v)=\lambda \cdot u+\lambda \cdot v$8
3) Distributivity over scalar addition: $(\lambda+\mu)\cdot u=\lambda\cdot u+\mu\cdot u$9
4) Compatibility with field multiplication: $\lambda\cdot(\mu\cdot u)=(\lambda \mu)u$10
5) Identity scalar: $1\cdot u=u$ where $1$ is the multiplicative identity of $\mathbb{K}$.Revision 185
7/2/2026, 1:17:44 PM · Ancient Tree
Concept created
A vector space is...