Jump to content

Vector space/Introduction/Section

From Wikiversity
The addition of two arrows '"`UNIQ--postMath-00000001-QINU`"' and '"`UNIQ--postMath-00000002-QINU`"', a typical example for vectors.
The addition of two arrows a and b, a typical example for vectors.

The central concept of linear algebra is a vector space.


Let K denote a field, and V a set with a distinguished element 0V, and with two mappings

+:V×VV,(u,v)u+v,

and

:K×VV,(s,v)sv=sv.

Then V is called a K-vector space (or a vector space over K), if the following axioms hold[1] (where r,sK and u,v,wV are arbitrary). [2]

  1. u+v=v+u,
  2. (u+v)+w=u+(v+w),
  3. v+0=v,
  4. For every v, there exists a z such that v+z=0,
  5. 1u=u,
  6. r(su)=(rs)u,
  7. r(u+v)=ru+rv,
  8. (r+s)u=ru+su.

The binary operation in V is called (vector-)addition, and the operation K×VV is called scalar multiplication. The elements in a vector space are called vectors, and the elements rK are called scalars. The null element 0V is called null vector, and for vV, the inverse element, with respect to the addition, is called the negative of v, denoted by v.

The field that occurs in the definition of a vector space is called the base field. All the concepts of linear algebra refer to such a base field. In case K=, we talk about a real vector space, and in case K=, we talk about a complex vector space. For real and complex vector spaces, there exist further structures like length, angle, inner product. But first we develop the algebraic theory of vector spaces over an arbitrary field.



Let K denote a field, and let n+. Then the product set

Kn=K××Kn-times={(x1,,xn)xiK},

with componentwise addition and with scalar multiplication given by

s(x1,,xn)=(sx1,,sxn),

is a vector space. This space is called the n-dimensional standard space. In particular, K1=K is a vector space.

The null space 0, consisting of just one element 0, is a vector space. It might be considered as K0=0.

The vectors in the standard space Kn can be written as row vectors

(a1,a2,,an)

or as column vectors

(a1a2an).

The vector

ei:=(00100),

where the 1 is at the i-th position, is called i-th standard vector.



The complex numbers form a field, and therefore they form also a vector space over the field itself. However, the set of complex numbers equals 2 as an additive group. The multiplication of a complex number a+bi with a real number s=(s,0) is componentwise, so this multiplication coincides with the scalar multiplication on 2. Hence, the set of complex numbers is also a real vector space.


For a field K, and given natural numbers m,n, the set

Matm×n(K)

of all m×n-matrices, endowed with componentwise addition and componentwise scalar multiplication, is a K-vector space. The null element in this vector space is the null matrix

0=(0000).



Let R=K[X] be the polynomial ring in one variable over the field K, consisting of all polynomials, that is, expressions of the form

anXn+an1Xn1++a2X2+a1X+a0,

with aiK. Using componentwise addition and componentwise multiplication with a scalar sK (this is also multiplication with the constant polynomial s), the polynomial ring is a K-vector space.


We consider the inclusion of the rational numbers inside the real numbers. Using the real addition and the multiplication of rational numbers with real numbers, we see that is a -vector space, as follows directly from the field axioms. This is a quite crazy vector space.


Lemma

Let K be a field, and let V be a K-vector space. Then the following properties hold (for

vV and sK).
  1. We have 0v=0.
  2. We have s0=0.
  3. We have (1)v=v.
  4. If s0 and v0, then sv0.

Proof

  1. The first four axioms, which are independent of K, mean that (V,0,+) is a commutative group.
  2. Also for vector spaces, there is the convention that multiplication binds stronger than addition.