Linear Algebra and Vector Spaces Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/68

flashcard set

Earn XP

Description and Tags

A collection of vocabulary flashcards covering the fundamental concepts of linear algebra, including vector spaces, linear maps, determinants, and spectral theory.

Last updated 8:55 PM on 8/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

69 Terms

1
New cards

Field

A non-zero commutative ring where every non-zero element has a multiplicative inverse.

2
New cards

Vector Space

An abelian group VV with a scalar multiplication operation F×VVF \times V \rightarrow V defined over a field FF satisfying specific distributivity and associativity axioms.

3
New cards

Subspace

A non-empty subset WVW \subseteq V such that for all u,vWu, v \in W and α,βF\alpha, \beta \in F, the linear combination αu+βv\alpha u + \beta v is also in WW.

4
New cards

Linear Independence

A property of a vector sequence v_1,,v_nv\_1, \dots, v\_n where the equation α_1v_1++α_nv_n=0\alpha\_1 v\_1 + \dots + \alpha\_n v\_n = 0 implies that all scalars α_i\alpha\_i must be zero.

5
New cards

Basis

A vector sequence in VV that is both linearly independent and spans the entire vector space.

6
New cards

Dimension

The number of vectors in a basis of a finite-dimensional vector space, denoted as dim(V)\text{dim}(V).

7
New cards

Linear Transformation

A function T:UVT: U \rightarrow V that preserves vector addition and scalar multiplication, satisfying T(αu_1+βu_2)=αT(u_1)+βT(u_2)T(\alpha u\_1 + \beta u\_2) = \alpha T(u\_1) + \beta T(u\_2).

8
New cards

Kernel

The set of all vectors uUu \in U such that T(u)=0_VT(u) = 0\_V, forming a subspace of the domain.

9
New cards

Image

The set of all vectors vVv \in V such that v=T(u)v = T(u) for some uUu \in U, forming a subspace of the codomain.

10
New cards

Rank

The dimension of the image of a linear transformation, denoted as rank(T)\text{rank}(T).

11
New cards

Nullity

The dimension of the kernel of a linear transformation, denoted as nullity(T)\text{nullity}(T).

12
New cards

Trace

The sum of the entries on the main diagonal of a square matrix, denoted as Tr(A)\text{Tr}(A).

13
New cards

Characteristic Polynomial

The determinant det(AxI)\det(A - xI) used to determine the eigenvalues of a matrix AA.

14
New cards

Eigenvalue

A scalar λ\lambda for which there exists a non-zero vector vv such that Av=λvAv = \lambda v.

15
New cards

Eigenvector

A non-zero vector vv that, when multiplied by a matrix AA, results in a scalar multiple of itself.

16
New cards

Diagonalisable

A property of a linear map or matrix that possesses a basis consisting entirely of eigenvectors.

17
New cards

Self-adjoint Operator

A linear operator TT on a Euclidean space satisfying τ(T(v),w)=τ(v,T(w))\tau(T(v), w) = \tau(v, T(w)) for all vectors v,wv, w.

18
New cards

Singular Values

The unique positive square roots of the eigenvalues of the operator ATAA^T A, usually ordered as γ_1γ_2γ_n>0\gamma\_1 \ge \gamma\_2 \ge \dots \ge \gamma\_n > 0.

19
New cards

Proof by Induction

A method of mathematical proof where the statement is proven for a base case and then shown to hold for the next case under the assumption it holds for all previous cases.

20
New cards

Isomorphism

A structure-preserving mapping between two mathematical structures that allows for the comparison of their properties.

21
New cards

Span

The set of all possible linear combinations of a given set of vectors, representing all vectors that can be reached within a vector space.

22
New cards

Closure Property

A property of a set in which performing an operation on members of the set produces a member that also belongs to the same set.

23
New cards

Direct Sum

A way to combine two subspaces such that their intersection is the zero vector, resulting in a space that retains the properties of both subspaces.

24
New cards

Orthogonality

A concept in vector spaces where two vectors are orthogonal if their dot product is zero, indicating they are perpendicular.

25
New cards

Linear Combination

An expression formed by multiplying vectors by scalars and adding the results, used to generate new vectors in a vector space.

26
New cards

Eigenvalue Decomposition

A representation of a matrix into the form of its eigenvalues and eigenvectors, allowing for easier computation and analysis.

27
New cards

Co-dimension

The difference between the dimension of a space and the dimension of a subspace within it, indicating how 'tall' the subspace is within the larger space.

28
New cards

Determinants

A scalar value that can be computed from the elements of a square matrix, used to determine the matrix's invertibility and other properties.

29
New cards

Proof of Vector Space Axioms

To prove that a set VV with operations of addition and scalar multiplication forms a vector space over a field FF, verify the following axioms: 1. Closure under addition: For all u,vinVu, v \\in V, u+vinVu + v \\in V. 2. Closure under scalar multiplication: For all cinFc \\in F and uinVu \\in V, cuinVc u \\in V . 3. Associativity of addition: For all u,v,winVu, v, w \\in V, (u + v) + w = u + (v + w)$. 4. Commutativity of addition: For all u, v \in V,,u + v = v + u.5.Existenceofadditiveidentity:Thereexistsanelement. 5. Existence of additive identity: There exists an element0 \in Vsuchthatsuch thatu + 0 = uforallfor allu \in V.6.Existenceofadditiveinverses:Foreach. 6. Existence of additive inverses: For eachu \in V,thereexists, there exists-u \in Vsuchthatsuch thatu + (-u) = 0.7.Distributivityofscalarmultiplicationwithrespecttovectoraddition:Forall. 7. Distributivity of scalar multiplication with respect to vector addition: For allc \in Fandandu, v \in V,,c(u + v) = cu + cv.8.Distributivityofscalarmultiplicationwithrespecttofieldaddition:Forall. 8. Distributivity of scalar multiplication with respect to field addition: For allc, d \in Fandandu \in V,,(c + d)u = cu + du.9.Compatibilityofscalarmultiplicationwithfieldmultiplication:Forall. 9. Compatibility of scalar multiplication with field multiplication: For allc, d \in Fandandu \in V,,(cd)u = c(du).10.Identityelementofscalarmultiplication:Forall. 10. Identity element of scalar multiplication: For allu \in V,,1u = u$$.

30
New cards

Basis of a Vector Space

A basis of a vector space VV is a set of vectors that is linearly independent and spans the entire space. To prove a set of vectors {v1,v2,,vn}\{v_1, v_2, \dots, v_n\} is a basis: 1. Show the vectors are linearly independent: The equation α1v1+α2v2++αnvn=0\alpha_1 v_1 + \alpha_2 v_2 + \dots + \alpha_n v_n = 0 implies that all αi=0\alpha_i = 0. 2. Show they span the space: Any vector vVv \in V can be expressed as a linear combination of the basis vectors.

31
New cards

Linear Independence

To prove a set of vectors {v1,v2,,vn}\{v_1, v_2, \dots, v_n\} is linearly independent, show that the equation α1v1+α2v2++αnvn=0\alpha_1 v_1 + \alpha_2 v_2 + \dots + \alpha_n v_n = 0 implies that all coefficients αi=0\alpha_i = 0. This is typically done through reduction to row echelon form if placed in matrix form.

32
New cards

Proof of the Dimension Theorem

The dimension theorem states: If VV is a finite-dimensional vector space and WW is a subspace of VV, then dim(V)=dim(W)+dim(W)\text{dim}(V) = \text{dim}(W) + \text{dim}(W^\perp), where WW^\perp is the orthogonal complement of WW. Proof involves demonstrating that the basis of VV can be expressed in terms of bases for WW and its orthogonal complement.

33
New cards

Existence of Eigenvalues

To prove the existence of eigenvalues for a square matrix AA, show that the characteristic polynomial p(x)=det(AxI)p(x) = \det(A - xI) has roots, which are the eigenvalues. By the Fundamental Theorem of Algebra, any polynomial of degree nn has nn roots, hence AA has at least one eigenvalue.

34
New cards

Diagonalizability Criteria

A matrix AA is diagonalizable if there exists a basis of eigenvectors for the space. To prove this, you show that the characteristic polynomial of AA has nn distinct roots (eigenvalues) leading to a complete set of linearly independent eigenvectors.

35
New cards

Trace of a Matrix

The trace of a matrix AA is defined as the sum of the diagonal elements, Tr(A)=iaii.\text{Tr}(A) = \sum_{i} a_{ii}. To prove its properties: 1. Tr(AB)=Tr(BA)\text{Tr}(AB) = \text{Tr}(BA) for any square matrices AA and BB. 2. Tr(A+B)=Tr(A)+Tr(B).\text{Tr}(A + B) = \text{Tr}(A) + \text{Tr}(B). 3. If cc is a scalar, then Tr(cA)=cTr(A).\text{Tr}(cA) = c \text{Tr}(A).

36
New cards

Properties of Determinants

Prove that the determinant of a product of matrices satisfies det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B). To prove this, you can use cofactor expansion or properties of linear transformations associated with those matrices.

37
New cards

Rank-Nullity Theorem

The rank-nullity theorem states: For a linear transformation T:UVT: U \rightarrow V, dim(kernel(T))+dim(image(T))=dim(U)\text{dim(kernel}(T)) + \text{dim(image}(T)) = \text{dim}(U). To prove this, analyze the dimension of the image and kernel using bases.

38
New cards

Orthogonal Complements

For any vector space VV, the orthogonal complement WW^\perp is defined as the set of all vectors orthogonal to each vector in WW. Prove that dim(W)+dim(W)=dim(V)\text{dim}(W) + \text{dim}(W^\perp) = \text{dim}(V) through the properties of linear transformations.

39
New cards

Cauchy-Schwarz Inequality

To prove the Cauchy-Schwarz Inequality, suppose u,vu, v are in an inner product space: u,v2u,uv,v.|\langle u, v \rangle|^2 \leq \langle u, u \rangle \langle v, v \rangle. This can be shown using the properties of the inner product and constructing the quadratic form associated with t(u)+vt(u) + v.

40
New cards

Triangle Inequality

Prove the triangle inequality for norms: u+vu+v\|u + v\| \leq \|u\| + \|v\|. Use the Cauchy-Schwarz inequality to establish relationships between the magnitudes of vector sums and their individual magnitudes.

41
New cards

Linear Transformation Properties

To show a function T:UVT: U \rightarrow V is a linear transformation, verify two properties: 1. T(u+v)=T(u)+T(v)T(u + v) = T(u) + T(v) for all u,vUu, v \in U. 2. T(cu)=cT(u)T(cu) = cT(u) for all cFc \in F and uUu \in U.

42
New cards

Subspace Criteria

To prove that a set WW is a subspace of a vector space VV, verify that: 1. WW is non-empty. 2. If u,vWu, v \in W, then u+vWu + v \in W. 3. If uWu \in W and cFc \in F, then cuWcu \in W.

43
New cards

Proof of Existence of Solutions

To prove the existence of solutions for the equation Ax=bAx = b (where AA is a matrix), establish that the rank of AA is equal to the rank of the augmented matrix [Ab][A|b], which guarantees at least one solution exists.

44
New cards

Eigenvalues and Eigenvectors

For a matrix AA, to prove that a non-zero vector vv is an eigenvector corresponding to an eigenvalue λ\lambda, show that the equation Av=λvAv = \lambda v holds. This entails solving the characteristic equation.

45
New cards

Identity Matrix Properties

The identity matrix II has the property that for any matrix AA, AI=AAI = A and IA=AIA = A. To prove this, use the definition of matrix multiplication.

46
New cards

Linear Combinations

Prove that any vector in the vector space can be expressed as a linear combination of basis vectors. This requires defining the basis and showing the representation of any vector using these basis vectors.

47
New cards

Direct Sum of Subspaces

To prove that two subspaces UU and WW of a vector space VV form a direct sum UWU \oplus W, show that their intersection is only the zero vector: UW={0}U \cap W = \{0\} and every element of VV can be written uniquely as the sum of an element from UU and an element from $$W$.

48
New cards

Orthogonal Sets of Vectors

To prove that a set of vectors is orthogonal, show that the dot product of every pair of distinct vectors within the set equals zero: ui,uj=0\langle u_i, u_j \rangle = 0 for all iji \neq j.

49
New cards

Convergence of Sequences in Metric Spaces

To prove that a sequence converges in a metric space, show that for every ϵ>0\epsilon > 0, there exists an integer NN such that for all ngeqNn \\geq N, d(xn,L)<ϵd(x_n, L) < \epsilon, where LL is the limit.

50
New cards

Continuity of Linear Maps

To prove that a linear map is continuous, show that for a linear transformation TT, for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if uv<δ\|u - v\| < \delta then T(u)T(v)<ϵ\|T(u) - T(v)\| < \epsilon.

51
New cards

Bounded Linear Operators

To prove that a linear operator TT is bounded, show that there exists a constant C0C\ge0 such that for all vectors uu in the domain, T(u)Cu\|T(u)\| \leq C\|u\|.

52
New cards

Change of Basis Formula

To prove the change of basis formula, if [x]B[x]_{B} is the coordinate vector of xx in basis BB and [x]C[x]_{C} in basis CC, then [x]C=PCB[x]B[x]_{C} = P_{C \leftarrow B}[x]_{B} where PCBP_{C \leftarrow B} is the change of basis matrix.

53
New cards

Application of the Intermediate Value Theorem

To prove the Intermediate Value Theorem, show that if ff is continuous on [a,b][a, b] and NN is a number between f(a)f(a) and f(b)f(b), then there exists some c(a,b)c \in (a, b) such that f(c)=Nf(c) = N.

54
New cards

Fundamental Theorem of Algebra

To prove the Fundamental Theorem of Algebra, show that any non-constant polynomial p(z)p(z) has at least one complex root. This is often done using properties of complex numbers and topological arguments.

55
New cards

Linear Functionals

A linear functional is a mapping from a vector space to its field. To prove it is linear, you must show f(u+v)=f(u)+f(v)f(u + v) = f(u) + f(v) and f(cu)=cf(u)f(cu) = c f(u) for all u,vu, v in the vector space and all scalars cc.

56
New cards

Scalar Product and Cauchy-Schwarz Inequality

In the context of scalar products, the Cauchy-Schwarz inequality can be formally proved by establishing that u,v2u2v2|\langle u, v \rangle|^2 \leq \|u\|^2 \|v\|^2 through applying concepts of inner product spaces.

57
New cards

Norm of a Vector Space

To prove a function v\|v\| is a norm on vector space VV, verify: 1. v0\|v\| \geq 0, and v=0\|v\| = 0 if and only if v=0v = 0. 2. \|\alpha v\| = ||\|v\| for all αF\alpha \in F and vVv \in V. 3. u+vu+v\|u + v\| \leq \|u\| + \|v\| (Triangle Inequality).

58
New cards

Rank of a Matrix

The rank of a matrix is the dimension of its row space or column space. To prove this equality, transform the matrix to reduced row echelon form and count the non-zero rows, demonstrating that this count equals the maximum number of linearly independent rows or columns.

59
New cards

Fixed Point Theorem

To prove a fixed point theorem (like Banach’s), demonstrate that a contraction mapping in a complete metric space has a unique fixed point using the properties of metric spaces and sequences.

60
New cards

Laplacian Matrix and Graph Theory

To prove the properties of the Laplacian matrix in graph theory, confirm that the sum of each row (or column) equals zero, illustrating the relationship between the graph’s structure and its Laplacian representation.

61
New cards

Gram-Schmidt Process

To prove that the Gram-Schmidt process produces an orthogonal (or orthonormal) set from a basis, show that the successive steps accurately compute the orthogonal projections of vectors and form the required orthogonality.

62
New cards

De Moivre's Theorem

To prove De Moivre's theorem, cis(θ)n=cis(nθ)\text{cis}(\theta)^n = \text{cis}(n\theta), utilize the properties of Euler's formula and induction to establish the equalities.

63
New cards

Claim about Linear Combinations

To prove that a specific combination of linear combinations is an element of a vector space, show that the linear combination can be expressed in terms of basis vectors, maintaining closure under vector operations.

64
New cards

Properties of Complex Eigenvalues

To prove that complex eigenvalues of a real matrix come in conjugate pairs, utilize the characteristic polynomial properties and the fact that real matrices’ eigenvalue roots are either real or occur in conjugate pairs.

65
New cards

Independence of Eigenvectors

To show that eigenvectors associated with distinct eigenvalues are linearly independent, assume a linear combination equals zero, leading to a contradiction based on the eigenvalue definition.

66
New cards

Dual Spaces

The dual space of a vector space VV consists of all linear functionals on VV. To prove properties about dual spaces, verify that the dimension of VV^{*} is equal to the dimension of VV.

67
New cards

Implication of Zero Divisors in Rings

Prove that if a ring has nontrivial zero divisors, then the product of these zero divisors produces a zero, demonstrating structural properties about the ring.

68
New cards

Closure Under Addition of Vectors

Prove the closure property (u+v)V(u + v) \in V for all u,vVu, v \in V within a specified vector space by showing that the sum of any two vectors results in another vector that adheres to the space’s defined dimension.

69
New cards

Application of the Matrix Exponential

To prove the properties of matrix exponentials, confirm that if AA is a matrix, then eA=n=0Ann!e^{A} = \sum_{n=0}^{\infty} \frac{A^n}{n!} converges and can be applied in solving linear differential equations.