the Nature of Linear Transformation

By Xah Lee. Date:

what's a linear function? (aka linear map, linear transformation.)

by definition, it's a function f on vector space such that:

f[x + y] == f[x] + f[y]
f[α x] == α f[x]

where α is a scalar.

but what does it mean intuitively?