What is the difference between the following?
Are they both mathematically correct?
\begin{align} [a,b]\in \mathbb R \tag 1 \\ [a,b]\subset \mathbb R \tag 2 \end{align}
And also, which one should I use If I want to say "the interval between $a$ and $b$ is real"? Feel free to correct me if this phrasing is inaccurate.
Since $[a,b]$ is a set then only second is validate:
$$ [a,b] := \{x\in \mathbb{R}; a\leq x\leq b\} \implies [a,b]\subset \mathbb{R}$$
If the question was, is $[a,b]\in \mathcal{P}(\mathbb{R})$ (that is the power set of $\mathbb{R}$) then the answer would be yes.