I Understanding metric space definition through concrete examples

Ricster55
Messages
39
Reaction score
1
Right now, I am studying Advanced Calculus (proof based), and it is hard thinking through some of the definitions without first thinking about it concretely (meaning how to visualize it better geometrically, if that makes any sense?). I need help with this definition.

Definition

Let X be a metric space. A set G ⊂ X is open if for every a ∈ G there exists r > 0 such that Br(a) ⊂ G. A subset F ⊂ X is closed if F^C = X - F is open.

How do I try to "visualize" this definition, through say, a diagram or a set example?
 
Physics news on Phys.org
It just means that for every point in the set, you can find a small open ball that is contained entirely in the set.

If you think about this in general ##\mathbb{R}^n## space (where the intuition comes from), and consider a bounded set, this means that nothing of a boundary is included in the set itself, because if there would be a point on the boundary, any ball with center that point will intersect the complement of the set, so the set isn't open.

Therefore, I like to think about openness as if the set has no boundary.

For example, ##(0,1)## is open in the reals with the usual metric, because it does not contain its 'boundary points' and ##[0,1)## is not open, because any ball with center 0 will contain a point smaller than ##0##.

Notice that this intuition starts to break down in general metric spaces. Take for example any set with the discrete metric.
 
I'd first take the real line as example, so the open sets are open intervals. The ##B_r(a)## are required to be open: ##B_r(a)=\{x\in X\,: \,||x-a|| < r\}## which is usually written ##U_r(a)##. The ##B_r(a)## are commonly reserved for closed balls.

After that you could do the same in the plane.
 
Math_QED said:
It just means that for every point in the set, you can find a small open ball that is contained entirely in the set.

If you think about this in general ##\mathbb{R}^n## space (where the intuition comes from), and consider a bounded set, this means that nothing of a boundary is included in the set itself, because if there would be a point on the boundary, any ball with center that point will intersect the complement of the set, so the set isn't open.

Therefore, I like to think about openness as if the set has no boundary.

For example, ##(0,1)## is open in the reals with the usual metric, because it does not contain its 'boundary points' and ##[0,1)## is not open, because any ball with center 0 will contain a point smaller than ##0##.

Notice that this intuition starts to break down in general metric spaces. Take for example any set with the discrete metric.
aah, I think I get it now. Thanks for the reply
 
  • Like
Likes member 587159
A sphere as topological manifold can be defined by gluing together the boundary of two disk. Basically one starts assigning each disk the subspace topology from ##\mathbb R^2## and then taking the quotient topology obtained by gluing their boundaries. Starting from the above definition of 2-sphere as topological manifold, shows that it is homeomorphic to the "embedded" sphere understood as subset of ##\mathbb R^3## in the subspace topology.
Back
Top