Appendix Functional Analysis and Operators

Total Page:16

File Type:pdf, Size:1020Kb

Appendix Functional Analysis and Operators Appendix Functional Analysis and Operators A.1 Linear Space Definition A.1 A real linear space Z is a set {z1, z2,...} in which operations addi- tion ( + ) and scalar multiplication by real numbers are defined. The following axioms are satisfied for all zi ∈ Z and all scalars α, β ∈ R: 1 z1 + z2 ∈ Z 2 αz ∈ Z 3 z1 + z2 = z2 + z1 4 (z1 + z2) + z3 = z1 + (z2 + z3) 5. There exists 0 ∈ Z with the property that z + 0 = z for all z ∈ Z 6. For every z ∈ Z there is z˜ ∈ Z such that z +˜z = 0 7 (αβ)z = (βα)z 8 (α + β)z = (β + α)z 9 α(z1 + z2) = αz1 + αz2 10 1z = z The element 0 is known as the zero element. The scalars can also be the complex numbers, in which case it is a complex linear space. (Linear spaces are sometimes referred to as vector spaces.) The following can all be verified to be real linear spaces: n – R , vectors (z1, z2,...,zn) of length n with real-valued entries, – C[a, b], the set of real-valued continuous functions on an interval [a, b]; while the following spaces are complex linear spaces n – C , vectors (z1, z2,...,zn) of length n with complex-valued entries, © Springer Nature Switzerland AG 2020 253 K. A. Morris, Controller Design for Distributed Parameter Systems, Communications and Control Engineering, https://doi.org/10.1007/978-3-030-34949-3 254 Appendix: Functional Analysis and Operators – L2(a, b), the set of all scalar-valued functions f defined on (a, b) with b | f (x)|2dx < ∞ a and scalar multiplication by complex numbers. (This definition implies that f is well enough behaved that the above integral is well-defined.) A.2 Inner Products and Norms Consider solving a problem such as 1 k(s, t) f (s)ds = g(t) (A.1) 0 for the function f. The kernel of the integral, k, and the right-hand side g are known continuous functions. This has a passing similarity to a matrix equation Af = g, where matrix A ∈ Rn×n and vector g ∈ Rn are known while f ∈ Rn is to be calcu- lated. We know how to solve matrix equations, so trying to reformulate (A.1)asa matrix problem is tempting. √ The following is a basic result in Fourier series. The symbol j = −1 while α indicates the complex conjugate of α. Theorem A.2 For integers n = 0, ±1, ±2,...define j2πnt φn(t) = e = cos(2nπt) + j sin(2nπt). , = 1 φ ( )φ ( ) = 0 n m , 1. 0 n t m t dt , = 1 n m ∈ 2( , ) 1 ( )φ ( ) = 1 | ( )|2 = . 2. for any f L 0 1 , 0 f t n t dt 0 for all n implies 0 f t dt 0 This suggests writing ∞ f (t) = fi φi (t) (A.2) i=−∞ = 1 ( )φ ( ) . φ where fi 0 f t i t dt Multiplying each side of the above equation by m and integrating over [0, 1] yields, making use of property (1) above, 1 f (t)φm(t)dt = fm. (A.3) 0 Appendix: Functional Analysis and Operators 255 { }∞ Thus, for every continuous function f there corresponds an infinite vector fi i=−∞. Note that 1 1 ∞ ∞ 2 | f (t)| dt = fi φi (t) fm φm(t)dt 0 0 i=−∞ m=−∞ 1 ∞ = fi φi (t) fi φi (t)dt 0 i=−∞ ∞ 1 2 = | fi | φi (t)φi (t)dt i=−∞ 0 ∞ 2 = | fi | . i=−∞ The expansion (A.2) can be done for any function for which 1 | f (t)|2dt < ∞ . 0 In what sense is (A.2) valid? Define { fi } as in (A.3) and consider the error function N h(t) = f (t) − lim fi φi (t). N→∞ i=−N For any φm, 1 1 N h(t)φm(t)dt = fm − lim fi φi (t)φm(t)dt N→∞ 0 0 i=−N = fm − fm = 0. Property (2) in Theorem A.2 then implies statement (A.2) in the sense that the error 1 | ( )|2 = . h satisfies 0 h t dt 0 For notational convenience, renumber the indices: 0, −1, 1, −2, −2,...Defining f ={f0, f−1, f1, f−2, f2 ...}, ∞ 2 1 f =( | fi | ) 2 . (A.4) i=1 ∞ | |2 < ∞ . The linear space of vectors of infinite length for which i=1 fi is called 2 256 Appendix: Functional Analysis and Operators Returning to (A.1), assume g, f ∈ L2(0, 1). Replacing f, g by their Fourier series (A.2), 1 ∞ ∞ k(s, t) f j φ j (s)ds = g j φ j (t) 0 j=1 j=1 ∞ 1 ∞ k(s, t)φ j (s)dsfj = g j φ j (t). j=1 0 j=1 Multiply each side by φi (t) and integrate with respect to t over [0, 1], 1 ∞ 1 1 ∞ k(s, t)φ j (s)dsφi (t)dtfj = g j φ j (t)φi (t)dt 0 j=1 0 0 j=1 ∞ 1 1 k(s, t)φ j (s)dsφi (t)dt f j = gi . j=1 0 0 [A]ij Thus, defining ⎡ ⎤ ⎡ ⎤ g1 f1 ⎢ ⎥ ⎢ ⎥ 1 1 g = ⎣g2⎦ , f = ⎣ f2⎦ , [A] = k(s, t)φ (s)dsφ (t)dt, . ij j i . 0 0 ∞ [A]ij f j = gi j=1 or Af= g. An approximation to f can be calculated by solving the first N × N sub-block of the { }N infinite-matrix A for fi i=1, if this system of linear equations has a solution. Then, N fN (t) = fi φi (t) i=1 is an approximate solution to the integral equation (A.1). It needs to be shown that the error in approximating f by fN is small in some sense. This approach to solving an integral Eq. A.1 motivates the definition of an infinite “dot” product for infinite products for vectors in 2: Appendix: Functional Analysis and Operators 257 ∞ f · g = fi gi . (A.5) i=1 Also, ∞ f · g = fi gi i=1 ∞ 1 ∞ = fi φi (t) g j φ j (t)dt i=1 0 j=1 1 ∞ ∞ = fi φi (t) g j φ j (t)dt 0 i=1 j=1 1 = f (t)g(t)dt. 0 This suggests defining a “dot product” on L2(0, 1) by 1 f, g = f (t)g(t)dt. (A.6) 0 These scalar products are special cases of what is generally known as an inner product. Definition A.3 Let X be a complex linear space. A function ·, · : X × X → C is an inner product if, for all x, y, z ∈ X , α ∈ C, 1. x + y, z =x, z +y, z 2. αx, y =αx, y 3. x, y =y, x 4. x, x > 0ifx = 0 The definition for a real linear space is identical, except that the scalars are real numbers and property (3) reduces to x, y =y, x . An inner product space is a linear space together with an inner product. Examples of inner product spaces include 2 with the inner product (A.5), L2(0, 1) with the inner product (A.6). Some other inner product spaces are – continuously differentiable functions on [a, b] with the inner product 1 1 f, g = f (t)g(t)dt + f (t)g (t)dt 0 0 – continuous functions defined on some closed region ⊂ R3 with 258 Appendix: Functional Analysis and Operators f, g = f (x)g(x)dx. For vectors in Rn, the Euclidean inner product defines the length of the vector, n 2 1 x=( |xi | ) 2 . i=1 This concept extends to general inner product spaces. Definition A.4 A real-valued function ·:Z → R on a linear space Z is a norm if for all y, z ∈ Z, α ∈ R, 1. z≥0 (non-negative) 2. z=0 if and only z = 0 (strictly positive) 3. αz=|α|z(homogeneous) 4. y + z≤y+z (triangle inequality) For any inner product space, define 1 f =f, f 2 . (A.7) It is clear that the first three properties of a norm are satisfied. The last property, the triangle inequality, can be verified using the following result, known as the Cauchy– Schwarz Inequality. Theorem A.5 (Cauchy–Schwarz Inequality) For any x, y in an inner product space X, |x, y | ≤ xy where ·is defined in (A.7). Theorem A.6 Every inner product defines a norm. Although every inner product defines a norm, not every norm is derived from an inner product. For example, for a vector x in Rn, x∞ = max |xi | 1≤i≤n is a norm, but there is no corresponding inner product. The following result is now straightforward. Theorem A.7 (Pythogoreas) Let x, y be elements of any inner product space. x + y2 =x2 +y2 if and only if x, y =0. Appendix: Functional Analysis and Operators 259 Definition A.8 Elements f, g in an inner product space are orthogonal if f, g =0. Definition A.9 A linear space Z with a mapping ·:Z → R that satisfies the definition of a norm (A.4) is called a normed linear space. As noted above, every inner product defines a norm, so all inner product spaces are normed linear spaces. n The linear space R with the norm ·∞ is an example of a normed linear space. Other examples of normed linear spaces are – real-valued continuous functions defined on a closed bounded set ⊂ Rn with norm f =max | f (x)|, x∈ – L1(), the linear space of all functions integrable on ⊂ Rn, with norm f 1 = | f (x)|dx.
Recommended publications
  • Operator Theory in the C -Algebra Framework
    Operator theory in the C∗-algebra framework S.L.Woronowicz and K.Napi´orkowski Department of Mathematical Methods in Physics Faculty of Physics Warsaw University Ho˙za74, 00-682 Warszawa Abstract Properties of operators affiliated with a C∗-algebra are studied. A functional calculus of normal elements is constructed. Representations of locally compact groups in a C∗-algebra are considered. Generaliza- tions of Stone and Nelson theorems are investigated. It is shown that the tensor product of affiliated elements is affiliated with the tensor product of corresponding algebras. 1 0 Introduction Let H be a Hilbert space and CB(H) be the algebra of all compact operators acting on H. It was pointed out in [17] that the classical theory of unbounded closed operators acting in H [8, 9, 3] is in a sense related to CB(H). It seems to be interesting to replace in this context CB(H) by any non-unital C∗- algebra. A step in this direction is done in the present paper. We shall deal with the following topics: the functional calculus of normal elements (Section 1), the representation theory of Lie groups including the Stone theorem (Sections 2,3 and 4) and the extensions of symmetric elements (Section 5). Section 6 contains elementary results related to tensor products. The perturbation theory (in the spirit of T.Kato) is not covered in this pa- per. The elementary results in this direction are contained the first author’s previous paper (cf. [17, Examples 1, 2 and 3 pp. 412–413]). To fix the notation we remind the basic definitions and results [17].
    [Show full text]
  • Volterra-Choquet Nonlinear Operators
    Volterra-Choquet nonlinear operators Sorin G. Gal Department of Mathematics and Computer Science, University of Oradea, Universitatii Street No.1, 410087, Oradea, Romania E-mail: [email protected] and Academy of Romanian Scientists, Splaiul Independentei nr. 54 050094 Bucharest, Romania Abstract In this paper we study to what extend some properties of the classical linear Volterra operators could be transferred to the nonlinear Volterra- Choquet operators, obtained by replacing the classical linear integral with respect to the Lebesgue measure, by the nonlinear Choquet integral with respect to a nonadditive set function. Compactness, Lipschitz and cyclic- ity properties are studied. MSC(2010): 47H30, 28A12, 28A25. Keywords and phrases: Choquet integral, monotone, submodular and continuous from below set function, Choquet Lp-space, distorted Lebesgue mea- sures, Volterra-Choquet nonlinear operator, compactness, Lipschitz properties, cyclicity. 1 Introduction Inspired by the electrostatic capacity, G. Choquet has introduced in [5] (see also arXiv:2003.00004v1 [math.CA] 28 Feb 2020 [6]) a concept of integral with respect to a non-additive set function which, in the case when the underlying set function is a σ-additive measure, coincides with the Lebesgue integral. Choquet integral is proved to be a powerful and useful tool in decision making under risk and uncertainty, finance, economics, insurance, pattern recognition, etc (see, e.g., [37] and [38] as well as the references therein). Many new interesting results were obtained as analogs in the framework of Choquet integral of certain known results for the Lebesgue integral. In this sense, we can mention here, for example, the contributions to function spaces theory in [4], to potential theory in [1], to approximation theory in [13]-[17] and to integral equations theory in [18], [19].
    [Show full text]
  • Functional Analysis Lecture Notes Chapter 2. Operators on Hilbert Spaces
    FUNCTIONAL ANALYSIS LECTURE NOTES CHAPTER 2. OPERATORS ON HILBERT SPACES CHRISTOPHER HEIL 1. Elementary Properties and Examples First recall the basic definitions regarding operators. Definition 1.1 (Continuous and Bounded Operators). Let X, Y be normed linear spaces, and let L: X Y be a linear operator. ! (a) L is continuous at a point f X if f f in X implies Lf Lf in Y . 2 n ! n ! (b) L is continuous if it is continuous at every point, i.e., if fn f in X implies Lfn Lf in Y for every f. ! ! (c) L is bounded if there exists a finite K 0 such that ≥ f X; Lf K f : 8 2 k k ≤ k k Note that Lf is the norm of Lf in Y , while f is the norm of f in X. k k k k (d) The operator norm of L is L = sup Lf : k k kfk=1 k k (e) We let (X; Y ) denote the set of all bounded linear operators mapping X into Y , i.e., B (X; Y ) = L: X Y : L is bounded and linear : B f ! g If X = Y = X then we write (X) = (X; X). B B (f) If Y = F then we say that L is a functional. The set of all bounded linear functionals on X is the dual space of X, and is denoted X0 = (X; F) = L: X F : L is bounded and linear : B f ! g We saw in Chapter 1 that, for a linear operator, boundedness and continuity are equivalent.
    [Show full text]
  • Linear Operators and Adjoints
    Chapter 6 Linear operators and adjoints Contents Introduction .......................................... ............. 6.1 Fundamentals ......................................... ............. 6.2 Spaces of bounded linear operators . ................... 6.3 Inverseoperators.................................... ................. 6.5 Linearityofinverses.................................... ............... 6.5 Banachinversetheorem ................................. ................ 6.5 Equivalenceofspaces ................................. ................. 6.5 Isomorphicspaces.................................... ................ 6.6 Isometricspaces...................................... ............... 6.6 Unitaryequivalence .................................... ............... 6.7 Adjoints in Hilbert spaces . .............. 6.11 Unitaryoperators ...................................... .............. 6.13 Relations between the four spaces . ................. 6.14 Duality relations for convex cones . ................. 6.15 Geometric interpretation of adjoints . ............... 6.15 Optimization in Hilbert spaces . .............. 6.16 Thenormalequations ................................... ............... 6.16 Thedualproblem ...................................... .............. 6.17 Pseudo-inverseoperators . .................. 6.18 AnalysisoftheDTFT ..................................... ............. 6.21 6.1 Introduction The field of optimization uses linear operators and their adjoints extensively. Example. differentiation, convolution, Fourier transform,
    [Show full text]
  • 18.102 Introduction to Functional Analysis Spring 2009
    MIT OpenCourseWare http://ocw.mit.edu 18.102 Introduction to Functional Analysis Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 108 LECTURE NOTES FOR 18.102, SPRING 2009 Lecture 19. Thursday, April 16 I am heading towards the spectral theory of self-adjoint compact operators. This is rather similar to the spectral theory of self-adjoint matrices and has many useful applications. There is a very effective spectral theory of general bounded but self- adjoint operators but I do not expect to have time to do this. There is also a pretty satisfactory spectral theory of non-selfadjoint compact operators, which it is more likely I will get to. There is no satisfactory spectral theory for general non-compact and non-self-adjoint operators as you can easily see from examples (such as the shift operator). In some sense compact operators are ‘small’ and rather like finite rank operators. If you accept this, then you will want to say that an operator such as (19.1) Id −K; K 2 K(H) is ‘big’. We are quite interested in this operator because of spectral theory. To say that λ 2 C is an eigenvalue of K is to say that there is a non-trivial solution of (19.2) Ku − λu = 0 where non-trivial means other than than the solution u = 0 which always exists. If λ =6 0 we can divide by λ and we are looking for solutions of −1 (19.3) (Id −λ K)u = 0 −1 which is just (19.1) for another compact operator, namely λ K: What are properties of Id −K which migh show it to be ‘big? Here are three: Proposition 26.
    [Show full text]
  • Curl, Divergence and Laplacian
    Curl, Divergence and Laplacian What to know: 1. The definition of curl and it two properties, that is, theorem 1, and be able to predict qualitatively how the curl of a vector field behaves from a picture. 2. The definition of divergence and it two properties, that is, if div F~ 6= 0 then F~ can't be written as the curl of another field, and be able to tell a vector field of clearly nonzero,positive or negative divergence from the picture. 3. Know the definition of the Laplace operator 4. Know what kind of objects those operator take as input and what they give as output. The curl operator Let's look at two plots of vector fields: Figure 1: The vector field Figure 2: The vector field h−y; x; 0i: h1; 1; 0i We can observe that the second one looks like it is rotating around the z axis. We'd like to be able to predict this kind of behavior without having to look at a picture. We also promised to find a criterion that checks whether a vector field is conservative in R3. Both of those goals are accomplished using a tool called the curl operator, even though neither of those two properties is exactly obvious from the definition we'll give. Definition 1. Let F~ = hP; Q; Ri be a vector field in R3, where P , Q and R are continuously differentiable. We define the curl operator: @R @Q @P @R @Q @P curl F~ = − ~i + − ~j + − ~k: (1) @y @z @z @x @x @y Remarks: 1.
    [Show full text]
  • A Note on Riesz Spaces with Property-$ B$
    Czechoslovak Mathematical Journal Ş. Alpay; B. Altin; C. Tonyali A note on Riesz spaces with property-b Czechoslovak Mathematical Journal, Vol. 56 (2006), No. 2, 765–772 Persistent URL: http://dml.cz/dmlcz/128103 Terms of use: © Institute of Mathematics AS CR, 2006 Institute of Mathematics of the Czech Academy of Sciences provides access to digitized documents strictly for personal use. Each copy of any part of this document must contain these Terms of use. This document has been digitized, optimized for electronic delivery and stamped with digital signature within the project DML-CZ: The Czech Digital Mathematics Library http://dml.cz Czechoslovak Mathematical Journal, 56 (131) (2006), 765–772 A NOTE ON RIESZ SPACES WITH PROPERTY-b S¸. Alpay, B. Altin and C. Tonyali, Ankara (Received February 6, 2004) Abstract. We study an order boundedness property in Riesz spaces and investigate Riesz spaces and Banach lattices enjoying this property. Keywords: Riesz spaces, Banach lattices, b-property MSC 2000 : 46B42, 46B28 1. Introduction and preliminaries All Riesz spaces considered in this note have separating order duals. Therefore we will not distinguish between a Riesz space E and its image in the order bidual E∼∼. In all undefined terminology concerning Riesz spaces we will adhere to [3]. The notions of a Riesz space with property-b and b-order boundedness of operators between Riesz spaces were introduced in [1]. Definition. Let E be a Riesz space. A set A E is called b-order bounded in ⊂ E if it is order bounded in E∼∼. A Riesz space E is said to have property-b if each subset A E which is order bounded in E∼∼ remains order bounded in E.
    [Show full text]
  • Numerical Operator Calculus in Higher Dimensions
    Numerical operator calculus in higher dimensions Gregory Beylkin* and Martin J. Mohlenkamp Applied Mathematics, University of Colorado, Boulder, CO 80309 Communicated by Ronald R. Coifman, Yale University, New Haven, CT, May 31, 2002 (received for review July 31, 2001) When an algorithm in dimension one is extended to dimension d, equation using only one-dimensional operations and thus avoid- in nearly every case its computational cost is taken to the power d. ing the exponential dependence on d. However, if the best This fundamental difficulty is the single greatest impediment to approximate solution of the form (Eq. 1) is not good enough, solving many important problems and has been dubbed the curse there is no way to improve the accuracy. of dimensionality. For numerical analysis in dimension d,we The natural extension of Eq. 1 is the form propose to use a representation for vectors and matrices that generalizes separation of variables while allowing controlled ac- r ͑ ͒ ϭ ͸ ␾l ͑ ͒ ␾l ͑ ͒ curacy. Basic linear algebra operations can be performed in this f x1,...,xd sl 1 x1 ··· d xd . [2] representation using one-dimensional operations, thus bypassing lϭ1 the exponential scaling with respect to the dimension. Although not all operators and algorithms may be compatible with this The key quantity in Eq. 2 is r, which we call the separation rank. representation, we believe that many of the most important ones By increasing r, the approximate solution can be made as are. We prove that the multiparticle Schro¨dinger operator, as well accurate as desired.
    [Show full text]
  • THE SCHR¨ODINGER EQUATION AS a VOLTERRA PROBLEM a Thesis
    THE SCHRODINGER¨ EQUATION AS A VOLTERRA PROBLEM A Thesis by FERNANDO DANIEL MERA Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE May 2011 Major Subject: Mathematics THE SCHRODINGER¨ EQUATION AS A VOLTERRA PROBLEM A Thesis by FERNANDO DANIEL MERA Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Approved by: Chair of Committee, Stephen Fulling Committee Members, Peter Kuchment Christopher Pope Head of Department, Al Boggess May 2011 Major Subject: Mathematics iii ABSTRACT The Schr¨odingerEquation as a Volterra Problem. (May 2011) Fernando Daniel Mera, B.S., Texas A&M University Chair of Advisory Committee: Stephen Fulling The objective of the thesis is to treat the Schr¨odinger equation in parallel with a standard treatment of the heat equation. In the books of the Rubensteins and Kress, the heat equation initial value problem is converted into a Volterra integral equation of the second kind, and then the Picard algorithm is used to find the exact solution of the integral equation. Similarly, the Schr¨odingerequation boundary initial value problem can be turned into a Volterra integral equation. We follow the books of the Rubinsteins and Kress to show for the Schr¨odinger equation similar results to those for the heat equation. The thesis proves that the Schr¨odingerequation with a source function does indeed have a unique solution. The Poisson integral formula with the Schr¨odingerkernel is shown to hold in the Abel summable sense.
    [Show full text]
  • 23. Kernel, Rank, Range
    23. Kernel, Rank, Range We now study linear transformations in more detail. First, we establish some important vocabulary. The range of a linear transformation f : V ! W is the set of vectors the linear transformation maps to. This set is also often called the image of f, written ran(f) = Im(f) = L(V ) = fL(v)jv 2 V g ⊂ W: The domain of a linear transformation is often called the pre-image of f. We can also talk about the pre-image of any subset of vectors U 2 W : L−1(U) = fv 2 V jL(v) 2 Ug ⊂ V: A linear transformation f is one-to-one if for any x 6= y 2 V , f(x) 6= f(y). In other words, different vector in V always map to different vectors in W . One-to-one transformations are also known as injective transformations. Notice that injectivity is a condition on the pre-image of f. A linear transformation f is onto if for every w 2 W , there exists an x 2 V such that f(x) = w. In other words, every vector in W is the image of some vector in V . An onto transformation is also known as an surjective transformation. Notice that surjectivity is a condition on the image of f. 1 Suppose L : V ! W is not injective. Then we can find v1 6= v2 such that Lv1 = Lv2. Then v1 − v2 6= 0, but L(v1 − v2) = 0: Definition Let L : V ! W be a linear transformation. The set of all vectors v such that Lv = 0W is called the kernel of L: ker L = fv 2 V jLv = 0g: 1 The notions of one-to-one and onto can be generalized to arbitrary functions on sets.
    [Show full text]
  • Spectral Properties of Volterra-Type Integral Operators on Fock–Sobolev Spaces
    J. Korean Math. Soc. 54 (2017), No. 6, pp. 1801{1816 https://doi.org/10.4134/JKMS.j160671 pISSN: 0304-9914 / eISSN: 2234-3008 SPECTRAL PROPERTIES OF VOLTERRA-TYPE INTEGRAL OPERATORS ON FOCK{SOBOLEV SPACES Tesfa Mengestie Abstract. We study some spectral properties of Volterra-type integral operators Vg and Ig with holomorphic symbol g on the Fock{Sobolev p p spaces F . We showed that Vg is bounded on F if and only if g m m is a complex polynomial of degree not exceeding two, while compactness of Vg is described by degree of g being not bigger than one. We also identified all those positive numbers p for which the operator Vg belongs to the Schatten Sp classes. Finally, we characterize the spectrum of Vg in terms of a closed disk of radius twice the coefficient of the highest degree term in a polynomial expansion of g. 1. Introduction The boundedness and compactness properties of integral operators stand among the very well studied objects in operator related function-theories. They have been studied for a broad class of operators on various spaces of holomor- phic functions including the Hardy spaces [1, 2, 18], Bergman spaces [19{21], Fock spaces [6, 7, 11, 13, 14, 16, 17], Dirichlet spaces [3, 9, 10], Model spaces [15], and logarithmic Bloch spaces [24]. Yet, they still constitute an active area of research because of their multifaceted implications. Typical examples of op- erators subjected to this phenomena are the Volterra-type integral operator Vg and its companion Ig, defined by Z z Z z 0 0 Vgf(z) = f(w)g (w)dw and Igf(z) = f (w)g(w)dw; 0 0 where g is a holomorphic symbol.
    [Show full text]
  • Computing the Singular Value Decomposition to High Relative Accuracy
    Computing the Singular Value Decomposition to High Relative Accuracy James Demmel Department of Mathematics Department of Electrical Engineering and Computer Science University of California - Berkeley [email protected] Plamen Koev Department of Mathematics University of California - Berkeley [email protected] Structured Matrices In Operator Theory, Numerical Analysis, Control, Signal and Image Processing Boulder, Colorado June 27-July 1, 1999 Supported by NSF and DOE INTRODUCTION • High Relative Accuracy means computing the correct SIGN and LEADING DIGITS • Singular Value Decomposition (SVD): A = UΣV T where U, V are orthogonal, σ1 σ2 Σ = and σ1 ≥ σ2 ≥ . σn ≥ 0 .. . σn • GOAL: Compute all σi with high relative accuracy, even when σi σ1 • It all comes down to being able to compute determi- nants to high relative accuracy. Example: 100 by 100 Hilbert Matrix H(i, j) = 1/(i + j − 1) • Singular values range from 1 down to 10−150 • Old algorithm, New Algorithm, both in 16 digits Singular values of Hilb(100), blue = accurate, red = usual 0 10 −20 10 −40 10 −60 10 −80 10 −100 10 −120 10 −140 10 0 10 20 30 40 50 60 70 80 90 100 • D = log(cond(A)) = log(σ1/σn) (here D = 150) • Cost of Old algorithm = O(n3D2) • Cost of New algorithm = O(n3), independent of D – Run in double, not bignums as in Mathematica – New hundreds of times faster than Old • When does it work? Not for all matrices ... • Why bother? Why do we want tiny singular values accurately? 1. When they are determined accurately by the data • Hilbert: H(i, j) = 1/(i + j − 1) • Cauchy: C(i, j) = 1/(xi + yj) 2.
    [Show full text]