Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Basis (linear algebra) - Wikipedia
Basis (linear algebra) - Wikipedia
From Wikipedia, the free encyclopedia
Set of vectors used to define coordinates
"Basis (mathematics)" redirects here. For other uses, see Basis.
The same vector (dark purple) can be represented in two different bases (purple and red arrows).

In mathematics, a set B of elements of a vector space V is called a basis (pl.: bases) if every element of V can be written in a unique way as a finite linear combination of elements of B. The coefficients of this linear combination are referred to as components or coordinates of the vector with respect to B. The elements of a basis are called basis vectors.

Equivalently, a set B is a basis if its elements are linearly independent and every element of V is a linear combination of elements of B. In other words, a basis is a linearly independent spanning set.

A vector space can have several bases; however all the bases have the same number of elements, called the dimension of the vector space.

This article deals mainly with finite-dimensional vector spaces. However, many of the principles are also valid for infinite-dimensional vector spaces.

Basis vectors find applications in the study of crystal structures and frames of reference.

Definition

[edit]

A basis B of a vector space V over a field F (such as the real numbers R or the complex numbers C) is a linearly independent subset of V that spans V. This means that a subset B of V is a basis if it satisfies the two following conditions:[1]

  • linear independence: for every finite subset { v 1 , … , v m } {\displaystyle \{\mathbf {v} _{1},\dotsc ,\mathbf {v} _{m}\}} {\displaystyle \{\mathbf {v} _{1},\dotsc ,\mathbf {v} _{m}\}} of B, if c 1 v 1 + ⋯ + c m v m = 0 {\displaystyle c_{1}\mathbf {v} _{1}+\cdots +c_{m}\mathbf {v} _{m}=\mathbf {0} } {\displaystyle c_{1}\mathbf {v} _{1}+\cdots +c_{m}\mathbf {v} _{m}=\mathbf {0} } for some c 1 , … , c m {\displaystyle c_{1},\dotsc ,c_{m}} {\displaystyle c_{1},\dotsc ,c_{m}} in F, then c 1 = ⋯ = c m = 0 {\displaystyle c_{1}=\cdots =c_{m}=0} {\displaystyle c_{1}=\cdots =c_{m}=0}; and[1][2]
  • the spanning property: for every vector v {\displaystyle \mathbf {v} } {\displaystyle \mathbf {v} } in V {\displaystyle V} {\displaystyle V}, one can choose a 1 , … , a n {\displaystyle a_{1},\dotsc ,a_{n}} {\displaystyle a_{1},\dotsc ,a_{n}} in F {\displaystyle F} {\displaystyle F} and v 1 , … , v n {\displaystyle \mathbf {v} _{1},\dotsc ,\mathbf {v} _{n}} {\displaystyle \mathbf {v} _{1},\dotsc ,\mathbf {v} _{n}} in B {\displaystyle B} {\displaystyle B} such that v = a 1 v 1 + ⋯ + a n v n {\displaystyle \mathbf {v} =a_{1}\mathbf {v} _{1}+\cdots +a_{n}\mathbf {v} _{n}} {\displaystyle \mathbf {v} =a_{1}\mathbf {v} _{1}+\cdots +a_{n}\mathbf {v} _{n}}. In other words, v {\displaystyle \mathbb {v} } {\displaystyle \mathbb {v} } can be represented as a linear combination of some vectors in B {\displaystyle B} {\displaystyle B}.[1]

The first property may be equivalently phrased as follows: if a linear combination of vectors in B is equal to the zero vector, then all the scalars coefficients of the combination must be zero.

If B is a basis for V, then every vector v {\displaystyle \mathbf {v} } {\displaystyle \mathbf {v} } in V can be written as a linear combination of vectors in B (by the spanning property); it follows from linear independence that this can be done in exactly one way. Thus, the scalar coefficients a i {\displaystyle a_{i}} {\displaystyle a_{i}} that appear in this combination are uniquely determined; they are called the coordinates of v {\displaystyle \mathbf {v} } {\displaystyle \mathbf {v} } with respect to the basis B {\displaystyle B} {\displaystyle B}.

A vector space that has a finite basis is called finite-dimensional. In this case, the finite subset can be taken as B {\displaystyle B} {\displaystyle B} itself to check for linear independence in the above definition.[1]

It is often convenient or even necessary to have an ordering on the basis vectors, for example, when discussing orientation, or when one considers the scalar coefficients of a vector with respect to a basis without referring explicitly to the basis elements. In this case, the ordering is necessary for associating each coefficient with the corresponding basis element. This ordering can be done by numbering the basis elements. In order to emphasize that an order has been chosen, one speaks of an ordered basis, which is therefore not simply an unstructured set, but a sequence, an indexed family, or similar; see § Ordered bases and coordinates below.

Examples

[edit]
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.

The set R2 of the ordered pairs of real numbers is a vector space under the operations of component-wise addition ( a , b ) + ( c , d ) = ( a + c , b + d ) {\displaystyle (a,b)+(c,d)=(a+c,b+d)} {\displaystyle (a,b)+(c,d)=(a+c,b+d)} and scalar multiplication λ ( a , b ) = ( λ a , λ b ) , {\displaystyle \lambda (a,b)=(\lambda a,\lambda b),} {\displaystyle \lambda (a,b)=(\lambda a,\lambda b),} where λ {\displaystyle \lambda } {\displaystyle \lambda } is any real number. A simple basis of this vector space consists of the two vectors e1 = (1, 0) and e2 = (0, 1). These vectors form a basis (called the standard basis) because any vector v = (a, b) of R2 may be uniquely written as v = a e 1 + b e 2 . {\displaystyle \mathbf {v} =a\mathbf {e} _{1}+b\mathbf {e} _{2}.} {\displaystyle \mathbf {v} =a\mathbf {e} _{1}+b\mathbf {e} _{2}.} Any other pair of linearly independent vectors of R2, such as (1, 1) and (−1, 2), forms also a basis of R2.

More generally, if F is a field, the set F n {\displaystyle F^{n}} {\displaystyle F^{n}} of n-tuples of elements of F is a vector space for similarly defined addition and scalar multiplication. Let e i = ( 0 , … , 0 , 1 , 0 , … , 0 ) {\displaystyle \mathbf {e} _{i}=(0,\ldots ,0,1,0,\ldots ,0)} {\displaystyle \mathbf {e} _{i}=(0,\ldots ,0,1,0,\ldots ,0)} be the n-tuple with all components equal to 0, except the ith, which is 1. Then e 1 , … , e n {\displaystyle \mathbf {e} _{1},\ldots ,\mathbf {e} _{n}} {\displaystyle \mathbf {e} _{1},\ldots ,\mathbf {e} _{n}} is a basis of F n , {\displaystyle F^{n},} {\displaystyle F^{n},} which is called the standard basis of F n . {\displaystyle F^{n}.} {\displaystyle F^{n}.}

A different flavor of example is given by polynomial rings. If F is a field, the collection F[X] of all polynomials in one indeterminate X with coefficients in F is an F-vector space. One basis for this space is the monomial basis B, consisting of all monomials: B = { 1 , X , X 2 , … } . {\displaystyle B=\{1,X,X^{2},\ldots \}.} {\displaystyle B=\{1,X,X^{2},\ldots \}.} Any set of polynomials such that there is exactly one polynomial of each degree (such as the Bernstein basis polynomials or Chebyshev polynomials) is also a basis. (Such a set of polynomials is called a polynomial sequence.) But there are also many bases for F[X] that are not of this form.

Properties

[edit]

Many properties of finite bases result from the Steinitz exchange lemma, which states that, for any vector space V, given a finite spanning set S and a linearly independent set L of n elements of V, one may replace n well-chosen elements of S by the elements of L to get a spanning set containing L, having its other elements in S, and having the same number of elements as S.

Most properties resulting from the Steinitz exchange lemma remain true when there is no finite spanning set, but their proofs in the infinite case generally require the axiom of choice or a weaker form of it, such as the ultrafilter lemma.

If V is a vector space over a field F, then:

  • If L is a linearly independent subset of a spanning set S ⊆ V, then there is a basis B such that L ⊆ B ⊆ S . {\displaystyle L\subseteq B\subseteq S.} {\displaystyle L\subseteq B\subseteq S.}
  • V has a basis (this is the preceding property with L being the empty set, and S = V).
  • All bases of V have the same cardinality, which is called the dimension of V. This is the dimension theorem.
  • A generating set S is a basis of V if and only if it is minimal, that is, no proper subset of S is also a generating set of V.
  • A linearly independent set L is a basis if and only if it is maximal, that is, it is not a proper subset of any linearly independent set.

If V is a vector space of dimension n, then:

  • A subset of V with n elements is a basis if and only if it is linearly independent.
  • A subset of V with n elements is a basis if and only if it is a spanning set of V.

Coordinates

[edit]

Let V be a vector space of finite dimension n over a field F, and B = { b 1 , … , b n } {\displaystyle B=\{\mathbf {b} _{1},\ldots ,\mathbf {b} _{n}\}} {\displaystyle B=\{\mathbf {b} _{1},\ldots ,\mathbf {b} _{n}\}} be a basis of V. By definition of a basis, every v in V may be written, in a unique way, as v = λ 1 b 1 + ⋯ + λ n b n , {\displaystyle \mathbf {v} =\lambda _{1}\mathbf {b} _{1}+\cdots +\lambda _{n}\mathbf {b} _{n},} {\displaystyle \mathbf {v} =\lambda _{1}\mathbf {b} _{1}+\cdots +\lambda _{n}\mathbf {b} _{n},} where the coefficients λ 1 , … , λ n {\displaystyle \lambda _{1},\ldots ,\lambda _{n}} {\displaystyle \lambda _{1},\ldots ,\lambda _{n}} are scalars (that is, elements of F), which are called the coordinates of v over B. However, if one talks of the set of the coefficients, one loses the correspondence between coefficients and basis elements, and several vectors may have the same set of coefficients. For example, 3 b 1 + 2 b 2 {\displaystyle 3\mathbf {b} _{1}+2\mathbf {b} _{2}} {\displaystyle 3\mathbf {b} _{1}+2\mathbf {b} _{2}} and 2 b 1 + 3 b 2 {\displaystyle 2\mathbf {b} _{1}+3\mathbf {b} _{2}} {\displaystyle 2\mathbf {b} _{1}+3\mathbf {b} _{2}} have the same set of coefficients {2, 3}, and are different. It is therefore often convenient to work with an ordered basis; this is typically done by indexing the basis elements by the first natural numbers. Then, the coordinates of a vector form a sequence similarly indexed, and a vector is completely characterized by the sequence of coordinates. An ordered basis, especially when used in conjunction with an origin, is also called a coordinate frame or simply a frame (for example, a Cartesian frame or an affine frame).

Let, as usual, F n {\displaystyle F^{n}} {\displaystyle F^{n}} be the set of the n-tuples of elements of F. This set is an F-vector space, with addition and scalar multiplication defined component-wise. The map φ : ( λ 1 , … , λ n ) ↦ λ 1 b 1 + ⋯ + λ n b n {\displaystyle \varphi :(\lambda _{1},\ldots ,\lambda _{n})\mapsto \lambda _{1}\mathbf {b} _{1}+\cdots +\lambda _{n}\mathbf {b} _{n}} {\displaystyle \varphi :(\lambda _{1},\ldots ,\lambda _{n})\mapsto \lambda _{1}\mathbf {b} _{1}+\cdots +\lambda _{n}\mathbf {b} _{n}} is a linear isomorphism from the vector space F n {\displaystyle F^{n}} {\displaystyle F^{n}} onto V. In other words, F n {\displaystyle F^{n}} {\displaystyle F^{n}} is the coordinate space of V, and the n-tuple φ − 1 ( v ) {\displaystyle \varphi ^{-1}(\mathbf {v} )} {\displaystyle \varphi ^{-1}(\mathbf {v} )} is the coordinate vector of v.

The inverse image by φ {\displaystyle \varphi } {\displaystyle \varphi } of b i {\displaystyle \mathbf {b} _{i}} {\displaystyle \mathbf {b} _{i}} is the n-tuple e i {\displaystyle \mathbf {e} _{i}} {\displaystyle \mathbf {e} _{i}} all of whose components are 0, except the ith that is 1. The e i {\displaystyle \mathbf {e} _{i}} {\displaystyle \mathbf {e} _{i}} form an ordered basis of F n {\displaystyle F^{n}} {\displaystyle F^{n}}, which is called its standard basis or canonical basis. The ordered basis B is the image by φ {\displaystyle \varphi } {\displaystyle \varphi } of the canonical basis of F n {\displaystyle F^{n}} {\displaystyle F^{n}}.

It follows from what precedes that every ordered basis is the image by a linear isomorphism of the canonical basis of F n {\displaystyle F^{n}} {\displaystyle F^{n}}, and that every linear isomorphism from F n {\displaystyle F^{n}} {\displaystyle F^{n}} onto V may be defined as the isomorphism that maps the canonical basis of F n {\displaystyle F^{n}} {\displaystyle F^{n}} onto a given ordered basis of V. In other words, it is equivalent to define an ordered basis of V, or a linear isomorphism from F n {\displaystyle F^{n}} {\displaystyle F^{n}} onto V.

Change of basis

[edit]
Main article: Change of basis

Let V be a vector space of dimension n over a field F. Given two (ordered) bases B old = ( v 1 , … , v n ) {\displaystyle B_{\text{old}}=(\mathbf {v} _{1},\ldots ,\mathbf {v} _{n})} {\displaystyle B_{\text{old}}=(\mathbf {v} _{1},\ldots ,\mathbf {v} _{n})} and B new = ( w 1 , … , w n ) {\displaystyle B_{\text{new}}=(\mathbf {w} _{1},\ldots ,\mathbf {w} _{n})} {\displaystyle B_{\text{new}}=(\mathbf {w} _{1},\ldots ,\mathbf {w} _{n})} of V, it is often useful to express the coordinates of a vector x with respect to B o l d {\displaystyle B_{\mathrm {old} }} {\displaystyle B_{\mathrm {old} }} in terms of the coordinates with respect to B n e w . {\displaystyle B_{\mathrm {new} }.} {\displaystyle B_{\mathrm {new} }.} This can be done by the change-of-basis formula, that is described below. The subscripts "old" and "new" have been chosen because it is customary to refer to B o l d {\displaystyle B_{\mathrm {old} }} {\displaystyle B_{\mathrm {old} }} and B n e w {\displaystyle B_{\mathrm {new} }} {\displaystyle B_{\mathrm {new} }} as the old basis and the new basis, respectively. It is useful to describe the old coordinates in terms of the new ones, because, in general, one has expressions involving the old coordinates, and if one wants to obtain equivalent expressions in terms of the new coordinates; this is obtained by replacing the old coordinates by their expressions in terms of the new coordinates.

Typically, the new basis vectors are given by their coordinates over the old basis, that is, w j = ∑ i = 1 n a i , j v i . {\displaystyle \mathbf {w} _{j}=\sum _{i=1}^{n}a_{i,j}\mathbf {v} _{i}.} {\displaystyle \mathbf {w} _{j}=\sum _{i=1}^{n}a_{i,j}\mathbf {v} _{i}.} If ( x 1 , … , x n ) {\displaystyle (x_{1},\ldots ,x_{n})} {\displaystyle (x_{1},\ldots ,x_{n})} and ( y 1 , … , y n ) {\displaystyle (y_{1},\ldots ,y_{n})} {\displaystyle (y_{1},\ldots ,y_{n})} are the coordinates of a vector x over the old and the new basis respectively, the change-of-basis formula is x i = ∑ j = 1 n a i , j y j , {\displaystyle x_{i}=\sum _{j=1}^{n}a_{i,j}y_{j},} {\displaystyle x_{i}=\sum _{j=1}^{n}a_{i,j}y_{j},} for i = 1, ..., n.

This formula may be concisely written in matrix notation. Let A be the matrix of the a i , j {\displaystyle a_{i,j}} {\displaystyle a_{i,j}}, and X = [ x 1 ⋮ x n ] and Y = [ y 1 ⋮ y n ] {\displaystyle X={\begin{bmatrix}x_{1}\\\vdots \\x_{n}\end{bmatrix}}\quad {\text{and}}\quad Y={\begin{bmatrix}y_{1}\\\vdots \\y_{n}\end{bmatrix}}} {\displaystyle X={\begin{bmatrix}x_{1}\\\vdots \\x_{n}\end{bmatrix}}\quad {\text{and}}\quad Y={\begin{bmatrix}y_{1}\\\vdots \\y_{n}\end{bmatrix}}} be the column vectors of the coordinates of v in the old and the new basis respectively, then the formula for changing coordinates is X = A Y . {\displaystyle X=AY.} {\displaystyle X=AY.}

The formula can be proven by considering the decomposition of the vector x on the two bases: one has x = ∑ i = 1 n x i v i , {\displaystyle \mathbf {x} =\sum _{i=1}^{n}x_{i}\mathbf {v} _{i},} {\displaystyle \mathbf {x} =\sum _{i=1}^{n}x_{i}\mathbf {v} _{i},} and x = ∑ j = 1 n y j w j = ∑ j = 1 n y j ∑ i = 1 n a i , j v i = ∑ i = 1 n ( ∑ j = 1 n a i , j y j ) v i . {\displaystyle \mathbf {x} =\sum _{j=1}^{n}y_{j}\mathbf {w} _{j}=\sum _{j=1}^{n}y_{j}\sum _{i=1}^{n}a_{i,j}\mathbf {v} _{i}=\sum _{i=1}^{n}{\biggl (}\sum _{j=1}^{n}a_{i,j}y_{j}{\biggr )}\mathbf {v} _{i}.} {\displaystyle \mathbf {x} =\sum _{j=1}^{n}y_{j}\mathbf {w} _{j}=\sum _{j=1}^{n}y_{j}\sum _{i=1}^{n}a_{i,j}\mathbf {v} _{i}=\sum _{i=1}^{n}{\biggl (}\sum _{j=1}^{n}a_{i,j}y_{j}{\biggr )}\mathbf {v} _{i}.}

The change-of-basis formula results then from the uniqueness of the decomposition of a vector over a basis, here B old {\displaystyle B_{\text{old}}} {\displaystyle B_{\text{old}}}; that is x i = ∑ j = 1 n a i , j y j , {\displaystyle x_{i}=\sum _{j=1}^{n}a_{i,j}y_{j},} {\displaystyle x_{i}=\sum _{j=1}^{n}a_{i,j}y_{j},} for i = 1, ..., n.

Related notions

[edit]

Free module

[edit]
Main articles: Free module and Free abelian group

If one replaces the field occurring in the definition of a vector space by a ring, one gets the definition of a module. For modules, linear independence and spanning sets are defined exactly as for vector spaces, although "generating set" is more commonly used than that of "spanning set".

Like for vector spaces, a basis of a module is a linearly independent subset that is also a generating set. A major difference with the theory of vector spaces is that not every module has a basis. A module that has a basis is called a free module. Free modules play a fundamental role in module theory, as they may be used for describing the structure of non-free modules through free resolutions.

A module over the integers is exactly the same thing as an abelian group. Thus a free module over the integers is also a free abelian group. Free abelian groups have specific properties that are not shared by modules over other rings. Specifically, every subgroup of a free abelian group is a free abelian group, and, if G is a subgroup of a finitely generated free abelian group H (that is an abelian group that has a finite basis), then there is a basis e 1 , … , e n {\displaystyle \mathbf {e} _{1},\ldots ,\mathbf {e} _{n}} {\displaystyle \mathbf {e} _{1},\ldots ,\mathbf {e} _{n}} of H and an integer 0 ≤ k ≤ n such that a 1 e 1 , … , a k e k {\displaystyle a_{1}\mathbf {e} _{1},\ldots ,a_{k}\mathbf {e} _{k}} {\displaystyle a_{1}\mathbf {e} _{1},\ldots ,a_{k}\mathbf {e} _{k}} is a basis of G, for some nonzero integers a 1 , … , a k {\displaystyle a_{1},\ldots ,a_{k}} {\displaystyle a_{1},\ldots ,a_{k}}. For details, see Free abelian group § Subgroups.

Analysis

[edit]

In the context of infinite-dimensional vector spaces over the real or complex numbers, the term Hamel basis (named after Georg Hamel[3]) 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. In the case of the real numbers R viewed as a vector space over the field Q of rational numbers, Hamel bases are uncountable, and have specifically the cardinality of the continuum, which is the cardinal number 2 ℵ 0 {\displaystyle 2^{\aleph _{0}}} {\displaystyle 2^{\aleph _{0}}}, where ℵ 0 {\displaystyle \aleph _{0}} {\displaystyle \aleph _{0}} (aleph-nought) is the smallest infinite cardinal, the cardinal of the integers.

The common feature of the other notions is that they permit the taking of infinite linear combinations of the basis 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 that 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 bases and there are infinite-dimensional (non-complete) normed spaces that have countable Hamel bases. Consider c 00 {\displaystyle c_{00}} {\displaystyle c_{00}}, the space of the sequences x = ( x n ) {\displaystyle x=(x_{n})} {\displaystyle x=(x_{n})} of real numbers that have only finitely many non-zero elements, with the norm ‖ x ‖ = sup n | x n | {\textstyle \|x\|=\sup _{n}|x_{n}|} {\textstyle \|x\|=\sup _{n}|x_{n}|}. Its standard basis, consisting of the sequences having only one non-zero element, which is equal to 1, is a countable Hamel basis.

Example

[edit]

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 ∫ 0 2 π | f ( x ) | 2 d x < ∞ . {\displaystyle \int _{0}^{2\pi }\left|f(x)\right|^{2}\,dx<\infty .} {\displaystyle \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 → ∞ ∫ 0 2 π | a 0 + ∑ k = 1 n ( a k cos ⁡ ( k x ) + b k sin ⁡ ( k x ) ) − f ( x ) | 2 d x = 0 {\displaystyle \lim _{n\to \infty }\int _{0}^{2\pi }{\biggl |}a_{0}+\sum _{k=1}^{n}\left(a_{k}\cos \left(kx\right)+b_{k}\sin \left(kx\right)\right)-f(x){\biggr |}^{2}dx=0} {\displaystyle \lim _{n\to \infty }\int _{0}^{2\pi }{\biggl |}a_{0}+\sum _{k=1}^{n}\left(a_{k}\cos \left(kx\right)+b_{k}\sin \left(kx\right)\right)-f(x){\biggr |}^{2}dx=0}

for suitable (real or complex) coefficients ak, bk. But many[4] 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.

Geometry

[edit]

The geometric notions of an affine space, projective space, convex set, and cone have related notions of basis.[5] An affine basis for an n-dimensional affine space is n + 1 {\displaystyle n+1} {\displaystyle n+1} points in general linear position. A projective basis is n + 2 {\displaystyle n+2} {\displaystyle n+2} points in general position, in a projective space of dimension n. A convex basis of a polytope is the set of the vertices of its convex hull. A cone basis[6] consists of one point by edge of a polygonal cone. See also a Hilbert basis (linear programming).

Random basis

[edit]

For a probability distribution in Rn with a probability density function, such as the equidistribution in an n-dimensional ball with respect to Lebesgue measure, it can be shown that n randomly and independently chosen vectors will form a basis with probability one, which is due to the fact that n linearly dependent vectors x1, ..., xn in Rn should satisfy the equation det[x1 ⋯ xn] = 0 (zero determinant of the matrix with columns xi), and the set of zeros of a non-trivial polynomial has zero measure. This observation has led to techniques for approximating random bases.[7][8]

Empirical distribution of lengths N of pairwise almost orthogonal chains of vectors that are independently randomly sampled from the n-dimensional cube [−1, 1]n as a function of dimension, n. Boxplots show the second and third quartiles of this data for each n, red bars correspond to the medians, and blue stars indicate means. Red curve shows theoretical bound given by Eq. (1) and green curve shows a refined estimate.[8]

It is difficult to check numerically the linear dependence or exact orthogonality. Therefore, the notion of ε-orthogonality is used. For spaces with inner product, x is ε-orthogonal to y if | ⟨ x , y ⟩ | / ( ‖ x ‖ ‖ y ‖ ) < ε {\displaystyle \left|\left\langle x,y\right\rangle \right|/\left(\left\|x\right\|\left\|y\right\|\right)<\varepsilon } {\displaystyle \left|\left\langle x,y\right\rangle \right|/\left(\left\|x\right\|\left\|y\right\|\right)<\varepsilon } (that is, cosine of the angle between x and y is less than ε).

In high dimensions, two independent random vectors are with high probability almost orthogonal, and the number of independent random vectors, which all are with given high probability pairwise almost orthogonal, grows exponentially with dimension. More precisely, consider equidistribution in n-dimensional ball. Choose N independent random vectors from a ball (they are independent and identically distributed). Let θ be a small positive number. Then for

N ≤ exp ( 1 4 ε 2 n ) − ln ⁡ ( 1 − θ ) {\displaystyle N\leq {\exp }{\bigl (}{\tfrac {1}{4}}\varepsilon ^{2}n{\bigr )}{\sqrt {-\ln(1-\theta )}}} {\displaystyle N\leq {\exp }{\bigl (}{\tfrac {1}{4}}\varepsilon ^{2}n{\bigr )}{\sqrt {-\ln(1-\theta )}}} Eq. 1

N random vectors are all pairwise ε-orthogonal with probability 1 − θ.[8] This N growth exponentially with dimension n and N ≫ n {\displaystyle N\gg n} {\displaystyle N\gg n} for sufficiently big n. This property of random bases is a manifestation of the so-called measure concentration phenomenon.[9]

The figure (right) illustrates distribution of lengths N of pairwise almost orthogonal chains of vectors that are independently randomly sampled from the n-dimensional cube [−1, 1]n as a function of dimension, n. A point is first randomly selected in the cube. The second point is randomly chosen in the same cube. If the angle between the vectors was within π/2 ± 0.037π/2 then the vector was retained. At the next step a new vector is generated in the same hypercube, and its angles with the previously generated vectors are evaluated. If these angles are within π/2 ± 0.037π/2 then the vector is retained. The process is repeated until the chain of almost orthogonality breaks, and the number of such pairwise almost orthogonal vectors (length of the chain) is recorded. For each n, 20 pairwise almost orthogonal chains were constructed numerically for each dimension. Distribution of the length of these chains is presented.

Proof that every vector space has a basis

[edit]

Let V be any vector space over some field F. Let X be the set of all linearly independent subsets of V.

The set X is nonempty since the empty set is an independent subset of V, and it is partially ordered by inclusion, which is denoted, as usual, by ⊆.

Let Y be a subset of X that is totally ordered by ⊆, and let LY be the union of all the elements of Y (which are themselves certain subsets of V).

Since (Y, ⊆) is totally ordered, every finite subset of LY is a subset of an element of Y, which is a linearly independent subset of V, and hence LY is linearly independent. Thus LY is an element of X. Therefore, LY is an upper bound for Y in (X, ⊆): it is an element of X, that contains every element of Y.

As X is nonempty, and every totally ordered subset of (X, ⊆) has an upper bound in X, Zorn's lemma asserts that X has a maximal element. In other words, there exists some element Lmax of X satisfying the condition that whenever Lmax ⊆ L for some element L of X, then L = Lmax.

It remains to prove that Lmax is a basis of V. Since Lmax belongs to X, we already know that Lmax is a linearly independent subset of V.

If there were some vector w of V that is not in the span of Lmax, then w would not be an element of Lmax either. Let Lw = Lmax ∪ {w}. This set is an element of X, that is, it is a linearly independent subset of V (because w is not in the span of Lmax, and Lmax is independent). As Lmax ⊆ Lw, and Lmax ≠ Lw (because Lw contains the vector w that is not contained in Lmax), this contradicts the maximality of Lmax. Thus this shows that Lmax spans V.

Hence Lmax is linearly independent and spans V. It is thus a basis of V, and this proves that every vector space has a basis.

This proof relies on Zorn's lemma, which is equivalent to the axiom of choice. Conversely, it has been proved that if every vector space has a basis, then the axiom of choice is true.[10] Thus the two assertions are equivalent.

See also

[edit]
  • Basis of a matroid
  • Basis of a linear program
  • Coordinate system
  • Change of basis – Coordinate change in linear algebra
  • Frame of a vector space – Similar to the basis of a vector space, but not necessarily linearly independentPages displaying short descriptions of redirect targets
  • Spherical basis – Basis used to express spherical tensors

Notes

[edit]
  1. ^ a b c d Brown, William A. (1991). Matrices and vector spaces. New York: M. Dekker. pp. 99–103. ISBN 978-0-8247-8419-5. The symbol L {\displaystyle L} {\displaystyle L} in this source means linear span, see p.94.
  2. ^ Halmos, Paul Richard (1987). Finite-Dimensional Vector Spaces (4th ed.). New York: Springer. p. 10. ISBN 978-0-387-90093-3.
  3. ^ Hamel 1905
  4. ^ Note that one cannot say "most" because the cardinalities of the two sets (functions that can and cannot be represented with a finite number of basis functions) are the same.
  5. ^ Rees, Elmer G. (2005). Notes on Geometry. Berlin: Springer. p. 7. ISBN 978-3-540-12053-7.
  6. ^ Kuczma, Marek (1970). "Some remarks about additive functions on cones". Aequationes Mathematicae. 4 (3): 303–306. doi:10.1007/BF01844160. S2CID 189836213.
  7. ^ Igelnik, B.; Pao, Y.-H. (1995). "Stochastic choice of basis functions in adaptive function approximation and the functional-link net". IEEE Trans. Neural Netw. 6 (6): 1320–1329. doi:10.1109/72.471375. PMID 18263425.
  8. ^ a b c Gorban, Alexander N.; Tyukin, Ivan Y.; Prokhorov, Danil V.; Sofeikov, Konstantin I. (2016). "Approximation with Random Bases: Pro et Contra". Information Sciences. 364–365: 129–145. arXiv:1506.04631. doi:10.1016/j.ins.2015.09.021. S2CID 2239376.
  9. ^ Artstein, Shiri (2002). "Proportional concentration phenomena of the sphere" (PDF). Israel Journal of Mathematics. 132 (1): 337–358. CiteSeerX 10.1.1.417.2375. doi:10.1007/BF02784520. S2CID 8095719.
  10. ^ Blass 1984

References

[edit]

General references

[edit]
  • Blass, Andreas (1984), "Existence of bases implies the axiom of choice" (PDF), Axiomatic set theory, Contemporary Mathematics volume 31, Providence, R.I.: American Mathematical Society, pp. 31–33, ISBN 978-0-8218-5026-8, MR 0763890
  • Lang, Serge (1987), Linear algebra, Berlin, New York: Springer-Verlag, ISBN 978-0-387-96412-6

Historical references

[edit]
  • Banach, Stefan (1922), "Sur les opérations dans les ensembles abstraits et leur application aux équations intégrales (On operations in abstract sets and their application to integral equations)" (PDF), Fundamenta Mathematicae (in French), 3: 133–181, doi:10.4064/fm-3-1-133-181, ISSN 0016-2736
  • Bolzano, Bernard (1804), Betrachtungen über einige Gegenstände der Elementargeometrie (Considerations of some aspects of elementary geometry) (in German)
  • Bourbaki, Nicolas (1969), Éléments d'histoire des mathématiques (Elements of history of mathematics) (in French), Paris: Hermann
  • Dorier, Jean-Luc (1995), "A general outline of the genesis of vector space theory", Historia Mathematica, 22 (3): 227–261, doi:10.1006/hmat.1995.1024, MR 1347828
  • Fourier, Jean Baptiste Joseph (1822), Théorie analytique de la chaleur (in French), Chez Firmin Didot, père et fils
  • Grassmann, Hermann (1844), Die Lineale Ausdehnungslehre - Ein neuer Zweig der Mathematik (in German), reprint: Hermann Grassmann. Translated by Lloyd C. Kannenberg. (2000), Extension Theory, Kannenberg, L.C., Providence, R.I.: American Mathematical Society, ISBN 978-0-8218-2031-5
  • Hamel, Georg (1905), "Eine Basis aller Zahlen und die unstetigen Lösungen der Funktionalgleichung f(x+y)=f(x)+f(y)", Mathematische Annalen (in German), 60 (3), Leipzig: 459–462, doi:10.1007/BF01457624, S2CID 120063569
  • Hamilton, William Rowan (1853), Lectures on Quaternions, Royal Irish Academy
  • Möbius, August Ferdinand (1827), Der Barycentrische Calcul : ein neues Hülfsmittel zur analytischen Behandlung der Geometrie (Barycentric calculus: a new utility for an analytic treatment of geometry) (in German), archived from the original on 2009-04-12
  • Moore, Gregory H. (1995), "The axiomatization of linear algebra: 1875–1940", Historia Mathematica, 22 (3): 262–303, doi:10.1006/hmat.1995.1025
  • Peano, Giuseppe (1888), Calcolo Geometrico secondo l'Ausdehnungslehre di H. Grassmann preceduto dalle Operazioni della Logica Deduttiva (in Italian), Turin{{citation}}: CS1 maint: location missing publisher (link)

External links

[edit]
  • Instructional videos from Khan Academy
    • Introduction to bases of subspaces
    • Proof that any subspace basis has same number of elements
  • "Linear combinations, span, and basis vectors". Essence of linear algebra. August 6, 2016. Archived from the original on 2021-11-17 – via YouTube.
  • "Basis", Encyclopedia of Mathematics, EMS Press, 2001 [1994]
  • v
  • t
  • e
Linear algebra
  • Outline
  • Glossary
  • Template:Matrix classes
Linear equations
  • Linear equation
  • System of linear equations
  • Determinant
  • Minor
  • Cauchy–Binet formula
  • Cramer's rule
  • Gaussian elimination
  • Gauss–Jordan elimination
  • Overcompleteness
  • Strassen algorithm
Three dimensional Euclidean space
Matrices
  • Matrix
  • Matrix addition
  • Matrix multiplication
  • Basis transformation matrix
  • Characteristic polynomial
  • Spectrum
  • Trace
  • Eigenvalue, eigenvector and eigenspace
  • Cayley–Hamilton theorem
  • Jordan normal form
  • Weyr canonical form
  • Rank
  • Inverse, Pseudoinverse
  • Adjugate, Transpose
  • Dot product
  • Symmetric matrix, Skew-symmetric matrix
  • Orthogonal matrix, Unitary matrix
  • Hermitian matrix, Antihermitian matrix
  • Positive-(semi)definite
  • Pfaffian
  • Projection
  • Spectral theorem
  • Perron–Frobenius theorem
  • Diagonal matrix, Triangular matrix, Tridiagonal matrix
  • Block matrix
  • Sparse matrix
  • Hessenberg matrix, Hessian matrix
  • Vandermonde matrix
  • Stochastic matrix, Toeplitz matrix, Circulant matrix, Hankel matrix
  • (0,1)-matrix
  • List of matrices
Matrix decompositions
  • Cholesky decomposition
  • LU decomposition
  • QR decomposition
  • Polar decomposition
  • Spectral theorem
  • Singular value decomposition
  • Higher-order singular value decomposition
  • Schur decomposition
  • Schur complement
  • Haynsworth inertia additivity formula
  • Reducing subspace
Relations and computations
  • Matrix equivalence
  • Matrix congruence
  • Matrix similarity
  • Matrix consimilarity
  • Row equivalence
  • Elementary row operations
  • Householder transformation
  • Least squares
  • Linear least squares
  • Gram–Schmidt process
  • Woodbury matrix identity
Vector spaces
  • Vector space
  • Linear combination
  • Linear span
  • Linear independence
  • Basis, Hamel basis
  • Change of basis
  • Dimension theorem for vector spaces
  • Hamel dimension
  • Examples of vector spaces
  • Linear map
  • Shear mapping
  • Squeeze mapping
  • Linear subspace
  • Row and column spaces, Null space
  • Rank–nullity theorem
  • Nullity theorem
  • Cyclic subspace
  • Dual space, Linear functional
  • Category of vector spaces
Structures
  • Topological vector space
  • Normed vector space
  • Inner product space
  • Euclidean space
  • Orthogonality
  • Orthogonal complement
  • Orthogonal projection
  • Orthogonal group
  • Pseudo-Euclidean space
  • Null vector
  • Indefinite orthogonal group
  • Orientation
  • Improper rotation
  • Symplectic structure
Multilinear algebra
  • Multilinear algebra
  • Tensor
  • Tensors (classical)
  • Component-free treatment of tensors
  • Outer product
  • Tensor algebra
  • Exterior algebra
  • Symmetric algebra
  • Clifford algebra
  • Geometric algebra
  • Bivector
  • Multivector
  • Gamas's theorem
Affine and projective
  • Affine space
  • Affine transformation, Affine group, Affine geometry
  • Affine coordinate system, Flat (geometry)
  • Cartesian coordinate system
  • Euclidean group
  • Poincaré group
  • Galilean group
  • Projective space
  • Projective transformation
  • Projective geometry
  • Projective linear group
  • Quadric
Numerical linear algebra
  • Numerical linear algebra
  • Floating-point arithmetic
  • Numerical stability
  • Basic Linear Algebra Subprograms
  • Sparse matrix
  • Comparison of linear algebra libraries
  • Category
  • v
  • t
  • e
Tensors
Glossary of tensor theory
Scope
Mathematics
  • Coordinate system
  • Differential geometry
  • Dyadic algebra
  • Euclidean geometry
  • Exterior calculus
  • Multilinear algebra
  • Tensor algebra
  • Tensor calculus
  • Physics
  • Engineering
  • Computer vision
  • Continuum mechanics
  • Electromagnetism
  • General relativity
  • Transport phenomena
Notation
  • Abstract index notation
  • Einstein notation
  • Index notation
  • Multi-index notation
  • Penrose graphical notation
  • Ricci calculus
  • Tetrad (index notation)
  • Van der Waerden notation
  • Voigt notation
Tensor
definitions
  • Tensor (intrinsic definition)
  • Tensor field
  • Tensor density
  • Tensors in curvilinear coordinates
  • Mixed tensor
  • Antisymmetric tensor
  • Symmetric tensor
  • Tensor operator
  • Tensor bundle
  • Two-point tensor
Operations
  • Covariant derivative
  • Exterior covariant derivative
  • Exterior derivative
  • Exterior product
  • Hodge star operator
  • Lie derivative
  • Raising and lowering indices
  • Symmetrization
  • Tensor contraction
  • Tensor product
  • Transpose (2nd-order tensors)
Related
abstractions
  • Affine connection
  • Basis
  • Cartan formalism (physics)
  • Connection form
  • Covariance and contravariance of vectors
  • Differential form
    • One-form
  • Dimension
  • Exterior form
  • Fiber bundle
  • Geodesic
  • Levi-Civita connection
  • Linear map
  • Manifold
  • Matrix
  • Multivector
  • Pseudotensor
  • Spinor
  • Vector
  • Vector space
Notable tensors
Mathematics
  • Kronecker delta
  • Levi-Civita symbol
  • Metric tensor
  • Nonmetricity tensor
  • Ricci curvature
  • Riemann curvature tensor
  • Torsion tensor
  • Weyl tensor
Physics
  • Moment of inertia
  • Angular momentum tensor
  • Spin tensor
  • Cauchy stress tensor
  • stress–energy tensor
  • Einstein tensor
  • EM tensor
  • Gluon field strength tensor
  • Metric tensor (GR)
Mathematicians
  • Élie Cartan
  • Augustin-Louis Cauchy
  • Elwin Bruno Christoffel
  • Albert Einstein
  • Leonhard Euler
  • Carl Friedrich Gauss
  • Hermann Grassmann
  • Tullio Levi-Civita
  • Gregorio Ricci-Curbastro
  • Bernhard Riemann
  • Jan Arnoldus Schouten
  • Woldemar Voigt
  • Hermann Weyl
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Basis_(linear_algebra)&oldid=1333677057"
Categories:
  • Axiom of choice
  • Linear algebra
Hidden categories:
  • CS1: long volume value
  • Articles with short description
  • Short description is different from Wikidata
  • Pages displaying short descriptions of redirect targets via Module:Annotated link
  • CS1 French-language sources (fr)
  • CS1 German-language sources (de)
  • CS1 maint: location missing publisher
  • CS1 Italian-language sources (it)
  • Articles containing proofs

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id