Basis (linear algebra)

Basis (linear algebra)
Basis vector redirects here. For basis vector in the context of crystals, see crystal structure. For a more general concept in physics, see frame of reference.

In linear algebra, a basis is a set of linearly independent vectors that, in a linear combination, can represent every vector in a given vector space or free module, or, more simply put, which define a "coordinate system".[1] In more general terms, a basis is a linearly independent spanning set.

Given a basis of vector space, every element of the vector space can be expressed uniquely as a finite linear combination of basis vectors. Every vector space has a basis, and all bases of a vector space have the same number of elements, called the dimension of the vector space.

Contents

Definition

This picture illustrates the standard basis in R2. The blue and orange vectors are the elements of the basis; the green vector can be given in terms of the basis vectors, and so is linearly dependent upon them.

A basis B of a vector space V over a field F is a linearly independent subset of V that spans (or generates) V.

In more detail, suppose that B = { v1, …, vn } is a finite subset of a vector space V over a field F (such as the real or complex numbers R or C). Then B is a basis if it satisfies the following conditions:

  • the linear independence property,
for all a1, …, anF, if a1v1 + … + anvn = 0, then necessarily a1 = … = an = 0; and
  • the spanning property,
for every x in V it is possible to choose a1, …, anF such that x = a1v1 + … + anvn.

The numbers ai are called the coordinates of the vector x with respect to the basis B, and by the first property they are uniquely determined.

A vector space that has a finite basis is called finite-dimensional. To deal with infinite-dimensional spaces, we must generalize the above definition to include infinite basis sets. We therefore say that a set (finite or infinite) BV is a basis, if

  • every finite subset B0B obeys the independence property shown above; and
  • for every x in V it is possible to choose a1, …, anF and v1, …, vnB such that x = a1v1 + … + anvn.

The sums in the above definition are all finite because without additional structure the axioms of a vector space do not permit us to meaningfully speak about an infinite sum of vectors. Settings that permit infinite linear combinations allow alternative definitions of the basis concept: see Related notions below.

It is often convenient to list the basis vectors in a specific order, for example, when considering the transformation matrix of a linear map with respect to a basis. We then speak of an ordered basis, which we define to be a sequence (rather than a set) of linearly independent vectors that span V: see Ordered bases and coordinates below.

Expression of a basis

Basis defined by Euler angles - The xyz (fixed) system is shown in blue, the XYZ (rotated) system is shown in red. The line of nodes, labeled N, is shown in green.

There are several ways to describe a basis for the space. Some are made ad-hoc for a specific dimension. For example, there are several ways to give a basis in dim 3, like Euler angles.

The general case is to give a matrix with the components of the new basis vectors in columns. This is also the more general method because it can express any possible set of vectors even if it is not a basis. This matrix can be seen as three things:

Basis Matrix: Is a matrix that represents the basis, because its columns are the components of vectors of the basis. This matrix represents any vector of the new basis as linear combination of the current basis.

Rotation operator: When orthonormal bases are used, any other orthonormal basis can be defined by a rotation matrix. This matrix represents the rotation operator that rotates the vectors of the basis to the new one. It is exactly the same matrix as before because the rotation matrix multiplied by the identity matrix I has to be the new basis matrix.

Change of basis matrix: This matrix can be used to change different objects of the space to the new basis. Therefore is called "change of basis" matrix. It is important to note that some objects change their components with this matrix and some others, like vectors, with its inverse.

Properties

Again, B denotes a subset of a vector space V. Then, B is a basis if and only if any of the following equivalent conditions are met:

  • B is a minimal generating set of V, i.e., it is a generating set and no proper subset of B is also a generating set.
  • B is a maximal set of linearly independent vectors, i.e., it is a linearly independent set but no other linearly independent set contains it as a proper subset.
  • Every vector in V can be expressed as a linear combination of vectors in B in a unique way. If the basis is ordered (see Ordered bases and coordinates below) then the coefficients in this linear combination provide coordinates of the vector relative to the basis.

Every vector space has a basis. The proof of this requires the axiom of choice. All bases of a vector space have the same cardinality (number of elements), called the dimension of the vector space. This result is known as the dimension theorem, and requires the ultrafilter lemma, a strictly weaker form of the axiom of choice.

Also many vector sets can be attributed a standard basis which comprises both spanning and linearly independent vectors.

Standard bases for example:

In Rn {E1,...,En} where En is the n-th column of the identity matrix which consists of all ones in the main diagonal and zeros everywhere else. This is because the columns of the identity matrix are linearly independent can always span a vector set by expressing it as a linear combination.

In P2 where P2 is the set of all polynomials of degree at most 2 {1,x,x2} is the standard basis.

In M22 {M1,1,M1,2,M2,1,M2,2} where M22 is the set of all 2x2 matrices. and Mm,n is the 2x2 matrix with a 1 in the m,n position and zeros everywhere else. This again is a standard basis since it is linearly independent and spanning.

Examples

  • Consider R2, the vector space of all coordinates (a, b) where both a and b are real numbers. Then a very natural and simple basis is simply the vectors e1 = (1,0) and e2 = (0,1): suppose that v = (a, b) is a vector in R2, then v = a (1,0) + b (0,1). But any two linearly independent vectors, like (1,1) and (−1,2), will also form a basis of R2 (see the section Proving that a finite spanning set is a basis[dead link] further down).
  • More generally, the vectors e1, e2, ..., en are linearly independent and generate Rn. Therefore, they form a basis for Rn and the dimension of Rn is n. This basis is called the standard basis.
  • Let V be the real vector space generated by the functions et and e2t. These two functions are linearly independent, so they form a basis for V.
  • Let R[x] denote the vector space of real polynomials; then (1, x, x2, ...) is a basis of R[x]. The dimension of R[x] is therefore equal to aleph-0.

Extending to a basis

Let S be a subset of a vector space V. To extend S to a basis means to find a basis B that contains S as a subset. This can be done if and only if S is linearly independent. Almost always, there is more than one such B, except in rather special circumstances (i.e. L is already a basis, or L is empty and V has two elements).

A similar question is when does a subset S contain a basis. This occurs if and only if S spans V. In this case, S will usually contain several different bases.

Example of alternative proofs

Often, a mathematical result can be proven in more than one way. Here, using three different proofs, we show that the vectors (1,1) and (−1,2) form a basis for R2.

From the definition of basis

We have to prove that these two vectors are linearly independent and that they generate R2.

Part I: If two vectors v,w are linearly independent, then av + bw = 0 (a and b scalars) implies a = 0,b = 0.

To prove that they are linearly independent, suppose that there are numbers a,b such that:

 a(1,1)+b(-1,2)=(0,0). \,

(i.e., they are linearly dependent) Then:


  (a-b,a+2b)=(0,0) \,
  and  

  a-b=0 \;
  and  
 
  a+2b=0. \,

Subtracting the first equation from the second, we obtain:


  3b=0 \;
  so  
 
  b=0. \,

Subtracting this equation from the first equation then:

 a=0. \,

Hence we have linear independence.

Part II: To prove that these two vectors generate R2, we have to let (a,b) be an arbitrary element of R2, and show that there exist numbers r,s ∈ R such that:

 r(1,1)+s(-1,2)=(a,b). \,

Then we have to solve the equations:

 r-s=a \,
 r+2s=b. \,

Subtracting the first equation from the second, we get:


  3s=b-a, \,
          and then
 
  s=(b-a)/3, \,
        and finally
 r=s+a=((b-a)/3)+a=(b+2a)/3. \,

By the dimension theorem

Since (−1,2) is clearly not a multiple of (1,1) and since (1,1) is not the zero vector, these two vectors are linearly independent. Since the dimension of R2 is 2, the two vectors already form a basis of R2 without needing any extension.

By the invertible matrix theorem

Simply compute the determinant

\det\begin{bmatrix}1&-1\\1&2\end{bmatrix}=3\neq0.

Since the above matrix has a nonzero determinant, its columns form a basis of R2. See: invertible matrix.

Ordered bases and coordinates

A basis is just a set of vectors with no given ordering. For many purposes it is convenient to work with an ordered basis. For example, when working with a coordinate representation of a vector it is customary to speak of the "first" or "second" coordinate, which makes sense only if an ordering is specified for the basis. For finite-dimensional vector spaces one typically indexes a basis {vi} by the first n integers. An ordered basis is also called a frame.

Suppose V is an n-dimensional vector space over a field F. A choice of an ordered basis for V is equivalent to a choice of a linear isomorphism φ from the coordinate space Fn to V.

Proof. The proof makes use of the fact that the standard basis of Fn is an ordered basis.

Suppose first that

φ : FnV

is a linear isomorphism. Define an ordered basis {vi} for V by

vi = φ(ei) for 1 ≤ in

where {ei} is the standard basis for Fn.

Conversely, given an ordered basis, consider the map defined by

φ(x) = x1v1 + x2v2 + ... + xnvn,

where x = x1e1 + x2e2 + ... + xnen is an element of Fn. It is not hard to check that φ is a linear isomorphism.

These two constructions are clearly inverse to each other. Thus ordered bases for V are in 1-1 correspondence with linear isomorphisms FnV.

The inverse of the linear isomorphism φ determined by an ordered basis {vi} equips V with coordinates: if, for a vector vV, φ−1(v) = (a1, a2,...,an) ∈ Fn, then the components aj = aj(v) are the coordinates of v in the sense that v = a1(v) v1 + a2(v) v2 + ... + an(v) vn.

The maps sending a vector v to the components aj(v) are linear maps from V to F, because of φ−1 is linear. Hence they are linear functionals. They form a basis for the dual space of V, called the dual basis.

Related notions

Analysis

In the context of infinite-dimensional vector spaces over the real or complex numbers, the term Hamel basis (named after Georg Hamel) or algebraic basis can be used to refer to a basis as defined in this article. This is to make a distinction with other notions of "basis" that exist when infinite-dimensional vector spaces are endowed with extra structure. The most important alternatives are orthogonal bases on Hilbert spaces, Schauder bases and Markushevich bases on normed linear spaces.

The common feature of the other notions is that they permit the taking of infinite linear combinations of the basic vectors in order to generate the space. This, of course, requires that infinite sums are meaningfully defined on these spaces, as is the case for topological vector spaces – a large class of vector spaces including e.g. Hilbert spaces, Banach spaces or Fréchet spaces.

The preference of other types of bases for infinite dimensional spaces is justified by the fact that the Hamel basis becomes "too big" in Banach spaces: If X is an infinite dimensional normed vector space which is complete (i.e. X is a Banach space), then any Hamel basis of X is necessarily uncountable. This is a consequence of the Baire category theorem. The completeness as well as infinite dimension are crucial assumptions in the previous claim. Indeed, finite dimensional spaces have by definition finite basis and there are infinite dimensional (non-complete) normed spaces which have countable Hamel basis. Consider c00, the space of the sequences x = (xn) of real numbers which have only finitely many non-zero coordinates, with the norm \|x\|=\sup_n |x_n|. The standard basis is its countable Hamel basis.

Example

In the study of Fourier series, one learns that the functions {1} ∪ { sin(nx), cos(nx) : n = 1, 2, 3, ... } are an "orthogonal basis" of the (real or complex) vector space of all (real or complex valued) functions on the interval [0, 2π] that are square-integrable on this interval, i.e., functions f satisfying

\int_0^{2\pi} \left|f(x)\right|^2\,dx<\infty.

The functions {1} ∪ { sin(nx), cos(nx) : n = 1, 2, 3, ... } are linearly independent, and every function f that is square-integrable on [0, 2π] is an "infinite linear combination" of them, in the sense that

\lim_{n\rightarrow\infty}\int_0^{2\pi}\biggl|a_0+\sum_{k=1}^n \bigl(a_k\cos(kx)+b_k\sin(kx)\bigr)-f(x)\biggr|^2\,dx=0

for suitable (real or complex) coefficients ak, bk. But most square-integrable functions cannot be represented as finite linear combinations of these basis functions, which therefore do not comprise a Hamel basis. Every Hamel basis of this space is much bigger than this merely countably infinite set of functions. Hamel bases of spaces of this kind are typically not useful, whereas orthonormal bases of these spaces are essential in Fourier analysis.

Affine geometry

The related notions of an affine space, projective space, convex set, and cone have related notions of affine basis[2] (a basis for an n-dimensional affine space is n + 1 points in general linear position), projective basis (essentially the same as an affine basis, this is n + 1 points in general linear position, here in projective space), convex basis (the vertices of a polytope), and cone basis[3] (points on the edges of a polygonal cone); see also a Hilbert basis (linear programming).

See also

Notes

  1. ^ Halmos, Paul Richard (1987) Finite-dimensional vector spaces (4th edition) Springer-Verlag, New York, page 10, ISBN 0-387-90093-4
  2. ^ Notes on geometry, by Elmer G. Rees, p. 7
  3. ^ Some remarks about additive functions on cones, Marek Kuczma

References

General references

  • Blass, Andreas (1984), "Existence of bases implies the axiom of choice", Axiomatic set theory, Contemporary Mathematics volume 31, Providence, R.I.: American Mathematical Society, pp. 31–33, ISBN 0-8218-5026-1, MR763890 
  • Brown, William A. (1991), Matrices and vector spaces, New York: M. Dekker, ISBN 978-0-8247-8419-5 
  • Lang, Serge (1987), Linear algebra, Berlin, New York: Springer-Verlag, ISBN 978-0-387-96412-6 

Historical references

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Linear algebra — R3 is a vector (linear) space, and lines and planes passing through the origin are vector subspaces in R3. Subspaces are a common object of study in linear algebra. Linear algebra is a branch of mathematics that studies vector spaces, also called …   Wikipedia

  • Basis (universal algebra) — Definitions The basis (or reference frame) of a (universal) algebra is a function b that takes some algebra elements as values b(i) and satisfies either one of the following two equivalent conditions. Here, the set of all b(i) is called basis set …   Wikipedia

  • Trace (linear algebra) — In linear algebra, the trace of an n by n square matrix A is defined to be the sum of the elements on the main diagonal (the diagonal from the upper left to the lower right) of A, i.e., where aii represents the entry on the ith row and ith column …   Wikipedia

  • Rank (linear algebra) — The column rank of a matrix A is the maximum number of linearly independent column vectors of A. The row rank of a matrix A is the maximum number of linearly independent row vectors of A. Equivalently, the column rank of A is the dimension of the …   Wikipedia

  • Projection (linear algebra) — Orthogonal projection redirects here. For the technical drawing concept, see orthographic projection. For a concrete discussion of orthogonal projections in finite dimensional linear spaces, see vector projection. The transformation P is the… …   Wikipedia

  • Flag (linear algebra) — In mathematics, particularly in linear algebra, a flag is an increasing sequence of subspaces of a vector space V . Here increasing means each is a proper subspace of the next (see filtration)::{0} = V 0 sub V 1 sub V 2 sub cdots sub V k = V.If… …   Wikipedia

  • Minor (linear algebra) — This article is about a concept in linear algebra. For the unrelated concept of minor in graph theory, see Minor (graph theory). In linear algebra, a minor of a matrix A is the determinant of some smaller square matrix, cut down from A by… …   Wikipedia

  • Theorems and definitions in linear algebra — This article collects the main theorems and definitions in linear algebra. Vector spaces A vector space( or linear space) V over a number field² F consists of a set on which two operations (called addition and scalar multiplication, respectively) …   Wikipedia

  • List of linear algebra topics — This is a list of linear algebra topics. See also list of matrices glossary of tensor theory. Contents 1 Linear equations 2 Matrices 3 Matrix decompositions 4 …   Wikipedia

  • List of linear algebra references — This is a list of selected references for linear algebra, an important branch of mathematics.Introductory linear algebraIntroductory linear algebra refers to the material typically covered in a first or second year course for scientists and… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”