I will assume we all know what's meant by a vector space.
I guess I'll be the one to give a definition of a vector space. I'm going to paraphrase (and add some information) from a Dover book called "Linear Algebra" since I can't cannot remember ever single property without forgetting at least two or three.
A vector space V (over a field R) is a set of objects called vectors together with two operations. The first is addition of vectors. For every u, v, w in V we have:
1) u + v is uniquely defined element of V
2) u + (v + w) = (u + v) + w
3) u + v = v + u
4) There exists a vector $$0_{V}$$ such that $$u + 0_{V} = 0_{V} + u = u$$
5) For each u in V there exists vector $$-u$$ such that $$u + (-u) = (-u) + u = 0_{V}$$
In other words, we can say that $$(V, +)$$ is an abelian group.
There also an operation between elements of R and elements of V called scalar multiplication such that for all a, b in R and for all u, v in V
1) au is a vector in V
2) a(u + v) = au + av
3) (a + b)u = au + bu
4) a(bu) = (ab)u
5) 1u = u
6) 0u = $$0_{V}$$
I think that for the purpose of this thread, you can let R (the field in the above definition) be the set of real numbers under normal multiplication and addition of real numbers.
Last edited: