4

I have a function that maps a number of reals to points where each of its dimensions is constrained to the same interval. I thought about writing it like so:

$$f:\mathbb{R}^m\rightarrow (a,b)^n$$

Would this be correct?

1 Answers1

4

Why not? It coincides with the notion of Cartesian power which is commonly used.

metamorphy
  • 39,111
  • Just wondering because I haven't seen an example of that before and I don't write math often. – overdisperse Sep 14 '18 at 18:13
  • 1
    I go often with a sequences of $n$ zeroes and ones and I'm denoting it as elements of ${0, 1}^n$. It is surely common. (Unless you're dealing simultaneously with a dot product of $a$ and $b$ and denoting it $(a, b)$, you wouldn't face a confusion.) – metamorphy Sep 14 '18 at 18:16
  • 1
    Though if the "vocabulary" of the notions in your article grows valuable, you may think of a section devoted to it. – metamorphy Sep 14 '18 at 18:24