What does $]a,b[$ mean?

7.1k Views Asked by At

I recently encountered the above notation for sets, and I've never encountered it before. What does it refer to?

3

There are 3 best solutions below

6
On BEST ANSWER

This is the notation for the open interval $(a,b)$.

Those two notations denote the same thing.

In case you do not know what an interval is, it is the set $\{x:a<x<b\}$ given an order relation $<$.

0
On

That just means the open interval $(a,b)$. The brackets facing to the other side should indicate that the borders $a$ and $b$ do not belong to the set.

0
On

$]a,b[$ is the set of numbers between $a$ and $b$ with $a$ and $b$ excluded. In symbols like Hasan Saad said $\{x:a\lt x\lt b\}$.

The opposite $[a,b]$ is the set of number between $a$ and $b$ with $a$ and $b$ included. In symbols $\{x:a\le x\le b\}$.