LinAlg2 Midterm Notes
LinAlg2 Midterm Notes
LinAlg2 Midterm Notes
Theorem
Let V be a vector space and let u V . Then,
1. The zero vector 0 is unique.
2. 0 ⊙ u = 0
3. The additive inverse z of u is unique.
4. −1 ⊙ u = z
Alternative notation:
additive inverse −u zero vector 0 vector addition u + v scalar multiplication cu
Denition Subspace
Let V be a vector space over F . U ⊆ V is a subspace of V if
U is a vector space over F with the same vector addition and scalar multiplication operations as V .
Only axioms 1 and 4 have to be checked to see if U is a subspace.
Theorem
Let V be a vector space over F and U ⊆ V . Then U is a subspace of V if and only if:
1. U is nonempty
2. u + v U for all u, v U
3. cu U for all c F and u U
Theorem
Let V be a vector space and v1 , v2 , , vr V . Then span(v1 , v2 , , vr ) is a subspace of V .
2
Theorem
1. If v1 , v2 , , vr span V and one of these vectors is a linear combination of the others,
then these r − 1 vectors span V .
2. One of the vectors v1 , v2 , , vr is a linear combination of the others if and only if
there exist scalars c1 , c2 , , cr F, not all zero, such that c1 v1 + c2 v2 + + cr vr = 0
Theorem
Let v1 , v2 , , vr V be vectors. Every vector in span(v1 , v2 , , vr ) can be written uniquely
as a linear combination of v1 , v2 , , vr if and only if v1 , v2 , , vr are linearly independent.
Theorem
If U, W are subspaces of a vector space V , then U + W is a subspace of V .
1.2 Bases
Denition Basis
Let V be a vector space over F . The vectors v1 , v2 , , vn form a basis of V if
1. v1 , v2 , , vn are linearly independent
2. span(v1 , v2 , , vn ) = V
Bases are not unique.
Lemma Replacement lemma
Let V be a nonzero vector space over F and let r be a positive integer.
r
Suppose that u1 , u2 , , ur span V . Let v = ci u1 be a nonzero vector in V . Then,
i=1
1. cj ̸= 0 for some j 1, 2, , r.
2. If cj ̸= 0 then v, u1 , , uj−1 , uj+1 , ur span V .
3. If u1 , u2 , , ur is a basis for V then v, u1 , , uj−1 , uj+1 , ur is also a basis for V .
Theorem
Let n and r be positive integers and let V be a vector space over F .
Let v1 , v2 , , vn be a basis of V and let u1 , u2 , , ur be linearly independent. Then,
1. r ≤ n
2. If r = n, then u1 , u2 , , ur is a basis of V .
Theorem
If v1 , v2 , , vn and u1 , u2 , , ur are bases of V , then n = r.
3
Denition Dimension
Let V be a vector space and let n be a positive integer.
• If v1 , v2 , , vn is a basis of v, then n is the dimension of V .
• If V = 0, then V has dimension zero.
• If V has dimension n for some n N, then V is nite dimensional (notation: dim V = n)
• Otherwise, V is innite dimensional.
If span(v1 , v2 , , vr ) = V , then dim V ≤ r
If V is nite dimensional, every set of linearly independent vectors in V can be extended to a basis.
If V is nite dimensional and U is a subspace of V , then dim U ≤ dim V .
The set of sequences in R is an example of an innite-dimensional vector space.
Theorem Grassman’s formula
Theorem
The kernel of T is a subspace of V and the range of T is a subspace of W .
Any element of an n-dimensional vector space can be represented by the
E-coordinate vector ⟨c1 , c2 , , cn ⟩ Fn by xing an ordered basis E.
Denition E-basis representation
Let E = (v1 , v2 , , vn ) be an ordered basis of V .
For any u V , write u = c1 v1 + c2 v2 + + cn vn where ck F.
The function [ · ]E : V → Fn , dened by [u]E = ⟨c1 , c2 , , cn ⟩ is called the E-basis representation.
Theorem
[ · ]E : V → Fn is a linear transformation.
4
The range of a matrix is equal to the span of its columns.
Lemma
Let T : V → W be a linear map. Then ker(T ) = 0 if and only if T is injective.
Lemma
Let T : V → W be a linear map with dim V = dim W < ∞. Then T is injective ⇐⇒ T is surjective.
Theorem
Let V be a nite dimensional vector space with bases , and linear transformation T .
Let S =γ [I]β . Then β [I]γ = S −1 and γ [T ]γ = S β [T ]β S −1
Denition Similarity
Two matrices A and B are similar if and only if A = Q−1 BQ for some Q.
V × V → R : (v1 , v2 ) → ⟨v1 , v2 ⟩
V × V → C : (v1 , v2 ) → ⟨v1 , v2 ⟩
5
Denition W ⊥
Let W ⊆ V be a subspace. Then W ⊥ := v V : ⟨v, w⟩ = 0 ∀w W
W ⊥ is a subspace of V .
Theorem
If V is nite-dimensional and W ⊆ V , then dim W + dim W ⊥ = dim V .
1.3.1 Norms
Denition Norm
Let V be an F-vectorspace.
A vector-space norm on V is a map ∥ · ∥ : V → R where ∥v∥ is the norm of v V .
This map has to satisfy the following conditions for all v V :
1. Non-negativity ∥v∥ ≥ 0
2. Positivity ∥v∥ = 0 ⇐⇒ v = 0
3. Homogeneity ∥λv∥ = λ · ∥v∥ ∀λ F
4. Triangle inequality ∥v + w∥ ≤ ∥v∥ + ∥w∥
Theorem
Let V be an inner product space. Then we can dene a norm as ∥v∥ = ⟨v, v⟩