Lecture Notes on Operator Algebras John M. Erdman Portland State

Total Page:16

File Type:pdf, Size:1020Kb

Lecture Notes on Operator Algebras John M. Erdman Portland State Lecture Notes on Operator Algebras John M. Erdman Portland State University Version March 12, 2011 c 2010 John M. Erdman E-mail address: [email protected] Contents 1 Chapter 1. LINEAR ALGEBRA AND THE SPECTRAL THEOREM3 1.1. Vector Spaces and the Decomposition of Diagonalizable Operators3 1.2. Normal Operators on an Inner Product Space6 Chapter 2. THE ALGEBRA OF HILBERT SPACE OPERATORS 13 2.1. Hilbert Space Geometry 13 2.2. Operators on Hilbert Spaces 16 2.3. Algebras 19 2.4. Spectrum 21 Chapter 3. BANACH ALGEBRAS 23 3.1. Definition and Elementary Properties 23 3.2. Maximal Ideal Space 26 3.3. Characters 27 3.4. The Gelfand Topology 28 3.5. The Gelfand Transform 31 3.6. The Fourier Transform 32 Chapter 4. INTERLUDE: THE LANGUAGE OF CATEGORIES 35 4.1. Objects and Morphisms 35 4.2. Functors 36 4.3. Natural Transformations 38 4.4. Universal Morphisms 39 Chapter 5. C∗-ALGEBRAS 43 5.1. Adjoints of Hilbert Space Operators 43 5.2. Algebras with Involution 44 5.3. C∗-Algebras 46 5.4. The Gelfand-Naimark Theorem|Version I 47 Chapter 6. SURVIVAL WITHOUT IDENTITY 49 6.1. Unitization of Banach Algebras 49 6.2. Exact Sequences and Extensions 51 6.3. Unitization of C∗-algebras 53 6.4. Quasi-inverses 55 6.5. Positive Elements in C∗-algebras 57 6.6. Approximate Identities 59 Chapter 7. SOME IMPORTANT CLASSES OF HILBERT SPACE OPERATORS 61 7.1. Orthonormal Bases in Hilbert Spaces 61 7.2. Projections and Partial Isometries 63 7.3. Finite Rank Operators 65 7.4. Compact Operators 66 iii iv CONTENTS Chapter 8. THE GELFAND-NAIMARK-SEGAL CONSTRUCTION 69 8.1. Positive Linear Functionals 69 8.2. Representations 69 8.3. The GNS-Construction and the Third Gelfand-Naimark Theorem 70 Chapter 9. MULTIPLIER ALGEBRAS 73 9.1. Hilbert Modules 73 9.2. Essential Ideals 76 9.3. Compactifications and Unitizations 78 Chapter 10. FREDHOLM THEORY 81 10.1. The Fredholm Alternative 81 10.2. The Fredholm Alternative { continued 82 10.3. Fredholm Operators 83 10.4. The Fredholm Alternative { Concluded 84 Chapter 11. EXTENSIONS 87 11.1. Essentially Normal Operators 87 11.2. Toeplitz Operators 88 11.3. Addition of Extensions 90 11.4. Tensor Products of C∗-algebras 94 11.5. Completely Positive Maps 94 Chapter 12. K-THEORY 99 12.1. Projections on Matrix Algebras 99 12.2. The Grothendieck Construction 101 12.3. K0(A)|the Unital Case 103 12.4. K0(A)|the Nonunital Case 105 12.5. Exactness and Stability Properties of the K0 Functor 106 12.6. Inductive Limits 107 12.7. Bratteli Diagrams 108 Bibliography 113 Index 115 It is not essential for the value of an education that every idea be understood at the time of its accession. Any person with a genuine intellectual interest and a wealth of intellectual content acquires much that he only gradually comes to understand fully in the light of its correlation with other related ideas. Scholarship is a progressive process, and it is the art of so connecting and recombining individual items of learning by the force of one's whole character and experience that nothing is left in isolation, and each idea becomes a commentary on many others. - NORBERT WIENER 1 CHAPTER 1 LINEAR ALGEBRA AND THE SPECTRAL THEOREM 1.1. Vector Spaces and the Decomposition of Diagonalizable Operators 1.1.1. Convention. In this course, unless the contrary is explicitly stated, all vector spaces will be assumed to be vector spaces over C. That is, scalar will be taken to mean complex number. 1.1.2. Definition. The triple (V; +;M) is a (complex) vector space if (V; +) is an Abelian group and M : C ! Hom(V ) is a unital ring homomorphism (where Hom(V ) is the ring of group homomorphisms on V ). A function T : V ! W between vector spaces is linear if T (u + v) = T u + T v for all u, v 2 V and T (αv) = αT v for all α 2 C and v 2 V . Linear functions are frequently called linear transformations or linear maps. When V = W we say that T is an operator on V . The collection of all linear maps from V to W is denoted by L(V; W ) and the set of operators on V is denoted by L(V ). Depending on context we denote the identity operator x 7! x on V by idV or IV or just I. Recall that if T : V ! W is a linear map, then the kernel of T , denoted by ker T , is T (f0g) = fx 2 V : T x = 0g. Also, the range of T , denoted by ran T , is T !(V ) = fT x: x 2 V g. 1.1.3. Definition. A linear map T : V ! W between vector spaces is invertible (or is an −1 −1 −1 isomorphism) if there exists a linear map T : W ! V such that T T = idV and TT = idW . Recall that if a linear map is invertible its inverse is unique. Recall also that for a linear operator T on a finite dimensional vector space the following are equivalent: (a) T is an isomorphism; (b) T is injective; (c) the kernel of T is f0g; and (d) T is surjective. 1.1.4. Definition. Two operators R and T on a vector space V are similar if there exists an invertible operator S on V such that R = S−1TS. 1.1.5. Proposition. If V is a vector space, then similarity is an equivalence relation on L(V ). 1.1.6. Definition. Let V be a finite dimensional vector space and B = fe1; : : : ; eng be a basis k k for V . An operator T on V is diagonal if there exist scalars α1; : : : ; αn such that T e = αke for each k 2 Nn. Equivalently, T is diagonal if its matrix representation [T ] = [Tij] has the property that Tij = 0 whenever i 6= j. Asking whether a particular operator on some finite dimensional vector space is diagonal is, strictly speaking, nonsense. As defined the operator property of being diagonal is definitely not a vector space concept. It makes sense only for a vector space for which a basis has been specified. This important, if obvious, fact seems to go unnoticed in beginning linear algebra courses, due, n I suppose, to a rather obsessive fixation on R in such courses. Here is the relevant vector space property. 1.1.7. Definition. An operator T on a finite dimensional vector space V is diagonalizable if there exists a basis for V with respect to which T is diagonal. Equivalently, an operator on a finite dimensional vector space with basis is diagonalizable if it is similar to a diagonal operator. 3 4 1. LINEAR ALGEBRA AND THE SPECTRAL THEOREM 1.1.8. Definition. Let M and N be subspaces of a vector space V . If M\N = f0g and M+N = V , then V is the (internal) direct sum of M and N. In this case we write V = M ⊕ N: We say that M and N are complementary subspaces and that each is a (vector space) comple- ment of the other. The codimension of the subspace M is the dimension of its complement N. 1.1.9. Example. Let C = C[−1; 1] be the vector space of all continuous real valued functions on the interval [−1; 1]. A function f in C is even if f(−x) = f(x) for all x 2 [−1; 1]; it is odd if f(−x) = −f(x) for all x 2 [−1; 1]. Let Co = ff 2 C : f is odd g and Ce = ff 2 C : f is even g. Then C = Co ⊕ Ce. 1.1.10. Proposition. If M is a subspace of a vector space V , then there exists a subspace N of V such that V = M ⊕ N. 1.1.11. Proposition. Let V be a vector space and suppose that V = M ⊕N. Then for every v 2 V there exist unique vectors m 2 M and n 2 N such that v = m + n. 1.1.12. Definition. Let V be a vector space and suppose that V = M ⊕ N. We know from 1.1.11 that for each v 2 V there exist unique vectors m 2 M and n 2 N such that v = m + n. Define a function EMN : V ! V by EMN v = n. The function EMN is the projection of V along M onto N. (Frequently we write E for EMN . But keep in mind that E depends on both M and N.) 1.1.13. Proposition. Let V be a vector space and suppose that V = M ⊕N. If E is the projection of V along M onto N, then (i) E is linear; (ii) E2 = E (that is, E is idempotent); (iii) ran E = N; and (iv) ker E = M. 1.1.14. Proposition. Let V be a vector space and suppose that E : V ! V is a function which satisfies (i) E is linear, and (ii) E2 = E. Then V = ker E ⊕ ran E and E is the projection of V along ker E onto ran E. It is important to note that an obvious consequence of the last two propositions is that a function T : V ! V from a finite dimensional vector space into itself is a projection if and only if it is linear and idempotent. 1.1.15. Proposition. Let V be a vector space and suppose that V = M ⊕N. If E is the projection of V along M onto N, then I − E is the projection of V along N onto M.
Recommended publications
  • Set Theory and Operator Algebras
    SET THEORY AND OPERATOR ALGEBRAS ILIJAS FARAH AND ERIC WOFSEY These notes are based on the six-hour Appalachian Set Theory workshop given by Ilijas Farah on February 9th, 2008 at Carnegie Mellon Univer- sity. The first half of the workshop (Sections 1-3) consisted of a review of Hilbert space theory and an introduction to C∗-algebras, and the second half (Sections 4–6) outlined a few set-theoretic problems relating to C∗-algebras. The number and variety of topics covered in the workshop was unfortunately limited by the available time. Good general references on Hilbert spaces and C∗-algebras include [8], [10], [14], [27], and [35]. An introduction to spectral theory is given in [9]. Most of the omitted proofs can be found in most of these references. For a survey of applications of set theory to operator algebras, see [36]. Acknowledgments. We would like to thank Nik Weaver for giving us a kind permission to include some of his unpublished results. I.F. would like to thank George Elliott, N. Christopher Phillips, Efren Ruiz, Juris Stepr¯ans, Nik Weaver and the second author for many conversations related to the topics presented here. I.F. is partially supported by NSERC. Contents 1. Hilbert spaces and operators 2 1.1. Normal operators and the spectral theorem 3 1.2. The spectrum of an operator 6 2. C∗-algebras 7 2.1. Some examples of C∗-algebras 8 2.2. L∞(X, µ) 9 2.3. Automatic continuity and the Gelfand transform 10 3. Positivity, states and the GNS construction 12 3.1.
    [Show full text]
  • Fredholm Operators and Atkinson's Theorem
    1 A One Lecture Introduction to Fredholm Operators Craig Sinnamon 250380771 December, 2009 1. Introduction This is an elementary introdution to Fredholm operators on a Hilbert space H. Fredholm operators are named after a Swedish mathematician, Ivar Fredholm(1866-1927), who studied integral equations. We will introduce two definitions of a Fredholm operator and prove their equivalance. We will also discuss briefly the index map defined on the set of Fredholm operators. Note that results proved in 4154A Functional Analysis by Prof. Khalkhali may be used without proof. Definition 1.1: A bounded, linear operator T : H ! H is said to be Fredholm if 1) rangeT ⊆ H is closed 2) dimkerT < 1 3) dimketT ∗ < 1 Notice that for a bounded linear operator T on a Hilbert space H, kerT ∗ = (ImageT )?. Indeed: x 2 kerT ∗ , T ∗x = 0 ,< T ∗x; y >= 0 for all y 2 H ,< x:T y >= 0 , x 2 (ImageT )? A good way to think about these Fredholm operators is as operators that are "almost invertible". This notion of "almost invertible" will be made pre- cise later. For now, notice that that operator is almost injective as it has only a finite dimensional kernal, and almost surjective as kerT ∗ = (ImageT )? is also finite dimensional. We will now introduce some algebraic structure on the set of all bounded linear functionals, L(H) and from here make the above discussion precise. 2 2. Bounded Linear Operators as a Banach Algebra Definition 2.1:A C algebra is a ring A with identity along with a ring homomorphism f : C ! A such that 1 7! 1A and f(C) ⊆ Z(A).
    [Show full text]
  • Logic and $\Mathrm {C}^* $-Algebras: Set Theoretical Dichotomies in The
    LOGIC AND C∗-ALGEBRAS: SET THEORETICAL DICHOTOMIES IN THE THEORY OF CONTINUOUS QUOTIENTS ALESSANDRO VIGNATI A DISSERTATION SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY arXiv:1706.06393v1 [math.LO] 20 Jun 2017 GRADUATE PROGRAM IN MATHEMATICS AND STATISTICS YORK UNIVERSITY TORONTO, ONTARIO APRIL 2017 Abstract Given a nonunital C∗-algebra A one constructs its corona algebra (A)/A. This is the noncommutative analog of the Cech-Stoneˇ remainder of a topological space. We analyzeM the two faces of these algebras: the first one is given assuming CH, and the other one arises when Forcing Axioms are assumed. In their first face, corona C∗-algebras have a large group of automorphisms that includes nondefinable ones. The second face is the Forcing Axiom one; here the automorphism group of a corona C∗-algebra is as rigid as possible, including only definable elements. Table of Contents Abstract........................................... ........ 1 Table of Contents i 1 Introduction 1 1.1 Structureofthethesis .............................. .......... 4 1.2 Acknowledgments................................... ........ 4 2 Preliminaries and Notation 6 2.1 SetTheory ........................................ ...... 6 2.1.1 Descriptivesettheory .............................. ...... 6 2.1.2 Ideals in (N) ........................................ 7 2.1.3 TheContinuumHypothesisP . .. .. .. .. .. .. .. .. .. .. .. .. ..... 7 2.1.4 Forcing and Forcing Axioms . ..... 8 2.2 C∗-algebras ........................................... ... 10 2.2.1 Examples of C∗-algebras................................... 10 2.2.2 Ideals ........................................... .. 11 2.2.3 Approximate identities . ..... 11 2.2.4 The multiplier and the corona . ..... 15 2.2.5 The unique ideal of a II -factor .............................. 16 ∞ 2.2.6 Nuclear C∗-algebrasandtheCPAP............................. 17 2.2.7 Approximatemaps.................................
    [Show full text]
  • Anti-G-Hermiticity Preserving Linear Map That Preserves Strongly the Invertibility of Calkin Algebra Elements
    Manila Journal of Science 10 (2017), pp. 136-146 Anti-G-Hermiticity Preserving Linear Map That Preserves Strongly the Invertibility of Calkin Algebra Elements Jay D. Buscano1* and Jose Tristan F. Reyes2 1 Mathematics Department, Mindanao State University, General Santos City, Philippines 2 Mathematics and Statistics Department, De La Salle University, Manila, Philippines *Corresponding Author: [email protected] ; [email protected] ABSTRACT A linear map ψ : X → Y of algebras X and Y preserves strongly invertibility if ψ(x−1) = ψ(x)−1 for all x X−1, where X−1 denotes the set of invertible elements of X. Let B(H) be the Banach algebra of all bounded linear operators on a separable complex Hilbert space H with dim H = ∞. A Calkin∈ algebra C(H) is the quotient of B(H) by K(H), the ideal of compact operators on H. An element A + K(H) C(H) is said to be anti-G-Hermitian if (A + K(H))# = −A + K(H), where the # -operation is an involution on C(H). A linear map : C(H) → C(H) preserves anti-G-Hermiticity if (A + K(H))# = − (A∈ + K(H)) for all anti-G-Hermitian element A + K(H) C(H). In this paper, we characterize the continuous unital linear map : C(H) → C(H) induced by the essentially anti- G-Hermiticity preserving linear map φ : B(H) → B(H) that preserves strongly∈ the invertibility of operators on H. We also take a look at the linear preserving properties of this induced map and other linear preservers on C(H).
    [Show full text]
  • Algebraic K-Theory of Stable C*-Algebras
    ADVANCES IN MATHEMATICS 67, 1-140 (1988) Algebraic K-Theory of Stable C*-Algebras NIGEL HICSON Department qf Mafhemarics, University of Pennsylvania, Philadelphia, Pennsylvania 19104 Let A be a unital C*-algebra and let 9 denote the Calkin algebra (the bounded operators on a separable Hilbert space, module the compact operators Jr). We prove the following conjecture of M. Karoubi: the algebraic and topological K-theory groups of the tensor product C*-algebra A 02 are equal. The algebra A 01 may be regarded as a “suspension” of the more elementary C*-algebra A @IX; thus Karoubi’s conjecture asserts, roughly speaking, that the algebraic and topological K-theories of stable C*-algebras agree. t 1988 Academic Press, Inc. Let A be a C*-algebra and suppose, for the sake of simplicity, that A is unital. The general linear group of A of dimension n, denoted GL,,A, is the group of invertible elements in the n x n matrix algebra M,(A) over A. This paper is about comparing invariants of GL,,A, considered as a topological space (with the norm topology, inherited from A), to invariants of GL,,A considered as a discrete group. On the topological side, we are going to study the topological K-theory of A, denoted K’.+(A), which is nothing more than the homotopy, n,(GL,A), of GL,,A. To be precise, K’,(A) is the homotopy of the CL, A, the “limit” as n -+ IX) of the GL,,A: it turns out to be a great conveneince to study this “stable” group, rather that the non- stable groups CL,,.
    [Show full text]
  • A Note on Spectral Continuity and on Spectral Properties of Essentially G1 Operators
    Pacific Journal of Mathematics A NOTE ON SPECTRAL CONTINUITY AND ON SPECTRAL PROPERTIES OF ESSENTIALLY G1 OPERATORS GLENN RICHARD LUECKE Vol. 69, No. 1 May 1977 PACIFIC JOURNAL OF MATHEMATICS Vol. 69, No. 1, 1977 A NOTE ON SPECTRAL CONTINUITY AND ON SPECTRAL PROPERTIES OF ESSENTIALLY G1 OPERATORS GLENN R. LUECKE A bounded operator on a separable Hubert space is essentially Gx if the image of T in the Calkin algebra satis- fies condition Glβ This paper contains results describing (1) isolated points of the essential spectrum of essentially (?i operators, and (2) essentially Gi operators whose essen- tial spectrum lies on a smooth Jordan curve. Finally, the continuity of the essential spectrum, Weyl spectrum, and spectrum is discussed. Notation and definitions* Throughout this paper H denotes a separable Hubert space, &(H) denotes all bounded operators on H, SΓ denotes all compact operators in ^?(H), &{Ή)\3ίΓ denotes the Calkin algebra, and π: &{H) —»&{Ίϊ)\3ίΓ denotes the quotient map. Since &{Έ[)\<3ίΓ is a C*-algebra, there exists a Hubert space .Hi, and an isometric *-isomorphism v of ^(H)j^Γ into &(H0) [see 2]. The essential spectrum of Te^?(H), denoted by σe(T), is the spectrum of π(T) in the Calkin algebra. T is essentially G1 if \\(π(T) - 2)~ΊI = l/d(z, σe(T)) for all z$σe(T). T is essentially hyponormal, essentially normal, or essentially self-adjoint if π(y*Γ - TT*) ^ 0, 7r(T*T - TT*) = 0, or ττ(T* - T) = 0, respec- tively. If λ is an eigenvalue of T then λ is a normal eigenvalue if {x eH: Tx — Xx} = {x e H: T*x = X*x}.
    [Show full text]
  • Banach Spaces and Spectral Theory • What Is a Nuclear Operator? [Coleman] • Give an Example of an Integral Operator Which Is Nuclear
    Sample Questions from Past Qualifying Exams This list may give the impression that the exams consist of a series of questions fired at the student one after another. In fact most exams have more the character of a conversation with considerable give and take. Hence this list cannot be expected to indicate accurately the difficulties involved. The list indicates the professor associated to each question where available. Some have been in the MGSA files for a while, and this information has been lost (if it was ever there). The listing by section is approximate, since some questions may fit under more than one heading. Banach Spaces and Spectral Theory • What is a nuclear operator? [Coleman] • Give an example of an integral operator which is nuclear. [Coleman] • What can you say about the specturm of a nuclear operator? [Coleman] • Could it be the empty set? [Arveson] • Give an example of an operator on a real Banach space with no specturm. [Arveson] • Does the sum of the elements of the spectrum of a nuclear operator converge? [Cole- man] • What is a trace class operator? [Coleman] • What is a Hilbert-Schmidt operator? Can you give an example over L2 of the unit interval? [Coleman] • Can [0, 1] be the spectrum of a compact operator? [Arveson] • What is the spectrum of Me2πit ? How could you know that it is invertible? What is the inverse? [Arveson] 2 • If T is an operator on a Banach space, what is cos2 T + sin T ? [Arveson] • What is cos T [Arveson] • If f is an entire function, what is fT ? [Arveson] • List the properties of the functional calculus.
    [Show full text]
  • Lecture Notes on the K-Theory of Operator Algebras
    LECTURE NOTES ON THE K-THEORY OF OPERATOR ALGEBRAS based primarily on M. Rørdam, F. Larsen & N. J. Laustsen: An Introduction to K-Theory for C ∗-Algebras and secondarily on B. Blackadar: K-Theory for Operator Algebras and N. E. Wegge-Olsen: K-Theory and C∗-Algebras Rainer Matthes Wojciech Szymanski´ 2 Contents 1 Preliminaries on C∗-Algebras 5 1.1 Basic definitions . 5 1.1.1 Definitions C∗-algebra, -algebra . 5 ∗ 1.1.2 Sub-C∗ and sub- -algebras . 5 ∗ 1.1.3 Ideals and quotients . 5 1.1.4 The main examples . 6 1.1.5 Short exact sequences . 7 1.1.6 Adjoining a unit . 8 1.2 Spectral theory . 10 1.2.1 Spectrum . 10 1.2.2 Continuous functional calculus . 12 1.3 Matrix algebras and tensor products . 13 1.4 Examples and Exercises . 14 2 Projections and Unitaries 17 2.1 Homotopy for unitaries . 17 2.2 Equivalence of projections . 21 2.3 Semigroups of projections . 24 2.4 Examples and Exercises . 25 ∗ 3 The K0-Group for Unital C -Algebras 27 3.1 The Grothendieck Construction . 27 ∗ 3.2 Definition of the K0-group of a unital C -algebra . 29 3.2.1 Portrait of K0 | the unital case . 29 3.2.2 The universal property of K0 . 29 3.2.3 Functoriality . 30 3.2.4 Homotopy invariance . 31 3.3 Examples and Exercises . 31 4 K0-Group | the General Case 37 4.1 Definition of the K0-Functor . 37 4.1.1 Functoriality of K0 . 37 4.1.2 Homotopy invariance of K0 .
    [Show full text]
  • Fredholm Operators and the Family Index
    Fredholm Operators and the Family Index Joseph Breen Advisor: Ezra Getzler April 28th, 2016 Department of Mathematics Northwestern University 2 Contents 1 Introduction 5 2 Preliminaries 7 2.1 Functional Analysis . .7 2.2 Topology . 10 3 Fredholm Operators 13 3.1 Definitions and Examples . 13 3.2 The Fredholm Index . 14 3.3 Continuity of the Fredholm Index . 16 3.4 The Connected Components of F(H)....................... 18 4 Vector Bundles and K-Theory 23 4.1 Vector Bundles: Definitions and Examples . 23 4.2 Vector Bundles with Compact Base Space . 27 4.3 K-Theory . 29 5 The Atiyah-J¨anichTheorem 33 5.1 The Family Index . 33 5.2 Kuiper’s Theorem . 37 5.3 Bijectivity of the Index . 42 6 Toeplitz Operators 45 6.1 The Hardy Space . 45 6.2 Definitions and Properties . 45 6.3 The Toeplitz Index Theorem . 48 6.4 Generalizations . 49 References 50 3 4 Chapter 1 Introduction Many problems in mathematics arise from the desire to understand the behavior of linear operators. The simplest example comes from elementary linear algebra, where systems of linear equations are represented by an m×n matrix; such a matrix is a linear transformation n m from R to R . More generally, suppose that V and W are vector spaces and that T : V ! W is a linear transformation. For a fixed w 2 W , we are interested in solutions to the equation T (v) = w. Equipping V and W with varying amount of structure, say a metric or inner product, introduces complications and makes the study of such equations more interesting and potentially more difficult.
    [Show full text]
  • K-Theory: from Minimal Geodesics to Susy Field Theories
    K-THEORY: FROM MINIMAL GEODESICS TO SUSY FIELD THEORIES HENNING HOHNHOLD, STEPHAN STOLZ AND PETER TEICHNER In memory of Raoul Bott, friend and mentor. A. There are many models for the K-theory spectrum known to- day, each one having its own history and applications. The purpose of this note is to give an elementary description of eight such models (and their completions) and relate all of them by canonical maps, most of which are homeomorphisms (rather then just homotopy equivalences). The first model are Raoul Bott’s iterated spaces of minimal geodesic in orthogonal groups. This model actually predates the invention of K- theory but completely calculates the coefficients of this generalized co- homology theory. Our last model are certain spaces of super symmetric (1|1)-dimensional field theories introduced by the second two authors for the purpose of generalizing them to cocycles for elliptic cohomology, in terms of certain super symmetric (2|1)-dimensional field theories. I At the first Arbeitstagung 1957 in Bonn, Alexander Grothendieck pre- sented his version of the Riemann-Roch theorem in terms of a group (now known as Grothendieck group) constructed from (isomorphism classes of) algebraic vector bundles over algebraic manifolds. He used the letter K to abbreviate ‘Klassen’, the German word for (isomorphism) classes. Michael Atiyah and Friedrich Hirzebruch instantly realized that the same construc- tion can be applied to all complex vector bundles over a topological space X, obtaining a commutative ring K(X), where addition and multiplication come from direct sum respectively tensor product of vector bundles. For example, every complex vector bundle over the circle is trivial and hence K(S 1) = Z.
    [Show full text]
  • A Hierarchy of Banach Spaces with C(K) Calkin Algebras
    A HIERARCHY OF BANACH SPACES WITH C(K) CALKIN ALGEBRAS PAVLOS MOTAKIS, DANIELE PUGLISI, AND DESPOINA ZISIMOPOULOU Abstract. For every well founded tree T having a unique root such that every non-maximal node of it has countable infinitely many immediate suc- cessors, we construct a L1-space XT . We prove that for each such tree T , the Calkin algebra of XT is homomorphic to C(T ), the algebra of con- tinuous functions defined on T , equipped with the usual topology. We use this fact to conclude that for every countable compact metric space K there exists a L1-space whose Calkin algebra is isomorphic, as a Banach algebra, to C(K). Introduction The Calkin algebra of a Banach space X is the quotient algebra Cal(X) = L(X)=K(X) where L(X) denotes the algebra of all bounded linear operators defined on X and K(X) denotes the ideal of all the compact ones. It is named after J. W. Calkin, who proved in [3] that the only non-trivial closed ideal of the bounded linear operators on `2 is the one of the compact operators. It is an important example of a unital algebra, for example an operator U 2 L(X) is Fredholm if and only if the class [U] of U in the Calkin algebra is invertible. A question that arises is the following: let A be a Banach algebra, does there exist a Banach space X so that the Calkin algebra of X is isomorphic, as a Banach algebra, to A? The very first Banach space for which the Calkin algebra was explicitly de- scribed is the Argyros-Haydon space XAH [1] whose main feature is that it has the \scalar plus compact" property, i.e.
    [Show full text]
  • On Mean Ergodic Convergence in the Calkin Algebras
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 00, Number 0, Pages 000{000 S 0002-9939(XX)0000-0 ON MEAN ERGODIC CONVERGENCE IN THE CALKIN ALGEBRAS MARCH T. BOEDIHARDJO AND WILLIAM B. JOHNSON (Communicated by Thomas Schlumprecht) Abstract. In this paper, we give a geometric characterization of mean ergodic convergence in the Calkin algebras for Banach spaces that have the bounded compact approximation property. 1. Introduction Let X be a real or complex Banach space and let B(X) be the algebra of all bounded linear operators on X. Suppose that T 2 B(X) and consider the sequence I + T + ::: + T n M (T ) := ; n ≥ 1: n n + 1 In [3], Dunford considered the norm convergence of (Mn(T ))n and established the following characterizations. Theorem 1.1. Suppose that X is a complex Banach space and that T 2 B(X) kT nk satisfies n ! 0. Then the following conditions are equivalent. (1) (Mn(T ))n converges in norm to an element in B(X). (2) 1 is a simple pole of the resolvent of T or 1 is in the resolvent set of T . (3) (I − T )2 has closed range. It was then discovered by Lin in [6] that I − T having closed range is also an equivalent condition. Moreover, Lin's argument worked also for real Banach spaces. This result was later improved by Mbekhta and Zem´anekin [9] in which they showed that (I − T )m having closed range, where m ≥ 1, are also equivalent conditions. More precisely, Theorem 1.2. Let m ≥ 1.
    [Show full text]