Maybe_Memorie
- 346
- 0
Homework Statement
Consider a metric space (X,d) with subsets A and B of X, where A and B have non-zero intersection. Show that diam(A\bigcupB) \leq diam(A) + diam(B)
Homework Equations
The Attempt at a Solution
A hint would be very much appreciated.
diam(A\bigcupB) = sup[d(x,y)] for every x,y.
So d(x,y) \leq diam(A\bigcupB)
Either z\inA, or z\inB, or z in both.
Consider firstly z\inA.
d(x,z) \leq diam(A)
If z\inB,
d(z,y) \leq diam(B)
Therefore, d(x,z) + d(z,y) \leq diam(A) + diam(B)
But d(x,y) \leq d(x,z) + d(z,y), hence
d(x,y) \leq diam(A) + diam(B)As far as I've gotten...