Equivalent definitions of Equivalent metrics.

Oster
Messages
84
Reaction score
0
Two metrics 'd' and 'f' are said to be equivalent on a metric space X, if they have the same set of open sets. This is equivalent to saying every open ball with respect to d contains an open ball with respect to f (different radius) and vice versa. (As every open set is a union of open balls).

What I don't quite understand is how these definitions imply that there exist 2 positive constants 'a' and 'b' such that a*d(x,y) <= f(x,y) <= b*d(x,y) for all x,y in X

Can someone please shed some light on this or point me in the direction of some related article.

PS can someone show me where the "less than equal to" sign is?

Thanks.
 
Physics news on Phys.org
If you use LaTeX to make your formulas, you can get \leq with the \leq command.


Are you sure you're not forgetting a hypothesis (compact metric space?) or reversing the implication (the existence of a and b imply equivalence)?

Naively, I would expect there to be a notion of "uniformly equivalent" which is equivalent to your condition.
 
The definition of equivalent metric actually doesn't imply that inequality, you have the implication reversed. That inequality is a sufficient, but not necessary condition for two metrics to be equivalent. Two exercises you can try are to prove that it is a sufficient condition, and to verify the following example:

Let X=\mathbb{R} and let d_1, d_2 be the metrics on X defined by d_1(x,y) = |x-y| and d_2(x,y) = \frac{ |x-y| }{1+ |x-y| }. Then d_1 and d_2 are equivalent metrics on \mathbb{R} yet do not satisfy the inequality condition.

PS. There is no "less or equal to" sign on your keyboard, but in LaTeX it's code is just \leq .
 
oo thanks. I need to study more.
haha, I know it's not on the keyboard. I shall get latex. Thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top