• Tidak ada hasil yang ditemukan

Metric Spaces Functional Analysis

N/A
N/A
Protected

Academic year: 2025

Membagikan "Metric Spaces Functional Analysis"

Copied!
6
0
0

Teks penuh

(1)

METRIC SPACES

1. METRICSPACES

Definition 1.1:[Metric Space]

LetX be a none-empty set. A mappingd :X×X −→Ris said to be a metric space on xif it satisfies the following conditions

(1) d(x,y)0 ∀x,y∈X

(2) d(x,y) =0⇔x=y ∀x,y∈X

(3) d(x,y) =d(y,x), ∀x,y∈X(Symmetric)

(4) d(x,y)≤d(x,z) +d(z,y) ∀x,y,z∈X (Triangle Inequality)

Example 1:LetX be any non-empty set .Define a mappingd:X×X−→Rbyd(x,y) =



0, ifx=y;

1, ifx6=y.

Thendis a metric onX,and this metric is called discrete metric.

Example 2: Let X =Fn(Cn,Rn), n 1. Let x= (x1,x2,· · ·,xn),y= (y1,y2,· · ·,yn)Fn Define d :X×X −→R by d(x,y) =

s n k=1

|xk−yk|2= q

|x1−y1|2+|x2−y2|2+· · ·+|xn−yn|2. To see the Triangle Inequality, we will need Minkowski InequalityIfai,biF i=1,2,· · ·,n, and 1<p<∞, then

p

sn i=1

|ai+bi|p p s n

i=1

|ai|p+ p s n

i=1

|bi|p

Now, letx= (x1,x2,· · ·,xn),y= (y1,y2,· · ·,yn),z= (z1,z2,· · ·,zn)Fn

d(x,y) = s n

k=1

|xk−yk|2 Add and Subtractzk.

= s n

k=1

|(xk−zk) + (zk−yk)|2 Use Minkowski Inequality .

s n

k=1

|xk−zk|2+ s n

k=1

|zk−yk|2.

=d(x,z) +d(z,y)

November 15, 2008 1 © Dr.Hamed Al-Sulami

(2)

b

x r

FIGURE1

Example 3: lp.Letpbe a real number such that 1≤p<.lpis the space of all sequencex={xn}n=1inFsuch that

n=1|xn|p<∞ (x={xn}n=1converges).

lp={x={xn}n=1|

n=1|xn|p<, xn,∈F,∀n∈N}

Define the mappingd:lp×lp−→Rbyd(x,y) =d({xn},{yn}) = p s

n=1

|xn−yn|p.Thendis a metric onlp.

Example 4: C([a,b]).Leta,b be two real numbers such thata<b.C([a,b])is the space of all continuous real-valued functions f over[a,b].

C([a,b]) ={f :[a,b]R| f is continuous on[a,b]}Define the mappingsd1,d:C([a,b])×C([a,b])−→Ras follows:

d(f,g) = sup

x∈[a,b]

|f(x)−g(x)|and

d1(f,g) = Zb

a

|f(x)−g(x)|dx.Thend1,dare metrics onC([a,b]).

Open sets and closed sets.

Definition 1.2:[Basic Definition]

Let(X,d)be a metric space. LetE⊆X,and letx0∈X.

(1) Letx∈X andr>0.We define theopen ballof radiusraboutxto be the setBr(x) ={y∈X|d(x,y)<r}.

(2) We say thatEis open set if for eachx∈Ethere is anε>0 such thatBε(x)⊆E. (3) We say thatEis closed set ifEc=X\Eis open set.

(4) We say thatx0is an interior point ofEif there existr>0 such thatBr(x0)⊆E.

(5) We say thatx0is a limit point ofEif for eachr>0 ,Br(x0)(E\ {x0})6.

(6) The set of all interior points ofEis denoted byE. (7) The set of all limit points ofEis denoted byE0. (8) The closure set ofE,denoted byE, isE=E∪E0.

(9) We say thatx0is a boundary point ofEif for eachr>0 ,Br(x0)∩E6=φandBr(x0)∩Ec6.

(10) The set of all boundary points ofEis denoted by∂E.

(3)

Below you will find some of elementary results about metric space- you should try to prove them- Result 1.1:

Let(X,d)be a metric space. LetE⊆X.Then (1) φandXare both open and closed.

(2) An arbitrary union of open sets inXand a finite intersection of open sets inXare open sets inX.

(3) An arbitrary intersection of closed sets inXand a finite union of closed sets inX are closed sets inX. (4) Gis open⇔G=G.

(5) Gis closed⇔G=G.

Definition 1.3:[Distance between sets and diameter ] Let(X,d)be a metric space. LetF,E⊆X,and letx0∈X.

(1) The distance betweenEandx0∈X is denoted byD(x0,E),is defined byD(x0,E) =inf

y∈Ed(x0,y).

(2) The distance between the setsEandF,denoted byD(F,E),is defined asD(F,E) = inf

x∈F,y∈Ed(x,y).

(3) The diameter of the setF, denoted byδ(F), is defined asδ(F) = sup

x,y∈Fd(x,y).

Result 1.2:

Let(X,d)be a metric space. LetE,F⊆X.Then (1) D(F,E) =D(E,F).

(2) Ifx∈E⇔D(x,E) =0.

(3) δ(E) =δ(E).

(4) IfE⊆F⇒δ(E)δ(F).

(5) E={x} ⇔δ(E) =0.

(6) Letx,y∈X,then|D(x,E)−D(y,F)| ≤d(x,y).

Convergence and completeness.

Definition 1.4:[Convergent and Cauchy Sequence]

Let(X,d)be a metric space. Let{xn} ⊆X,be a sequence.

(1) We say that{xn}is convergent tox∈Xif for eachε>0 there existN∈Nsuch that ifn>N⇒d(xn,x)<ε,and we write lim

n→xn=x.

(2) We say that{xn}is Cauchy if for eachε>0 there existN∈Nsuch that ifn,m>N⇒d(xn,xm)<ε.

(3) We say that{xn}is bounded if there existM>0 such thatδ({xn})≤M.

November 15, 2008 3 © Dr.Hamed Al-Sulami

(4)

Result 1.3:

Let(X,d)be a metric space. Let{xn} ⊆X,be a sequence. Then

(1) If{xn}is convergent, then{xn}is bounded and its limit is unique.

(2) A Cauchy sequence is bounded.

(3) A convergent sequence is Cauchy.

(4) Ifxn→x,yn→yinX⇒d(xn,yn)→d(x,y).

(5) If{xn}is convergent tox∈X, then every subsequence{xnk}is convergent tox∈X.

(6) If{xn}is Cauchy sequence and if{xnk}is convergent subsequence tox∈X,then lim

n→xn=x.

Definition 1.5:[Complete Metric]

Let(X,d)be a metric space. We say thatXis complete metric space if every Cauchy sequence inX converges to a point inX.

Example 5:

(1) The spacesRn,Cnwithd(x,y) = r n

k=1|xk−yk|2are complete.

(2) The spacelpwith the metricd(x,y) =d({xn},{yn}) = p s

n=1

|xn−yn|pis complete.

(3) The spacelwith the metricd(x,y) =d({xn},{yn}) =sup

n |xn−yn|is complete.

(4) The spaceC([a,b])with the metricd(f,g) = sup

x∈[a,b]

|f(x)−g(x)|is complete.

Example 6:

(1) The spacesQwithd(x,y) =|x−y|is not complete. For example the sequencex1=1,xn+1=x2n+2

2xn is inQ, but

n→limxn= 2∈/Q.

(2) The spaceC([1,1])with the metricd1(f,g) = Z1

1

|f(x)−g(x)|dx.is not complete. For example let

fn(x) =









1, if1≤x≤0;

1−nx, if 0<x<1/n;

0, if 1/n≤x≤1.

. Then{fn}is Cauchy but it convergesχ[1,0]∈/C([1,1])

Theorem 1.1: []

LetEbe a subset of a metric space(X,d)and letx∈X.Then (1) x∈E⇔ ∃{xn} ⊂E3 lim

n→xn=x.

(2) x∈E0 ⇒ ∃{xn} ⊂E3 lim

n→xn=x.

(5)

Proof:

(1) () Suppose thatx∈E. For eachn∈N,B1/n(x)∩E6.Pickxn∈B1/n(x)∩E.Now,d(xn,x)<1nlim

n→xn=x.

() If{xn} ⊂E3 lim

n→xn=x,then for anyr>0, N∈N3ifn>N⇒d(x,xn)<r.ThusBr(x)∩E6.

Hencex∈E.

(2) Suppose thst x∈E0. Choosex1∈E such that x16=xand d(x,x1)<1. Now, choose x2∈E\ {x} such that d(x,x2)<min{d(x,x1),1/2}.Now, for eachn≥3 pickxn∈E\ {x}such thatd(x,xn)<min{d(x,xn−1),1/n}.

Hence we have a sequence{xn} ⊂Esuch that lim

n→xn=x.

„

Dense sets and Separable Spaces.

Definition 1.6:[Separable Spaces]

Let(X,d)be a metric space. LetE⊆X. (1) We say thatEis dense ifE=X.

(2) We say thatX is separable if it has a countable dense subset.

Example 7:

(1) The spacesRn,Cnwithd(x,y) = r n

k=1|xk−yk|2are separable.

(2) The spacelpwith the metricd(x,y) =d({xn},{yn}) = p s

n=1

|xn−yn|p. (3) The spacelwith the metricd(x,y) =d({xn},{yn}) =sup

n |xn−yn|is not separable.

(4) The spaceC([a,b])with the metricd(f,g) = sup

x∈[a,b]

|f(x)−g(x)|is separable.

Continuous Functions.

Definition 1.7:[Continuity]

Let(X,d1),(Y,d1)be a metric spaces. A function f:X→Yis called continuous atx0∈Xif for eachε>0, >0 such thatx∈Xandd1(x,x0)<δ⇒d2(f(x),f(x0))<ε. f is continuous onXif it is continuous at each point ofX. Theorem 1.2: []

Let(X,d1),(Y,d1)be a metric spaces and let f :X→Y be a function Then, the following statements are equivalent:

(1) f is continuous onX.

(2) ∀x∈Xand∀ {xn} ⊂X3lim

n→xn=x⇒ lim

n→f(xn) =f(x).

(3) For eachEis open inY⇒ f1(E)is open inX (4) For eachFis closed inY ⇒f1(E)is closed inX (5) f(E)⊂f(E),∀ E⊆X.

(6) f1(F)⊂f1(F),∀ F⊆Y.

November 15, 2008 5 © Dr.Hamed Al-Sulami

(6)

Definition 1.8:[Homeomorphism]

Let(X,d1),(Y,d1)be a metric spaces.

(1) A function f:X→Y is called homeomorphism if f is a continuous bijective and f1is continuous.

(2) A function f:X→Y is called isometry ifd2(f(x),f(y)) =d1(x,y), x,y∈X.

Referensi

Dokumen terkait

Stanley, On the number of open sets of finite topologies, J. Stephen, Topology on finite

Every closed subgroup of finite index of an α-level topological group is an open

The β-interior of A is the union of all fuzzy β-open sets contained in A and denoted by βint(A). Every member of T is called an open fuzzy set, and the complement of an open fuzzy

the real numbers, while for assessing semi-open set are expected to know about an open set, closed set, closure (closure) set, interior sets, etc. Keywords: closed set, closure

Iff1,· · ·fnare pairwise opposite and the pairwise intersection points of their axes are contained in an open ball of radius at most half the minimum of the translation lengths of f1,·

Theorem . Let Xω be a complete modular metric space, and let B be a closed and bounded subset of Xω.Suppose that T,h:Xω→Xωare twoω-compatible mappings such that TXω⊆hXωand ωλ cTx,Ty

8 Theorem: A spaceX is π-normal if and only if for every pair of disjoint closed sets A andB, one of which is π-closed, there exists a continuous function f onX into [0,1], with its

The union of fuzzy sets A and B is a fuzzy set defined by the membership function: µAUBx = MaxµAx,µBx Intersection: Let µA and µBbe membership functions that define the fuzzy sets A