Analysis of Banach Spaces

Total Page:16

File Type:pdf, Size:1020Kb

Analysis of Banach Spaces Analysis of Banach Spaces Andrew Kobin Spring 2014 Contents Contents Contents 0 Introduction 1 1 Normed Linear Spaces and Banach Spaces 3 1.1 Normed Linear Spaces . .3 1.2 Generalizing the Reals . .5 1.3 Sequences Spaces . 10 2 Function Spaces 16 2.1 Norms on Function Spaces . 16 2.2 The Arzela-Ascoli Theorem . 21 2.3 Approximation . 25 2.4 Contraction Mapping . 31 2.5 Differentiable Function Spaces . 34 2.6 Completing a Metric Space . 35 2.7 Sobolev Space . 38 3 Calculus on Normed Linear Spaces 41 3.1 Differentiability . 41 3.2 Linear Operators . 44 3.3 Rules of Differentiation . 48 3.4 The Mean Value Theorem . 50 3.5 Mixed Partials . 53 3.6 Directional Derivatives . 54 3.7 Sard's Theorem . 55 3.8 Inverse Function Theorem . 61 i 0 Introduction 0 Introduction These notes follow a course on Banach spaces taught by Dr. Stephen Robinson at Wake Forest University during the spring of 2014. The primary reference for the semester was a set of course notes compiled by Dr. Robinson. Our motivation for studying functional analysis is the following question which describes phase transitions in physics (e.g. water $ ice). Question. Given a system whose energy is described by the integral equation Z 1 Z 1 E(u) = ju0j2 du + F (u) du 0 0 for some function F , what are the values for which the system's energy is minimized? In general, this can be thought of as a critical point search. For example, consider F (u) ice state water state The trick is the domain of E(u) is some set of functions u, whereby E is a function from this set of functions to the real numbers R. For this reason we want to be able to perform calculus on such sets of functions, called function spaces. They are a special type of vector space called a normed linear space. The main topics covered in these notes are Normed linear spaces, Banach spaces and their properties The Arzela-Ascoli Theorem Polynomial approximation and the Weierstrass Approximation Theorem Contraction mapping Completion of a metric space Calculus on normed linear spaces, including the Fr´echet derivative, the Mean Value Theorem, Sard's Theorem and the Inverse Function Theorem 1 0 Introduction We briefly review some basic definitions from real analysis that will be relevant through- out the course of these notes. Definitions containing the notation j · j require that X be a metric space, a concept which will be reviewed at the start of the first chapter. Definition. A sequence (sn) in a space X converges to L 2 X, denoted (sn) ! L or lim sn = L, if for every " > 0 there is an N 2 such that for all n > N, jsn − Lj < ". n!1 N Definition. A sequence (sn) is Cauchy if, given any " > 0, there is some N 2 N such that for all n; m > N, jsn − smj < ". Definition. For a set A ⊂ X, a is a limit point of A if there is a sequence (sn) ⊂ A converging to a. Definition. A set A ⊂ X is closed if A contains all of its limit points. Definition. The complement of a closed set is called an open set. Equivalently, A ⊂ X is open if and only if for every a 2 A, there is some neighborhood U (a metric ball if X is a metric space, or a set in a topological basis otherwise) containing a and contained within A. Definition. A set D ⊂ X is dense if X is the smallest closed set containing D. The next three concepts are sometimes referred to as the \Three C's" of analysis, as they represent some of the most fundamental concepts in analytical mathematics. Definition. A space X is said to be complete if every Cauchy sequence in X converges to a point in X. Definition. A set A ⊂ X is compact if every sequence (an) ⊂ A has a subsequence that converges in A. Definition. A function f : X ! X is continuous at a point x0 2 X if for all " > 0, there is some δ > 0 such that jx − x0j < δ implies jf(x) − f(x0)j < ". 2 1 Normed Linear Spaces and Banach Spaces 1 Normed Linear Spaces and Banach Spaces 1.1 Normed Linear Spaces We begin with the fundamental object of study in analysis: a metric space. Definition. A space X is a metric space if there is a function d : X × X ! R satisfying 1) (Positivity) For all x; y 2 X, d(x; y) ≥ 0 and equality holds if and only if x = y. 2) (Symmetry) For all x; y 2 X, d(x; y) = d(y; x). 3) For all x; y; z 2 X, d(x; z) ≤ d(x; y) + d(y; z). Examples. 1 R is a metric space under the usual distance function d(x; y) = jx − yj. 2 For any n ≥ 2, Rn is a metric space under the Euclidean norm n !1=2 X 2 d(x; y) = jjx − yjj := jxi − yij : i=1 3 There is a generalization of Euclidean n-space called `2 which will be important in subsequent sections. One can think of `2 as the space of sequences of real numbers 2 (x1; x2; x3;:::). Then ` is a metric space under the 2-norm: 1 !1=2 X 2 d(x; y) = jxi − yij i=1 4 Let C[0; 1] denote the space of continuous functions on the interval [0; 1]. Then C[0; 1] is a metric space with several compatible metrics. The two most important are: d(f; g) := sup jf(x) − g(x)j x2[0;1] Z 1 1=2 2 and d2(f; g) := jf(x) − g(x)j dx : 0 All of the spaces in these examples have a vector space structure. In addition, the notion of distance is derived from the distance between vectors: d(x; y) = jjx − yjj. In the study of functional analysis, we want to restrict our consideration to a certain type of metric space. Definition. Suppose that X is a real vector space and there is a function jj · jj : X ! R satisfying 1) jjxjj ≥ 0 for all x 2 X, and jjxjj = 0 if and only if x is the zero vector. 2) jjx + yjj ≤ jjxjj + jjyjj for all x; y 2 X. 3) jjαxjj = jαj jjxjj for any α 2 R. Then X is a normed linear space. 3 1.1 Normed Linear Spaces 1 Normed Linear Spaces and Banach Spaces Example 1.1.1. Not every metric space is a normed linear space. For instance, let X = R and define ( 0 x = y d(x; y) = 1 x 6= y which is called the discrete metric. By virtue of d being a metric, (1) and (2) above are satisfied. However, if (3) held we would have 1 = d(2; 0) = jj2 − 0jj = jj2jj = 2jj1jj = 2jj1 − 0jj = 2 · d(1; 0) = 2 · 1 = 2 clearly a contradiction. Therefore (R; d) is not a normed linear space. Example 1.1.2. Consider the unit circle in R2: X = f(x; y) 2 R2 j x2 + y2 = 1g X is not a vector space, so it is certainly not a normed linear space. While not every metric space is a normed linear space, the reverse implication is true. Theorem 1.1.3. If (X; jj · jj) is a normed linear space, then (X; d) is a metric space under the function d(x; y) := jjx − yjj. Proof. Norms are nonnegative, so d ≥ 0. Likewise, d(x; y) = 0 () x = y follows directly from (1) in the definition of a normed linear space. For the triangle inequality (2), consider d(x; z) = jjx − zjj = jjx − y + y − zjj ≤ jjx − yjj + jjy − zjj = d(x; y) + d(y; z): Finally, to show symmetry consider d(y; x) = jjy − xjj = jj − (x − y)jj = j − 1j jjx − yjj = jjx − yjj = d(x; y): Hence d is a metric so (X; d) is a metric space. 4 1.2 Generalizing the Reals 1 Normed Linear Spaces and Banach Spaces 1.2 Generalizing the Reals It is common to prove the some of the following results in a course on real analysis. Lemma 1.2.1. (R; j · j) is a normed linear space. Theorem 1.2.2 (Cauchy Convergence). Every Cauchy sequence in R converges, that is, R is complete. Theorem 1.2.3 (Heine-Borel). A set D ⊂ R is compact () D is closed and bounded. Theorem 1.2.4. The set of rationals Q is dense in R. In this section we will focus on generalizing these properties to Euclidean n-space Rn for finite n. For notational convenience, we will actually restrict our focus to the proofs in R2, but 2 p 2 2 moving up in dimension doesn't alter the proofs much. Consider R with jjxjj = x1 + x2 2 for x = (x1; x2) 2 R . We first prove Proposition 1.2.5. R2 is a normed linear space. The main ingredients in this proof are three inequalities, which we state and prove sep- arately before returning to the main proof. 1 2 1 2 Lemma 1.2.6 (Young's Inequality). For any nonnegative a; b 2 R, ab ≤ 2 a + 2 b . Proof. Consider 1 2 1 2 1 2 1 2 ln(ab) = ln(a) + ln(b) = 2 ln(a ) + 2 ln(b ) ≤ ln 2 a + 2 b where the inequality comes from the concavity of ln(x) { see the diagram below. ln(x) ln(b2) 1 2 1 2 ln a + b 1 2 1 2 2 2 2 ln(a ) + 2 ln(b ) ln(a2) 2 1 2 2 2 a 2 (a + b ) b 1 b 1 2 Taking the exponential of both sides of the inequality ln(ab) ≤ ln 2 a + 2 b proves Young's Inequality.
Recommended publications
  • On Domain of Nörlund Matrix
    mathematics Article On Domain of Nörlund Matrix Kuddusi Kayaduman 1,* and Fevzi Ya¸sar 2 1 Faculty of Arts and Sciences, Department of Mathematics, Gaziantep University, Gaziantep 27310, Turkey 2 ¸SehitlerMah. Cambazlar Sok. No:9, Kilis 79000, Turkey; [email protected] * Correspondence: [email protected] Received: 24 October 2018; Accepted: 16 November 2018; Published: 20 November 2018 Abstract: In 1978, the domain of the Nörlund matrix on the classical sequence spaces lp and l¥ was introduced by Wang, where 1 ≤ p < ¥. Tu˘gand Ba¸sarstudied the matrix domain of Nörlund mean on the sequence spaces f 0 and f in 2016. Additionally, Tu˘gdefined and investigated a new sequence space as the domain of the Nörlund matrix on the space of bounded variation sequences in 2017. In this article, we defined new space bs(Nt) and cs(Nt) and examined the domain of the Nörlund mean on the bs and cs, which are bounded and convergent series, respectively. We also examined their inclusion relations. We defined the norms over them and investigated whether these new spaces provide conditions of Banach space. Finally, we determined their a-, b-, g-duals, and characterized their matrix transformations on this space and into this space. Keywords: nörlund mean; nörlund transforms; difference matrix; a-, b-, g-duals; matrix transformations 1. Introduction 1.1. Background In the studies on the sequence space, creating a new sequence space and research on its properties have been important. Some researchers examined the algebraic properties of the sequence space while others investigated its place among other known spaces and its duals, and characterized the matrix transformations on this space.
    [Show full text]
  • Functional Analysis 1 Winter Semester 2013-14
    Functional analysis 1 Winter semester 2013-14 1. Topological vector spaces Basic notions. Notation. (a) The symbol F stands for the set of all reals or for the set of all complex numbers. (b) Let (X; τ) be a topological space and x 2 X. An open set G containing x is called neigh- borhood of x. We denote τ(x) = fG 2 τ; x 2 Gg. Definition. Suppose that τ is a topology on a vector space X over F such that • (X; τ) is T1, i.e., fxg is a closed set for every x 2 X, and • the vector space operations are continuous with respect to τ, i.e., +: X × X ! X and ·: F × X ! X are continuous. Under these conditions, τ is said to be a vector topology on X and (X; +; ·; τ) is a topological vector space (TVS). Remark. Let X be a TVS. (a) For every a 2 X the mapping x 7! x + a is a homeomorphism of X onto X. (b) For every λ 2 F n f0g the mapping x 7! λx is a homeomorphism of X onto X. Definition. Let X be a vector space over F. We say that A ⊂ X is • balanced if for every α 2 F, jαj ≤ 1, we have αA ⊂ A, • absorbing if for every x 2 X there exists t 2 R; t > 0; such that x 2 tA, • symmetric if A = −A. Definition. Let X be a TVS and A ⊂ X. We say that A is bounded if for every V 2 τ(0) there exists s > 0 such that for every t > s we have A ⊂ tV .
    [Show full text]
  • Arxiv:1911.05823V1 [Math.OA] 13 Nov 2019 Al Opc Oooia Pcsadcommutative and Spaces Topological Compact Cally Edt E Eut Ntplg,O Ipie Hi Ros Nteothe the in Study Proofs
    TOEPLITZ EXTENSIONS IN NONCOMMUTATIVE TOPOLOGY AND MATHEMATICAL PHYSICS FRANCESCA ARICI AND BRAM MESLAND Abstract. We review the theory of Toeplitz extensions and their role in op- erator K-theory, including Kasparov’s bivariant K-theory. We then discuss the recent applications of Toeplitz algebras in the study of solid state sys- tems, focusing in particular on the bulk-edge correspondence for topological insulators. 1. Introduction Noncommutative topology is rooted in the equivalence of categories between lo- cally compact topological spaces and commutative C∗-algebras. This duality allows for a transfer of ideas, constructions, and results between topology and operator al- gebras. This interplay has been fruitful for the advancement of both fields. Notable examples are the Connes–Skandalis foliation index theorem [17], the K-theory proof of the Atiyah–Singer index theorem [3, 4], and Cuntz’s proof of Bott periodicity in K-theory [18]. Each of these demonstrates how techniques from operator algebras lead to new results in topology, or simplifies their proofs. In the other direction, Connes’ development of noncommutative geometry [14] by using techniques from Riemannian geometry to study C∗-algebras, led to the discovery of cyclic homol- ogy [13], a homology theory for noncommutative algebras that generalises de Rham cohomology. Noncommutative geometry and topology techniques have found ample applica- tions in mathematical physics, ranging from Connes’ reformulation of the stan- dard model of particle physics [15], to quantum field theory [16], and to solid-state physics. The noncommutative approach to the study of complex solid-state sys- tems was initiated and developed in [5, 6], focusing on the quantum Hall effect and resulting in the computation of topological invariants via pairings between K- theory and cyclic homology.
    [Show full text]
  • HYPERCYCLIC SUBSPACES in FRÉCHET SPACES 1. Introduction
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 134, Number 7, Pages 1955–1961 S 0002-9939(05)08242-0 Article electronically published on December 16, 2005 HYPERCYCLIC SUBSPACES IN FRECHET´ SPACES L. BERNAL-GONZALEZ´ (Communicated by N. Tomczak-Jaegermann) Dedicated to the memory of Professor Miguel de Guzm´an, who died in April 2004 Abstract. In this note, we show that every infinite-dimensional separable Fr´echet space admitting a continuous norm supports an operator for which there is an infinite-dimensional closed subspace consisting, except for zero, of hypercyclic vectors. The family of such operators is even dense in the space of bounded operators when endowed with the strong operator topology. This completes the earlier work of several authors. 1. Introduction and notation Throughout this paper, the following standard notation will be used: N is the set of positive integers, R is the real line, and C is the complex plane. The symbols (mk), (nk) will stand for strictly increasing sequences in N.IfX, Y are (Hausdorff) topological vector spaces (TVSs) over the same field K = R or C,thenL(X, Y ) will denote the space of continuous linear mappings from X into Y , while L(X)isthe class of operators on X,thatis,L(X)=L(X, X). The strong operator topology (SOT) in L(X) is the one where the convergence is defined as pointwise convergence at every x ∈ X. A sequence (Tn) ⊂ L(X, Y )issaidtobeuniversal or hypercyclic provided there exists some vector x0 ∈ X—called hypercyclic for the sequence (Tn)—such that its orbit {Tnx0 : n ∈ N} under (Tn)isdenseinY .
    [Show full text]
  • A Symplectic Banach Space with No Lagrangian Subspaces
    transactions of the american mathematical society Volume 273, Number 1, September 1982 A SYMPLECTIC BANACHSPACE WITH NO LAGRANGIANSUBSPACES BY N. J. KALTON1 AND R. C. SWANSON Abstract. In this paper we construct a symplectic Banach space (X, Ü) which does not split as a direct sum of closed isotropic subspaces. Thus, the question of whether every symplectic Banach space is isomorphic to one of the canonical form Y X Y* is settled in the negative. The proof also shows that £(A") admits a nontrivial continuous homomorphism into £(//) where H is a Hilbert space. 1. Introduction. Given a Banach space E, a linear symplectic form on F is a continuous bilinear map ß: E X E -> R which is alternating and nondegenerate in the (strong) sense that the induced map ß: E — E* given by Û(e)(f) = ü(e, f) is an isomorphism of E onto E*. A Banach space with such a form is called a symplectic Banach space. It can be shown, by essentially the argument of Lemma 2 below, that any symplectic Banach space can be renormed so that ß is an isometry. Any symplectic Banach space is reflexive. Standard examples of symplectic Banach spaces all arise in the following way. Let F be a reflexive Banach space and set E — Y © Y*. Define the linear symplectic form fiyby Qy[(^. y% (z>z*)] = z*(y) ~y*(z)- We define two symplectic spaces (£,, ß,) and (E2, ß2) to be equivalent if there is an isomorphism A : Ex -» E2 such that Q2(Ax, Ay) = ß,(x, y). A. Weinstein [10] has asked the question whether every symplectic Banach space is equivalent to one of the form (Y © Y*, üy).
    [Show full text]
  • 1 Lecture 09
    Notes for Functional Analysis Wang Zuoqin (typed by Xiyu Zhai) September 29, 2015 1 Lecture 09 1.1 Equicontinuity First let's recall the conception of \equicontinuity" for family of functions that we learned in classical analysis: A family of continuous functions defined on a region Ω, Λ = ffαg ⊂ C(Ω); is called an equicontinuous family if 8 > 0; 9δ > 0 such that for any x1; x2 2 Ω with jx1 − x2j < δ; and for any fα 2 Λ, we have jfα(x1) − fα(x2)j < . This conception of equicontinuity can be easily generalized to maps between topological vector spaces. For simplicity we only consider linear maps between topological vector space , in which case the continuity (and in fact the uniform continuity) at an arbitrary point is reduced to the continuity at 0. Definition 1.1. Let X; Y be topological vector spaces, and Λ be a family of continuous linear operators. We say Λ is an equicontinuous family if for any neighborhood V of 0 in Y , there is a neighborhood U of 0 in X, such that L(U) ⊂ V for all L 2 Λ. Remark 1.2. Equivalently, this means if x1; x2 2 X and x1 − x2 2 U, then L(x1) − L(x2) 2 V for all L 2 Λ. Remark 1.3. If Λ = fLg contains only one continuous linear operator, then it is always equicontinuous. 1 If Λ is an equicontinuous family, then each L 2 Λ is continuous and thus bounded. In fact, this boundedness is uniform: Proposition 1.4. Let X,Y be topological vector spaces, and Λ be an equicontinuous family of linear operators from X to Y .
    [Show full text]
  • Functional Analysis Solutions to Exercise Sheet 6
    Institut für Analysis WS2019/20 Prof. Dr. Dorothee Frey 21.11.2019 M.Sc. Bas Nieraeth Functional Analysis Solutions to exercise sheet 6 Exercise 1: Properties of compact operators. (a) Let X and Y be normed spaces and let T 2 K(X; Y ). Show that R(T ) is separable. (b) Let X, Y , and Z be Banach spaces. Let T 2 K(X; Y ) and S 2 L(Y; Z), where S is injective. Prove that for every " > 0 there is a constant C ≥ 0 such that kT xk ≤ "kxk + CkST xk for all x 2 X. Solution: (a) Since bounded sets have a relatively compact image under T , for each n 2 N the sets T (nBX ) are totally bounded, where nBX := fx 2 X : kxk ≤ ng. Then it follows from Exercise 1 of Exercise sheet 3 that T (nBX ) is separable. But then ! [ [ T (nBX ) = T nBX = T (X) = R(T ) n2N n2N is also separable, as it is a countable union of separable sets. The assertion follows. (b) First note that by using a homogeneity argument, one finds that this result is true, ifand only it is true for x 2 X with kxk = 1. Thus, it remains to prove the result for x 2 X with kxk = 1. We argue by contradiction. If the result does not hold, then there is an " > 0 such that for all C ≥ 0 there exists and x 2 X with kxk = 1 such that kT xk > " + CkST xk. By choosing C = n for n 2 N, we find a sequence (xn)n2N in X with kxnk = 1 such that kT xnk > " + nkST xnk: (1) Since (xn)n2N is bounded and T is compact, there exists a subsequence (T xnj )j2N with limit y 2 Y .
    [Show full text]
  • L P and Sobolev Spaces
    NOTES ON Lp AND SOBOLEV SPACES STEVE SHKOLLER 1. Lp spaces 1.1. Definitions and basic properties. Definition 1.1. Let 0 < p < 1 and let (X; M; µ) denote a measure space. If f : X ! R is a measurable function, then we define 1 Z p p kfkLp(X) := jfj dx and kfkL1(X) := ess supx2X jf(x)j : X Note that kfkLp(X) may take the value 1. Definition 1.2. The space Lp(X) is the set p L (X) = ff : X ! R j kfkLp(X) < 1g : The space Lp(X) satisfies the following vector space properties: (1) For each α 2 R, if f 2 Lp(X) then αf 2 Lp(X); (2) If f; g 2 Lp(X), then jf + gjp ≤ 2p−1(jfjp + jgjp) ; so that f + g 2 Lp(X). (3) The triangle inequality is valid if p ≥ 1. The most interesting cases are p = 1; 2; 1, while all of the Lp arise often in nonlinear estimates. Definition 1.3. The space lp, called \little Lp", will be useful when we introduce Sobolev spaces on the torus and the Fourier series. For 1 ≤ p < 1, we set ( 1 ) p 1 X p l = fxngn=1 j jxnj < 1 : n=1 1.2. Basic inequalities. Lemma 1.4. For λ 2 (0; 1), xλ ≤ (1 − λ) + λx. Proof. Set f(x) = (1 − λ) + λx − xλ; hence, f 0(x) = λ − λxλ−1 = 0 if and only if λ(1 − xλ−1) = 0 so that x = 1 is the critical point of f. In particular, the minimum occurs at x = 1 with value f(1) = 0 ≤ (1 − λ) + λx − xλ : Lemma 1.5.
    [Show full text]
  • Fact Sheet Functional Analysis
    Fact Sheet Functional Analysis Literature: Hackbusch, W.: Theorie und Numerik elliptischer Differentialgleichungen. Teubner, 1986. Knabner, P., Angermann, L.: Numerik partieller Differentialgleichungen. Springer, 2000. Triebel, H.: H¨ohere Analysis. Harri Deutsch, 1980. Dobrowolski, M.: Angewandte Funktionalanalysis, Springer, 2010. 1. Banach- and Hilbert spaces Let V be a real vector space. Normed space: A norm is a mapping k · k : V ! [0; 1), such that: kuk = 0 , u = 0; (definiteness) kαuk = jαj · kuk; α 2 R; u 2 V; (positive scalability) ku + vk ≤ kuk + kvk; u; v 2 V: (triangle inequality) The pairing (V; k · k) is called a normed space. Seminorm: In contrast to a norm there may be elements u 6= 0 such that kuk = 0. It still holds kuk = 0 if u = 0. Comparison of two norms: Two norms k · k1, k · k2 are called equivalent if there is a constant C such that: −1 C kuk1 ≤ kuk2 ≤ Ckuk1; u 2 V: If only one of these inequalities can be fulfilled, e.g. kuk2 ≤ Ckuk1; u 2 V; the norm k · k1 is called stronger than the norm k · k2. k · k2 is called weaker than k · k1. Topology: In every normed space a canonical topology can be defined. A subset U ⊂ V is called open if for every u 2 U there exists a " > 0 such that B"(u) = fv 2 V : ku − vk < "g ⊂ U: Convergence: A sequence vn converges to v w.r.t. the norm k · k if lim kvn − vk = 0: n!1 1 A sequence vn ⊂ V is called Cauchy sequence, if supfkvn − vmk : n; m ≥ kg ! 0 for k ! 1.
    [Show full text]
  • ARZEL`A-ASCOLI's THEOREM in UNIFORM SPACES Mateusz Krukowski 1. Introduction. Around 1883, Cesare Arzel`
    DISCRETE AND CONTINUOUS doi:10.3934/dcdsb.2018020 DYNAMICAL SYSTEMS SERIES B Volume 23, Number 1, January 2018 pp. 283{294 ARZELA-ASCOLI'S` THEOREM IN UNIFORM SPACES Mateusz Krukowski∗ L´od´zUniversity of Technology, Institute of Mathematics W´olcza´nska 215, 90-924L´od´z, Poland Abstract. In the paper, we generalize the Arzel`a-Ascoli'stheorem in the setting of uniform spaces. At first, we recall the Arzel`a-Ascolitheorem for functions with locally compact domains and images in uniform spaces, coming from monographs of Kelley and Willard. The main part of the paper intro- duces the notion of the extension property which, similarly as equicontinuity, equates different topologies on C(X; Y ). This property enables us to prove the Arzel`a-Ascoli'stheorem for uniform convergence. The paper culminates with applications, which are motivated by Schwartz's distribution theory. Using the Banach-Alaoglu-Bourbaki's theorem, we establish the relative compactness of 0 n subfamily of C(R; D (R )). 1. Introduction. Around 1883, Cesare Arzel`aand Giulio Ascoli provided the nec- essary and sufficient conditions under which every sequence of a given family of real-valued continuous functions, defined on a closed and bounded interval, has a uniformly convergent subsequence. Since then, numerous generalizations of this result have been obtained. For instance, in [10], p. 278 the compact families of C(X; R), with X a compact space, are exactly those which are equibounded and equicontinuous. The space C(X; R) is given with the standard norm kfk := sup jf(x)j; x2X where f 2 C(X; R).
    [Show full text]
  • Basic Differentiable Calculus Review
    Basic Differentiable Calculus Review Jimmie Lawson Department of Mathematics Louisiana State University Spring, 2003 1 Introduction Basic facts about the multivariable differentiable calculus are needed as back- ground for differentiable geometry and its applications. The purpose of these notes is to recall some of these facts. We state the results in the general context of Banach spaces, although we are specifically concerned with the finite-dimensional setting, specifically that of Rn. Let U be an open set of Rn. A function f : U ! R is said to be a Cr map for 0 ≤ r ≤ 1 if all partial derivatives up through order r exist for all points of U and are continuous. In the extreme cases C0 means that f is continuous and C1 means that all partials of all orders exists and are continuous on m r r U. A function f : U ! R is a C map if fi := πif is C for i = 1; : : : ; m, m th where πi : R ! R is the i projection map defined by πi(x1; : : : ; xm) = xi. It is a standard result that mixed partials of degree less than or equal to r and of the same type up to interchanges of order are equal for a C r-function (sometimes called Clairaut's Theorem). We can consider a category with objects nonempty open subsets of Rn for various n and morphisms Cr-maps. This is indeed a category, since the composition of Cr maps is again a Cr map. 1 2 Normed Spaces and Bounded Linear Oper- ators At the heart of the differential calculus is the notion of a differentiable func- tion.
    [Show full text]
  • MAT641-Inner Product Spaces
    MAT641- MSC Mathematics, MNIT Jaipur Functional Analysis-Inner Product Space and orthogonality Dr. Ritu Agarwal Department of Mathematics, Malaviya National Institute of Technology Jaipur April 11, 2017 1 Inner Product Space Inner product on linear space X over field K is defined as a function h:i : X × X −! K which satisfies following axioms: For x; y; z 2 X, α 2 K, i. hx + y; zi = hx; zi + hy; zi; ii. hαx; yi = αhx; yi; iii. hx; yi = hy; xi; iv. hx; xi ≥ 0, hx; xi = 0 iff x = 0. An inner product defines norm as: kxk = phx; xi and the induced metric on X is given by d(x; y) = kx − yk = phx − y; x − yi Further, following results can be derived from these axioms: hαx + βy; zi = αhx; zi + βhy; zi hx; αyi = αhx; yi hx; αy + βzi = αhx; yi + βhx; zi α, β are scalars and bar denotes complex conjugation. Remark 1.1. Inner product is linear w.r.to first factor and conjugate linear (semilin- ear) w.r.to second factor. Together, this property is called `Sesquilinear' (means one and half-linear). Date: April 11, 2017 Email:[email protected] Web: drrituagarwal.wordpress.com MAT641-Inner Product Space and orthogonality 2 Definition 1.2 (Hilbert space). A complete inner product space is known as Hilbert Space. Example 1. Examples of Inner product spaces n n i. Euclidean Space R , hx; yi = ξ1η1 + ::: + ξnηn, x = (ξ1; :::; ξn), y = (η1; :::; ηn) 2 R . n n ii. Unitary Space C , hx; yi = ξ1η1 + ::: + ξnηn, x = (ξ1; :::; ξn), y = (η1; :::; ηn) 2 C .
    [Show full text]