Chapter 1 Preliminaries

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 1 Preliminaries Chapter 1 Preliminaries In this chapter we introduce some preliminaries that we will use in the rest of this memoir. The first section is devoted to the main mathematical notions employed in this work. The Kenzo system, a successful Common Lisp program developed by Francis Sergeraert and some coworkers devoted to perform computations in Algebraic Topology, is presented in Section 1.2. Finally, the deduction machinery employed in this memoir, the ACL2 system, is briefly presented in Section 1.3. 1.1 Mathematical preliminaries Algebraic Topology is a vast and complex subject, in particular mixing Algebra and (combinatorial) Topology. Algebraic Topology consists in trying to use as much as possible \algebraic" methods to attack topological problems. For instance, one can define some special groups associated with a topological space, in a way that respects the relation of homeomorphism of spaces. This allows us to study properties about topological spaces by means of statements about groups, which are often easier to prove. 1.1.1 Homological Algebra The following basic definitions can be found, for instance, in [Mac63]. Definition 1.1. Let R be a ring with a unit element 1 6= 0. A left R-module M is an additive abelian group together with a map p : R × M ! M, denoted by p(r; m) ≡ rm, such that for every r; r0 2 R and m; m0 2 M (r + r0)m = rm + r0m r(m + m0) = rm + rm0 (rr0)m = r(r0m) 1m = m 5 6 Chapter 1 Preliminaries A similar definition is given for a right R-module. For R = Z (the integer ring), a Z-module M is simply an abelian group. The map p : Z × M ! M is given by 8 n < m+ ··· +m if n > 0 p(n; m) = 0 if n = 0 n : (−m)+ ··· +(−m) if n < 0 Definition 1.2. Let R be a ring and M and N be R-modules. An R-module morphism α : M ! N is a function from M to N such that for every m; m0 2 M and r 2 R α(m + m0) = α(m) + α(m0) α(rm) = rα(m) α(0M ) = 0N Definition 1.3. Given a ring R, a graded module M is a family of left R-modules (Mn)n2Z. Definition 1.4. Given a pair of graded modules M and M 0, a graded module morphism f of degree k between them is a family of module morphisms (fn)n2Z such that fn : 0 Mn ! Mn+k for all n 2 Z. Definition 1.5. Given a graded module M, a differential (dn)n2Z is a family of module endomorphisms of M of degree −1 such that dn−1 ◦ dn = 0 for all n 2 Z. From the previous definitions, the notion of chain complex can be defined. Chain complexes are the central notion in Homological Algebra and can be seen as an algebraic means to study properties of topological spaces in several dimensions. Definition 1.6. A chain complex C∗ is a family of pairs (Cn; dn)n2Z where (Cn)n2Z is a graded module and (dn)n2Z is a differential of C∗. The module Cn is called the module of n-chains. The image Bn = Im dn+1 ⊆ Cn is the (sub)module of n-boundaries. The kernel Zn = Ker dn ⊆ Cn is the (sub)module of n-cycles. In many situations the ring R is the integer ring, R = Z. In this case, a chain complex C∗ is given by a graded abelian group fCngn2Z and a graded group morphism of degree -1, fdn : Cn ! Cn−1gn2Z, satisfying dn−1 ◦ dn = 0 for all n. From now on in this memoir, we will work with R = Z. Let us present some examples of chain complexes. Example 1.7. • The unit chain complex has a unique non null component, namely a Z-module in degree 0 generated by a unique generator and dn = 0 for all n 2 Z. 1.1 Mathematical preliminaries 7 • A chain complex to model the circle is defined as follows. This chain complex has two non null components, namely a Z-module in degree 0 generated by a unique generator and a Z-module in degree 1 generated by another generator; and the differential is the null map. • The diabolo chain complex has associated three chain groups: { C0, the free Z-module on the set fs0; s1; s2; s3; s4; s5g. { C1, the free Z-module on the set fs01; s02; s12; s23; s34; s35; s45g. { C2, the free Z-module on the set fs345g. and the differential is provided by: { d0(si) = 0, { d1(sij) = sj − si, { d2(sijk) = sjk − sik + sij. Pm and it is extended by linearity to the combinations c = i=1 λixi 2 Cn. We can construct chain complexes from other chain complexes, applying constructors such as the direct sum or the tensor product. Definition 1.8. Let C∗ = (Cn; dCn )n2Z;D∗ = (Dn; dDn )n2Z be chain complexes. The direct sum of C∗ and D∗ is the chain complex C∗ ⊕ D∗ = (Mn; dn)n2Z such that, Mn = (Cn;Dn) and the differential map is defined on the generators (x; y) with x 2 Cn and y 2 Dn by dn((x; y)) = (dCn (x); dDn (y)) for all n 2 Z. The notion of direct sum can be generalized to a collection of chain complexes. Definition 1.9. Let M be a right R-module, and N a left R-module. The tensor product M ⊗R N is the abelian group generated by the symbols m ⊗ n for every m 2 M and n 2 N, subject to the relations (m + m0) ⊗ n = m ⊗ n + m0 ⊗ n m ⊗ (n + n0) = m ⊗ n + m ⊗ n0 mr ⊗ n = m ⊗ rn for all r 2 R; m; m0 2 M, and n; n0 2 N. If R = Z (the integer ring), then M and N are abelian groups and their tensor product will be denoted simply by M ⊗ N. Definition 1.10. Let C∗ = (Cn; dCn )n2Z and D∗ = (Dn; dDn )n2Z be chain complexes of right and left Z-modules respectively. The tensor product C∗ ⊗ D∗ is the chain complex of Z-modules C∗ ⊗ D∗ = ((C∗ ⊗ D∗)n; dn)n2Z with M (C∗ ⊗ D∗)n = (Cp ⊗ Dq) p+q=n 8 Chapter 1 Preliminaries where the differential map is defined on the generators x ⊗ y with x 2 Cp and y 2 Dq, according to the Koszul rule for the signs, by p dn(x ⊗ y) = dCp (x) ⊗ y + (−1) x ⊗ dDq (y) Let us present now, one of the most important invariants used in Homological Al- gebra. Given a chain complex C∗ = (Cn; dn)n2Z, the identities dn−1 ◦ dn = 0 mean the inclusion relations Bn ⊆ Zn: every boundary is a cycle (the converse in general is not true). Thus the next definition makes sense. Definition 1.11. Let C∗ = (Cn; dn)n2Z be a chain complex of R-modules. For each degree n 2 Z, the n-homology module of C∗ is defined as the quotient module Zn Hn(C∗) = Bn It is worth noting that the homology groups of a space X are the ones of its associated chain complex C∗(X); the way of constructing the chain complex associated with a space X is explained, for instance, in [Mau96]. In an intuitive sense, homology groups measure \n-dimensional holes" in topological spaces. A 0-dimensional hole is a pair of points in different path components; and so H0 measures the number of connected components of a space. The homology groups Hn measure higher dimensional connectedness. For instance, the n-sphere, Sn, has exactly one n-dimensional hole and no m-dimensional holes if m 6= n. Moreover, it is worth noting that homology groups are an algebraic invariant, see [Mau96]. That is to say, if two topological spaces are homeomorphic, this means that all their homology groups coincide. Let us finish this section with some additional definitions related to chain complexes. Definition 1.12. A chain complex C∗ = (Cn; dn)n2Z is acyclic if Hn(C∗) = 0 for all n, that is to say, if Zn = Bn for every n 2 Z. Definition 1.13. Let C∗ = (Cn; dCn )n2Z;D∗ = (Dn; dDn )n2Z be chain complexes, a chain complex morphism between them is a family of module morphisms (fn)n2Z of degree 0 0 between (Cn)n2Z and (Dn)n2Z such that dn ◦ fn = fn−1 ◦ dn for each n 2 Z. Definition 1.14. Let C∗ = (Cn; dn)n2Z be a chain complex. A chain complex D∗ = 0 (Dn; dn)n2Z is a chain subcomplex of C∗ if • Dn is a submodule of Cn, for all n 2 Z 0 • dn = dn jD∗ 0 The condition dn = dn jD∗ means that the boundary operator of the chain subcomplex is just the differential operator of the larger chain complex restricted to its domain. We denote D∗ ⊂ C∗ if D∗ is a chain subcomplex of C∗. 1.1 Mathematical preliminaries 9 Definition 1.15. A short exact sequence is a sequence of modules: j 0 C00 − C −i C0 0 which is exact, that is, the map i is injective, the map j is surjective and Im i = Ker j. From now on in this memoir, we will work with non-negative chain complexes, that is to say, fCngn2Z such that Cn = 0 if n < 0. A non-negative chain complex C∗ will be denoted by C∗ = fCngn2N. Moreover, the chain complexes we work with are supposed to be free. Definition 1.16. A chain complex C∗ = (Cn; dn)n2N of Z-modules is said to be free if Cn is a free Z-module (a Z-module which admits a basis) for each n 2 N.
Recommended publications
  • HE WANG Abstract. a Mini-Course on Rational Homotopy Theory
    RATIONAL HOMOTOPY THEORY HE WANG Abstract. A mini-course on rational homotopy theory. Contents 1. Introduction 2 2. Elementary homotopy theory 3 3. Spectral sequences 8 4. Postnikov towers and rational homotopy theory 16 5. Commutative differential graded algebras 21 6. Minimal models 25 7. Fundamental groups 34 References 36 2010 Mathematics Subject Classification. Primary 55P62 . 1 2 HE WANG 1. Introduction One of the goals of topology is to classify the topological spaces up to some equiva- lence relations, e.g., homeomorphic equivalence and homotopy equivalence (for algebraic topology). In algebraic topology, most of the time we will restrict to spaces which are homotopy equivalent to CW complexes. We have learned several algebraic invariants such as fundamental groups, homology groups, cohomology groups and cohomology rings. Using these algebraic invariants, we can seperate two non-homotopy equivalent spaces. Another powerful algebraic invariants are the higher homotopy groups. Whitehead the- orem shows that the functor of homotopy theory are power enough to determine when two CW complex are homotopy equivalent. A rational coefficient version of the homotopy theory has its own techniques and advan- tages: 1. fruitful algebraic structures. 2. easy to calculate. RATIONAL HOMOTOPY THEORY 3 2. Elementary homotopy theory 2.1. Higher homotopy groups. Let X be a connected CW-complex with a base point x0. Recall that the fundamental group π1(X; x0) = [(I;@I); (X; x0)] is the set of homotopy classes of maps from pair (I;@I) to (X; x0) with the product defined by composition of paths. Similarly, for each n ≥ 2, the higher homotopy group n n πn(X; x0) = [(I ;@I ); (X; x0)] n n is the set of homotopy classes of maps from pair (I ;@I ) to (X; x0) with the product defined by composition.
    [Show full text]
  • Directed Algebraic Topology and Applications
    Directed algebraic topology and applications Martin Raussen Department of Mathematical Sciences, Aalborg University, Denmark Discrete Structures in Algebra, Geometry, Topology and Computer Science 6ECM July 3, 2012 Martin Raussen Directed algebraic topology and applications Algebraic Topology Homotopy Homotopy: 1-parameter deformation Two continuous functions f , g : X ! Y from a topological space X to another, Y are called homotopic if one can be "continuously deformed" into the other. Such a deformation is called a homotopy H : X × I ! Y between the two functions. Two spaces X, Y are called homotopy equivalent if there are continous maps f : X ! Y and g : Y ! X that are homotopy inverse to each other, i.e., such that g ◦ f ' idX and f ◦ g ' idY . Martin Raussen Directed algebraic topology and applications Algebraic Topology Invariants Algebraic topology is the branch of mathematics which uses tools from abstract algebra to study topological spaces. The basic goal is to find algebraic invariants that classify topological spaces up to homeomorphism, though usually most classify (at best) up to homotopy equivalence. An outstanding use of homotopy is the definition of homotopy groups pn(X, ∗), n > 0 – important invariants in algebraic topology. Examples Spheres of different dimensions are not homotopy equivalent to each other. Euclidean spaces of different dimensions are not homeomorphic to each other. Martin Raussen Directed algebraic topology and applications Path spaces, loop spaces and homotopy groups Definition Path space P(X )(x0, x1): the space of all continuous paths p : I ! X starting at x0 and ending at x1 (CO-topology). Loop space W(X )(x0): the space of all all continuous loops 1 w : S ! X starting and ending at x0.
    [Show full text]
  • [DRAFT] a Peripatetic Course in Algebraic Topology
    [DRAFT] A Peripatetic Course in Algebraic Topology Julian Salazar [email protected]• http://slzr.me July 22, 2016 Abstract These notes are based on lectures in algebraic topology taught by Peter May and Henry Chan at the 2016 University of Chicago Math REU. They are loosely chrono- logical, having been reorganized for my benefit and significantly annotated by my personal exposition, plus solutions to in-class/HW exercises, plus content from read- ings (from May’s Finite Book), books (e.g. May’s Concise Course, Munkres’ Elements of Algebraic Topology, and Hatcher’s Algebraic Topology), Wikipedia, etc. I Foundations + Weeks 1 to 33 1 Topological notions3 1.1 Topological spaces.................................3 1.2 Separation properties...............................4 1.3 Continuity and operations on spaces......................4 2 Algebraic notions5 2.1 Rings and modules................................6 2.2 Tensor products..................................7 3 Categorical notions 11 3.1 Categories..................................... 11 3.2 Functors...................................... 13 3.3 Natural transformations............................. 15 3.4 [DRAFT] Universal properties.......................... 17 3.5 Adjoint functors.................................. 20 1 4 The fundamental group 21 4.1 Connectedness and paths............................. 21 4.2 Homotopy and homotopy equivalence..................... 22 4.3 The fundamental group.............................. 24 4.4 Applications.................................... 26
    [Show full text]
  • Loop Spaces in Motivic Homotopy Theory A
    LOOP SPACES IN MOTIVIC HOMOTOPY THEORY A Dissertation by MARVIN GLEN DECKER Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY August 2006 Major Subject: Mathematics LOOP SPACES IN MOTIVIC HOMOTOPY THEORY A Dissertation by MARVIN GLEN DECKER Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Approved by: Chair of Committee, Paulo Lima-Filho Committee Members, Nancy Amato Henry Schenck Peter Stiller Head of Department, Al Boggess August 2006 Major Subject: Mathematics iii ABSTRACT Loop Spaces in Motivic Homotopy Theory. (August 2006) Marvin Glen Decker, B.S., University of Kansas Chair of Advisory Committee: Dr. Paulo Lima-Filho In topology loop spaces can be understood combinatorially using algebraic the- ories. This approach can be extended to work for certain model structures on cate- gories of presheaves over a site with functorial unit interval objects, such as topological spaces and simplicial sheaves of smooth schemes at finite type. For such model cat- egories a new category of algebraic theories with a proper cellular simplicial model structure can be defined. This model structure can be localized in a way compatible with left Bousfield localizations of the underlying category of presheaves to yield a Motivic model structure for algebraic theories. As in the topological context, the model structure is Quillen equivalent to a category of loop spaces in the underlying category. iv TABLE OF CONTENTS CHAPTER Page I INTRODUCTION .......................... 1 II THE BOUSFIELD-KAN MODEL STRUCTURE .......
    [Show full text]
  • Lecture 2: Spaces of Maps, Loop Spaces and Reduced Suspension
    LECTURE 2: SPACES OF MAPS, LOOP SPACES AND REDUCED SUSPENSION In this section we will give the important constructions of loop spaces and reduced suspensions associated to pointed spaces. For this purpose there will be a short digression on spaces of maps between (pointed) spaces and the relevant topologies. To be a bit more specific, one aim is to see that given a pointed space (X; x0), then there is an entire pointed space of loops in X. In order to obtain such a loop space Ω(X; x0) 2 Top∗; we have to specify an underlying set, choose a base point, and construct a topology on it. The underlying set of Ω(X; x0) is just given by the set of maps 1 Top∗((S ; ∗); (X; x0)): A base point is also easily found by considering the constant loop κx0 at x0 defined by: 1 κx0 :(S ; ∗) ! (X; x0): t 7! x0 The topology which we will consider on this set is a special case of the so-called compact-open topology. We begin by introducing this topology in a more general context. 1. Function spaces Let K be a compact Hausdorff space, and let X be an arbitrary space. The set Top(K; X) of continuous maps K ! X carries a natural topology, called the compact-open topology. It has a subbasis formed by the sets of the form B(T;U) = ff : K ! X j f(T ) ⊆ Ug where T ⊆ K is compact and U ⊆ X is open. Thus, for a map f : K ! X, one can form a typical basis open neighborhood by choosing compact subsets T1;:::;Tn ⊆ K and small open sets Ui ⊆ X with f(Ti) ⊆ Ui to get a neighborhood Of of f, Of = B(T1;U1) \ ::: \ B(Tn;Un): One can even choose the Ti to cover K, so as to `control' the behavior of functions g 2 Of on all of K.
    [Show full text]
  • Rational Homotopy Theory: a Brief Introduction
    Contemporary Mathematics Rational Homotopy Theory: A Brief Introduction Kathryn Hess Abstract. These notes contain a brief introduction to rational homotopy theory: its model category foundations, the Sullivan model and interactions with the theory of local commutative rings. Introduction This overview of rational homotopy theory consists of an extended version of lecture notes from a minicourse based primarily on the encyclopedic text [18] of F´elix, Halperin and Thomas. With only three hours to devote to such a broad and rich subject, it was difficult to choose among the numerous possible topics to present. Based on the subjects covered in the first week of this summer school, I decided that the goal of this course should be to establish carefully the founda- tions of rational homotopy theory, then to treat more superficially one of its most important tools, the Sullivan model. Finally, I provided a brief summary of the ex- tremely fruitful interactions between rational homotopy theory and local algebra, in the spirit of the summer school theme “Interactions between Homotopy Theory and Algebra.” I hoped to motivate the students to delve more deeply into the subject themselves, while providing them with a solid enough background to do so with relative ease. As these lecture notes do not constitute a history of rational homotopy theory, I have chosen to refer the reader to [18], instead of to the original papers, for the proofs of almost all of the results cited, at least in Sections 1 and 2. The reader interested in proper attributions will find them in [18] or [24]. The author would like to thank Luchezar Avramov and Srikanth Iyengar, as well as the anonymous referee, for their helpful comments on an earlier version of this article.
    [Show full text]
  • Fibrations I
    Fibrations I Tyrone Cutler May 23, 2020 Contents 1 Fibrations 1 2 The Mapping Path Space 5 3 Mapping Spaces and Fibrations 9 4 Exercises 11 1 Fibrations In the exercises we used the extension problem to motivate the study of cofibrations. The idea was to allow for homotopy-theoretic methods to be introduced to an otherwise very rigid problem. The dual notion is the lifting problem. Here p : E ! B is a fixed map and we would like to known when a given map f : X ! B lifts through p to a map into E E (1.1) |> | p | | f X / B: Asking for the lift to make the diagram to commute strictly is neither useful nor necessary from our point of view. Rather it is more natural for us to ask that the lift exist up to homotopy. In this lecture we work in the unpointed category and obtain the correct conditions on the map p by formally dualising the conditions for a map to be a cofibration. Definition 1 A map p : E ! B is said to have the homotopy lifting property (HLP) with respect to a space X if for each pair of a map f : X ! E, and a homotopy H : X×I ! B starting at H0 = pf, there exists a homotopy He : X × I ! E such that , 1) He0 = f 2) pHe = H. The map p is said to be a (Hurewicz) fibration if it has the homotopy lifting property with respect to all spaces. 1 Since a diagram is often easier to digest, here is the definition exactly as stated above f X / E x; He x in0 x p (1.2) x x H X × I / B and also in its equivalent adjoint formulation X B H B He B B p∗ EI / BI (1.3) f e0 e0 # p E / B: The assertion that p is a fibration is the statement that the square in the second diagram is a weak pullback.
    [Show full text]
  • Infinite Loop Space Theory
    BULLETIN OF THE AMERICAN MATHEMATICAL SOCIETY Volume 83, Number 4, July 1977 INFINITE LOOP SPACE THEORY BY J. P. MAY1 Introduction. The notion of a generalized cohomology theory plays a central role in algebraic topology. Each such additive theory E* can be represented by a spectrum E. Here E consists of based spaces £, for / > 0 such that Ei is homeomorphic to the loop space tiEi+l of based maps l n S -» Ei+,, and representability means that E X = [X, En], the Abelian group of homotopy classes of based maps X -* En, for n > 0. The existence of the E{ for i > 0 implies the presence of considerable internal structure on E0, the least of which is a structure of homotopy commutative //-space. Infinite loop space theory is concerned with the study of such internal structure on spaces. This structure is of interest for several reasons. The homology of spaces so structured carries "homology operations" analogous to the Steenrod opera­ tions in the cohomology of general spaces. These operations are vital to the analysis of characteristic classes for spherical fibrations and for topological and PL bundles. More deeply, a space so structured determines a spectrum and thus a cohomology theory. In the applications, there is considerable interplay between descriptive analysis of the resulting new spectra and explicit calculations of homology groups. The discussion so far concerns spaces with one structure. In practice, many of the most interesting applications depend on analysis of the interrelation­ ship between two such structures on a space, one thought of as additive and the other as multiplicative.
    [Show full text]
  • Arxiv:Math/0306080V2 [Math.AT] 30 Jul 2003 Relo Pcsaeoeo H Anto Nodrt Td Clo Study to Let Order in Tool Them: Manifolds
    A BORDISM APPROACH TO STRING TOPOLOGY DAVID CHATAUR CRM-BARCELONA Abstract. Using intersection theory in the context of Hilbert mani- folds and geometric homology we show how to recover the main oper- ations of string topology built by M. Chas and D. Sullivan. We also study and build an action of the homology of reduced Sullivan’s chord diagrams on the singular homology of free loop spaces, extending pre- vious results of R. Cohen and V. Godin and unifying part of the rich algebraic structure of string topology as an algebra over the prop of these reduced diagrams. Some of these operations are extended to spaces of maps from a sphere to a compact manifold. 1. Introduction The study of spaces of maps is an important and difficult task of alge- braic topology. In this paper we study n-sphere spaces, they are topological spaces of unbased maps from a n-sphere into a manifold. Our aim is to study the algebraic structure of the homology of these spaces. Let us begin by giving some motivations for the study of such spaces. We focus on free loop spaces (n = 1). The study of free loop spaces over a compact oriented manifold plays a central role in algebraic topology. There is a non exhaustive list of topics where free loop spaces appear. Let us review some of them: - Free loop spaces are one of the main tool in order to study closed geodesics on Riemannian manifolds. Let M be Riemannian, compact, connected, simply connected, of dimension greater than one. D. Gromoll and W.
    [Show full text]
  • 1. Loop Space and Higher Homotopy Groups Let K Be a Compact Hausdorff Space and X Be a Topological Space
    1. Loop Space and Higher homotopy groups Let K be a compact Hausdorff space and X be a topological space. The space of all continuous functions from K to X is denoted by C(K; X): Let A be a closed subset of K (and thus A is compact) and U be an open subset of X: Let β(A; U) be the family of continuous functions f : K ! X such that f(A) ⊂ U; i.e. β(A; U) = ff 2 C(K; X): f(A) ⊂ Ug: The family fβ(A; U)g forms a subbase of a topology on C(K; X); this topology is called the compact- open topology on C(K; X): A pointed topological space is a topological space X together with a point x0 2 X: A pointed topological space is denoted by (X; x0): A morphism/map from (X; x0) to (Y; y0) is a continuous map f : X ! Y such that f(x0) = y0: A loop in X with based point x0 is a continuous map c : [0; 1] ! X 1 such that c(0) = c(1) = x0: We may identify c with a morphism/map c :(S ; 1) ! (X; x0) between 1 pointed topological spaces. The constant loop at x0 is the constant map ex0 :(S ; 1) ! (X; x0) so 1 that ex0 (t) = x0 for all t 2 S : The space of loops in (X; x0) has a subspace topology induced from 1 C(S ;X): Together with the constant loop ex0 ; the space of loops is denoted by Ω(X; x0) and called the loop space of X with base point x0: The fundamental group of (X; x0) is defined to be π1(X; x0) = π0(Ω(X; x0)): Here π0(Y ) denotes the set of connected components of a topological space Y: We call π1(X; x0) the fundamental group of the pointed space (X; x0): Since Ω(X; x0) is again a pointed space, its fundamental group is denoted by π2(X; x0); i.e.
    [Show full text]
  • Free Loop Space and Homology
    Free loop space and homology Jean-Louis Loday Institut de Recherche Math´ematiqueAvanc´ee CNRS et Universit´ede Strasbourg 7 rue R. Descartes 67084 Strasbourg Cedex, France email:, [email protected] Abstract. The aim of this paper is to explain the relationship between the (co)homology of the free loop space and the Hochschild homology of its singular cochain algebra. We introduce all the relevant technical tools, namely simplicial and cyclic objects, and we provide the various steps of the proofs, which are scattered around in the literature. This paper can be seen as a companion to the paper \Cyclic homology and equivariant homology" by J.D.S. Jones dealing with the cyclic case. Introduction The purpose of this paper is to explain why Hochschild homology HH, and then cyclic homology HC, has anything to do with the notion of free loop space L = Hom(S1; −). The answer, which is often hidden, or taken for granted, in the literature, is in the analysis of the simplest simplicial model of the circle S1. This 1 model, denoted by S· , has two non trivial cells: one in dimension 0 (the base- 1 point), one in dimension 1. Then it turns out that Sn is a set with n + 1 elements. This is in accordance with the fact that the Hochschild complex of an associative ⊗n+1 1 algebra A is A 7! A in dimension n. Moreover the simplicial structure of S· fits with the Hochschild boundary map b. 1 But there is more. Not only S· has n + 1 elements, but in fact it comes with 1 ∼ a bijection Sn = Z=(n + 1)Z such that the group structure behaves well with the 1 simplicial structure.
    [Show full text]
  • Remarks on the Geometry and the Topology of the Loop Spaces Hs(S1, N)
    Remarks on the geometry and the topology of the loop spaces Hs(S1;N); for s ≤ 1/2: Jean-Pierre Magnot To cite this version: Jean-Pierre Magnot. Remarks on the geometry and the topology of the loop spaces Hs(S1;N); for s ≤ 1/2:. International Journal of Maps in Mathematics, 2019, pp.14 - 37. hal-02285964 HAL Id: hal-02285964 https://hal.archives-ouvertes.fr/hal-02285964 Submitted on 13 Sep 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. International Journal of Maps in Mathematics Volume (2), Issue (1), (2019), Pages:(14-37) ISSN: 2636-7467 (Online) www.journalmim.com REMARKS ON THE GEOMETRY AND THE TOPOLOGY OF THE LOOP SPACES Hs(S1;N); FOR s ≤ 1=2: JEAN-PIERRE MAGNOT∗ Abstract. We first show that, for a fixed locally compact manifold N; the space L2(S1;N) has not the homotopy type of the classical loop space C1(S1;N); by two theorems: - the inclusion C1(S1;N) ⊂ L2(S1;N) is null homotopic if N is connected, - the space L2(S1;N) is contractible if N is compact and connected.
    [Show full text]