2

I had a question about mapping, for example: what do they mean by $R \times R \to R$? is that not just $R \to R$?

Ben Sheller
  • 4,085

1 Answers1

0

When we write $f: \mathbb{R} \times \mathbb{R} \to \mathbb{R}$ we mean that $f$ takes pairs $(x,y)$ to $\mathbb{R}$ where $x,y \in \mathbb{R}$. For example, consider the map $f(x,y) = x$ then $f:\mathbb{R} \times \mathbb{R} \to \mathbb{R}$.

  • So we can take any pair, such as (2,4) to 4 for example? – genieSessions Mar 02 '16 at 03:07
  • Yup, its just a indicator which tells you what space each entry comes from. By convention we write $\underbrace{\mathbb{R} \times \cdots \times \mathbb{R}}_{n \ \textrm{times}} = \mathbb{R}^n$ because writing it out all the time would be painful. – Faraad Armwood Mar 02 '16 at 03:09