Meaning of $\times$ in this definition of a function?

80 Views Asked by At

What is the meaning of writing $\times$ here?

For $(t,x,\xi)\in[0,\infty)\times\mathbb{R}^3 \times \mathbb{R}^3$ we consider the function $f(t,x,\xi)$.

Can't we just write $t\in[0,\infty)$, $x\in\mathbb{R}^3$ and $\xi\in\mathbb{R}^3$?

Update:

Using the cartesian product, does "$(t,x,\xi)\in[0,\infty)\times\mathbb{R}^3 \times \mathbb{R}^3$" actually mean

\begin{align*} [0,\infty[ \times \mathbb{R}^3\times \mathbb{R}^3= \bigg\{ (t,x,\xi):t&\in[0,\infty[,\\ x&=(x_1,x_2,x_3)\in \mathbb{R}^3,\\ \xi&=(\xi_1,\xi_2,\xi_3)\in \mathbb{R}^3 \bigg\} \quad ? \end{align*} And also, should I write $t\in[0,\infty[$ or $t=[0,\infty[$?

2

There are 2 best solutions below

3
On

You can. The grouping of the three variables and domains each into a tuple adds no extra information here, I believe.

It would save some effort if such an aggregate was named and referenced further on, like in

$$ (t,x,\xi)\in S = [0,\infty)\times\mathbb{R}^3 \times \mathbb{R}^3 \\ \dotsb \\ T \subset S, \forall u \in T: f(u)\dotsb $$ but here it is not named.

Regarding your update:

Seems fine. You should write $t \in [0,\infty)$, because $t$ is some element from the set $[0,\infty)$, thus a non-negative real number, not the set itself.

1
On

You CAN just write that. Although in certain contexts you may find it convenient to refer to all pairs $(x, y)$ where $x \in \mathbb{R}$ and $y \in \mathbb{R}$, which the Cartesian cross product gives you as $\mathbb{R} \times \mathbb{R}$.

RESPONSE TO THE UPDATE

Yes, the cross product does mean exactly that. $\mathbb{R}^3$ is short for $\mathbb{R} \times \mathbb{R} \times \mathbb{R}$.