Matrix A is invertible iff A is onto?

  • Thread starter Aziza
  • Start date
  • Tags
    Matrix
In summary, for an nxn matrix A that corresponds to a linear transformation, "A is invertible" is equivalent to "A is onto" and "A is one-to-one". However, it may not always be the case for linear transformations. If a linear transformation is onto and the spaces involved are of the same dimension, then it is necessarily one-to-one. Similarly, if a linear transformation is one-to-one and the spaces involved are of the same dimension, then it is necessarily onto. This can be proven by considering the basis in the range of the linear transformation.
  • #1
Aziza
190
1
According to my professor,
For an nxn matrix A that corresponds to a linear transformation, "A is invertible" is equivalent to "A is onto".
Also "A is invertible" is equivalent to "A is one-to-one"


But then "A is onto" should be equivalent to "A is one-to-one", but is this always the case for linear transformations? I mean, if a linear transformation is onto, is it necessarily one-to one? And if a lin transf is one-to one, is it necessarily onto?
 
Physics news on Phys.org
  • #2
Aziza said:
According to my professor,
For an nxn matrix A that corresponds to a linear transformation, "A is invertible" is equivalent to "A is onto".
Also "A is invertible" is equivalent to "A is one-to-one"


But then "A is onto" should be equivalent to "A is one-to-one", but is this always the case for linear transformations? I mean, if a linear transformation is onto, is it necessarily one-to one? And if a lin transf is one-to one, is it necessarily onto?

If ##A:F^n \rightarrow F^n## (F = ℝ or ℂ) is linear and onto, is it 1:1? Well, assume there exist ##x_1 \neq x_2 \in F^n ## giving Ax1 = Ax2. Then we have ##Ax = 0,## where x = x1-x2. Since the vector x is not the zero vector, that means that the columns of A are linearly dependent, and that means that the range of A is spanned by fewer than n columns, and that means that A is not onto. That is a contradiction to the assumption that A is onto. Therefore, A is 1:1.

You should be able to go the other way as well.

RGV
 
  • #3
This is the case when the spaces involved are of the same dimension. Say a linear transformation maps X onto Y, and dim X = dim Y, prove that by considering the basis in Y.
 

FAQ: Matrix A is invertible iff A is onto?

What does it mean for a matrix to be invertible?

For a matrix to be invertible, it means that it has an inverse matrix that, when multiplied together, result in the identity matrix.

What is the importance of a matrix being invertible?

The invertibility of a matrix is important because it allows for solving systems of linear equations, finding the determinant, and performing other mathematical operations.

What is the relationship between invertibility and onto?

A matrix being onto means that every element in the output space is reachable by at least one input element. Invertibility is related to onto because a matrix is onto if and only if it has a left inverse, which is equivalent to having an inverse and being invertible.

How can you determine if a matrix is onto?

A matrix is onto if and only if the columns of the matrix span the entire output space. This can be determined by performing row reduction to find the pivot columns and checking if they span the output space.

Is every invertible matrix also onto?

Yes, every invertible matrix is also onto because a matrix is invertible if and only if it has a left inverse, and a matrix is onto if and only if it has a left inverse. Therefore, every invertible matrix must be onto.

Back
Top