User:IssaRice/Linear algebra/Equivalent statements for injectivity and surjectivity: Difference between revisions

From Machinelearning
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Let <math>A</math> be an <math>m \times n</math> matrix.
Let <math>A</math> be an <math>m \times n</math> matrix. That's a matrix with <math>m</math> rows and <math>n</math> columns, which you can also think of as a map <math>\mathbf R^n \to \mathbf R^m</math>.


{| class="wikitable"
{| class="wikitable"
Line 50: Line 50:


* http://davidjekel.com/wp-content/uploads/2019/07/Linear_Algebra_Equivalences.pdf
* http://davidjekel.com/wp-content/uploads/2019/07/Linear_Algebra_Equivalences.pdf
* Hubbard and Hubbard's ''Vector Calculus, Linear Algebra, and Differential Forms: A Unified Approach'' also has a similar table in section 2.5 (kernels, images, and the dimension formula).

Latest revision as of 19:42, 30 August 2023

Let A be an m×n matrix. That's a matrix with m rows and n columns, which you can also think of as a map RnRm.

Injective Surjective Bijective
A is injective A is surjective A is bijective
A has a left inverse A has a right inverse A has both a left and right inverse (which turn out to be the same)
for each b, the equation Ax=b has at most one solution (in other words, a solution may not exist, but if it does, it is unique) for each b, the equation Ax=b has at least one solution (in other words, a solution always exists, but it may not be unique) for each b, the equation Ax=b has exactly one (in other words, a solution always exists, and it is unique)
the columns of A are linearly independent the columns of A span Rm the columns of A are a basis of Rm
the rows of A span Rn the rows of A are linearly independent the rows of A are a basis of Rn
det(A)0
A has rank n A has rank m A has rank n=m
in the row echelon form of A, there is a pivot in every column in the row echelon form of A, there is a pivot in every row in the row echelon form of A, there is a pivot in every column and every row
nullA={0} rangeA=Rm
dimnullA=0 dimnullA=nm
dimrangeA=n dimrangeA=m

Characterizations of injectivity

left inverse

Ax=b has at most one solution

linearly independent columns

spanning rows

rank n

pivot in every column

null space = {0}

zero-dimensional null space

dimension of range = n

External links