18.112: Functions of a Complex Variable Introduction 1 September 5, 2019

Total Page:16

File Type:pdf, Size:1020Kb

18.112: Functions of a Complex Variable Introduction 1 September 5, 2019 18.112: Functions of a Complex Variable Lecturer: Professor Wei Zhang Notes by: Andrew Lin Fall 2019 Introduction The course syllabus can be found on Stellar, and we were also given a paper copy in class. This class will assign nine problem sets, roughly due every week except for the three weeks with exams. The two midterms will be quiz-style – they’re only going to be 80 minutes long, since that’s how much time we have for class, and they’ll be on October 3rd and November 5th. (The questions will be pretty basic for the quizzes.) The final exam will take place during finals week, date and location to be determined. Grading is 30% homework (one problem set dropped), 30% final, and 20% for each midterm. Collaboration is allowed, but we’re encouraged to solve the problems ourselves first. If we do talk with others, we should indicate all collaborators on the homework itself. As per policy, late homework won’t be accepted, but certain situations can be accommodated e.g. from S3. 1 September 5, 2019 Let’s start with some motivation for why we care about functions of a complex variable. Fact 1 (Notation) R will denote the reals, Z will denote the integers, and N will denote the natural (positive) integers throughout this class. Here, R ⊃ Z ⊃ N, and we’ll be dealing with a superset of the real numbers: C, the complex numbers. We can identify elements of C naturally as ordered pairs of real numbers: in other words, C can be thought of as a 2-dimensional vector space over R. To review, any complex number z can be written as x + yi for real numbers x and p y, where i = −1. Remark 2. Mathematics defies English here: we say "I is" instead of "I am." But why do we even care about C in the first place – are there any applications for studying this? Definition 3 Prime numbers are the set of natural numbers whose only divisors are 1 and themselves. The prime counting function π(x) = number of primes p : p < x counts the number of primes less than a real number x 2 R>0. 1 One important result in number theory is the following result: Theorem 4 (Prime number theorem) Asymptotically, x π(x) ∼ : log x That is, the limit π(x) lim = 1: x!1 x= log x Obviously, this theorem statement has nothing to do with complex numbers (technically, integers are all we really need), but it turns out that the right way to think about this theorem is to use the Riemann zeta function 1 X 1 ζ(s) = : ns n≥1 π2 (For example, we know that ζ(2) = 6 .) The important change of perspective here is that we can replace s with an arbitrary complex number, and there are a lot of interesting things that come out of this! Obviously, ζ(s) isn’t convergent everywhere, but it will turn out to be convergent for Re(s) > 1, and we’ll study this a bit more later: it turns out we can prove the prime number theorem using the complex Riemann zeta function. One good way to start studying functions of a complex variable is to restrict our attention to some “nice” functions. When we have an arbitrary continuous function f : R ! R, we generally like it a lot when we can consider the derivative f (x + h) − f (x) f 0(x) = lim : h!0 h If this quantity f 0 exists, then we call our function differentiable. Let’s see if we can copy this over to complex numbers: Definition 5 Fix a point z 2 C. Given a function f : C ! C, define the derivative f (z + h) − f (z) f 0(z) = lim ; h!0 h if it exists. We should be a bit more specific here with what we want: since h is not just a real number anymore, what does it mean for h to go to 0? To answer this, we need to think about the idea of convergence. Definition 6 A sequence of complex numbers fzng converges to z if lim jzn − zj = 0: n!1 (Note that this last statement can be interpreted as an expression in the real numbers by looking at the real and imaginary parts at the same time.) Let’s try to introduce a few more real analysis concepts into our language here, as this will make later study easier: 2 Definition 7 fzng is a Cauchy sequence if jzn − zmj ! 0 as n; m ! 1: Definition 8 A set Ω is open if every point has an open neighborhood contained in Ω. A set is closed if its complement is open. 2 Since C can be treated similarly to R , we can also use the following definition: Definition 9 A set Ω is compact if it is closed and bounded. Example 10 D(z0; r), the closed disk centered at z0 with radius r, is compact. However, D(z0; r), the open disk, is not compact, though it is bounded. The reason we care about compact sets is that every sequence whose elements are in a compact set has a convergent subsequence. Definition 11 Ω is connected if we cannot write it as a disjoint union Ω1 t Ω2 of open sets. Ω is path-connected if any two points x; y in Ω can be connected by a path that lies inside Ω. (We’ll call open connected sets regions.) n In R , being open and connected is the same as being path-connected, but this isn’t true in a general topological space. Definition 12 Let Ω be an open subset of C (which can be C itself). A function f :Ω ! C is holomorphic at z if the derivative exists at z, and f is holomorphic on Ω if f is holomorphic at every z 2 Ω. Demanding that f be holomorphic is actually pretty strong: h can approach 0 from basically any angle in the complex plane, and we need to arrive at the same answer in all directions. Example 13 The function f (z) = z n is holomorphic for all n: expanding out (z + h)n with the binomial theorem is still valid, so the power rule still holds and the derivative exists: f 0(z) = nz n−1. However, g(z) = z is not holomorphic: g(z + h) − g(z) h = ; h h and notice that h and h will have the same norm as h approaches zero, but the arguments will be different (depends on the angle of approach). Thus, g0(z) does not exist. 3 This means that we somehow want functions that involve only z, not z: how do we quantify this? Notice that 2 when we have a function f : C ! C, we can think of this as taking ordered pairs (x; y) 2 R to other ordered pairs 2 (u; v) 2 R . So let’s try to study f in this new context! Theorem 14 (Cauchy-Riemann equations) Let Ω be an open set, and let f :Ω ! C be a function where z = x +iy and f (z) = u +iv. Then f is holomorphic on Ω if and only if u and v are differentiable, satisfying @u @v @u @v = and = − : @x @y @y @x Notice that u and v are both functions of x and y, so we have four partial derivatives, and all four of them are being used here. Proof. We can get expressions in these partial derivatives by looking at specific limits: for example, f (x + iy + h) − f (x + iy) @f @u @v lim = = + i : h2R h @x @x @x h!0 Similarly, if we go along the imaginary axis, f (x + i(y + h)) − f (x + iy) 1 @f 1 @u @v lim = = + : h2R ih i @y i @y @y h!0 But if the limit exists, these two are both equal to f 0(x + iy), so we can equate real and imaginary parts: @u @v 1 @u @v = and = i : @x @y i @y @x We can state this equivalently in the following way: Proposition 15 A function f is holomorphic if and only if @f 1 @f = : @x i @y Proof. If f is holomorphic, we know that f (z + h) = f (z) + f 0(z)h + hφ(h); where φ(h) ! 0 as h ! 0. (This can also be written as df = f 0(z)dz:) We want to (intuitively) write down something that looks like @f @f df = dz + dz @z @z with the multivariable chain rule. To do this, note that df = d(u + iv) = du + idv = ux dx + uy dy + ivx dx + ivy dy; but we can also relate x and y to z and z: z + z z − z x = ; y = ; 2 2i 4 which is equivalently (in differential form) 1 1 1 1 dx = dz + dz; dy = dz − dz: 2 2 2i 2i So we can actually use the multivariable chain rule to say that @f @f @x @f @y = + ; @z @x @z @y @z @x @y and substituting in the values of @z and @z from above, we find that @f 1 @f 1 @f = + : @z 2 @x i @y Similarly, we find that @f 1 @f 1 @f = − : @z 2 @x i @y The Cauchy-Riemann equations tell us that this last quantity should be 0 (by directly writing out f = u + iv), so @f @z = 0 if and only if f is holomorphic, which yields the result we want.
Recommended publications
  • Symmetric Rigidity for Circle Endomorphisms with Bounded Geometry
    SYMMETRIC RIGIDITY FOR CIRCLE ENDOMORPHISMS WITH BOUNDED GEOMETRY JOHN ADAMSKI, YUNCHUN HU, YUNPING JIANG, AND ZHE WANG Abstract. Let f and g be two circle endomorphisms of degree d ≥ 2 such that each has bounded geometry, preserves the Lebesgue measure, and fixes 1. Let h fixing 1 be the topological conjugacy from f to g. That is, h ◦ f = g ◦ h. We prove that h is a symmetric circle homeomorphism if and only if h = Id. Many other rigidity results in circle dynamics follow from this very general symmetric rigidity result. 1. Introduction A remarkable result in geometry is the so-called Mostow rigidity theorem. This result assures that two closed hyperbolic 3-manifolds are isometrically equivalent if they are homeomorphically equivalent [18]. A closed hyperbolic 3-manifold can be viewed as the quotient space of a Kleinian group acting on the open unit ball in the 3-Euclidean space. So a homeomorphic equivalence between two closed hyperbolic 3-manifolds can be lifted to a homeomorphism of the open unit ball preserving group actions. The homeomorphism can be extended to the boundary of the open unit ball as a boundary map. The boundary is the Riemann sphere and the boundary map is a quasi-conformal homeomorphism. A quasi-conformal homeomorphism of the Riemann 2010 Mathematics Subject Classification. Primary: 37E10, 37A05; Secondary: 30C62, 60G42. Key words and phrases. quasisymmetric circle homeomorphism, symmetric cir- arXiv:2101.06870v1 [math.DS] 18 Jan 2021 cle homeomorphism, circle endomorphism with bounded geometry preserving the Lebesgue measure, uniformly quasisymmetric circle endomorphism preserving the Lebesgue measure, martingales.
    [Show full text]
  • Generalizations of the Riemann Integral: an Investigation of the Henstock Integral
    Generalizations of the Riemann Integral: An Investigation of the Henstock Integral Jonathan Wells May 15, 2011 Abstract The Henstock integral, a generalization of the Riemann integral that makes use of the δ-fine tagged partition, is studied. We first consider Lebesgue’s Criterion for Riemann Integrability, which states that a func- tion is Riemann integrable if and only if it is bounded and continuous almost everywhere, before investigating several theoretical shortcomings of the Riemann integral. Despite the inverse relationship between integra- tion and differentiation given by the Fundamental Theorem of Calculus, we find that not every derivative is Riemann integrable. We also find that the strong condition of uniform convergence must be applied to guarantee that the limit of a sequence of Riemann integrable functions remains in- tegrable. However, by slightly altering the way that tagged partitions are formed, we are able to construct a definition for the integral that allows for the integration of a much wider class of functions. We investigate sev- eral properties of this generalized Riemann integral. We also demonstrate that every derivative is Henstock integrable, and that the much looser requirements of the Monotone Convergence Theorem guarantee that the limit of a sequence of Henstock integrable functions is integrable. This paper is written without the use of Lebesgue measure theory. Acknowledgements I would like to thank Professor Patrick Keef and Professor Russell Gordon for their advice and guidance through this project. I would also like to acknowledge Kathryn Barich and Kailey Bolles for their assistance in the editing process. Introduction As the workhorse of modern analysis, the integral is without question one of the most familiar pieces of the calculus sequence.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Lecture 15-16 : Riemann Integration Integration Is Concerned with the Problem of finding the Area of a Region Under a Curve
    1 Lecture 15-16 : Riemann Integration Integration is concerned with the problem of ¯nding the area of a region under a curve. Let us start with a simple problem : Find the area A of the region enclosed by a circle of radius r. For an arbitrary n, consider the n equal inscribed and superscibed triangles as shown in Figure 1. f(x) f(x) π 2 n O a b O a b Figure 1 Figure 2 Since A is between the total areas of the inscribed and superscribed triangles, we have nr2sin(¼=n)cos(¼=n) · A · nr2tan(¼=n): By sandwich theorem, A = ¼r2: We will use this idea to de¯ne and evaluate the area of the region under a graph of a function. Suppose f is a non-negative function de¯ned on the interval [a; b]: We ¯rst subdivide the interval into a ¯nite number of subintervals. Then we squeeze the area of the region under the graph of f between the areas of the inscribed and superscribed rectangles constructed over the subintervals as shown in Figure 2. If the total areas of the inscribed and superscribed rectangles converge to the same limit as we make the partition of [a; b] ¯ner and ¯ner then the area of the region under the graph of f can be de¯ned as this limit and f is said to be integrable. Let us de¯ne whatever has been explained above formally. The Riemann Integral Let [a; b] be a given interval. A partition P of [a; b] is a ¯nite set of points x0; x1; x2; : : : ; xn such that a = x0 · x1 · ¢ ¢ ¢ · xn¡1 · xn = b.
    [Show full text]
  • Bounded Holomorphic Functions of Several Variables
    Bounded holomorphic functions of several variables Gunnar Berg Introduction A characteristic property of holomorphic functions, in one as well as in several variables, is that they are about as "rigid" as one can demand, without being iden- tically constant. An example of this rigidity is the fact that every holomorphic function element, or germ of a holomorphic function, has associated with it a unique domain, the maximal domain to which the function can be continued. Usually this domain is no longer in euclidean space (a "schlicht" domain), but lies over euclidean space as a many-sheeted Riemann domain. It is now natural to ask whether, given a domain, there is a holomorphic func- tion for which it is the domain of existence, and for domains in the complex plane this is always the case. This is a consequence of the Weierstrass product theorem (cf. [13] p. 15). In higher dimensions, however, the situation is different, and the domains of existence, usually called domains of holomorphy, form a proper sub- class of the class of aU domains, which can be characterised in various ways (holo- morphic convexity, pseudoconvexity etc.). To obtain a complete theory it is also in this case necessary to consider many-sheeted domains, since it may well happen that the maximal domain to which all functions in a given domain can be continued is no longer "schlicht". It is possible to go further than this, and ask for quantitative refinements of various kinds, such as: is every domain of holomorphy the domain of existence of a function which satisfies some given growth condition? Certain results in this direction have been obtained (cf.
    [Show full text]
  • Notes on Metric Spaces
    Notes on Metric Spaces These notes introduce the concept of a metric space, which will be an essential notion throughout this course and in others that follow. Some of this material is contained in optional sections of the book, but I will assume none of that and start from scratch. Still, you should check the corresponding sections in the book for a possibly different point of view on a few things. The main idea to have in mind is that a metric space is some kind of generalization of R in the sense that it is some kind of \space" which has a notion of \distance". Having such a \distance" function will allow us to phrase many concepts from real analysis|such as the notions of convergence and continuity|in a more general setting, which (somewhat) surprisingly makes many things actually easier to understand. Metric Spaces Definition 1. A metric on a set X is a function d : X × X ! R such that • d(x; y) ≥ 0 for all x; y 2 X; moreover, d(x; y) = 0 if and only if x = y, • d(x; y) = d(y; x) for all x; y 2 X, and • d(x; y) ≤ d(x; z) + d(z; y) for all x; y; z 2 X. A metric space is a set X together with a metric d on it, and we will use the notation (X; d) for a metric space. Often, if the metric d is clear from context, we will simply denote the metric space (X; d) by X itself.
    [Show full text]
  • Dynamics in Several Complex Variables: Endomorphisms of Projective Spaces and Polynomial-Like Mappings
    Dynamics in Several Complex Variables: Endomorphisms of Projective Spaces and Polynomial-like Mappings Tien-Cuong Dinh and Nessim Sibony Abstract The emphasis of this introductory course is on pluripotential methods in complex dynamics in higher dimension. They are based on the compactness prop- erties of plurisubharmonic (p.s.h.) functions and on the theory of positive closed currents. Applications of these methods are not limited to the dynamical systems that we consider here. Nervertheless, we choose to show their effectiveness and to describe the theory for two large familiesofmaps:theendomorphismsofprojective spaces and the polynomial-like mappings. The first section deals with holomorphic endomorphisms of the projective space Pk.Weestablishthefirstpropertiesandgive several constructions for the Green currents T p and the equilibrium measure µ = T k. The emphasis is on quantitative properties and speed of convergence. We then treat equidistribution problems. We show the existence of a proper algebraic set E ,totally 1 invariant, i.e. f − (E )=f (E )=E ,suchthatwhena E ,theprobabilitymeasures, n "∈ equidistributed on the fibers f − (a),convergetowardstheequilibriummeasureµ, as n goes to infinity. A similar result holds for the restriction of f to invariant sub- varieties. We survey the equidistribution problem when points are replaced with varieties of arbitrary dimension, and discuss the equidistribution of periodic points. We then establish ergodic properties of µ:K-mixing,exponentialdecayofcorrela- tions for various classes of observables, central limit theorem and large deviations theorem. We heavily use the compactness of the space DSH(Pk) of differences of quasi-p.s.h. functions. In particular, we show that the measure µ is moderate, i.e.
    [Show full text]
  • Convergence of Fourier Series
    CONVERGENCE OF FOURIER SERIES KEVIN STEPHEN STOTTER CUDDY Abstract. This paper sets out to explore and explain some of the basic con- cepts of Fourier analysis and its applications. Convolution and questions of convergence will be central. An application to the isoperimetric inequality will conclude the paper. Contents 1. Introduction to Fourier Series 1 2. Convolution and Kernels 2 3. Criteria for Convergence 8 4. Isoperimetric Inequality 18 Acknowledgments 19 References 19 1. Introduction to Fourier Series It will be important for the reader to recall Euler's Formula: ix (1.1) e = cos(x) + i sin(x); 8x 2 R Throughout this paper, an \integrable" function should be interpreted as integrable in the Riemann sense as well as bounded. Definition 1.2. For an integrable, bounded function f :[a; b] ! C we can define, for any integer n, the nth Fourier coefficient 1 Z b f^(n) = f(x)e−2πinx=(b−a)dx: b − a a When there is no question about the function we are referring to we may write ^ P1 ^ 2πinx f(n) = an. From these coefficients we get the Fourier series S(x) = n=−∞ f(n)e (note that this sum may or may not converge). To denote that a Fourier series is associated to a function f we write 1 X f ∼ f^(n)e2πinx n=−∞ Definition 1.3. The N th partial sum of the Fourier series for f, where N is a PN ^ 2πinx=L positive integer, is given by SN (f)(x) = n=−N f(n)e . Date: DEADLINE AUGUST 26, 2012.
    [Show full text]
  • (Sn) Converges to a Real Number S If ∀Ε > 0, ∃Ns.T
    32 MATH 3333{INTERMEDIATE ANALYSIS{BLECHER NOTES 4. Sequences 4.1. Convergent sequences. • A sequence (sn) converges to a real number s if 8 > 0, 9Ns:t: jsn − sj < 8n ≥ N. Saying that jsn−sj < is the same as saying that s− < sn < s+. • If (sn) converges to s then we say that s is the limit of (sn) and write s = limn sn, or s = limn!1 sn, or sn ! s as n ! 1, or simply sn ! s. • If (sn) does not converge to any real number then we say that it diverges. • A sequence (sn) is called bounded if the set fsn : n 2 Ng is a bounded set. That is, there are numbers m and M such that m ≤ sn ≤ M for all n 2 N. This is the same as saying that fsn : n 2 Ng ⊂ [m; M]. It is easy to see that this is equivalent to: there exists a number K ≥ 0 such that jsnj ≤ K for all n 2 N. (See the first lines of the last Section.) Fact 1. Any convergent sequence is bounded. Proof: Suppose that sn ! s as n ! 1. Taking = 1 in the definition of convergence gives that there exists a number N 2 N such that jsn −sj < 1 whenever n ≥ N. Thus jsnj = jsn − s + sj ≤ jsn − sj + jsj < 1 + jsj whenever n ≥ N. Now let M = maxfjs1j; js2j; ··· ; jsN j; 1 + jsjg. We have jsnj ≤ M if n = 1; 2; ··· ;N, and jsnj ≤ M if n ≥ N. So (sn) is bounded. • A sequence (an) is called nonnegative if an ≥ 0 for all n 2 N.
    [Show full text]
  • BAIRE ONE FUNCTIONS 1. History Baire One Functions Are Named in Honor of René-Louis Baire (1874- 1932), a French Mathematician
    BAIRE ONE FUNCTIONS JOHNNY HU Abstract. This paper gives a general overview of Baire one func- tions, including examples as well as several interesting properties involving bounds, uniform convergence, continuity, and Fσ sets. We conclude with a result on a characterization of Baire one func- tions in terms of the notion of first return recoverability, which is a topic of current research in analysis [6]. 1. History Baire one functions are named in honor of Ren´e-Louis Baire (1874- 1932), a French mathematician who had research interests in continuity of functions and the idea of limits [1]. The problem of classifying the class of functions that are convergent sequences of continuous functions was first explored in 1897. According to F.A. Medvedev in his book Scenes from the History of Real Functions, Baire was interested in the relationship between the continuity of a function of two variables in each argument separately and its joint continuity in the two variables [2]. Baire showed that every function of two variables that is continuous in each argument separately is not pointwise continuous with respect to the two variables jointly [2]. For instance, consider the function xy f(x; y) = : x2 + y2 Observe that for all points (x; y) =6 0, f is continuous and so, of course, f is separately continuous. Next, we see that, xy xy lim = lim = 0 (x;0)!(0;0) x2 + y2 (0;y)!(0;0) x2 + y2 as (x; y) approaches (0; 0) along the x-axis and y-axis respectively. However, as (x; y) approaches (0; 0) along the line y = x, we have xy 1 lim = : (x;x)!(0;0) x2 + y2 2 Hence, f is continuous along the lines y = 0 and x = 0, but is discon- tinuous overall at (0; 0).
    [Show full text]
  • Topological Properties of C(X, Y)
    Utah State University DigitalCommons@USU All Graduate Theses and Dissertations Graduate Studies 5-1978 Topological Properties of C(X, Y) Chris Alan Schwendiman Utah State University Follow this and additional works at: https://digitalcommons.usu.edu/etd Part of the Mathematics Commons Recommended Citation Schwendiman, Chris Alan, "Topological Properties of C(X, Y)" (1978). All Graduate Theses and Dissertations. 6949. https://digitalcommons.usu.edu/etd/6949 This Thesis is brought to you for free and open access by the Graduate Studies at DigitalCommons@USU. It has been accepted for inclusion in All Graduate Theses and Dissertations by an authorized administrator of DigitalCommons@USU. For more information, please contact [email protected]. TOPOLOGICALPROPERTIES OF C(X,Y) by Chris Alan Schwendiman A thesis submitted in partial fulfillment of the requirements for the degree of MASTEROF SCIENCE in Mathematics Plan A Approved: UTAHSTATE UNIVERSITY Logan, Utah 1978 ACKNOWLEDGEMENTS I wish to express my many thanks to the members of my committee for their time and effort which they have given me. Their assistance and patience were invaluable in the preparation of this thesis. In particular, I would like to give special thanks to Dr. E. R. Heal who made it possible to study this interesting topic. Chris A. Schwendiman TABLE OF CONTENTS INTRODUCTION. 1 PRELIMIN ARIES 2 PROPERTIES OF C(X,Y) WHENXIS COMPACT 11 PROPERTIES OF C(X,Y) WHENX MAYNOT BE COMPACT 14 REFERENCES 22 VITA 23 ABSTRACT Topological Properties of C(X,Y) by Chris A. Schwendiman, Master of Science Utah State University, 1978 Major Professor: Dr. E. Robert Heal Department: Mathematics The purpose of this paper is to examine the important topological properties of the function spaces BC(X,Y) and C(X,Y).
    [Show full text]
  • Chapter 10 Multivariable Integral
    Chapter 10 Multivariable integral 10.1 Riemann integral over rectangles Note: ??? lectures As in chapter chapter 5, we define the Riemann integral using the Darboux upper and lower inte- grals. The ideas in this section are very similar to integration in one dimension. The complication is mostly notational. The differences between one and several dimensions will grow more pronounced in the sections following. 10.1.1 Rectangles and partitions Definition 10.1.1. Let (a ,a ,...,a ) and (b ,b ,...,b ) be such that a b for all k. A set of 1 2 n 1 2 n k ≤ k the form [a ,b ] [a ,b ] [a ,b ] is called a closed rectangle. In this setting it is sometimes 1 1 × 2 2 ×···× n n useful to allow a =b , in which case we think of [a ,b ] = a as usual. If a <b for all k, then k k k k { k} k k a set of the form(a 1,b 1) (a 2,b 2) (a n,b n) is called an open rectangle. × ×···× n For an open or closed rectangle R:= [a 1,b 1] [a 2,b 2] [a n,b n] R or R:= (a 1,b 1) n × ×···× ⊂ × (a2,b 2) (a n,b n) R , we define the n-dimensional volume by ×···× ⊂ V(R):= (b a )(b a ) (b a ). 1 − 1 2 − 2 ··· n − n A partition P of the closed rectangle R=[a ,b ] [a ,b ] [a ,b ] is afinite set of par- 1 1 × 2 2 ×···× n n titions P1,P2,...,Pn of the intervals [a1,b 1],[a 2,b 2],...,[a n,b n].
    [Show full text]