Chapter 7 Flashcards

1
Q

Why study metric spaces?

A

To see what we can learn about a set of points if all we know is the distance between two points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a metric? (Formal definition)

A

A function p on X x X such that:
1. p(x,y) >= 0, with p(x,y)=0 iff x=y
2. p(x,y) = p(y,x)
3. p(x,z) <= p(x,y) + p(y,z) (triangle inequality)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a metric? (Informal definition)

A

A function of X x X where you stick in two points and the distance between them is returned. That also satisfies the three axioms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a metric space?

A

A space formed by a nonempty set and a metric for that space. So that the distance between every point in the set is known.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the most basic thing that makes up a metric space?

A

Open and closed balls of a fixed radius.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Open ball? Quantitative and simple explanation?

A

B(y,r) is equivalent to {x: p(y,x) < r}

A ball with radius r > 0 and center y in X to be all the points x in X whose distance to y is less than r.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Closed ball? Quantitative and simple explanation?

A

B^bar (y,r) is equivalent to {x: p(y,x) <= r}

A ball with radius r > 0 and center y in X to be all the points x in X whose distance to y is less than or equal to r.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the main difference between an open versus a closed ball?

A

The open ball does not include its boundary points, while the closed ball does include its boundary points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Closed set?

A

A set E is closed if its complement is open. Or if it contains all of its limit/boundary points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Open set?

A

A set E is open if for every point x in E there exists a radius r > 0 small enough that B(x,r) is a subset of E. Or in other words, there exists a ball for every point in E.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Convergence? (Formal definition)

A

We say that a sequence {x_i}^infinity _ i=1 subset of X converges to x* if lim(i to infinity) p(x_i,x*)=0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Convergence? (Informal definition)

A

We say that a sequence y converges to an arbitrary point x if as we move further along the sequence, the distance between the sequence term and x approaches 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Inverse image? (Formal definition)

A

For f: X –> Y, we define f^-1 (A) equivalent to {x | f(x) \in A subset Y}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Inverse image? (Informal definition)

A

We say that f: X –> Y is the inverse image of A under f if for all x in X there exists a f(x) in A which is a subset of Y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Continuity definition 1? (Formal)

A

A function mapping from one metric space X to another Y, (X could equal Y), is said to be continuous if for every open set E subset Y, the inverse image of E is open in X.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Continuity definition 2? (Formal)

A

A function mapping from one metric space X to another metric space Y, (X could equal Y), is said to be continuous if: x_i –> x^* implies f(x_i) –> f(x^*)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Continuity definition 1*? (Formal)

A

A function mapping omega subset X to another metric space Y, (X could equal Y), is said to be continuous if for every open set E subset Y, the inverse image f^-1 (E) = omega intersect F for some open F subset X.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Continuity definition 1*? (Informal)

A

A function f from a subset omega of X –> Y is continuous if, for any open set E in Y, the part of omega that maps into E is the intersection of omega with some open set in X.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Cauchy sequences? (Formal)

A

A sequence {x_i}^infinity_(i=1) subset X is a cauchy sequence if, for every epsilon > 0, there is an N(epsilon) such that i,j > N(epsilon) implies that p(xi,xj) < epsilon.

20
Q

Cauchy sequences? (Informal)

A

A sequence whose terms become close to each other as the sequence progresses.

21
Q

Completeness?

A

We say that a metric space (p, X) is complete if every cauchy sequence has a limit in X.

22
Q

Continuity 3? (Formal)

A

A function mapping from omega subset X to another metric space Y, (X could equal Y), is said to be continuous if, for every point x in omega and epsilon > 0, there is a delta(x,epsilon) >0 such that f(B(x,delta(x,epsilon)) intersect omega) subset B(f(x), epsilon).

23
Q

When in R^n is a set compact?

A

If and only if it is closed and bounded.

24
Q

Compact sets? (Informal)

A

A set K subset X is compact if every open cover of K contains a finite subcover.

25
Supremum?
The smallest upper bound.
26
Infimum?
The greatest lower bound.
27
If a set is not bounded below then what is the infimum?
Negative infinity.
28
If a set is not bounded above then what is the supremum?
Infinity.
29
Epsilon net?
The union of the epsilon balls centered on the points in A_E^epsilon covers E.
30
Totally bounded?
A set E subset X is totally bounded if for every epsilon > 0, there is a finite epsilon net for E, A_E^epsilon. That is, the number of points in A_E^epsilon is finite.
31
Suppose that X is a compact metric space. When would a subset, K subset X, be compact?
Iff it is closed and totally bounded. (Theorem 7.4.1)
32
Suppose that we have a sequence {xi}^infinity_(i=1) subset K, where K is a compact subset of the compact metric space X. Then what can we say exists in the sequence?
Then there is a convergent subsequence: there exists x* in K and a monotonically increasing K: N --> N such that: x_k(i) --> x*.
33
Suppose that A subset K, where K is a compact subset of the metric space X and A is an infinite set. Then what two things do we know exist?
Then there exists x* in K and a one-to-one function i: N --> a_i in A, such that: a_i --> x*. (i --> infinity)
34
Separable? (Informal)
A metric space X is separable if it contains a dense countable subset.
35
Separable? (Formal)
It contains a set F = {f_i}^infinity_(i=1) subset X such that, for any x in X and any epsilon > 0, there is a point f_k in F such that p(f_k, x) < epsilon.
36
Sequentially compact?
A set K is sequentially compact if every sequence contained by K has a convergent subsequence converging to a point in K.
37
A set K, in a metric space X, is closed and totally bounded if what?
Iff it is sequentially compact.
38
If f: X --> Y is continuous and K subset X is compact, then what do we know about f(k)?
Then f(k) is also compact.
39
If a function f: X --> R is continuous on a compact set K, then there exists x_*, x^* in K such that what?
Such that f(x_*)=inf(f(k)) and f(x^*)=sup(f(k)).
40
If a function f: X --> R is continuous on a compact set K, then a delta(x, epsilon) can be found that does not depend on x. What does this mean intuitively?
The size of the delta-balls are uniform in x.
41
Connectedness? (Informal)
If we intersect a connected subset with two disjoint open sets, one of the intersections must be empty.
42
If f: X --> Y is continuous and D subset X is connected, then what do we know about f(D) in Y?
Then f(D) is connected in Y.
43
Definition of interior and exterior?
The interior of a set is all the points in x in E such that, for some r > 0 , B(x,r) in E. The exterior of E is the set of interior points of E^c.
44
Closure?
The closure of a set E is the intersection of all the closed sets containing E and is denoted clos(E).
45
Degree of a vertex?
The degree of a vertex is the number of edges that connect to that vertex.
46
Maximal degree?
Maximal degree for a graph is the largest degree that any vertex has in the graph.
47
Euclidean norm?
Suppose that x in R^n. Define |x|= square root(x dot x).