(V,∗,∘)over(F,+,⋅) is a vector space, iff it satisfies:
- (V,∗) is an abelian group
- (F,+,⋅) is a field
- ∀a∈F,∀x∈V,a∘x∈V
- ∀a∈F,∀x,y∈V,a∘(x∗y)=(a∘x)∗(a∘y)
- ∀a,b∈F,∀x∈V,(a+b)∘x=(a∘x)∗(b∘x)
- ∀a,b∈F,∀x∈V,(a⋅b)∘x=a∘(b∘x)
In the above definition:
- F is the set of scalars
- V is the set of vectors
- + is number addition
- ⋅ is number multiplication
- ∗:V×V→V is vector addition
- ∘:F×V→V is scalar multiplication
Alternate Notation
When no confusion arises, instead of 4 different symbols:
- + for both vector addition and scalar addition
- ⋅ for both scalar multiplication and field multiplication
And:
- Zero vector is denoted as 0
- (V,∗,∘)over(F,+,⋅) is simply denoted as V over F.
Properties
Suppose (V,∗,∘)over(F,+,⋅) is a vector space.
Zero vector exists
Denoted as e.
∃e∈V such that ∀x∈V,x∘0=e
∀a∈F,a∘e=e
∀a∈F,∀x∈V;a∘x=e⟹a=0orx=e
Negative x is the additive inverse
x=(−1)∘x