Complex Analysis Mario Bonk

Total Page:16

File Type:pdf, Size:1020Kb

Complex Analysis Mario Bonk Complex Analysis Mario Bonk Course notes for Math 246A and 246B University of California, Los Angeles Contents Preface 6 1 Algebraic properties of complex numbers 8 2 Topological properties of C 18 3 Differentiation 26 4 Path integrals 38 5 Power series 43 6 Local Cauchy theorems 55 7 Power series representations 62 8 Zeros of holomorphic functions 68 9 The Open Mapping Theorem 74 10 Elementary functions 79 11 The Riemann sphere 86 12 M¨obiustransformations 92 13 Schwarz's Lemma 105 14 Winding numbers 113 15 Global Cauchy theorems 122 16 Isolated singularities 129 17 The Residue Theorem 142 18 Normal families 152 19 The Riemann Mapping Theorem 161 3 CONTENTS 4 20 The Cauchy transform 170 21 Runge's Approximation Theorem 179 References 187 Preface These notes cover the material of a course on complex analysis that I taught repeatedly at UCLA. In many respects I closely follow Rudin's book on \Real and Complex Analysis". Since Walter Rudin is the unsurpassed master of mathematical exposition for whom I have great admiration, I saw no point in trying to improve on his presentation of subjects that are relevant for the course. The notes give a fairly accurate account of the material covered in class. They are rather terse as oral discussions that gave further explanations or put results into perspective are mostly omitted. In addition, all pictures and diagrams are currently missing as it is much easier to produce them on the blackboard than to put them into print. 6 1 Algebraic properties of complex numbers 1.1. Intuitive idea. Complex numbers are expressions of the form a + bi with real numbers a and b. Here i is the imaginary unit. One computes (i.e., adds and multiplies) with complex numbers as usual, but sets i2 = i·i := −1. For example, (3 + 5i)(2 + i) = 6 + 10i + 3i + 5i2 = 6 + 13i − 5 = 1 + 13i: 1.2. Definition of the complex numbers. For a rigorous definition we let the set of complex numbers be C := f(a; b): a; b 2 Rg with the correspondence (a; b) ∼= a + bi in mind. Addition and multiplication are defined accordingly: (a; b) + (c; d) := (a + c; b + d); (a; b) · (c; d) := (ac − bd; ad + bc): One often omits the multiplication sign and writes zw := z · w for z; w 2 C. One also uses the convention that multiplication binds stronger than addition. So u + vw = u + (v · w) for u; v; w 2 C, etc. That one computes with complex numbers \as usual" is mathematically expressed by the following fact. Theorem 1.3. (C; +; ·) is a field, that is: 1. (C; +) is an abelian group, which means that 1.1 the addition + is associative, 1.2 there exists a neutral element 0 := (0; 0) 2 C with respect to addition, 1.3 every element (a; b) 2 C has an (additive) inverse (−a; −b) 2 C, 1.4 the addition + is commutative. 2. (C; +; ·) is a commutative ring, which means that 8 1 ALGEBRAIC PROPERTIES OF COMPLEX NUMBERS 9 2.1 (C; +) is an abelian group, 2.2 the multiplication · is associative and commutative, 2.3 the distributive law holds. 3. (C∗; ·) is a group, where C∗ := C n f0g. The proof is straightforward, but tedious, and so we skip it. Remark 1.4. If we write (for the moment),a ~ := (a; 0) 2 C for a 2 R, then a~ + ~b = (a; 0) + (b; 0) = (a + b; 0) = a]+ b; and a~ · ~b = (a; 0) · (b; 0) = (ab; 0) = ab:e This means that with expressionsa ~, ~b, etc., one can compute in exactly the same way as with the underlying real numbers a, b, etc. More precisely, the map ': R ! C; a 2 R 7! '(a) :=a; ~ is a field isomorphism of R onto its image in C. Accordingly, one \identifies” the image of R under ' with R, writes a instead ofa ~, and considers R as subset of C. Now let i := (0; 1). Then for a; b 2 R we have (a; b) = (a; 0) + (0; b) = (a; 0) + (b; 0) · (0; 1) =a ~ + ~bi = a + bi: So every complex number z 2 C can uniquely be written as z = a+bi, where a; b 2 R. Note also that we have i2 := i · i = (0; 1) · (0; 1) = (−1; 0) = −f1 = −1: Using these conventions we reconcile the precise definition of complex num- bers and their operations with the intuitive notion that we took as out start- ing point. 1 ALGEBRAIC PROPERTIES OF COMPLEX NUMBERS 10 Definition 1.5. Let z = a + bi 2 C, where a; b 2 R. We define (i) Re(z) := a (the real part of z), (ii) Im(z) := b (the imaginary part of z), (iii)z ¯ := a − bi (the complex conjugate of z), p (iv) jzj := a2 + b2 (the absolute value of z). 1.6. Geometric interpretations. These concepts and also addition of complex numbers have obvious geometric interpretations if one identifies z = a + bi with the point (a; b) in the plane R2. 1.7. Subtraction and division. As in every field one can define a notion of subtraction and division of complex numbers. Namely, if z 2 C, one denotes the additive inverse of z by −z and defines w − z := w + (−z) for z; w 2 C. If z = a + bi, w = c + di, then −z = (−a) + (−b)i, and so w − z = (c − a) + (d − b)i: If z 6= 0, then we denote by z−1 the (multiplicative) inverse of z. For z = a + bi 6= 0 we have a b z−1 = − i: a2 + b2 a2 + b2 One defines z z=w = := w · z−1: w One can compute with fractions of complex numbers as usual (as in any field). Using the fact that zz¯ = jzj2, one can simplify fractions of complex numbers by multiplying in numerator and denominator by the complex conjugate of the denominator. For example, 2 + i (2 + i)(3 − 5i) = 3 + 5i (3 + 5i)(3 − 5i) (6 + 5) + (−10 + 3)i = 32 + 52 11 − 7i 11 7 = = − i: 34 34 34 1 ALGEBRAIC PROPERTIES OF COMPLEX NUMBERS 11 Theorem 1.8. Let z; w 2 C. Then 1 (i) Re(z) = 2 (z +z ¯), 1 (ii) Im(z) = 2i (z − z¯), (iii) Re(z + w) = Re(z) + Re(w), (iv) Im(z + w) = Im(z) + Im(w), (v) z 2 R iff Im(z) = 0 iff z =z ¯, (vi) z¯ = z, (vii) z + w =z ¯ +w ¯, z − w =z ¯ − w¯, (viii) z · w =z ¯ · w¯, z z¯ (ix) = , w w¯ (x) z · z¯ = jzj2, (xi) jzj = 0 iff z = 0, (xii) jz · wj = jzj · jwj, z jzj (xiii) = , w jwj (xiv) jz + wj ≤ jzj + jwj (triangle inequality). Proof. The proofs of these facts are straightforward, often tedious, and we omit the details; as an example, we will prove (xii). If z = a + bi and w = c + di, where a; b; c; d 2 R, then z · w = (ac − bd) + (ad + bc)i; 1 ALGEBRAIC PROPERTIES OF COMPLEX NUMBERS 12 and so jz · wj2 = (ac − bd)2 + (ad + bc)2 = a2c2 + b2d2 + a2d2 + b2c2 = (a2 + b2)(c2 + d2) = jzj2 · jwj2: Hence jz · wj = jzj · jwj: (For this conclusion it is important that the terms on both sides are non- negative). Definition 1.9 (The exponential function for complex arguments). For z = x + iy, where x; y 2 R, we define ez = exp(z) := ex(cos y + i sin y): Note that for z 2 R, when y = Im(z) = 0, this agrees with the usual exponential function. So the exponential function for complex arguments is an extension of the exponential function for real arguments. Choosing this particular extension seems arbitrary and unmotivated at this point. It will become more natural after we have introduced power series, because we will see that the complex exponential function can be represented by the usual power series for the real exponential function. A deeper reason for choosing this particular extension is that the complex exponential function is holomorphic and by the uniqueness theorem every function on R has at most one holomorphic extension to C. All this will be discussed later in the course. Theorem 1.10. The exponential function exp: C ! C has the following properties: (i) eit = cos t + i sin t for t 2 R (Euler-Moivre formula), (ii) ez+w = ez · ew for z; w 2 C (functional equation of exp), (iii) ez+2πi = ez for z 2 C (exp is 2πi-periodic), (iv) ez = 1 iff z = 2πik with k 2 Z, 1 ALGEBRAIC PROPERTIES OF COMPLEX NUMBERS 13 (v) ew = ez iff w = z + 2πik with k 2 Z. Proof. (i) Obvious from the definition. (ii) If z = x + iy and w = u + iv with x; y; u; v 2 R, then z + w = (x + u) + i(y + v): Note that cos(y + v) = cos y cos v − sin y sin v; sin(y + v) = sin y cos v + cos y sin v: Hence ez · ew = ex(cos y + i sin y)eu(cos v + i sin v); = ex+u(cos y cos v − sin y sin v) + i(sin y cos v + cos y sin v) = ex+u(cos(y + v) + i sin(y + v)) = e(x+u)+i(y+v) = ez+w: (iv) Let z = x + iy, x; y 2 R. Then ez = 1 , ex(cos y + i sin y) = 1 , ex cos y = 1 and ex sin y = 0; , ex cos y = 1 and sin y = 0; x , e cos y = 1 and y = nπ for n 2 Z; x n , e (−1) = 1 and y = nπ for n 2 Z; x , e = 1 and y = nπ for some n 2 Z even; , x = 0 and y = nπ for some n 2 Z even; , z = x + iy = 2πik for k 2 Z: (iii) Using (ii) and (iv) we have ez+2πi = ez · e2πi = ez · 1 = ez for z 2 C.
Recommended publications
  • Calculus 1 to 4 (2004–2006)
    Calculus 1 to 4 (2004–2006) Axel Schuler¨ January 3, 2007 2 Contents 1 Real and Complex Numbers 11 Basics .......................................... 11 Notations ..................................... 11 SumsandProducts ................................ 12 MathematicalInduction. 12 BinomialCoefficients............................... 13 1.1 RealNumbers................................... 15 1.1.1 OrderedSets ............................... 15 1.1.2 Fields................................... 17 1.1.3 OrderedFields .............................. 19 1.1.4 Embedding of natural numbers into the real numbers . ....... 20 1.1.5 The completeness of Ê .......................... 21 1.1.6 TheAbsoluteValue............................ 22 1.1.7 SupremumandInfimumrevisited . 23 1.1.8 Powersofrealnumbers.. .. .. .. .. .. .. 24 1.1.9 Logarithms ................................ 26 1.2 Complexnumbers................................. 29 1.2.1 TheComplexPlaneandthePolarform . 31 1.2.2 RootsofComplexNumbers . 33 1.3 Inequalities .................................... 34 1.3.1 MonotonyofthePowerand ExponentialFunctions . ...... 34 1.3.2 TheArithmetic-Geometricmeaninequality . ...... 34 1.3.3 TheCauchy–SchwarzInequality . .. 35 1.4 AppendixA.................................... 36 2 Sequences and Series 43 2.1 ConvergentSequences .. .. .. .. .. .. .. .. 43 2.1.1 Algebraicoperationswithsequences. ..... 46 2.1.2 Somespecialsequences . .. .. .. .. .. .. 49 2.1.3 MonotonicSequences .. .. .. .. .. .. .. 50 2.1.4 Subsequences............................... 51 2.2 CauchySequences
    [Show full text]
  • Conceptual Power Series Knowledge of STEM Majors
    Paper ID #21246 Conceptual Power Series Knowledge of STEM Majors Dr. Emre Tokgoz, Quinnipiac University Emre Tokgoz is currently the Director and an Assistant Professor of Industrial Engineering at Quinnipiac University. He completed a Ph.D. in Mathematics and another Ph.D. in Industrial and Systems Engineer- ing at the University of Oklahoma. His pedagogical research interest includes technology and calculus education of STEM majors. He worked on several IRB approved pedagogical studies to observe under- graduate and graduate mathematics and engineering students’ calculus and technology knowledge since 2011. His other research interests include nonlinear optimization, financial engineering, facility alloca- tion problem, vehicle routing problem, solar energy systems, machine learning, system design, network analysis, inventory systems, and Riemannian geometry. c American Society for Engineering Education, 2018 Mathematics & Engineering Majors’ Conceptual Cognition of Power Series Emre Tokgöz [email protected] Industrial Engineering, School of Engineering, Quinnipiac University, Hamden, CT, 08518 Taylor series expansion of functions has important applications in engineering, mathematics, physics, and computer science; therefore observing responses of graduate and senior undergraduate students to Taylor series questions appears to be the initial step for understanding students’ conceptual cognitive reasoning. These observations help to determine and develop a successful teaching methodology after weaknesses of the students are investigated. Pedagogical research on understanding mathematics and conceptual knowledge of physics majors’ power series was conducted in various studies ([1-10]); however, to the best of our knowledge, Taylor series knowledge of engineering majors was not investigated prior to this study. In this work, the ability of graduate and senior undergraduate engineering and mathematics majors responding to a set of power series questions are investigated.
    [Show full text]
  • 1 Infinite Sequences and Series
    1 Infinite Sequences and Series In experimental science and engineering, as well as in everyday life, we deal with integers, or at most rational numbers. Yet in theoretical analysis, we use real and complex numbers, as well as far more abstract mathematical constructs, fully expecting that this analysis will eventually provide useful models of natural phenomena. Hence we proceed through the con- struction of the real and complex numbers starting from the positive integers1. Understanding this construction will help the reader appreciate many basic ideas of analysis. We start with the positive integers and zero, and introduce negative integers to allow sub- traction of integers. Then we introduce rational numbers to permit division by integers. From arithmetic we proceed to analysis, which begins with the concept of convergence of infinite sequences of (rational) numbers, as defined here by the Cauchy criterion. Then we define irrational numbers as limits of convergent (Cauchy) sequences of rational numbers. In order to solve algebraic equations in general, we must introduce complex numbers and the representation of complex numbers as points in the complex plane. The fundamental theorem of algebra states that every polynomial has at least one root in the complex plane, from which it follows that every polynomial of degree n has exactly n roots in the complex plane when these roots are suitably counted. We leave the proof of this theorem until we study functions of a complex variable at length in Chapter 4. Once we understand convergence of infinite sequences, we can deal with infinite series of the form ∞ xn n=1 and the closely related infinite products of the form ∞ xn n=1 Infinite series are central to the study of solutions, both exact and approximate, to the differ- ential equations that arise in every branch of physics.
    [Show full text]
  • Function Series)
    Series with variable terms (function series) Sequence consisting of terms that are all in the form of a function is called a sequence with variable terms, or a function sequence {fn} = {fn(x)} = f1(x), f2(x), ..., fn(x), ... Let all functions that are terms of the sequence {fn} be defined at some point (number) x0, then the convergence (divergence) of the given function sequence {fn} at the point x0 can be considered. Sequence {fn} that is convergent (divergent) at all points of some set M is said to be convergent (divergent) at the set M. Set of all such points at which the given sequence {fn} is convergent is called the domain of convergence of the sequence {fn}. Let the sequence {fn} be convergent on the set M, then a function is defined on the set M such that f (x0 ) lim fn (x0 ),x0 M n and it is called the limit of the sequence {fn} on the set M f lim fn n Therefore f lim fn on M x0 M , 0,n0 :n N,n n0 fn (x0 ) - f (x0 ) n Function f need not to be continuous on M, an if is continuous we speak about uniform convergence of the sequence with variable terms. Function series Let all terms of a sequence with variable terms {fn} be defined on a non- empty se M. Expression fn f1 f2 ... fn ... n1 is called the series with variable terms (function series). Let n sn f i f12 f ... f n , n 1,2,... i1 fn Function sn is called the n-th partial sum of the series .
    [Show full text]
  • MAT 5610, Analysis I Part III
    Introduction Review Derivative Integral Riemann-Stieltjes Integral Sequences & Series MAT 5610, Analysis I Part III Wm C Bauldry [email protected] Spring, 2011 MAT 5610: 0 0 Today Introduction Review Derivative Integral Riemann-Stieltjes Integral Sequences & Series MAT 5610: 0 Introduction Review Derivative Integral Riemann-Stieltjes Integral Sequences & Series Outerlude MAT 5610: 19 Introduction Review Derivative Integral Riemann-Stieltjes Integral Sequences & Series Seriesly Fun Definition • A series is a sequence of partial sums with the nth term given by Pn Sn = ak for some fixed p Z k=p 2 Pn • A sequence bn n p can be written as a series Sn = k p ak by f g ≥ = setting an = bn bn 1 and bp 1 = 0: − − − Examples X1 1 π2 X1 ( 1)k+1 1. = 4. − = ln(2) k2 6 k k=1 k=1 X1 1 k 2. = e X1 ( 1) +1 sin(k) k! 5. − = k=0 k 1 1 k=1 X 1 X 1 3. =1= sin(1) k(k + 1) k(k − 1) arctan k=1 k=2 1 + cos(1) MAT 5610: 20 Introduction Review Derivative Integral Riemann-Stieltjes Integral Sequences & Series Harmonious Series RECALL: Definition P A series 1 ak converges to A R iff for every " > 0 there is an k=p 2 n∗ N s.t. whenever n n∗, then Sn A < ": 2 ≥ j − j Proposition P • If ak converges, then ak 0: P ! • If ak 0; then ak diverges. 6! Example (Nicole Oresme (c.1360)) The harmonic series P 1=k diverges. Take segments that are greater than 1=2 to show S n 1 + n=2.
    [Show full text]
  • An Introduction to Complex Analysis
    An Introduction to Complex Analysis JIŘÍ BOUCHALA AND MAREK LAMPART Preface Complex analysis is one of the most interesting of the fundamental topics in the undergraduate mathematics course. Its importance to applications means that it can be studied both from a very pure perspective and a very applied perspective. This text book for students takes into account the varying needs and backgrounds for students in mathematics, science, and engineering. It covers all topics likely to feature in this course, including the subjects: • complex numbers, • differentiation, • integration, • Cauchy’s theorem and its consequences, • Laurent and Taylor series, • conformal maps and harmonic functions, • the residue theorem. Since the topics of complex analysis are not elementary subjects, there are some reasonable assumptions about what readers should know. The reader should be fa- miliar with relevant standard topics taught in the area of real analysis of real func- tions of one and multiple variables, sequences, and series. This text is mostly a translation from the Czech original [1]. The authors are grateful to their colleagues for their comments that improved this text, to John Cawley who helped with the correction of many typos and En- glish grammar, and also to RNDr. Alžběta Lampartová for her kind help with the typesetting process. doc. RNDr. Marek Lampart, Ph.D. November 18, 2020 2 Contents 1 Complex numbers and Gauss plane 5 1.1 Complex numbers . .5 1.2 Geometric interpretation and argument of complex numbers . .6 1.3 Infinity . .8 1.4 Neighbourhood of a point . .9 1.5 Sequence of complex numbers . .9 2 Complex functions of a real and a complex variable 11 2.1 Complex functions .
    [Show full text]
  • Arxiv:1609.02803V2 [Math.NT] 29 Mar 2017 Nterfrne 1,1] Diinlntto O Special for Notation Additional 15]
    SQUARE SERIES GENERATING FUNCTION TRANSFORMATIONS MAXIE D. SCHMIDT SCHOOL OF MATHEMATICS GEORGIA INSTITUTE OF TECHNOLOGY 117 SKILES BUILDING 686 CHERRY STREET NW ATLANTA, GA 30332 [email protected] Abstract. We construct new integral representations for transformations of the ordinary generating function for a sequence, hfni, into the form of a generating function that enu- 2 n merates the corresponding “square series” generating function for the sequence, hq fni, at an initially fixed non-zero q ∈ C. The new results proved in the article are given by integral–based transformations of ordinary generating function series expanded in terms of the Stirling numbers of the second kind. We then employ known integral representations for the gamma and double factorial functions in the construction of these square series trans- formation integrals. The results proved in the article lead to new applications and integral representations for special function series, sequence generating functions, and other related applications. A summary Mathematica notebook providing derivations of key results and applications to specific series is provided online as a supplemental reference to readers. 1. Notation and Conventions Most of the notational conventions within the article are consistent with those employed in the references [11, 15]. Additional notation for special parameterized classes of the square series expansions studied in the article is defined in Table 1 on page 4. We utilize this notation for these generalized classes of square series functions throughout the article. The following list provides a description of the other primary notations and related conventions employed throughout the article specific to the handling of sequences and the coefficients of formal power series: ◮ Sequences and Generating Functions: The notation fn f0,f1,f2,..
    [Show full text]
  • Convergence and Divergence of Fourier Series
    Undergraduate Thesis Degree in Mathematics Faculty of Mathematics University of Barcelona Convergence and Divergence of Fourier Series Author: Miguel García Fernández Advisor: Dr. María Jesús Carro Rossell Department: Mathematics and Informatics Barcelona, January 19, 2018 Abstract In this project we study the convergence of Fourier series. Specifically, we first give some positive results about pointwise and uniform convergence, and then we prove two essential negative results: there exists a continuous function whose Fourier series diverges at some point and an integrable function whose Fourier series diverges almost at every point. In the case of divergence, we show that one can use other summability methods in order to represent the function as a trigonometric series. i ii Acknowledgements I want to acknowledge my thesis director María Jesús Carro for her extremely valuable help and her ability to make me grasp the beauty of this subject. I would also like to thank my girlfriend and all of my relatives and friends who gave me their moral support. iii iv Contents Abstract i Acknowledgements iii Introduction 1 1 Fourier Series 5 1.1 Trigonometric series . .5 1.2 Orthogonality . .6 1.3 Fourier Series . .7 1.4 Properties of Fourier coefficients . .8 1.5 Bessel’s inequality . .9 2 Positive results on pointwise and uniform convergence 13 2.1 Dirichlet Kernel . 13 2.2 Riemann-Lebesgue Lemma . 16 2.3 Localization principle . 18 2.4 Dirichlet’s theorem . 19 2.5 Dini’s criterion . 20 2.6 Uniform convergence . 21 3 Divergence of Fourier series 25 3.1 Divergence of Fourier series of continuous functions .
    [Show full text]
  • Mathematics 120 Solutions for HWK 21B 2 Function Series That Are Geometric
    Mathematics 120 Solutions for HWK 21b 2 function series that are geometric ∞ √x n 35. p671. For the series 1 , find the interval of convergence and, within this interval, 2 − n=0 find the sum of the seriesX as a function of x. Notice that this series isn’t actually a power series, but it is geometric. It has first term a = 1 and √x common ratio r = 1. It will converge absolutely provided r < 1, in other words provided 2 − | | √x that 1 < 1, and it will diverge otherwise. The convergence condition can be rewritten in | 2 − | √x the form 1 < 1 < 1. Solve for x as follows: − 2 − √x 1 < 1 < 1 − 2 − √x 0 < < 2 2 0 < √x < 4 0 < x < 16 Thus the interval of convergence is (0, 16). Using the formula for the sum of a geometric series, we can write the sum of the series as a function of x: ∞ √x n 1 2 1 = = 2 − √x 4 √x n=0 1 ( 1) − X − 2 − provided 0 < x < 16. 39. p671. For what values of x does the series 1 1 1 n 1 (x 3) + (x 3)2 + + (x 3)n + − 2 − 4 − ··· − 2 − ··· converge? What is its sum? What series do you get if you differentiate the given series term by term? For what values of x does the new series converge? What is its sum? 1 This series, which is a power series, is also geometric, with a = 1 and r = 2 (x 3). It converges 1 − − if and only if r < 1, in other words iff 2 (x 3) < 1.
    [Show full text]
  • Sequences and Series Notes for MATH 3100 at the University Of
    Sequences and Series Notes for MATH 3100 at the University of Georgia Spring Semester 2010 Edward A. Azoff With additions by V. Alexeev and D. Benson Contents Introduction 5 1. Overview 5 2. Prerequisites 6 3. References 7 4. Notations 7 5. Acknowledgements 7 Chapter 1. Real Numbers 9 1. Fields 9 2. Order 12 3. Eventually Positive Functions 14 4. Absolute Value 15 5. Completeness 17 6. Induction 18 7. Least Upper Bounds via Decimals 21 Exercises 22 Chapter 2. Sequences 27 1. Introduction 27 2. Limits 28 3. Algebra of Limits 32 4. Monotone Sequences 34 5. Subsequences 35 6. Cauchy Sequences 37 7. Applications of Calculus 38 Exercises 39 Chapter 3. Series 45 1. Introduction 45 2. Comparison 48 3. Justification of Decimal Expansions 50 4. Ratio Test 52 5. Integral Test 52 6. Series with Sign Changes 53 7. Strategy 54 8. Abel's Inequality and Dirichlet's Test 55 Exercises 56 3 4 CONTENTS Chapter 4. Applications to Calculus 63 Exercises 67 Chapter 5. Taylor's Theorem 71 1. Statement and Proof 71 2. Taylor Series 75 3. Operations on Taylor Polynomials and Series 76 Exercises 81 Chapter 6. Power Series 85 1. Domains of Convergence 85 2. Uniform Convergence 88 3. Analyticity of Power Series 91 Exercises 92 Chapter 7. Complex Sequences and Series 95 1. Motivation 95 2. Complex Numbers 96 3. Complex Sequences 97 4. Complex Series 98 5. Complex Power Series 99 6. De Moivre's Formula 101 Exercises 102 Chapter 8. Constructions of R 105 1. Formal Decimals 106 2.
    [Show full text]
  • Lecture 2: Linear Algebra, Infinite Dimensional Spaces And
    Lecture 2: Linear Algebra, Infinite Dimensional Spaces and Functional Analysis Johan Thim ([email protected]) April 6, 2021 \You have no respect for logic. I have no respect for those who have no respect for logic." |Julius Benedict 1 Remember Linear algebra? Finite Dimensional Spaces Let V be a linear space (sometimes we say vector space) over the complex (sometimes real) numbers. We recall some definitions from linear algebra. Elements of a linear space can be added and multiplied by constants and still belong to the linear space (this is the linearity): u; v 2 V ) αu + βv 2 V; α; β 2 C (or R): The operations addition and multiplication by constant behaves like we expect (associative, distributive and commutative). Multiplication of vectors is not defined in general, but as we shall see we can define different useful products in many cases. Linear combination Definition. Let u1; u2; : : : ; un 2 V . We call n X u = αkuk = α1u1 + α2u2 + ··· + αnun k=1 a linear combination. If n X αkuk = 0 , α1 = α2 = ··· = αn = 0; k=1 we say that u1; u2; : : : ; un are linearly independent. The linear span spanfu1; u2; : : : ; ung of the vectors u1; u2; : : : ; un is defined as the set of all linear combinations of these vectors (which is a linear space). You've seen plenty of linear spaces before. One such example is the euclidian space Rn consisting of elements (x1; x2; : : : ; xn), where xi 2 R. Recall also that you've seen linear spaces that consisted of polynomials. The fact that our definition is general enough to cover many cases will prove to be very fruitful.
    [Show full text]
  • ANALYTIC FUNCTIONS Contents 1. Uniform Convergence 1 2. Absolutely Uniform Convergence 4 1. Uniform Convergence in This Section
    ANALYTIC FUNCTIONS TSOGTGEREL GANTUMUR Contents 1. Uniform convergence1 2. Absolutely uniform convergence4 1. Uniform convergence In this section, we fix a nonempty set G ⊂ C, and consider sequences of complex valued functions defined on G. By a sequence of functions we mean simply an assignment of a function fn : G ! C to each index n, with the latter usually having positive integers as values. We denote this sequence by ff1; f2;:::g or ffng, and consider it also as a collection of functions. So for example, ffng ⊂ C (G) would mean that every function in the sequence is continuous. Definition 1. We say that a sequence ffng converges pointwise in G to a function f : G ! C, if for each z 2 G, the number sequence ffn(z)g converges to f(z), i.e., fn(z) ! f(z) as n ! 1. π Example 2. Let fn(x) = arctan(nx). Since arctan x ! ± 4 as x ! ±∞, the sequence ffng converges pointwise in R to f, where 8 π for x > 0; <> 4 f(x) = 0 for x = 0; (1) :> π − 4 for x < 0: Pointwise convergence is a very weak kind of convergence. For instance, as we have seen in the preceding example, the pointwise limit of a sequence of continuous functions is not necessarily continuous. The notion of uniform convergence is a stronger type of convergence that remedies this deficiency. Definition 3. We say that a sequence ffng converges uniformly in G to a function f : G ! C, if for any " > 0, there exists N such that jfn(z) − f(z)j ≤ " for any z 2 G and all n ≥ N.
    [Show full text]