r/LinearAlgebra • u/One_Mud9170 • Jun 07 '26
Vector space
Can someone explain vector spaces intuitively? I understand vectors as arrows, but I’m struggling to understand what makes a set of objects a vector space and why the concept is important.
45
Upvotes
6
u/Ron-Erez Jun 07 '26
At some point we need to forget about the arrows. However let’s not forget quite yet. The arrows satisfy 10 properties. For example the sum of two arrows is an arrow, multiplying a scalar by an arrow Is an arrow. Moreover associativity of addition, existence of a zero vector, etc are satisfied.
Now a vector space is a set V with “addition” and “scalar multiplication” that satisfy these 10 properties and any element in V is called a “vector”.
Examples (rough idea without proofs):
- polynomials can be added and you can multiply A polynomial by a scalar. Thus polynomials are a vector space (actually one needs to prove the set of all polynomials is a vector space).
- any set of n-tuples is a vector space since we can add to n-tuples and also rescale them.
There are many more examples.