bedi
- 81
- 0
Homework Statement
Let M be a metric space with metric d, and let d_{1} be the metric defined below. Show that the two metric spaces (M,d), (M,d_{1}) have the same open sets.
Homework Equations
d_1:\frac{d(x,y)}{1+d(x,y)}
The Attempt at a Solution
I tried to show that the neighborhoods around their elements are the same.
An open ball in (M,d): B_{r}(x)=\{y \in R: |x-y|<r\}
An open ball in (M,d_{1}): B_{r}(x)=\{y \in R: \frac{|x-y|}{1+|x-y|}<r\}=\{y \in R: (|x-y|)(1-r)<r\}, let 1-r=n, hence n(|x-y|)<r.
I'm stuck.