Math101learn.math101.caKernel and Range
A rigorous treatment of null spaces, images, bases, dimensions, and the rank–nullity theorem.
Precise definition
For a linear map $T:V\to W$, the kernel is $\ker T=\{v\in V:T(v)=0\}$ and the range or image is $\operatorname{range}T=\{T(v):v\in V\}\subseteq W$. Both are subspaces: the kernel of the domain and range of the codomain.
Notation and mathematical language
For a matrix map $T(x)=Ax$, $\ker T$ is the null space of $A$, while $\operatorname{range}T$ is the column space of $A$. Nullity is $\dim\ker T$ and rank is $\dim\operatorname{range}T$. Rank–nullity gives $\dim V=\operatorname{nullity}T+\operatorname{rank}T$.
Conceptual picture
The kernel measures inputs erased by the map, so $T$ is injective exactly when $\ker T=\{0\}$. The range records reachable outputs, so $T$ is surjective exactly when its range equals the codomain.
Conditions and key results
A column-space basis uses pivot columns from the original matrix. Row operations preserve the null space equations but change the literal column space. The codomain may be larger than the range; these terms are not interchangeable.
A reliable strategy
- Represent the map in coordinates and row-reduce its matrix.
- Solve $Ax=0$ in parametric vector form to obtain a kernel basis.
- Locate pivot columns and take the corresponding original columns for a range basis.
- Check rank–nullity and interpret injectivity or surjectivity relative to the declared spaces.
Fully worked example
Interpretation and application
Kernel and range describe information loss, attainable outputs, identifiability, and constraints. A large kernel means many inputs produce the same output; that can be a designed compression or an obstacle to reconstruction.
Common mistakes
Verification and reasonableness
- Apply $A$ to every proposed kernel basis vector and get zero.
- Express every original column as a combination of the chosen range basis.
- Confirm rank plus nullity equals the number of input coordinates.
Practice
- What kernel condition characterizes injectivity?
- A $3\times5$ matrix has rank 3. Find nullity.
- Where does the matrix range live?
Answers and brief solutions
- $\ker T=\{0\}$.
- $2$.
- In the codomain, as the span of the original columns.
Further deduction
The first isomorphism theorem states that $V/\ker T$ is naturally isomorphic to $\operatorname{range}T$. Informally, once inputs differing only by an invisible kernel vector are identified, the remaining information matches exactly the reachable outputs. In finite dimensions, its dimension statement is rank–nullity.
For composition $S\circ T$, every vector in $\ker T$ is automatically in $\ker(S\circ T)$, while $\operatorname{range}(S\circ T)\subseteq\operatorname{range}S$. These containments explain rank loss under composition and help locate which stage erases information or restricts outputs.
The fundamental orthogonality relations connect all four subspaces: $\operatorname{range}(A)^\perp=\ker(A^T)$ and $\operatorname{range}(A^T)^\perp=\ker A$ over real inner-product spaces. A vector is orthogonal to every column of $A$ exactly when $A^Ty=0$. These identities explain the consistency condition for $Ax=b$: the right-hand side must be orthogonal to every vector in the left null space.
Related topics
Try it yourself
Hints are part of learning. Open one whenever it makes the next step feel possible.
A $4\times7$ matrix has rank 4. What is its nullity?
- The domain has dimension 7.
- $7=4+\text{nullity}$, so nullity is 3.
End of lesson
Nice work making it this far.
Understanding grows through return visits. Save this lesson, try the practice, or continue when you are ready.
