Let X be a set and (M, d) be a metric space. Let f : X → M be an injective map. Then we define f∗d := d ◦ (f × f): X × X →(o,infinity]
i.e. f∗d(x, y) = d(f(x), f(y)) for x, y ∈ X .
I want to prove that f∗d is a distance function on X (“induced metric”). here's what ive tried so far ...
taking all of the above as fact ;
f is injective therefore f(x)=m1 and f(y)=m2 where m1 does not equal m2 and m1,m2 are elements of M.
=> fd(x,y)=d(m1,m2) which is defined already as a metric space X C(M,d) therefore fd is also a distance function.
...I feel like thats too easy and i must be missing something obvious ? any tips would be much appreciated but please dont answer the full question as i want to learn this on my own :)