There's no reason for a "because". (1, 2) is notation for the set of points such that 1 < x < 2. You don't have to do any deduction.
This is called interval notation. Square brackets are commonly used for intervals that include the endpoints. If I say x is in [1, 2], that means x lies in the set of points such that ##1 \leq x \leq 2##.
We need some way to describe whether we're including the endpoint or not, so a parenthesis is commonly used by many people to indicate that the endpoint is not part of the interval.
If I say ##x \in [1, 2)##, note that I have a square bracket next to the 1, but a parenthesis next to the 2. That stands for the interval that includes 1 but does not include 2, ##1 \leq x \lt 2##
Some people use a backward square bracket for this notation. So I might write ]1, 2[ instead of (1, 2) to indicate the interval ##1 \lt x \lt 2##, and [1, 2[ to indicate the interval ##1 \leq x \lt 2##.
But either way, this is all notation. (1, 2) means that x > 1 and x < 2 because (1, 2) is what we call the set of points such that x > 1 and x < 2. No other meaning.
(No other meaning in this context. I know it looks like an ordered pair, but it is not an ordered pair. It's an interval. That's probably why some people prefer the ]1,2[ notation, to avoid possible confusion.)