Mathematics · Glossary

What is Kernel and image?

Definition 20.3 University Mathematics — Year 1 · Chapter 20 — Linear Maps

For uL(E,F)u \in \mathcal{L}(E, F):

keru={xE:u(x)=0}E,imu=u(E)F,\ker u = \{x \in E : u(x) = 0\} \subseteq E, \qquad \operatorname{im} u = u(E) \subseteq F ,

both subspaces (direct verification with the criterion).

Examples

Example 20.8 (Building a map to specification)

Construct uL(R3)u \in \mathcal{L}(\R^3) with keru=Vect(1,1,1)\ker u = \operatorname{Vect}(1,1,1) and imu={z=0}\operatorname{im} u = \{z = 0\}. Sanity first: rank–nullity demands 1+2=31 + 2 = 3 — consistent, so a solution may exist. Choose a basis adapted to the kernel, say ((1,1,1), e1, e2)\bigl((1,1,1),\ e_1,\ e_2\bigr) (Example 19.7), and prescribe images (Proposition 20.2):

u(1,1,1)=0,u(e1)=e1,u(e2)=e2.u(1,1,1) = 0, \qquad u(e_1) = e_1, \qquad u(e_2) = e_2 .

Then keruVect(1,1,1)\ker u \supseteq \operatorname{Vect}(1,1,1) and imu=Vect(e1,e2)={z=0}\operatorname{im} u = \operatorname{Vect}(e_1, e_2) = \{z = 0\}; rank–nullity forces dimkeru=1\dim\ker u = 1, so the kernel is exactly the prescribed line. Explicitly, decomposing (x,y,z)=z(1,1,1)+(xz)e1+(yz)e2(x, y, z) = z(1,1,1) + (x - z)e_1 + (y - z)e_2:

u(x,y,z)=(xz, yz, 0).u(x, y, z) = (x - z,\ y - z,\ 0).

The recipe generalizes: a linear map with prescribed kernel NN and image II exists exactly when dimN+dimI=dimE\dim N + \dim I = \dim E — necessity is rank–nullity, sufficiency is this construction.

Example 20.10 (Interpolation, structurally)

Fix distinct x0,,xnx_0, \dots, x_n and let u ⁣:Rn[X]Rn+1u \colon \R_n[X] \to \R^{n+1}, P(P(x0),,P(xn))P \mapsto (P(x_0), \dots, P(x_n)): linear. Its kernel is {P:degPn, n+1 roots}={0}\{P : \deg P \leq n,\ n+1 \text{ roots}\} = \{0\} (Corollary 8.8). Equal dimensions n+1n + 1: uu is an isomorphism — existence and uniqueness of the Lagrange interpolant (Theorem 8.23) in one line.

The same one-line pattern handles data mixing values and derivatives: v ⁣:R3[X]R4v \colon \R_3[X] \to \R^4, P(P(0),P(0),P(1),P(1))P \mapsto \bigl(P(0), P'(0), P(1), P'(1)\bigr) is linear, and its kernel consists of degree-3\leq 3 polynomials with double roots at 00 and 11, i.e. divisible by X2(X1)2X^2(X-1)^2 of degree 44: only P=0P = 0. Equal dimensions again: every quadruple of data (P(0),P(0),P(1),P(1))(P(0), P'(0), P(1), P'(1)) is realized by exactly one cubic — Hermite interpolation, granted by a kernel computation before any formula is written (the weekend problem of Chapter 22 meets its determinant).

Example 20.11 (Rank–nullity at work: the difference operator)

Let Δ ⁣:Rn[X]Rn[X]\Delta \colon \R_n[X] \to \R_n[X], PP(X+1)P(X)P \mapsto P(X+1) - P(X): linear. Kernel: if ΔP=0\Delta P = 0, then P(0)=P(1)=P(2)=P(0) = P(1) = P(2) = \dots, so PP(0)P - P(0) has infinitely many roots and vanishes (Corollary 8.8): kerΔ\ker\Delta is the line of constants. Rank–nullity: rkΔ=(n+1)1=n\operatorname{rk}\Delta = (n + 1) - 1 = n. Since degΔP<degP\deg \Delta P < \deg P for nonconstant PP (the top terms cancel), imΔRn1[X]\operatorname{im}\Delta \subseteq \R_{n-1}[X], which has dimension exactly nn: the inclusion is an equality. Conclusion, with no computation of preimages: every polynomial QQ of degree n1\leq n - 1 is a difference Q=P(X+1)P(X)Q = P(X+1) - P(X) — the discrete antiderivative exists. (Compare the weekend problem of Chapter 18, where Δ\Delta was inverted explicitly in the binomial basis.)

Read in context →