Hojoo Lee - Problems in Linear Algebra
Hojoo Lee - Problems in Linear Algebra
Hojoo Lee
1
2 PROBLEMS IN LINEAR ALGEBRA
1. Introduction
http://my.netian.com/∼ideahitme/eng.html
This is a baby edition of the book. I would greatly like to hear about
interesting problems in linear algebra. I also would appreciate hearing about
any errors in the book, even minor ones. You can send all comments to the
author at [email protected].
2. Symbol Index
V a vector space
V∗ the dual space of V = the set of linear functionals on V
L(V ) the set of linear operators in the vector space V
Mn (k) the set of n × n matrices with entries in k
(aij )m×n the matrix of size m × n
(aij )n the matrix of size n × n
(, ) an inner product
detX the determinant of the matrix X
I the identity matrix or the identity operator
T∗ the adjoint operator of T
AT the transpose of the matrix A
(aij )m×n = (aij )m×n , where aij ∈ C
¡ ¢T
A∗ = A
P (F) the set of all polynomials with coefficients in F
Pm (F) = {p(x) ∈ F[x]|deg p(x) < m}
PROBLEMS IN LINEAR ALGEBRA 3
Contents
1. Vector Spaces 4
Vector Spaces 4
Inner Product Spaces 5
Linear Functionals and Dual Spaces 7
2. Theory of Matrices 8
Matrices 8
Traces and Determinants 10
3. Linear Maps 13
Linear Operators 13
Polynomials 15
Eigenvalues and Eigenvectors 16
Nilpotence 16
Bilinear and Quadratic Forms 17
Isometries 17
Projections 18
Contraction Operators 19
Adjoint Operators 19
Self-adjoint Operators 19
Normal Operators 20
Positive Operators 20
Square Roots and Cube Roots 20
4. References 22
4 PROBLEMS IN LINEAR ALGEBRA
1. Vector Spaces
1.1. Vector Spaces.
1. [G015] Let E be a real vector space. Consider the set E × E of ordered
pairs (x, y) with x, y ∈ E. Show that the set E × E becomes a complex vector
space under the operations:
(x1 , y1 ) + (x2 , y2 ) = (x1 + x2 , y1 + y2 ), (α + iβ)(x, y) = (αx − βy, αy + βx),
where x, y ∈ E and α, β ∈ R.
2. [I177] If V is a vector space over an infinite field F , prove that V cannot
be written as the set-theoretic union of a finite number of proper subspaces.
3. [I175] Let V be the set of all sequences (a1 , a2 , · · · ) (ai ∈ R), where
equality, addition and scalar multiplication are defined componentwise. We
define W and U by
W = {(a1 , a2 , · · · ) ∈ V | lim an = 0},
n→∞
∞
X
U = {(a1 , a2 , · · · ) ∈ V | an 2 is finite}.
n=1
(1) Prove that V is a vector space over F .
(2) Prove that W is a subspace of V .
(3) Prove that U is a subspace of V and is contained in W .
4. [P048] Let e1 , · · · , em be vectors in an n-dimensional vector space V with
m ≥ n + 2. Prove that there exist scalars α1 , · · · , αm not all of them equal
to 0 such that
Xm Xm
αi ei = 0 and αi = 0.
i=1 i=1
2. Theory of Matrices
2.1. Matrices.
24. [BSp89 ] Let B = (bij ) be a real 20 × 20 matrix such that
bii = 0 for all i = 1, · · · , 20, bij ∈ {1, −1} for all i 6= j
Show that B is invertible.
25. [R011] Show that every square matrix can be written as the sum of a
symmetric matrix and a skew-symmetric matrix
26. [P068] Prove that any square matrix A ∈ Mn (C) is the sum of two
invertible matrices.
27. [N160] Show by example that, if A and B are symmetric, it is not
necessarily true that AB are symmetric. What can be concluded if A and B
are symmetric and AB = BA ?
28. [N160] Show the following : If A is skew-symmetric, then A2 are sym-
metric. If A is skew-symmetric and B is symmetric, then AB − BA is
symmetric. If A is skew-symmetric and B is symmetric, then AB is skew-
symmetric if and only if AB = BA.
29. [N170] Show that A is a real non-singular matrix, then AT A is positive
definite.
30. [N170] Show that if A is real symmetric positive definite matrix, then
there exists a real non-singular matrix P such that A = P T P .
31. [N170] If A1 , · · · , Ar are real symmetric matrices, show that
A1 2 + · · · + Ar 2 = O
implies A1 = · · · = Ar = O.
32. [N174] If A1 , · · · , Ar are Hermitian matrices, show that
A1 2 + · · · + Ar 2 = O
implies A1 = · · · = Ar = O.
33. [N ] Show that if A is complex, then A∗ A is Hermitian non-negative
semi-definite.
34. [N174] Show that A is complex and A∗ A = 0, then A = 0.
35. [N174] Show that A is Hermitian and A2 = 0, then A = 0.
36. [P175, I283] Suppose that X ∈ Mn (C) commutes with all matrices.
Show that
X = λI
for some λ ∈ C.
PROBLEMS IN LINEAR ALGEBRA 9
3. Linear Maps
3.1. Linear Operators.
74. [S116] In the space of all polynomials in the variable t, consider the
operators A and B defined by relations
A(a0 + a1 t + · · · + an tn ) = a1 + a2 t + · · · + an−1 tn ,
B(a0 + a1 t + · · · + an tn ) = a0 t + a1 t2 + · · · + an tn+1 .
(1) Show that A and B are linear operators such that AB = I and BA 6= I.
(2) Does the operator A have an inverse ?
(3) Show that the operator B has infinitely many left inverses.
75. [N036] In the space of all real polynomials in the variable x, consider
the operators σ and τ defined by relations
Xn n
X
σ( ai xi ) = iai xi−1 ,
i=0 i=0
n
X n
X 1
τ( ai xi ) = ai xi+1 .
i+1
i=0 i=0
Show that στ = I, but that τ σ 6= I.
76. [N118] Show that any 2 × 2 complex matrix T such that T 2 + I = O is
similar to the matrix · ¸
0 −1
.
1 0
77. [P140] Let f : Mn −→ Mn be an invertible map and
f (XY ) = f (X)f (Y )
for any matrices X and Y . Prove that f (X) = AXA−1 , where A is a fixed
matrix.
78. [I184] Define a linear operator T on Pm (F) by
T (a0 + a1 x + · · · + an−1 xn−1 ) = a0 + a1 (x + 1) + · · · + an−1 (x + 1)n−1 .
Prove that T is an isomorphism.
79. [I269] If T ∈ L(V ) is nonzero and noninvertible, prove that there is an
element Z ∈ L(V ) such that T Z = 0 but ZT 6= 0.
80. [I273, H1 069] Let V be a finite dimensional vector space over F. Let
S, T ∈ L(V ). Prove that (ST − T S)2 commutes with all elements in L(V ).
81. [H1 061] Let V be a complex vector space over F. Let A, B ∈ L(V ).
Suppose that AB − BA commutes with A. Show that
Ak B − BAk = kAk−1 (AB − BA)
for every positive integer k.
14 PROBLEMS IN LINEAR ALGEBRA
4. References