Weil die Abbildung von Mat2x2(R) nach Mat2x2(R) geht, sind die v's
eben auch Matrizen von der Art v1 =
a b
c d
und v2 =
e f
g h
Dann ist v1 + v2 die Matrix
a+e b+ f
c+g d+ h
und f( v1 + v2 ) =
A * a+e b+ f + a+e b+ f * B
c+g d+ h c+g d+ h
= a-c+e-g b-d+f-h + -b-f a+b+e+f
a+e b+f -d-h c+d+g+h
= a-b-c+e-f-g a+2b-d+e+2f-h
a-d+e-h b+c+d+f+g+h
Und das musst du nun vergleichen mit f(v1) + (fv2).
Also erst mal f(v1) =
= a-c b-d + -b a+b
a b -d c+d
= a-b-c a+b+b-d
a-d b+c+d
Und f(v2)
= e-f-g e+2f-h
e-h f+g+h
also in der Tat
f(v1+v2) = f(v1)+f(v2)