Field
- ∀a,b∈F, a+b∈F, a⋅b∈F.
- ∀a,b,c∈F, (a+b)+c=a+(b+c), (a⋅b)⋅c=a⋅(b⋅c).
- ∀a,b∈F, a+b=b+a, a⋅b=b⋅a.
- There exists an element 0∈F such that ∀a∈F, a+0=a.
- There exists an element 1∈F, with 1=0, such that ∀a∈F, a⋅1=a.
- ∀a∈F, there exists an element −a∈F such that a+(−a)=0.
- ∀a∈F∖{0}, there exists an element a−1∈F such that a⋅a−1=1.
- ∀a,b,c∈F, a⋅(b+c)=(a⋅b)+(a⋅c).
Examples
-
Q — the field of rational numbers.
-
R — the field of real numbers.
-
C — the field of complex numbers.
-
Fp — the finite field with p elements, where p is a prime number.
Vector Space
- ∀x,y∈V, x+y∈V.
- ∀a∈F,∀x∈V, ax∈V.
- ∀x,y∈V, x+y=y+x.
- ∀x,y,z∈V, (x+y)+z=x+(y+z).
- There exists an element 0∈V such that ∀x∈V, x+0=x.
- ∀x∈V, there exists an element −x∈V such that x+(−x)=0.
- ∀x∈V, 1x=x.
- ∀a,b∈F,∀x∈V, (ab)x=a(bx).
- ∀a∈F,∀x,y∈V, a(x+y)=ax+ay.
- ∀a,b∈F,∀x∈V, (a+b)x=ax+bx.
Examples
-
Fn — the set of all n-tuples with entries from a field F.
-
Mn×m(F) — the set of all n×m matrices with entries from a field F.
-
Pn(F) — all polynomials with coefficients in F of degree ≤n.
Pn(F)={a0+a1x+⋯+anxn∣ai∈F}
-
P(F) — all polynomials with coefficients in F.
-
F(S,F) — Let S be any nonempty set and F be any field, and F(S,F) denote the set of all functions from S to F.
Subspace
Let V be a vector space and W a subspace of V if and only if:
- 0∈W.
- ∀x,y∈W, x+y∈W.
- ∀a∈F,∀x∈W, ax∈W.
Theorems
- Any intersection of subspaces of a vector space V is a subspace of V.
Linear Combination
Let V be a vector space and S a nonempty subset of V.
A vector v∈V is called a linear combination of S. if there exist a finite number of vectors u1,u2,…,un∈S and scalars a1,a2,…,an∈F such that v=a1u1+a2u2+⋯+anun.
-
In this case, we also say that v is a linear combination of u1,u2,…,un and call a1,a2,…,an the coefficients of the linear combination.
-
The zero vector is a linear combination of any nonempty subset of (V).
Let S be a nonempty subset of a vector space V. The span of S, denoted span(S), is the set consisting of all linear combinations of the vectors in S.
-
span(S) is a subspace of V.
-
if span(S)=V, we also say S generate (or span) V.
Linear Dependence and Linear Independence
A subset S of a vector space V is called linearly dependent if there exist a finite number of distinct vectors u1,u2,…,un in S and scalars a1,a2,…,an, not all zero, such that
a1u1+a2u2+⋯+anun=0.
A subset S of a vector space V is not linearly dependent is called linearly independent.
Theorems
- Let V be a vector space, and let S1⊆S2⊆V. If S2 is linearly independent, then S1 is linearly independent.
- Let S be a linearly independent subset of a vector space V, and let v be a vector in V that is not in S. Then S∪{v} is linearly dependent if and only if v∈span(S).
Basis
A basis β for a vector space V is a linearly independent subset of V that generates V.
Theorems
-
Let V be a vector space and β={u1,u2,…,un} be a subset of V. Then β is a basis for V if and only if each v∈V can be uniquely expressed as a linear combination of vectors of β, that is, can be expressed in the form v=a1u1+a2u2+⋯+anun for unique scalars a1,a2,…,an.
-
Let V be a vector space that is generated by a set G containing exactly n vectors, and let L be a linearly independent subset of V containing exactly m vectors. Then m≤n and there exists a subset H of G containing exactly n−m vectors such that L∪H generates V.
Corollary: Let V be a vector space having a finite basis. Then every basis for V contains the same number of vectors.
Standard Basis
- In Fn, let e1=(1,0,0,…,0), e2=(0,1,0,…,0), … ,en=(0,0,…,0,1). {e1,e2,…,en} is readily seen to be a basis for Fn and is called the standard basis for Fn.
- In Pn(F) the set {1,x,x2,…,xn} is a basis. We call this basis the standard basis for Pn(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 V is called the dimension of V and is denoted by dim(V).
A vector space that is not finite-dimensional is called infinite-dimensional.
Examples
- The vector space {0} has dimension zero.
- The vector space Fn has dimension n.
- The vector space Mn×m(F) has dimension nm.
- The vector space Pn(F) has dimension n+1.
Theorems
- Let W be a subspace of a finite-dimensional vector space V. Then W is finite-dimensional and dim(W)≤dim(V). Moreover, if dim(W)=dim(V), then V=W.
- If W is a subspace of a finite-dimensional vector space V, then any basis for W can be extended to a basis for V.