FIND ME ON

GitHub

LinkedIn

Linear Map

🌱

Definition
LinearAlgebra

Let VV and WW be F\mathbb{F}-vector spaces. We define a linear map from VV to WW to be a function T:VWT:V\to W such that 1. If v1,v2Vv_1, v_2\in V then T(v1+v2)=T(v1)+T(v2)T(v_1+v_2)=T(v_1)+T(v_2)
2. If λF\lambda\in\mathbb{F} and vVv\in V then T(λv)=λT(v)T(\lambda v)=\lambda T(v).

A linear map is a function that “plays well” with addition and scalar multiplication. Even outside of linear algebra you should assume this to be true for anything deemed “linear”.

The set of linear maps L(V;W):={T:VW T is linear}\mathscr{L}(V;W):=\{T:V\to W|\ T\text{ is linear}\}is a vector space.

When W=VW=V and T:VWT:V\to W, we call TT a Linear Operator, and we denote the vector space of linear operators on VV by L(V)\mathscr{L}(V).

Any operator TL(V)T\in\mathscr{L}(V) has at most dim(V)dim(V) distinct eigenvalues.

Let S,TL(V,W),vVS,T\in\mathscr{L}(V,W), v\in V and λF\lambda\in\mathbb{F}. The sum of SS and TT is defined to be the linear map (S+T)(v)=S(v)+T(v)(S+T)(v)=S(v)+T(v) The product of λ\lambda and TT is the linear map defined by (λT)(v)=λ(T(v))(\lambda T)(v)=\lambda(T(v))

For AL(Rn;Rm)A\in \mathscr{L}(\mathbb{R}^{n};\mathbb{R}^{m}), the following statements hold and are equivalent: 1. AA is continuous with respect to the standard topologies on Rn\mathbb{R}^{n} and Rm\mathbb{R}^{m}; 2. AA is continuous at 0Rm\mathbf{0}\in \mathbb{R}^{m}; 3. there exists M>0M>0 such that, for each xRn\boldsymbol{x}\in \mathbb{R}^{n}, A(x)RmMxRn;\lVert A(\boldsymbol x) \rVert_{\mathbb{R}^{m}}\le M\lVert \boldsymbol x \rVert _{\mathbb{R}^{n}} ;that is to say, AA is bounded.

Linked from