This is a very simple thing:
$$\phi : G\times X\to X$$
but I am having trouble understanding a few aspects. Specifically:
- Does it mean $\phi : (G \times X) \to X$ or $\phi : G \times (X \to X)$, or are both equivalent or similar in some sense. The order of operations is confusing me.
- What does a specific invocation of the function look like? Is it $\phi (g,x) \mapsto y \in X$, or $\phi (g) \mapsto (x,y)$, or how does it look?
Syntactically, only one interpretation is possible.
where domain and range are sets.
Thus given an element $(g,x)$ of $G\times X$ (that is, given an element $g$ of $G$ and an element $x$ of $X$), $\phi$ produces an element of $X$, which we denote as $\phi(g,x)$.