Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Examples of vector spaces

From Wikipedia, the free encyclopedia

icon
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Examples of vector spaces" – news ·newspapers ·books ·scholar ·JSTOR
(February 2022) (Learn how and when to remove this message)

This page lists someexamples of vector spaces. Seevector space for the definitions of terms used on this page. See also:dimension,basis.

Notation. LetF denote an arbitraryfield such as thereal numbersR or thecomplex numbersC.

Trivial or zero vector space

[edit]

The simplest example of a vector space is the trivial one: {0}, which contains only the zero vector (see the third axiom in theVector space article). Both vector addition and scalar multiplication are trivial. Abasis for this vector space is theempty set, so that {0} is the 0-dimensional vector space overF. Every vector space overF contains asubspaceisomorphic to this one.

The zero vector space is conceptually different from thenull space of a linear operatorL, which is thekernel ofL. (Incidentally, the null space ofL is a zero space if and only ifL isinjective.)

Field

[edit]

The next simplest example is the fieldF itself. Vector addition is just field addition, and scalar multiplication is just field multiplication. This property can be used to prove that a field is a vector space. Any non-zero element ofF serves as a basis soF is a 1-dimensional vector space over itself.

The field is a rather special vector space; in fact it is the simplest example of acommutative algebra overF. Also,F has just twosubspaces: {0} andF itself.

Coordinate space

[edit]
Planaranalytic geometry uses the coordinate spaceR2.Depicted: description of aline as thesolution set inx{\displaystyle {\vec {x}}} of the vector equationxn=d{\displaystyle {\vec {x}}\cdot {\vec {n}}=d}.
Main article:Coordinate space

A basic example of a vector space is the following. For anypositiveintegern, theset of alln-tuples of elements ofF forms ann-dimensional vector space overF sometimes calledcoordinate space and denotedFn.[1] An element ofFn is written

x=(x1,x2,,xn){\displaystyle x=(x_{1},x_{2},\ldots ,x_{n})}

where eachxi is an element ofF. The operations onFn are defined by

x+y=(x1+y1,x2+y2,,xn+yn){\displaystyle x+y=(x_{1}+y_{1},x_{2}+y_{2},\ldots ,x_{n}+y_{n})}
αx=(αx1,αx2,,αxn){\displaystyle \alpha x=(\alpha x_{1},\alpha x_{2},\ldots ,\alpha x_{n})}
0=(0,0,,0){\displaystyle 0=(0,0,\ldots ,0)}
x=(x1,x2,,xn){\displaystyle -x=(-x_{1},-x_{2},\ldots ,-x_{n})}

Commonly,F is the field ofreal numbers, in which case we obtainreal coordinate spaceRn. The field ofcomplex numbers givescomplex coordinate spaceCn. Thea + bi form of a complex number shows thatC itself is a two-dimensional real vector space with coordinates (a,b). Similarly, thequaternions and theoctonions are respectively four- and eight-dimensional real vector spaces, andCn is a2n-dimensional real vector space.

The vector spaceFn has astandard basis:

e1=(1,0,,0){\displaystyle e_{1}=(1,0,\ldots ,0)}
e2=(0,1,,0){\displaystyle e_{2}=(0,1,\ldots ,0)}
{\displaystyle \vdots }
en=(0,0,,1){\displaystyle e_{n}=(0,0,\ldots ,1)}

where 1 denotes the multiplicative identity inF.

Infinite coordinate space

[edit]

LetF denote the space ofinfinite sequences of elements fromF such that onlyfinitely many elements are nonzero. That is, if we write an element ofF as

x=(x1,x2,x3,){\displaystyle x=(x_{1},x_{2},x_{3},\ldots )}

then only a finite number of thexi are nonzero (i.e., the coordinates become all zero after a certain point). Addition and scalar multiplication are given as in finite coordinate space. The dimensionality ofF iscountably infinite. A standard basis consists of the vectorsei which contain a 1 in thei-th slot and zeros elsewhere. This vector space is thecoproduct (ordirect sum) of countably many copies of the vector spaceF.

Note the role of the finiteness condition here. One could consider arbitrary sequences of elements inF, which also constitute a vector space with the same operations, often denoted byFN - seebelow.FN is theproduct of countably many copies ofF.

ByZorn's lemma,FN has a basis (there is no obvious basis). There areuncountably infinite elements in the basis. Since the dimensions are different,FN isnot isomorphic toF. It is worth noting thatFN is (isomorphic to) thedual space ofF, because alinear mapT fromF toF is determined uniquely by its valuesT(ei) on the basis elements ofF, and these values can be arbitrary. Thus one sees that a vector space need not be isomorphic to its double dual if it is infinite dimensional, in contrast to the finite dimensional case.

Product of vector spaces

[edit]

Starting fromn vector spaces, or a countably infinite collection of them, each with the same field, we can define the product space like above.

Matrices

[edit]

LetFm×n denote the set ofm×nmatrices with entries inF. ThenFm×n is a vector space overF. Vector addition is just matrix addition and scalar multiplication is defined in the obvious way (by multiplying each entry by the same scalar). The zero vector is just thezero matrix. Thedimension ofFm×n ismn. One possible choice of basis is the matrices with a single entry equal to 1 and all other entries 0.

Whenm =n the matrix issquare andmatrix multiplication of two such matrices produces a third. This vector space of dimensionn2 forms analgebra over a field.

Polynomial vector spaces

[edit]

One variable

[edit]

The set ofpolynomials with coefficients inF is a vector space overF, denotedF[x]. Vector addition and scalar multiplication are defined in the obvious manner. If thedegree of the polynomials is unrestricted then the dimension ofF[x] iscountably infinite. If instead one restricts to polynomials with degree less than or equal ton, then we have a vector space with dimensionn + 1.

One possible basis forF[x] is amonomial basis: the coordinates of a polynomial with respect to this basis are itscoefficients, and the map sending a polynomial to the sequence of its coefficients is alinear isomorphism fromF[x] to the infinite coordinate spaceF.

The vector space of polynomials with real coefficients and degree less than or equal ton is often denoted byPn.

Several variables

[edit]

The set ofpolynomials in several variables with coefficients inF is vector space overF denotedF[x1,x2, ...,xr]. Herer is the number of variables.

See also:Polynomial ring

Function spaces

[edit]
See main article atFunction space, especially the functional analysis section.

LetX be a non-empty arbitrary set andV an arbitrary vector space overF. The space of allfunctions fromX toV is a vector space overF underpointwise addition and multiplication. That is, letf :XV andg :XV denote two functions, and letα inF. We define

(f+g)(x)=f(x)+g(x){\displaystyle (f+g)(x)=f(x)+g(x)}
(αf)(x)=αf(x){\displaystyle (\alpha f)(x)=\alpha f(x)}

where the operations on the right hand side are those inV. The zero vector is given by the constant function sending everything to the zero vector inV. The space of all functions fromX toV is commonly denotedVX.

IfX is finite andV is finite-dimensional thenVX has dimension |X|(dimV), otherwise the space is infinite-dimensional (uncountably so ifX is infinite).

Many of the vector spaces that arise in mathematics are subspaces of some function space. We give some further examples.

Generalized coordinate space

[edit]

LetX be an arbitrary set. Consider the space of all functions fromX toF which vanish on all but a finite number of points inX. This space is a vector subspace ofFX, the space of all possible functions fromX toF. To see this, note that the union of two finite sets is finite, so that the sum of two functions in this space will still vanish outside a finite set.

The space described above is commonly denoted (FX)0 and is calledgeneralized coordinate space for the following reason. IfX is the set of numbers between 1 andn then this space is easily seen to be equivalent to the coordinate spaceFn. Likewise, ifX is the set ofnatural numbers,N, then this space is justF.

A canonical basis for (FX)0 is the set of functions {δx |xX} defined by

δx(y)={1x=y0xy{\displaystyle \delta _{x}(y)={\begin{cases}1\quad x=y\\0\quad x\neq y\end{cases}}}

The dimension of (FX)0 is therefore equal to thecardinality ofX. In this manner we can construct a vector space of any dimension over any field. Furthermore,every vector space is isomorphic to one of this form. Any choice of basis determines an isomorphism by sending the basis onto the canonical one for (FX)0.

Generalized coordinate space may also be understood as thedirect sum of |X| copies ofF (i.e. one for each point inX):

(FX)0=xXF.{\displaystyle (\mathbf {F} ^{X})_{0}=\bigoplus _{x\in X}\mathbf {F} .}

The finiteness condition is built into the definition of the direct sum. Contrast this with thedirect product of |X| copies ofF which would give the full function spaceFX.

Linear maps

[edit]

An important example arising in the context oflinear algebra itself is the vector space oflinear maps. LetL(V,W) denote the set of all linear maps fromV toW (both of which are vector spaces overF). ThenL(V,W) is a subspace ofWV since it is closed under addition and scalar multiplication.

Note that L(Fn,Fm) can be identified with the space of matricesFm×n in a natural way. In fact, by choosing appropriate bases for finite-dimensional spaces V and W, L(V,W) can also be identified withFm×n. This identification normally depends on the choice of basis.

Continuous functions

[edit]

IfX is sometopological space, such as theunit interval [0,1], we can consider the space of allcontinuous functions fromX toR. This is a vector subspace ofRX since the sum of any two continuous functions is continuous and scalar multiplication is continuous.

Differential equations

[edit]

The subset of the space of all functions fromR toR consisting of (sufficiently differentiable) functions that satisfy a certaindifferential equation is a subspace ofRR if the equation is linear. This is becausedifferentiation is a linear operation, i.e., (af +bg)′ =af′ +bg′, where ′ is the differentiation operator.

Field extensions

[edit]

SupposeK is asubfield ofF (cf.field extension). ThenF can be regarded as a vector space overK by restricting scalar multiplication to elements inK (vector addition is defined as normal). The dimension of this vector space, if it exists,[a] is called thedegree of the extension. For example, thecomplex numbersC form a two-dimensional vector space over the real numbersR. Likewise, thereal numbersR form a vector space over therational numbersQ which has (uncountably) infinite dimension, if a Hamel basis exists.[b]

IfV is a vector space overF it may also be regarded as vector space overK. The dimensions are related by the formula

dimKV = (dimFV)(dimKF)

For example,Cn, regarded as a vector space over the reals, has dimension 2n.

Finite vector spaces

[edit]

Apart from the trivial case of a zero-dimensional space over any field, a vector space over a fieldF has a finite number of elements if and only ifF is afinite field and the vector space has a finite dimension. Thus we haveFq, the unique finite field (up toisomorphism) withq elements. Hereq must be a power of aprime (q =pm withp prime). Then anyn-dimensional vector spaceV overFq will haveqn elements. Note that the number of elements inV is also the power of a prime (because a power of a prime power is again a prime power). The primary example of such a space is the coordinate space (Fq)n.

These vector spaces are of critical importance in therepresentation theory offinite groups,number theory, andcryptography.

Notes

[edit]
  1. ^Note that the resulting vector space may not have a basis in the absence theaxiom of choice.
  2. ^There are models ofZF withoutAC in which this is not the case.

References

[edit]
  1. ^Lang 1987, ch. I.1
Retrieved from "https://en.wikipedia.org/w/index.php?title=Examples_of_vector_spaces&oldid=1187701944"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp