Is { $ x \in \mathbb R \mid |x - a| > b$} equal to { $ x \in \mathbb R \mid |x - a| < b$}?

87 Views Asked by At

This is where $a \in \mathbb R$ and $b > 0$.

I found that for both of them, $a \le x \le a$ which means that $x = a$. Am I wrong? Thanks.

3

There are 3 best solutions below

4
On BEST ANSWER

No, they are not equal. The first set is the set of all real numbers $x$ such that $x$ is a distance more than $b$ away from $a$. The second set is the opposite; it is the set of all $x$ such that $x$ is a distance less than $b$ away from $a$.

0
On

The first set does not contain $a$, whereas the second does. So they cannot be equal.

2
On

No, they are actually disjoint which means they do not have anything in common.

Note that $$|x-a|<b\implies a-b<x<a+b $$

While $$|x-a|>b\implies x<a-b \text { or } x>a+b $$

The first set is bounded and the second on is unbounded.