Lezione 9: Mappe Lineari

Definizione

Sia VV e WW spazi vettoriali su un campo F\mathbb{F}. Una funzione T:VWT: V \to W si dice mappa lineare (o omomorfismo) se soddisfa:

  1. Additività: T(v1+v2)=T(v1)+T(v2)T(\mathbf{v}_1 + \mathbf{v}_2) = T(\mathbf{v}_1) + T(\mathbf{v}_2) per ogni v1,v2V\mathbf{v}_1, \mathbf{v}_2 \in V

  2. Omogeneità: T(cv)=cT(v)T(c \mathbf{v}) = c T(\mathbf{v}) per ogni cFc \in \mathbb{F} e vV\mathbf{v} \in V

Forma Equivalente

Una mappa T:VWT: V \to W è lineare se e solo se:

T(c1v1+c2v2)=c1T(v1)+c2T(v2)T(c_1 \mathbf{v}_1 + c_2 \mathbf{v}_2) = c_1 T(\mathbf{v}_1) + c_2 T(\mathbf{v}_2)

per ogni c1,c2Fc_1, c_2 \in \mathbb{F} e v1,v2V\mathbf{v}_1, \mathbf{v}_2 \in V.

Proprietà Fondamentali


Nucleo e Immagine

Nucleo (Kernel)

Il nucleo di TT è l'insieme:

ker(T)={vVT(v)=0}\ker(T) = \{\mathbf{v} \in V \mid T(\mathbf{v}) = \mathbf{0}\}

Proprietà:

Immagine (Rank)

L'immagine di TT è l'insieme:

Im(T)={T(v)vV}\text{Im}(T) = \{T(\mathbf{v}) \mid \mathbf{v} \in V\}

Oppure denotata con Ran(T)\text{Ran}(T) (range).

Proprietà:


Teorema del Rango-Nullità

Sia T:VWT: V \to W una mappa lineare tra spazi vettoriali di dimensione finita. Allora:

dim(V)=dim(ker(T))+dim(Im(T))\dim(V) = \dim(\ker(T)) + \dim(\text{Im}(T))

Oppure equivalentemente:

dim(V)=nullitaˋ(T)+rango(T)\dim(V) = \text{nullità}(T) + \text{rango}(T)

dove:


Esempi di Mappe Lineari

Esempio 1: Proiezione

T:R3R2,T(x,y,z)=(x,y)T: \mathbb{R}^3 \to \mathbb{R}^2, \quad T(x, y, z) = (x, y)

Verifica linearità:

ker(T)={(0,0,z)zR}\ker(T) = \{(0, 0, z) \mid z \in \mathbb{R}\} con dim(ker(T))=1\dim(\ker(T)) = 1

Im(T)=R2\text{Im}(T) = \mathbb{R}^2 con dim(Im(T))=2\dim(\text{Im}(T)) = 2

Verifica: 3=1+23 = 1 + 2

Esempio 2: Derivazione

T:P3(R)P2(R),T(p(x))=p(x)T: P_3(\mathbb{R}) \to P_2(\mathbb{R}), \quad T(p(x)) = p'(x)

dove P3P_3 è lo spazio dei polinomi di grado 3\leq 3 e P2P_2 è quello di grado 2\leq 2.

Linearità: La derivata è lineare per definizione.

ker(T)={polinomicostanti}=span{1}\ker(T) = \{polinomi costanti\} = \text{span}\{1\} con dim(ker(T))=1\dim(\ker(T)) = 1

Im(T)=P2(R)\text{Im}(T) = P_2(\mathbb{R}) con dim(Im(T))=3\dim(\text{Im}(T)) = 3

Verifica: 4=1+34 = 1 + 3

Esempio 3: Matrice

T:RnRm,T(v)=AvT: \mathbb{R}^n \to \mathbb{R}^m, \quad T(\mathbf{v}) = A\mathbf{v}

dove AA è una matrice m×nm \times n.

Questa è sempre lineare per le proprietà del prodotto matrice-vettore.


Isomorfismi

Una mappa lineare T:VWT: V \to W è un isomorfismo se è iniettiva e suriettiva.

Questo significa:

Proprietà

Se T:VWT: V \to W è un isomorfismo, allora:

Esempio

T:R3R3,T(x,y,z)=(x+y,y+z,x+z)T: \mathbb{R}^3 \to \mathbb{R}^3, \quad T(x, y, z) = (x + y, y + z, x + z)

Per verificare che è un isomorfismo, mostriamo ker(T)={0}\ker(T) = \{\mathbf{0}\}:

Se (x+y,y+z,x+z)=(0,0,0)(x + y, y + z, x + z) = (0, 0, 0), allora:

Quindi x=y=z=0x = y = z = 0, quindi ker(T)={0}\ker(T) = \{\mathbf{0}\}. ✓

Per il teorema del rango-nullità: dim(Im(T))=30=3=dim(R3)\dim(\text{Im}(T)) = 3 - 0 = 3 = \dim(\mathbb{R}^3).

Quindi TT è un isomorfismo. ✓


Matrice Associata a una Mappa Lineare

Se T:VWT: V \to W con dim(V)=n\dim(V) = n e dim(W)=m\dim(W) = m, e fissiamo basi BV={v1,,vn}\mathcal{B}_V = \{\mathbf{v}_1, \ldots, \mathbf{v}_n\} di VV e BW={w1,,wm}\mathcal{B}_W = \{\mathbf{w}_1, \ldots, \mathbf{w}_m\} di WW, allora la matrice associata è:

[T]BVBW=([T(v1)]BW[T(v2)]BW[T(vn)]BW)[T]_{\mathcal{B}_V}^{\mathcal{B}_W} = \begin{pmatrix} | & | & & | \\ [T(\mathbf{v}_1)]_{\mathcal{B}_W} & [T(\mathbf{v}_2)]_{\mathcal{B}_W} & \cdots & [T(\mathbf{v}_n)]_{\mathcal{B}_W} \\ | & | & & | \end{pmatrix}

dove [T(vi)]BW[T(\mathbf{v}_i)]_{\mathcal{B}_W} è il vettore colonna delle coordinate di T(vi)T(\mathbf{v}_i) rispetto a BW\mathcal{B}_W.

Nota: Se [v]BV[\mathbf{v}]_{\mathcal{B}_V} sono le coordinate di v\mathbf{v} in base BV\mathcal{B}_V, allora:
[T(v)]BW=[T]BVBW[v]BV[T(\mathbf{v})]_{\mathcal{B}_W} = [T]_{\mathcal{B}_V}^{\mathcal{B}_W} [\mathbf{v}]_{\mathcal{B}_V}