I have seen the following definition of a linear group representation from C. Lent's notes on Representation Theory:
A linear representation $ρ$ of $G$ on a complex vector space $V$ is a set-theoretic action on $V$ which preserves the linear structure, that is:
- $ρ(g)(v_1 + v_2) = ρ(g)v_1 + ρ(g)v_2, ∀v_1,v_2 ∈ V$
- $ρ(g)(kv) = k · ρ(g)v, ∀k ∈ C, v ∈ V$
This definition would imply that there exist actions of $G$ on a vector space $V$ which fail the preserve the linear structure of $V$ in this sense. Can anyone provide a good example?
After some more thinking I have thought of an example:
Consider the translation action of the integers $\mathbb{Z}$ as a group under additon on $\mathbb{R^2}$ given by: $n * (x,y) = (x+n, y)$.
We can verify that this does indeed form a group action:
However, this action does not respect scalar multiplication for $k \neq 0$ and $n \neq 0$ since this gives $n * (k(x,y)) = n * (kx, ky) = (kx + n, ky) \neq (kx + kn, ky) = k(x+n, y) = k (n * (x,y))$.