Linear Algebra Flashcards
Define a field
A set F with two binary operations + and × is a field if both (F,+,0) and (F{0},×,1) are abelian groups and the distribution law holds: (a+b)c = ac+bc, for all a, b, c ∈ F.
Define a field’s characteristic
The characteristic of a field is the smallest integer p such that 1 + 1 + · · · + 1 (p times) = 0. If no such p exists, the characteristic of F is defined to be zero.
Define a vector space
A vector space V over a field F is an abelian group (V,+,0) together with a scalar multiplication F×V → V such that for all a,b ∈ F and v, w ∈ V: a(v + w) = av + aw, (a + b)v = av + bv, (ab)v = a(bv) and 1.v = v.
Define linear independence
A subset S of a vector space V is linearly independent if whenever a1,…, an ∈ F, and s1,…, sn ∈ S, a1s1 + … + ansn = 0 ⇒ a1 = … = an = 0.
Define spanning
A subset S of a vector space V is spanning if for all v ∈ V there exists a1,…, an ∈ F and s1,…, sn ∈ S with v = a1s1 + … + ansn.
Define a basis
A subset S of a vector space is a basis if it is linearly independent and spanning.
Define a linear transformation
If V and W are vector spaces over F, then T: V → W is a linear transformation if for all a ∈ F and v,w ∈ V , T(av + w) = aT(v) + T(w).
Define an isomorphism of vector spaces
A bijective linear map between vector spaces.
Define a ring
A non-empty set R with two binary operations + and × is a ring if (R,+,0) is an abelian group, the multiplication × is associative and the distribution laws hold: for all a, b, c ∈ R, (a + b)c = ac + bc and a(b + c) = ab + ac.
Define a ring homomorphism
A map ϕ: R → S between two rings is a ring homomorphism if for all r, s ∈ R: ϕ(r + s) = ϕ(r) + ϕ(s) and ϕ(rs) = ϕ(r)ϕ(s).
Define a ring isomorphism
A bijective ring homomorphism.
Define an ideal
A non-empty subset I of a ring R is an ideal if for all s, t ∈ I and r ∈ R we have s − t ∈ I and sr, rs ∈ I.
Give the first isomorphism theorem (of rings)
The kernel Ker(ϕ) of a ring homomorphism ϕ: R → S is an ideal, its image Im(ϕ) is a subring of S, and ϕ induces an isomorphisms between the rings R/Ker(ϕ) and Im(ϕ).
Give the division algorithm theorem
Let f(x), g(x) ∈ F[x] be two polynomials with g(x) ≠ 0. Then there exists q(x), r(x) ∈ F[x] such that f(x) = q(x)g(x) + r(x) and deg r(x) < deg g(x).
Give Bezout’s Lemma for polynomials
Let a, b ∈ F[x] be non-zero polynomials and let gcd(a, b) = c. Then there exist s, t ∈ F[x] such that: a(x)s(x) + b(x)t(x) = c(x).
Define the minimal polynomial of a matrix
The minimal polynomial of A, denoted by m_A(x), is the monic polynomial p(x) of least degree such that p(A) = 0.
Define the characteristic polynomial of a matrix
The characteristic polynomial of A is defined as det(A − xI).
Define eigenvalues, eigenvectors
λ is an eigenvalue of A if there exists a non-zero v ∈ F^n such that Av = λv, and we call v the eigenvector.
Define a quotient vector space
The set of cosets V/U = {v + U : v ∈ V} with the operations (v + U) + (w + U) = v + w + U and a(v + U) = av + U for v, w ∈ V and a ∈ F is a vector space is called the quotient space.
Give the first isomorphism theorem for vector spaces
Let T: V → W be a linear map of vector spaces over F. Then Tbar: V /Ker(T) → Im(T), where v + Ker(T) → T(v) is an isomorphism of vector spaces.
Give the rank-nullity theorem
If T: V → W is a linear transformation and V is finite dimensional, then dim(V) = rank(T) + nullity(T).
Define invarience of a linear transformation
A subspace U of a linear transformation, T: V → V is T-invariant if T(U) ⊆ U.