In topology,Find all points of the set B={(-2,-2),(1,1),(0,-1),(0,3)}, which are contained in the closed ball B((0,0),2)

53 Views Asked by At

Find all points of the set B={(-2,-2),(1,1),(0,-1),(0,3)}, which are contained in the closed ball B((0,0),2) in the metric space (R^2,d1),where d1 is defined by the formula

d1((x1,y1),(x2,y2))=|x1-x2|+|y1-y2|.

Does anybody clearly explain and solve by formally ?

Many thanks!

3

There are 3 best solutions below

2
On

By definition you can check that only $(0,-1)$ has distance less than $2$ from the origin.

2
On

It's pretty straight forward isn't it? You are told that the distance between points (a, b) and (c, d) is |a- c|+ |b- d| so the distance from (0, 0) to (x, y) is |x- 0|+ |y- 0|= |x|- |y|. What is the distance from (0, 0) to (-2, -2)? From (0, 0) to (1, 1)? From (0, 0) to (0, -1)? From (0, 0) to (0, 3)?

0
On

A required formal and detailed step-by-step solution is still short, simple and straightforward.

$d_1((0,0),(-2,2))=|0-(-2)|+|0-2|=2+2=4>2$, so $(-2,2)\not\in B((0,0),2)$.

$d_1((0,0),(1,1))=|0-1|+|0-1|=1+1=2$, so $(1,1)\in B((0,0),2)$.

$d_1((0,0),(0,-1))=|0-0|+|0-(-1)|=0+1=1<2$, so $(0,-1)\in B((0,0),2)$.

$d_1((0,0),(0,3))=|0-0|+|0-3|=0+3=3>2$, so $(0,3)\not\in B((0,0),2)$.