跳到主要内容

Vector Spaces

Field

  1. a,bF\forall a, b \in F, a+bFa + b \in F, abFa \cdot b \in F.
  2. a,b,cF\forall a, b, c \in F, (a+b)+c=a+(b+c)(a + b) + c = a + (b + c), (ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c).
  3. a,bF\forall a, b \in F, a+b=b+aa + b = b + a, ab=baa \cdot b = b \cdot a.
  4. There exists an element 0F0 \in F such that aF\forall a \in F, a+0=aa + 0 = a.
  5. There exists an element 1F1 \in F, with 101 \neq 0, such that aF\forall a \in F, a1=aa \cdot 1 = a.
  6. aF\forall a \in F, there exists an element aF-a \in F such that a+(a)=0a + (-a) = 0.
  7. aF{0}\forall a \in F \setminus \{0\}, there exists an element a1Fa^{-1} \in F such that aa1=1a \cdot a^{-1} = 1.
  8. a,b,cF\forall a, b, c \in F, a(b+c)=(ab)+(ac)a \cdot (b + c) = (a \cdot b) + (a \cdot c).

Examples

  1. Q\mathbb{Q} — the field of rational numbers.

  2. R\mathbb{R} — the field of real numbers.

  3. C\mathbb{C} — the field of complex numbers.

  4. Fp\mathbb{F}_p — the finite field with pp elements, where pp is a prime number.

Vector Space

  1. x,yV\forall x, y \in V, x+yVx + y \in V.
  2. aF,xV\forall a \in F, \forall x \in V, axVax \in V.
  3. x,yV\forall x, y \in V, x+y=y+xx + y = y + x.
  4. x,y,zV\forall x, y, z \in V, (x+y)+z=x+(y+z)(x + y) + z = x + (y + z).
  5. There exists an element 0V0 \in V such that xV\forall x \in V, x+0=xx + 0 = x.
  6. xV\forall x \in V, there exists an element xV-x \in V such that x+(x)=0x + (-x) = 0.
  7. xV\forall x \in V, 1x=x1x = x.
  8. a,bF,xV\forall a,b \in F, \forall x \in V, (ab)x=a(bx)(ab)x = a(bx).
  9. aF,x,yV\forall a \in F, \forall x, y \in V, a(x+y)=ax+aya(x + y) = ax + ay.
  10. a,bF,xV\forall a, b \in F, \forall x \in V, (a+b)x=ax+bx(a + b)x = ax + bx.

Examples

  1. Fn\text{F}_n — the set of all nn-tuples with entries from a field FF.

  2. Mn×m(F)\text{M}_{n \times m}(F) — the set of all n×mn \times m matrices with entries from a field FF.

  3. Pn(F)\text{P}_n(F) — all polynomials with coefficients in FF of degree n\leq n.

Pn(F)={a0+a1x++anxnaiF}\begin{equation*} \text{P}_n(F) = \{\, a_0 + a_1x + \dots + a_nx^n \mid a_i \in F \,\} \end{equation*}
  1. P(F)\text{P}(F) — all polynomials with coefficients in FF.

  2. F(S,F)\mathcal{F}(S, F) — Let SS be any nonempty set and FF be any field, and F(S,F)\mathcal{F}(S, F) denote the set of all functions from SS to FF.

Subspace

Let VV be a vector space and WW a subspace of VV if and only if:

  1. 0W0 \in W.
  2. x,yW\forall x, y \in W, x+yWx + y \in W.
  3. aF,xW\forall a \in F, \forall x \in W, axWax \in W.

Theorems

  1. Any intersection of subspaces of a vector space VV is a subspace of VV.

Linear Combination

Let VV be a vector space and SS a nonempty subset of VV.

A vector vVv \in V is called a linear combination of SS. if there exist a finite number of vectors u1,u2,,unSu_1, u_2, \ldots, u_n \in S and scalars a1,a2,,anFa_1, a_2, \ldots, a_n \in F such that v=a1u1+a2u2++anunv = a_1u_1 + a_2u_2 + \cdots + a_nu_n.

  • In this case, we also say that vv is a linear combination of u1,u2,,unu_1, u_2, \ldots, u_n and call a1,a2,,ana_1, a_2, \ldots, a_n the coefficients of the linear combination.

  • The zero vector is a linear combination of any nonempty subset of (V).

Let SS be a nonempty subset of a vector space VV. The span of SS, denoted span(S)\text{span}(S), is the set consisting of all linear combinations of the vectors in SS.

  • span(S)\text{span}(S) is a subspace of VV.

  • if span(S)=V\text{span}(S) = V, we also say SS generate (or span) VV.

Linear Dependence and Linear Independence

A subset SS of a vector space VV is called linearly dependent if there exist a finite number of distinct vectors u1,u2,,unu_1, u_2, \ldots, u_n in SS and scalars a1,a2,,ana_1, a_2, \ldots, a_n, not all zero, such that

a1u1+a2u2++anun=0.\begin{equation*} a_1u_1 + a_2u_2 + \cdots + a_nu_n = 0. \end{equation*}

A subset SS of a vector space VV is not linearly dependent is called linearly independent.

Theorems

  1. Let VV be a vector space, and let S1S2VS_1 \subseteq S_2 \subseteq V. If S2S_2 is linearly independent, then S1S_1 is linearly independent.
  2. Let SS be a linearly independent subset of a vector space VV, and let vv be a vector in VV that is not in SS. Then S{v}S \cup \{v\} is linearly dependent if and only if vspan(S)v \in \text{span}(S).

Basis

A basis β\beta for a vector space VV is a linearly independent subset of VV that generates VV.

Theorems

  1. Let VV be a vector space and β={u1,u2,,un}\beta = \{u_1, u_2, \ldots, u_n\} be a subset of VV. Then β\beta is a basis for VV if and only if each vVv \in V can be uniquely expressed as a linear combination of vectors of β\beta, that is, can be expressed in the form v=a1u1+a2u2++anunv = a_1u_1 + a_2u_2 + \cdots + a_nu_n for unique scalars a1,a2,,ana_1, a_2, \ldots, a_n.

  2. Let VV be a vector space that is generated by a set GG containing exactly nn vectors, and let LL be a linearly independent subset of VV containing exactly mm vectors. Then mnm \le n and there exists a subset HH of GG containing exactly nmn - m vectors such that LHL \cup H generates VV.

    Corollary: Let VV be a vector space having a finite basis. Then every basis for VV contains the same number of vectors.

Standard Basis

  1. In Fn\text{F}^n, let e1=(1,0,0,,0)e_1 = (1, 0, 0, \ldots, 0), e2=(0,1,0,,0)e_2 = (0, 1, 0, \ldots, 0), \ldots ,en=(0,0,,0,1)e_n = (0, 0, \ldots, 0, 1). {e1,e2,,en}\{e_1, e_2, \ldots, e_n\} is readily seen to be a basis for Fn\text{F}^n and is called the standard basis for Fn\text{F}^n.
  2. In Pn(F)\text{P}_n(\text{F}) the set {1,x,x2,,xn}\{1, x, x^2, \ldots, x^n\} is a basis. We call this basis the standard basis for Pn(F)\text{P}_n(\text{F}).

Dimension

A vector space is called finite-dimensional if it has a basis consisting of a finite number of vectors.

The unique number of vectors in each basis for VV is called the dimension of VV and is denoted by dim(V)\text{dim}(V).

A vector space that is not finite-dimensional is called infinite-dimensional.

Examples

  1. The vector space {0}\{0\} has dimension zero.
  2. The vector space Fn\text{F}^n has dimension nn.
  3. The vector space Mn×m(F)\text{M}_{n \times m}(\text{F}) has dimension nmnm.
  4. The vector space Pn(F)\text{P}_n(\text{F}) has dimension n+1n + 1.

Theorems

  1. Let WW be a subspace of a finite-dimensional vector space VV. Then WW is finite-dimensional and dim(W)dim(V)\dim(W) \le \dim(V). Moreover, if dim(W)=dim(V)\dim(W) = \dim(V), then V=WV = W.
  2. If WW is a subspace of a finite-dimensional vector space VV, then any basis for WW can be extended to a basis for VV.