Exercise 8.2.1

Decide which of the following are metrics on X = R 2 . For each, we let x = ( x 1 , x 2 ) and y = y 1 , y 2 be points in the plane.

(a)
d ( x , y ) ( x 1 y 1 ) 2 + ( x 2 y 2 ) 2
(b)
d ( x , y ) = max { | x 1 y 1 | , | x 2 y 2 | }
(c)
d ( x , y ) = | x 1 x 2 + y 1 y 2 |

Answers

(a)
This is just the Euclidean distance between x and y . The first two properties are obvious, while the third can be demonstrated with a little geometry.
(b)
It’s fairly easy to see that the first two properties are met. To demonstrate the triangle inequality, note
d ( x , z ) + d ( z , y ) | x 1 z 1 | + | z 1 y 1 | | x 1 y 1 |

and

d ( x , z ) + d ( z , y ) | x 2 z 2 | + | z 2 y 2 | | x 2 y 2 |

therefore d ( x , z ) + d ( z , y ) is greater than or equal to both possible values of d ( x , y ) .

(c)
Property (i) is not met; take x = ( 0 , 1 ) and y = ( 1 , 0 ) .
User profile picture
2022-01-27 00:00
Comments