metric spaces Flashcards

1
Q

axioms of a metric space:

A

d(x,y)=0 <=> x=y for all x,y in X
d(x,y)=d(y,x) for all x,y, in X
d(x,z)<=d(x,y)+d(y,z) for all x,y,z in X

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

open ball definition:

A

Br(x)={y:d(x,y)<r}

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

closed ball definition:

A

B̄r(x)={y:d(x,y)<=r}

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

euclidean n-space:

A

in the real numbers
d2(x,y)=((x1-y1)^2+…+(xn-yn)^2)^1/2
n dimensional space basically

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

taxicab metric:

A

in the real numbers
d1(x,y)=|x1-y1|+…+|xn-yn|

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

d∞ metric:

A

in the real numbers
d∞(x,y)=max{|x1-y1|,…,|xn-yn|}

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

discrete metric:

A

on any nonempty set X
d(x,y)= 0 if x=y, 1 otherwise

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

isometry of a metric space:

A

a bijection where dX(x,y)=dY(f(x),f(y)) for all x,y in X

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

standard metric:

A

on the complex numbers
dC(z,z’)=|z-z’|

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

when are 2 metrics lipschitz equivalent:

A

when he(x,y)<=d(x,y)<=ke(x,y), h and k being positive constants, d and e being metrics on X, for all x,y in X

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

edge metric:

A

e(u,w)=min l(π(u,w)) (meaning miniumum length between vertices on a graph, smallest path)

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

sup metric:

A

dsup(f,g)=sup|f(x)-g(x)| x in the domain of each, for any f,g in X

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

L1 metric:

A

on [a,b]
d1(f,g)=integral b,a of |f(t)-g(t)| dt

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

L2 metric:

A

on [a,b]
d2(f,g)=(integral b,a of (f(t)-g(t))^2 dt)^1/2

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

interval metric:

A

on the set of all closed intervals in the euclidean line
dH([a,b],[r,s])=max{|r-a|,|s-b|}

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

interior point:

A

a point u in X is an interior point of the subset U if there exists ε>0 such that Bε(u) is in U - it’s an interior point if you can draw a small ball around it that’s still within/on the edge of the area, interior points cannot be on the edge

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

open set:

A

a set U is open in X if for all u in U, there exists ε>0 such that Bε(u) in U - the set of interior points = the entire set U

18
Q

fun facts about open sets:

A

all open balls are open in X
any union of 2 open balls are open in X
the complement of a closed ball is open in X
if (X,d) is discrete, any subset U is open in X

19
Q

closure points:

A

a point x in X is a closure point of a subset U in X if Bε(x) intersection U is nonempty for every ε>0 - basically same as interior points but includes the border, cause a small ball on a border point will intersect with the area clearly

20
Q

closed set:

A

a set U in X is closed if Bε(x) intersection U is nonempty for every ε>0 - if the set of closure points of U = U

21
Q

fun facts about closed sets:

A

a set is closed if its complement is open
all closed balls are closed
an intersection of closed balls is closed
the complement of an open ball is closed
if (X,d) is discrete, any set is closed

22
Q

convergence:

A

for all ε>0, there exists a natural number N such that n>=N -> d(x,xn)<ε, x is the limit of xn here

23
Q

convergence in terms of open balls:

A

for all ε>0, there exists a natural number N such that n>=N -> xn in Bε(x)

24
Q

convergence in euclidean m-space:

A

xn->x iff |xn-x|->o

25
Q

convergence in discrete metric space and graph spaces with an edge metric:

A

xn->x iff xn=x for all n>=some N

26
Q

cauchy sequence definition:

A

for all ε>0, there exists a natural number N such that m,n>=N -> d(xm,xn)<ε>x in (X,d), xn is a cauchy sequence
basically the distance between terms of the sequence gets closer and closer but no specified limit</ε>

27
Q

bounded subset:

A

a subset A is bounded when there exists x0 in X and a real number M such that d(x,x0)<=M for every x in A - when A is contained within B̄M(x0)

28
Q

diameter:

A

of a bounded nonempty set A
sup{d(x,y): x,y in A)
sometimes we say the diameter of the empty set is 0

29
Q

boundary point:

A

a point within the closure but not the interior of a set
so just the well. yknow. boundary
every open ball intersects A and X\A

30
Q

pointwise convergence:

A

for all x in D (domain) and for all ε>0 there exists natural number N such that |fn(x)-f(x)|<ε>=N
weaker than pointwise cause N can be different for different x's</ε>

31
Q

uniform convergence:

A

for all ε>0, there exists natural number N such that |fn(x)-f(x)| for all n>=N and x in D (domain)
stronger than pointwise cause the Same N works for All x

32
Q

what carries over in uniform convergence:

A

integral limits and continuity

33
Q

continuity at a point and overall:

A

(for all x0 if for whole function), for all ε>0, there exists δ>0 such that dX(x,x0)<δ -> dY(f(x),f(x0))<ε
alternatively, x in Bδ(x0) -> f(x) in Bε(f(x0))

34
Q

continuity and convergence:

A

a function f:X->Y is continuous iff (wn) converges to w in X -> f(wn) converges to f(w) in Y

35
Q

inverse image:

A

notation - f^-1(U)
={x:f(x) in U} contained in X

36
Q

inverse image and continuity:

A

a function between 2 metric spaces (X,dX) and (Y,dY) is continuous iff U open in Y -> f^-1(U) open in X
same for closed

37
Q

when is a bijection between 2 metric spaces a lipschitz map/equivalence:

A

when there exists positive real constants h and k such that hdY(f(w),f(x))<=dX(w,x)<=kdY(f(w),f(x)) for all w,x in X
less strict than isometry

38
Q

when is a bijection between 2 metric spaces a homeomorphism:

A

when f and f^-1 are both continuous
less strict lipschitz map so even less strict isometry

39
Q

completeness:

A

a metric space is complete if every cauchy sequence converges to a limit in X

40
Q

complete examples:

A

the real numbers are complete
open balls in euclidean n-space are not
vertex sets are complete
euclidean n-space itself is complete
a closed subspace of a complete metric space is complete
a complete subspace in X is closed in X

41
Q

contraction:

A

given a metric space (X,d), a self map f:X->X is a contraction when there exists a constant 0<K<1 such that d(f(x),f(y))<=Kd(x,y) for all x,y in X
these are all continuous

42
Q

fixed point:

A

a point on a self map f:X->X where x=f(x)
let X be complete, and f:X->X a contraction, then f has a unique fixed point