Does the function domain notation $f:Q \times Z \rightarrow \mathbb{R}$ denote a binary tuple just like $f: \mathbb{R^{2}} \rightarrow \mathbb{R}$ denotes a tuple like $(\mathbb{R}, \mathbb{R})$?
2026-04-02 21:34:21.1775165661
Function space notation
48 Views Asked by user346461 https://math.techqa.club/user/user346461/detail At
2
Yes, it does. In general $\times$ is the Cartesian product between sets given by
$$A\times B=\{(a,b)\mid a\in A, b\in B\}$$
A function $f:A\times B\to C$ is then just a function from this set of tuples, the cartesian product, to $C$.
However, if $(\mathbb R, \mathbb R)$ should represent $\mathbb R^2$, then this is really uncommon notation.