Questions: Metric Spaces: Definition and Examples

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Define d on the set {cat, dog, fish} by d(x, x) = 0 and d(x, y) = 1 whenever x ≠ y. Is this a valid metric?

ANo, because distance requires a notion of subtraction, which words do not have
BNo, because d(x, y) must depend continuously on x and y
CYes — it satisfies non-negativity, symmetry, and the triangle inequality (since 1 ≤ 1 + 1)
DYes, but only if the set has a vector space structure, which this set lacks
Question 2 Multiple Choice

In the taxicab metric on ℝ² defined by d((x₁, y₁), (x₂, y₂)) = |x₁ − x₂| + |y₁ − y₂|, what does the open ball B((0,0), 1) look like geometrically?

AA circle of radius 1 centered at the origin, identical to the Euclidean ball
BA square with sides parallel to the axes, with corners at (±1, 0) and (0, ±1)
CA square rotated 45°, with vertices at (±1, 0) and (0, ±1)
DThe entire plane, since taxicab distance is always less than Euclidean distance
Question 3 True / False

The same underlying set can carry multiple different metrics, which may produce different notions of 'closeness' and even different topologies.

TTrue
FFalse
Question 4 True / False

Most metric on a vector space is equivalent to the metric induced by some norm on that space.

TTrue
FFalse
Question 5 Short Answer

Why is the triangle inequality the most essential of the three metric axioms? What would fail about the concept of 'distance' if it were dropped?

Think about your answer, then reveal below.