Metric Spaces Point-Set Topology Flashcards
(42 cards)
Convergence
- Let (x_n)n=m,inf be a sequence of real numbers, and let x be another real number. Then (x_n)n=m,if converges to x iff lim(n->inf) d(x_n,x) = 0.
Metric Space
- A space X of objects (called points) + a distance function / metric d: X x X -> [0, inf)
- Each pair of points x, y in X are “mapped” to a non-negative real-number d(x,y) >= 0.
Metric Space Axioms
- For all x in X, d(x,x) = 0.
- For any distinct x, y in X, we have d(x,y) > 0.
- For any x, y in X, d(x,y) = d(y,x).
- For any x, y, z in X, d(x,z) <= d(x,y) + d(y,z).
Induced Metric Spaces
- (X, d) a metric space, Y contained in X.
- Restrict d: X x X -> [0, inf) to subset Y x Y of X x X to create restricted metric function d|Y x Y : Y x Y -> [0, inf).
- This is a metric on Y induced by the metric d on X.
Euclidean Metric (d_l2)
- R^n x R^n for d_l2((x_1,…,x_n),(y_1,…,y_n)) = (sum(i=1 to n) (x_i - y_i)^2)^0.5
Taxicab Metric (d_l1)
- R^n x R^n for d_l1((x_1,…,x_n),(y_1,…,y_n)) = (sum(i=1 to n) (x_i - y_i))
d_l1 and d_l2 Relationship
d_l2(x,y) <= d_l1(x,y) <= n^0.5 * d_l2(x,y)
Sup Norm Metric (d_linf)
- R^n x R^n for d_linf((x_1,…,x_n),(y_1,…,y_n)) = sup(|x_i - y_i|: 1 <= i <= n)
d_l2 and d_linf Relationship
(1 / (n^.5)) * d_l2(x,y) <= d_linf(x,y) <= d_l2(x,y)
Discrete Metric (d_disc)
- d_disc(x,y) = {0 when x=y, 1 when x /= y}
Convergence of Sequences in Metric Spaces
- (x_n)n=m,inf converges to x wrt metric d iff lim(n->inf) d(x_n,x) = 0.
- This means for all e > 0, there exists an N >= m : d(x_n,x) < e for all n >= N.
Ball
- B_(X, d)(x_0,r) := {x in X, r > - : d(x,x_0) < r}
- An open set.
Interior Point
- (X, d) metric space, E contained in X, x_0 in X.
- x_0 an interior point of E if there is an r > 0 : B(x_0,r) contained in E.
Exterior Point
- x_0 an exterior point of E if there is an r > 0 : B(x_0,r) intersect E = empty set.
Boundary Point
- x_0 is neither an interior point nor a boundary point.
Boundary
- The set of all boundary points.
Adherent Point
- (X,d) metric space, E a subset of X, x_0 in X.
- x_0 an adherent point of E if for all r > 0, B(x_0, r) intersect E /= empty set (nonempty intersection).
Closure
- The set of all adherent points.
- Denoted E_bar.
Equivalence of Points Proposition
- (X,d) metric space, E a subset of X, x_0 in X.
- x_0 an adherent point of E iff x_0 is either an interior or boundary point of E iff there exists a sequence (x_n)n=1, inf in E -> x_0 wrt metric d.
Closure, Interior, Boundary, Exterior Relationship
- (X,d) metric space, E a subset of X.
E_bar = int(E) U dE = X\ext(E)
Closed
- (X,d) metric space, E a subset of X.
- E closed if E contains all its boundary point (dE c= E).
- E closed iff E contains all its adherent points.
- E closed iff for all convergent sequences (x_n)n=m,inf in E, lim(n->inf) x_n lies in E.
Open
- (X,d) metric space, E a subset of X.
- E is open if it contains none of its boundary points (dE intersect E = empty set).
- E is open iff E = int(E)
- E is open iff for all x in E, there is an r > 0 : B(x,r) c= E.
Closed Ball
- The set {x in X : d(x,x_0) < r}
Singleton Set
- (X,d) metric space.
- Any singleton set {x_0}, where x_0 in X, is automatically closed.