Show that the additive group $\mathbb R$ acts on the $x, y$ plane $\mathbb R \times \mathbb R$ by $r\cdot (x, y)=(x+ry,y)$.
I am completely lost with this one partly because I do not understand group action very well. I can understand the concept of group action through the example $D_{2n} \times \{1,2,...,n\} \to \{1,2,...,n\}$ because the group action of $D_{2n}$ permutates the numbers $1,2,...,n$, so its a homomorphism from $G \times A \to A$. Beyond the example of dihedral groups, I am unable to generalise this idea of $G \times A \to A$ to any group.
Must the set $A$ be part of the group? i.e. $G=(A,\cdot)$? Or $G$ and $A$ can be ANY arbitrary group and set?
Additionally, shouldn't a group be acting on its own set via its binary operator? A group itself already encompasses a set. Why would a group extend its operator to act on other sets?
Back to the main question, how do you solve the above problem? Thank you!
A group action on a set $A$ is a map $\cdot\,\colon G\times A\to A$ such that
$$(gh)\cdot a=g\cdot(h\cdot a),\ \forall g,h\in G, a\in A,$$
$$e\cdot a = a,\ \forall a\in A.$$
In your case, you have additive group, so you must check that
$$(r+s)\cdot(x,y) = r\cdot(s\cdot(x,y)),$$
$$0\cdot(x,y) = (x,y).$$
This shouldn't be hard. Good luck.