Metric space and absolute value of difference.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anhedonia
Messages
2
Reaction score
0
I'm beginning self-study of real analysis based on 'Introductory Real Analysis' by Kolmogorov and Fomin. This is from section 5.2: 'Continuous mappings and homeomorphisms. Isometric Spaces', on page 45, Problem 1. This is my first post to these forums, but I'll try to get the latex right. Incidentally, I didn't find this particular question by searching; can I use latex in searches?

Homework Statement


Given a metric space [itex](X, \rho)[/itex], prove that
[tex]a) \ \ | \rho (x, z) - \rho (y,u) | \leq \rho (x, y) + \rho (z, u) \ \ \ \ (x, y, z, u \in X);[/tex]
[tex]b) \ \ | \rho (x, z) - \rho (y, z) | \leq \rho (x, y) \ \ \ \ (x, y, z \in X).[/tex]

Homework Equations


Definition of a metric space (Defn. 1, p. 37).

The Attempt at a Solution


Things that come to mind:
- absolute value is equivalent to taking square and root
- the signs change on (a): on the left is absolute value of a difference, on the right, the regular sum, but
- group of terms changes: (x,z) - (y,u) -> (x,y) + (z,u)

So I gather that the absolute value is significant here, but I don't see the steps to make the connection (square both sides, say). The definition of triangle inequality uses the same elements (x,y,z), but I take that to be coincidental and that I should not assume the (x,y,z,u) in this problem have that same relationship.
 
Last edited:
on Phys.org
welcome to pf!

hi anhedonia! welcome to pf! :smile:
anhedonia said:
[tex]b) \ \ | \rho (x, z) - \rho (y, z) | \leq \rho (x, y) \ \ \ \ (x, y, z \in X).[/tex]

The definition of triangle inequality uses the same elements (x,y,z), but I take that to be coincidental and that I should not assume the (x,y,z,u) in this problem have that same relationship.

i have no idea what you mean by this :confused:

in b), suppose ρ(x,z) > ρ(y,z) … how would you prove it then? :wink:
 


tiny-tim said:
i have no idea what you mean by this
Just that I shouldn't assume the relation of (x,y,z) given in the definition of the triangle inequality applies to the specific (x,y,z) given in this problem statement -- these are different instances of some [itex](x,y,z) \in X[/itex].

tiny-tim said:
...in b), suppose ρ(x,z) > ρ(y,z) … how would you prove it then? :wink:

I gather you're saying, essentially, refer back to the general definition of 'absolute value', which is piece-wise:
[tex]|a| = <br /> \left\{<br /> \begin{array}{l}<br /> a,\ \ \text{if}\ a \geq 0 \\<br /> -a,\ \text{if}\ a < 0 <br /> \end{array}<br /> \right.[/tex]

Meaning, split the problem in two and handle each case. That makes sense. I'll see where that gets me.