Chapter 7: Metric Spaces Flashcards
Metric space
Let X be a set and let D: X x X to Reals be a function such that (i) d(x,y) greater than or equal to 0 for all x, y in X
(ii) d(x,y) = 0 if and only if x=y
(iii) d(x,y) = d(y,x)
(iv) d(x,z) less than or equal to d(x,y) +d(y,z)
Cauchy Schwarz Inequality
take x = (x1,x2,x3…xn) in R^n, and y = (y1,y2,…yn) in R^n then the sum of xjyj squared is less than or equal to the sum of xj squared times the sum of yj squared.
restriction
Let (X,d) be a metric space and Y is a subset of X. Then the restriction d|yxy is a metric on Y.
subspace
If (X, d) is a metric space, Y is a subset of X and d’ = d|yxy, then (Y, d’) is said to be a subspace of (X,d).
bounded
Let (X, d) be a metric space. A subset S of X is said to be bounded if there exists a p in X and a B in R such that d(p,x) is less than or equal to B for all x in S. We say (X,d) is bounded if X itself is a bounded subset.
Open Ball
let (X,d) be a metric space, x in X and delta >0. Then define the open ball or simply ball of radius delta around x as B(x, delta) = {y in X: d(x,y)<delta}
Open
Let (X, d) be a metric space. A set V in X is open if for every x in V there exists a delta >0 such that B(x, delta) is in V.
Closed
A set E in X is closed if the complement of E = X\ E is open.
Open Neighborbood
If x is in V and V is open, V is an open neighborhood of x.
Facts about Openness in Metric Spaces
- the empty set and X are open in X
- the finite intersection of open sets is open
- the union of open sets is open
Facts about Closedness in Metric Spaces
- the empty set and X are closed in X
- the intersection of closed sets is closed
- the finite union of closed sets is closed