What is the difference, if any, between $x \in {(1,3)}$ and $1<x<3$ . Is it right to assume that in the second case $'x'$ might lie anywhere in the interval, but the first case tells us that all the values in the parentheses "must" be possible for a number?
2026-02-23 13:31:48.1771853508
Difference Between Interval Notations
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
$1 < x < 3$ and $x \in (1, 3)$ mean exactly the same thing: the open interval $(a, b)$ is by definition the set $\{x \mid a < x < b\}$ so the assertion $x \in (1, 3)$ is equivalent to the assertion $1 < x < 3$. Don't try to read too much into "elegant variations" of notation.