65. Kernel

For a linear transformation 𝑇:𝑛𝑚, the kernel (or null space of 𝑇) is the set of vectors that map to the zero vector:

ker(𝑇)={𝑥𝑛|𝑇(𝑥)=𝟎}

The kernel is the preimage of 𝟎.

65.1. Why the kernel is a subspace

For any 𝑥,𝑦ker(𝑇) and scalar 𝑐:

Hence ker(𝑇) is a subspace of 𝑛.

65.2. Matrix form: kernel ↔ null space

If 𝑇 is represented by a matrix 𝐴 (so 𝑇(𝑥)=𝐴𝑥), the kernel of 𝑇 equals the null space of 𝐴:

ker(𝑇)=null(𝐴)={𝑥|𝐴𝑥=𝟎}
Example

Let 𝑇:22 with 𝐴=[2003]. Solve 𝐴𝑥=𝟎:

2𝑥1=0𝑥1=03𝑥2=0𝑥2=0

Only the trivial solution: ker(𝑇)={𝟎}. The transformation is injective.

65.3. Injectivity

A linear transformation 𝑇 is injective (one-to-one) if and only if ker(𝑇)={𝟎}.

Proof sketch: if 𝑇(𝑥1)=𝑇(𝑥2), then 𝑇(𝑥1𝑥2)=𝟎, so 𝑥1𝑥2ker(𝑇). The kernel being trivial forces 𝑥1=𝑥2.

65.4. Connections