I recently started studying linear algebra, and I learnt that the definition of linear function is different than that of elementary algebra. T is linear if:
- T(a + b) = T(a) + T(b)
- T(cv) = c T(v) is what I learnt. I’ve been trying to find a motivation for defining it like this for weeks, but I can’t find one. I really want to understand this as I believe it’s extremely important in understanding ‘linear’ algebra. (I have only been exposed to vector spaces, linear independence, bases, and elementary algebra) (I also do not see why we’d like to ‘preserve the structure of vector spaces’.)
Studying linear algebra you surely have noticed the importance of the basis for a vector space. Intuitively a basis describe an entire vector space just with a smaller collection of this vectors. Since every vector $v$ in a vector space $V$ over a field $\mathbb{K}$ given a base of V say $\{v_1,v_2...,v_n\}$ could be written as $$v = a_1v_1+a_2v_2+ ... +a_nv_n$$ with $a_i \in \mathbb{K}, \space\forall i = 1, 2,...n$.
Linearity is a huge help because knowing how a certain linear application say $L$ acts on the base of the vector space, tells you how $L$ acts on every single other vector, in fact by definition $$L(v) = L ( a_1v_1+a_2v_2+ ... +a_nv_n) = a_1L(v_1)+a_2L(v_2)+ ... +a_nL(v_n)$$ This is just an example of why linearity is defined as it is, clearly there are some other reason much more deeper not even I fully understood. Hope this can help.