Give examples of two metrics on R ^2 which are not equivalent .substantiate your claim
1
Expert's answer
2021-07-16T13:28:31-0400
Solution:
The following metrics on R2 are not equivalent to one another: the Euclidean metric d, the hub metric ϱh , and the discrete metric ϱdisc . These are defined as follows:
The euclidean metric on R2 is defined by
d(x,y)=(x1−y1)2+(x2−y2)2,
where x=(x1,x2) and y=(y1,y2) .
Let X=R2 . For x=(x1,x2),y=(y1,y2) define ϱh(x,y) as follows. If x=y then ϱh(x,y)=0 . If x=y then
ϱh(x,y)=x12+x22+y12+y22
The metric ϱh is called the hub metric on R2 .
The discrete metric on an arbitrary set X is defined by
d(x,y)={01 if if x=yx=y
Every metric defines open balls, but even if metrics are equivalent their open balls may look very differently (compare e.g. open balls in R2 taken with respect to d and ϱort ) . It turns out, however, that each metric defines also a collection of so-called open sets, and that open sets defined by two metrics are the same precisely when these metrics are equivalent.
Comments