Which of the following expressions correct logically?
- $\min (a,b)$ or $\min\{a,b\}$?
- $a\times \Bbb R$ or $\{a\}\times \Bbb R$?
I saw these expressions (first one of each item) in many books but I think these are not correct logically. Am I right?
Which of the following expressions correct logically?
I saw these expressions (first one of each item) in many books but I think these are not correct logically. Am I right?
Both $\min(a,b)$ and $\min\{a,b\}$ are correct, since you can see $\min$ as a function of two variables:$$\min(x,y)=\begin{cases}x&\text{ if }x\leqslant y\\y&\text{ otherwise.}\end{cases}$$
Concerning the other question, yes, $a\times\mathbb R$ makes no sense (assuming that $a$ is a real number).