vector space (original) (raw)

Let F be a field (or, more generally, a division ring). A vector spaceMathworldPlanetmath V over F is a set with two operations, +:V×V⟶V and ⋅:F×V⟶V, such that

    1. (𝐮+𝐯)+𝐰=𝐮+(𝐯+𝐰) for all 𝐮,𝐯,𝐰∈V
    1. 𝐮+𝐯=𝐯+𝐮 for all 𝐮,𝐯∈V
    1. There exists an element 𝟎∈V such that 𝐮+𝟎=𝐮 for all 𝐮∈V
    1. For any 𝐮∈V, there exists an element 𝐯∈V such that 𝐮+𝐯=𝟎
    1. a⋅(b⋅𝐮)=(a⋅b)⋅𝐮 for all a,b∈F and 𝐮∈V
    1. 1⋅𝐮=𝐮 for all 𝐮∈V
    1. a⋅(𝐮+𝐯)=(a⋅𝐮)+(a⋅𝐯) for all a∈F and 𝐮,𝐯∈V
    1. (a+b)⋅𝐮=(a⋅𝐮)+(b⋅𝐮) for all a,b∈F and 𝐮∈V

Equivalently, a vector space is a module V over a ring F which is a field (or, more generally, a division ring).

The elements of V are called vectors, and the element 𝟎∈V is called the zero vector of V.

Title vector space
Canonical name VectorSpace
Date of creation 2013-03-22 11:49:10
Last modified on 2013-03-22 11:49:10
Owner djao (24)
Last modified by djao (24)
Numerical id 17
Author djao (24)
Entry type Definition
Classification msc 16-00
Classification msc 13-00
Classification msc 20-00
Classification msc 15-00
Classification msc 70B15
Synonym linear space
Related topic Module
Related topic Vector2
Related topic Vector
Related topic VectorSubspace
Defines zero vector