An Introduction to Functional Analysis

Total Page:16

File Type:pdf, Size:1020Kb

An Introduction to Functional Analysis Appalachian State University Department of Mathematics Ralph Chikhany Introduction to Functional Analysis c 2015 A Directed Research Paper in Partial Fulfillment of the Requirements for the Degree of Master of Arts May 2015 Approved: Dr William J Cook Member Dr William C Bauldry Member Contents Introduction 1 1 Metric Spaces 3 1.1 Definition and Examples . .3 1.2 Underlying Topology . .6 1.3 Convergence and Continuity . .9 1.4 Completeness and Completion . 11 1.5 Compactness . 15 2 Banach Spaces 18 2.1 Normed Vector Spaces . 18 2.1.1 Vector Spaces . 18 2.1.2 Normed Spaces . 19 2.1.3 Bounded Linear Operators . 22 2.2 Banach Spaces . 24 2.2.1 Introduction to Differential Equations in Banach Spaces . 25 2.3 Linear Functionals and Duality . 28 3 Hilbert Spaces 31 3.1 Inner Product Spaces and Orthogonality . 31 3.2 Hilbert Spaces . 35 3.3 Orthonormal Sequences and Bases . 38 3.4 Representation Theorems . 41 3.5 Special Operators . 44 3.6 Weak-Weak∗ Topologies and Convergence . 48 Bibliography 51 Introduction Functional Analysis was founded at the beginning of the 20th century to provide a general abstract domain for some problems, namely from physics, where the issue was finding functions verifying certain properties. With this incentive in mind, functional analysis can be perceived as the study of function spaces. To place this field in relation to differential and integral calculus, we can classify the study of functions in three levels, from the most elementary to the abstract: The first level consists of studying properties of individual functions, namely their domain, extremas, concavity, asymptotes... These properties can thus be represented and perceived graphically and geometrically. This is mainly the concern of beginner calculus courses. The second level consists of studying more general properties of collections of functions, such as continuity and convergence notions on sequences and series of functions. This is mainly the concern of real analysis courses. The third level consists of studying properties of function spaces. Those are sets of functions of given kind from one set to another. At this level, some abstract properties of collections of functions can be expressed as properties of certain function spaces. However, one should understand that moving from finite to infinite dimensions isn't the easiest jump for students, since we are losing the geometric intuition. Functional analysis is one of those fields that studies general concepts that might seem abstract and without practical use , but the results have turned out to be of utmost importance and efficacy for many fields, namely physics and economics, for the past century. To get familiar with the depth of some methods and key concepts, one must jump back and forth between definitions from one section to another, while relating theorems and trying to apply some previous examples to the concepts explained in a current section (for instance, one could go back and verify if the metric spaces discussed in the first chapter are normed, Banach, inner product or Hilbert, even if those are not clearly indicated in an exercise or example). And just like in any mathematics course, studying new structures often comes with the study of transformations and mappings between spaces. We will focus in this course on properties of linear transformations between spaces, namely functionals between normed spaces, which can be viewed as functions of functions. 1 The goal of this directed research project is to provide complete lecture notes with exercises for each section, for anyone willing to teach an introductory course to functional analysis at the senior undergraduate or graduate level. One could copy everything written in the next 50 or so pages verbatim, and the content would be more than enough for a semester's worth of material, provided that the strategy of lecturing for a couple of sessions then stopping and solving problems with students for a class meeting is adopted. This is essential since courses like this tend to get really boring and frustrating for students if the same routine lecturing method is adopted in every class meeting. With this strategy kept in mind, one could interchange the number of class meetings for lecturing or problem solving. A rough schedule for the number of meetings for each section is provided below: Section Lecture days Problems days Total 1.1 1.5 1.5 3 1.2 1 1 2 1.3 2 1 3 1.4 2.5 1.5 4 1.5 1 1 2 2.1 2 2 4 2.2 2 1 3 2.3 1 2 3 3.1 2 1 3 3.2 1.5 1.5 3 3.3 2 1 3 3.4 2 1 3 3.5 1 2 3 3.6 2 1 3 Not all exercises should be done by the professor. Most of them should be turned in for credit, but problem sessions should be aimed at helping students get started with the tricky proofs or problems. If this class is dual listed (audience is a mix of senior undergraduates and graduate students), some problems in each section (starred) should be additionally assigned to graduate students for their portion of the grade. A midterm and a final are necessary, and preferably given as a take home since a lot of definitions, theorems and proofs are being covered, and 50 minute exams are not enough to test student on all concepts. With a total of 14 sections, a suggested grade distribution could be the following: 65% for homework (5% each, drop the lowest), 15 % for the midterm and 20% for the final. If anyone decides to teach or take this course as an independent study at Appstate, or anywhere else, and decides to use my notes and exercises, I hope to get constructive feedback and criticism, since I was learning the material while working on the next 50 pages. Happy learning/teaching! 2 Chapter 1 Metric Spaces 1.1 Definition and Examples Definition. A metric space (M; d) is an ordered pair consisting of a set M and a distance + function d : M × M ! R such that for all x; y; z 2 M: (a) d(x; y) = 0 () x = y, (b) d(x; y) = d(y; x), (c) d(x; z) ≤ d(x; y) + d(y; z) (triangle inequality). Definition. A subspace (M 0; d0) of (M; d) is a metric space on M 0 ⊆ M with the metric d 0 0 0 0 restricted to M × M . The map d = djM 0×M 0 is called the metric induced on M by d. Example. The real line equipped with the usual metric d(x; y) = jx − yj is a metric space. In n general, the set F where F = Z; Q; R or C equipped with the metric v u n uX 2 d(~x;~y) = t jξi − ηij i=1 where ~x = ξ1; ξ2; ...ξn and ~y = η1; η2; ...ηn. This is also known as the Euclidean metric. When 2 n = 2 and F = R, we obtain the regular distance function in R pictured next. 2 Example. Sets can be equipped with multiple distinct metrics. Another metric on R is d = jξ1 − η1j + jξ2 − η2j and is known as the taxicab metric, since its the distance one would travel by taxi on a rectangular grid of streets. It is also pictured below. Proof. We will prove that taxicab metric is indeed a metric. We need to verify the three conditions listed in the definition. Let ~x = (x1; x2), ~y = (y1; y2) and ~z = (z1; z2). (a) d(x; y) = 0 () jx1 − y1j + jx2 − y2j = 0 () jx1 − y1j = 0 and jx2 − y2j = 0 () x = y 3 2 Figure 1.1: Euclidean and Taxicab Metrics in R (b) d(x; y) = jx1−y1j+jx2−y2j = jy1−x1j+jy2−x2j = d(y; x) (c) d(x; y) + d(y; z) = jx1 − y1j + jx2 − y2j + jy1 − z1j + jy2 − z2j = (jx1 − y1j + jy1 − z1j) + (jx2 − y2j + jy2 − z2j) ≥ (jx1 − y1 + y1 − z1j) + (jx2 − y2 + y2 − z2j) = (jx1 − z1j) + (jx2 − z2j) = d(x; z) ( 0 x = y Example. Define d(x; y) = . Then (M; d) for any set M is called a discrete 1 x 6= y metric space equipped with the discrete metric. Example. Consider the function space C[a; b] = ff :[a; b] ! C j f continuousg, i.e. the set of all continuous functions on a given closed interval, and define 8 1 Z b p > p > jf(x) − g(x)j dx 1 ≤ p < 1 <> a dp(f; g) = > > :> max jf(x) − g(x)j p = 1 a≤x≤b Then (C[a; b]; dp) is a metric space. 1 p X p Example. We define the space ` of sequences ~x = (x1; x2; :::) such that jxij converges for i=1 1 1 ! p X p a fixed p ≥ 1, and the metric d(x; y) = jxi − yij . Then (`p; d) is a metric space. When i=1 p = 2 we obtain the Hilbert sequence space, the earliest example of Hilbert spaces studied later in this course. 4 Proof. Clearly, d satisfies the first two conditions of being a metric. Proving that d satisfies the triangle inequality is not trivial. One needs to recall a couple of results. First, define q to be the conjugate exponent of p, meaning 1 1 + = 1 or (p − 1)(q − 1) = 1 p q This form helps in deriving the first of these necessary inequalities. 1 1 1=p 1 1=q X X p X q • Holder's inequality for sequence spaces: jxk ykj ≤ jxkj jykj k=1 k=1 k=1 Note that if p = 2 then q = 2 and this yields the Cauchy-Schwarz 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]
  • 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]
  • 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]
  • Functions of a Complex Variable II Math 562, Spring 2020
    Functions of a Complex Variable II Math 562, Spring 2020 Jens Lorenz April 27, 2020 Department of Mathematics and Statistics, UNM, Albuquerque, NM 87131 Contents 1 Notations 5 2 The Schwarz Lemma and Aut(D) 6 2.1 Schwarz Lemma . .6 2.2 Biholomorphic Maps and Automorphisms . .7 2.3 The Automorphism Group of D ...................7 2.4 The Schwarz{Pick Lemma . .9 2.5 Remarks . 11 3 Linear Fractional Transformations and the Riemann Sphere 12 3.1 The Riemann Sphere . 12 3.2 Linear Fractional Transformations . 14 3.3 The Automorphisms of the Riemann Sphere . 16 3.4 A Remarkable Geometric Property of Linear Fractional Trans- formations . 17 3.4.1 Analytical Description of Circles . 18 3.4.2 Circles under Reciprocation . 18 3.4.3 Straight Lines under Reciprocation . 20 3.5 Example: The Cayley Transform in the Complex Plane . 21 3.6 The Cayley Transform of a Matrix . 22 4 The Riemann Mapping Theorem 24 4.1 Statement and Overview of Proof . 24 4.2 The Theorem of Arzela{Ascoli . 26 4.3 Montel's Theorem . 29 4.4 Auxiliary Results on Logarithms and Square Roots . 32 4.5 Construction of a Map in ..................... 33 4.6 A Bound of f 0(P ) for all Ff .................. 35 4.7 Application ofj thej Theorems2 of F Montel and Hurwitz . 36 4.8 Proof That f is Onto . 37 1 4.9 Examples of Biholomorphic Mappings . 39 5 An Introduction to Schwarz–Christoffel Formulas 41 5.1 General Power Functions . 41 5.2 An Example of a Schwarz–Christoffel Map .
    [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]
  • Ideal Convergence and Completeness of a Normed Space
    mathematics Article Ideal Convergence and Completeness of a Normed Space Fernando León-Saavedra 1 , Francisco Javier Pérez-Fernández 2, María del Pilar Romero de la Rosa 3,∗ and Antonio Sala 4 1 Department of Mathematics, Faculty of Social Sciences and Communication, University of Cádiz, 11405 Jerez de la Frontera, Spain; [email protected] 2 Department of Mathematics, Faculty of Science, University of Cádiz, 1510 Puerto Real, Spain; [email protected] 3 Department of Mathematics, CASEM, University of Cádiz, 11510 Puerto Real, Spain 4 Department of Mathematics, Escuela Superior de Ingeniería, University of Cádiz, 11510 Puerto Real, Spain; [email protected] * Correspondence: [email protected] Received: 23 July 2019; Accepted: 21 September 2019; Published: 25 September 2019 Abstract: We aim to unify several results which characterize when a series is weakly unconditionally Cauchy (wuc) in terms of the completeness of a convergence space associated to the wuc series. If, additionally, the space is completed for each wuc series, then the underlying space is complete. In the process the existing proofs are simplified and some unanswered questions are solved. This research line was originated in the PhD thesis of the second author. Since then, it has been possible to characterize the completeness of a normed spaces through different convergence subspaces (which are be defined using different kinds of convergence) associated to an unconditionally Cauchy sequence. Keywords: ideal convergence; unconditionally Cauchy series; completeness ; barrelledness MSC: 40H05; 40A35 1. Introduction A sequence (xn) in a Banach space X is said to be statistically convergent to a vector L if for any # > 0 the subset fn : kxn − Lk > #g has density 0.
    [Show full text]
  • On Some Bk Spaces
    IJMMS 2003:28, 1783–1801 PII. S0161171203204324 http://ijmms.hindawi.com © Hindawi Publishing Corp. ON SOME BK SPACES BRUNO DE MALAFOSSE Received 25 April 2002 ◦ (c) We characterize the spaces sα(∆), sα(∆),andsα (∆) and we deal with some sets generalizing the well-known sets w0(λ), w∞(λ), w(λ), c0(λ), c∞(λ),andc(λ). 2000 Mathematics Subject Classification: 46A45, 40C05. 1. Notations and preliminary results. For a given infinite matrix A = (anm)n,m≥1, the operators An, for any integer n ≥ 1, are defined by ∞ An(X) = anmxm, (1.1) m=1 where X = (xn)n≥1 is the series intervening in the second member being con- vergent. So, we are led to the study of the infinite linear system An(X) = bn,n= 1,2,..., (1.2) where B=(b n)n≥1 is a one-column matrix and X the unknown, see [2, 3, 5, 6, 7, 9]. Equation (1.2) can be written in the form AX = B, where AX = (An(X))n≥1.In this paper, we will also consider A as an operator from a sequence space into another sequence space. A Banach space E of complex sequences with the norm E is a BK space if P X → P X E each projection n : n is continuous. A BK space is said to have AK B = (b ) B = ∞ b e (see [8]) if for every n n≥1, n=1 m m, that is, ∞ bmem → 0 (n →∞). (1.3) m=N+1 E We shall write s, c, c0,andl∞ for the sets of all complex, convergent sequences, sequences convergent to zero, and bounded sequences, respectively.
    [Show full text]
  • Sufficient Generalities About Topological Vector Spaces
    (November 28, 2016) Topological vector spaces Paul Garrett [email protected] http:=/www.math.umn.edu/egarrett/ [This document is http://www.math.umn.edu/~garrett/m/fun/notes 2016-17/tvss.pdf] 1. Banach spaces Ck[a; b] 2. Non-Banach limit C1[a; b] of Banach spaces Ck[a; b] 3. Sufficient notion of topological vector space 4. Unique vectorspace topology on Cn 5. Non-Fr´echet colimit C1 of Cn, quasi-completeness 6. Seminorms and locally convex topologies 7. Quasi-completeness theorem 1. Banach spaces Ck[a; b] We give the vector space Ck[a; b] of k-times continuously differentiable functions on an interval [a; b] a metric which makes it complete. Mere pointwise limits of continuous functions easily fail to be continuous. First recall the standard [1.1] Claim: The set Co(K) of complex-valued continuous functions on a compact set K is complete with o the metric jf − gjCo , with the C -norm jfjCo = supx2K jf(x)j. Proof: This is a typical three-epsilon argument. To show that a Cauchy sequence ffig of continuous functions has a pointwise limit which is a continuous function, first argue that fi has a pointwise limit at every x 2 K. Given " > 0, choose N large enough such that jfi − fjj < " for all i; j ≥ N. Then jfi(x) − fj(x)j < " for any x in K. Thus, the sequence of values fi(x) is a Cauchy sequence of complex numbers, so has a limit 0 0 f(x). Further, given " > 0 choose j ≥ N sufficiently large such that jfj(x) − f(x)j < " .
    [Show full text]
  • Some New Pascal Sequence Spaces
    Fundamental Journal of Mathematics and Applications, 1 (1) (2018) 61-68 Fundamental Journal of Mathematics and Applications Journal Homepage: www.dergipark.gov.tr/fujma Some new Pascal sequence spaces Harun Polata* aDepartment of Mathematics, Faculty of Science and Arts, Mus¸Alparslan University, Mus¸, Turkey *Corresponding author E-mail: [email protected] Article Info Abstract Keywords: a-, b- and g-duals and ba- The main purpose of the present paper is to study of some new Pascal sequence spaces sis of sequence, Matrix mappings, Pas- p¥, pc and p0. New Pascal sequence spaces p¥, pc and p0 are found as BK-spaces and cal sequence spaces it is proved that the spaces p¥, pc and p0 are linearly isomorphic to the spaces l¥, c and 2010 AMS: 46A35, 46A45, 46B45 c0 respectively. Afterward, a-, b- and g-duals of these spaces pc and p0 are computed Received: 27 March 2018 and their bases are consructed. Finally, matrix the classes (pc : lp) and (pc : c) have been Accepted: 25 June 2018 characterized. Available online: 30 June 2018 1. Preliminaries, background and notation By w, we shall denote the space all real or complex valued sequences. Any vector subspace of w is called a sequence space. We shall write l¥, c, and c0 for the spaces of all bounded, convergent and null sequence are given by l¥ = x = (xk) 2 w : sup jxkj < ¥ , k!¥ c = x = (xk) 2 w : lim xk exists and c0 = x = (xk) 2 w : lim xk = 0 . Also by bs, cs, l1 and lp we denote the spaces of all bounded, k!¥ k!¥ convergent, absolutely convergent and p-absolutely convergent series, respectively.
    [Show full text]
  • On Generalized Means and Some Related Sequence Spaces M
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Computers and Mathematics with Applications 61 (2011) 988–999 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa On generalized means and some related sequence spaces M. Mursaleen ∗, Abdullah K. Noman Department of Mathematics, Aligarh Muslim University, Aligarh 202002, India article info a b s t r a c t Article history: In the present paper, we introduce the notion of generalized means and define some related Received 28 May 2010 sequence spaces which include the most known sequence spaces as special cases. Further, Accepted 21 December 2010 we study some topological properties of the spaces of generalized means and construct their bases. Finally, we determine the β-duals of these spaces and characterize some related Keywords: matrix classes. Sequence space ' 2010 Elsevier Ltd. All rights reserved. BK space Schauder basis β-dual Matrix transformation 1. Background, notations and preliminaries 2 D D 1 By w, we denote the space of all complex sequences. If x w, then we simply write x .xk/ instead of x .xk/kD0. Also, we write φ for the set of all finite sequences that terminate in zeros. Further, we shall use the conventions that .k/ e D .1; 1; 1; : : :/ and e is the sequence whose only non-zero term is 1 in the kth place for each k 2 N, where N D f0; 1; 2;:::g. Any vector subspace of w is called a sequence space.
    [Show full text]
  • Power Series, Analyticity and Elementary Functions
    MATH 566 LECTURE NOTES 2: POWER SERIES, ANALYTICITY AND ELEMENTARY FUNCTIONS TSOGTGEREL GANTUMUR 1. Uniform and normal convergences For a set Ω ⊆ C and a function f :Ω ! C, we define the uniform norm kfkΩ = sup jfj: Ω We say that a sequence ffkg of functions fk :Ω ! C converges uniformly in Ω to f, if kfk − fkΩ ! 0 as k ! 1. Recall that this is equivalent to the sequence ffkg being a Cauchy sequence, i.e., kfk − f`kΩ ! 0 as k; ` ! 1. P P Theorem 1 (Weierstrass M-test). If gn :Ω ! C and n kgnkΩ < 1, then the series n gn converges uniformly in Ω. P Proof. With fk = n≤k gn, we have for ` < k X X X kfk − f`kΩ = k gnkΩ ≤ kgnkΩ ≤ kgnkΩ; `<n≤k `<n≤k n>` which tends to 0 when ` ! 1. So ffkg is a Cauchy sequence, hence converges. P n ¯ Example 2. The geometric series n z converges uniformly in Dr (and also in Dr) as long n as r < 1. To be pedantic, with r < 1 and with functions gn : Dr ! C given by gn(z) = z , P the series n gn converges uniformly in Dr. However, the convergence is not uniform in the P n open unit disk D1, and n z does not converge if jzj ≥ 1. Convergence behaviour of frequently occurring sequences in complex analysis can be cap- tured conveniently by the notion of locally uniform convergence. Recall that U ⊆ Ω is a neighbourhood of z 2 Ω in Ω if there is an open set V ⊆ C such that z 2 V \ Ω ⊆ U.
    [Show full text]
  • Topologies of Some New Sequence Spaces, Their Duals, and the Graphical Representations of Neighborhoods ∗ Eberhard Malkowsky A, , Vesna Velickoviˇ C´ B
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Topology and its Applications 158 (2011) 1369–1380 Contents lists available at ScienceDirect Topology and its Applications www.elsevier.com/locate/topol Topologies of some new sequence spaces, their duals, and the graphical representations of neighborhoods ∗ Eberhard Malkowsky a, , Vesna Velickoviˇ c´ b a Department of Mathematics, Faculty of Sciences, Fatih University, 34500 Büyükçekmece, Istanbul, Turkey b Department of Mathematics, Faculty of Sciences and Mathematics, University of Niš, Višegradska 33, 18000 Niš, Serbia article info abstract MSC: Many interesting topologies arise in the theory of FK spaces. Here we present some new 40H05 results on the topologies of certain FK spaces and the determinations of their dual spaces. 54E35 We also apply our software package for visualization and animations in mathematics and its extensions to the representation of neighborhoods in various topologies. Keywords: © 2011 Elsevier B.V. All rights reserved. Topologies and neighborhoods FK spaces Dual spaces Visualization Computer graphics 1. Introduction This paper deals with two subjects in mathematics and computer graphics, namely the study of certain linear topological spaces and the graphical representation of neighborhoods in the considered topologies. Many important topologies arise in the theory of sequence spaces, in particular, in FK and BK spaces and their dual spaces. Here we present some new results on the topology of certain FK spaces and their dual spaces. Our results have an interesting and important application in crystallography, in particular in the growth of crystals. According to Wulff’s principle [1], the shape of a crystal is uniquely determined by its surface energy function.
    [Show full text]