Answer on Question #79918 – Math – Linear Algebra
Question
Which of the following statements are true and which are false? Justify your answer with a short proof or a counterexample.
i) R2 has infinitely many non-zero, proper vector subspaces.
ii) If is a one-one linear transformation between two finite dimensional vector spaces and then is invertible.
iii) If for a square matrix , then all the eigenvalues of are zero.
iv) Every unitary operator is invertible.
v) Every system of homogeneous linear equations has a non-zero solution
Solution
i) Yes, amount of different 1-dimensional subspaces with any and is infinite. We need just find infinite numbers of uncollinear vectors. For example, it will be (sin , cos ) for from 0 to . There are infinite uncollinear vectors, and it causes infinite amount of one-dimensional subspaces. We do not consider 2-dimensional subspaces here, two-dimensional space is single in R2 and it is the whole space R2 because if subspace of space have the same dimension as this space, this subspace and this space are equal.
ii) Yes, firstly and have same dimension. Obviously, then , and this is sufficient for existence of . T is one-one linear transformation, so T move one basis to another one. If the amount of vectors in the bases are not same, there exists at least one vector which will be linearly dependent on the others, but our transformation is one-one. The is just a transformation, which all vectors of a basis in the second space move in the opposite direction.
iii) Yes, it is one of properties of nilpotent matrix, a proof can be found at https://yutsumura.com/nilpotent-matrix-and-eigenvalues-of-the-matrix/ .
iv) Yes because and it is not equal to 0.
v) No. Indeed, the system
x+y=0
x+2y=0
has only the zero solution (x=0, y=0).
Answer provided by https://www.AssignmentExpert.com
Comments
Thank you for correcting us. The answer in part ii) is correct only when T is one-to-one and the range of T is equal to W. If it is not true, then the statement of ii) may be false.
In part 2, how you wrote that V and W have same dimension?Take T:R²->R³ s.t T(x,y)=(x,y,0) which is one one and not invertible also R² and R³ are of finite dimensions.