Notes for Math 227A: Algebraic Topology

Total Page:16

File Type:pdf, Size:1020Kb

Notes for Math 227A: Algebraic Topology NOTES FOR MATH 227A: ALGEBRAIC TOPOLOGY KO HONDA 1. CATEGORIES AND FUNCTORS 1.1. Categories. A category C consists of: (1) A collection ob(C) of objects. (2) A set Hom(A, B) of morphisms for each ordered pair (A, B) of objects. A morphism f ∈ Hom(A, B) f is usually denoted by f : A → B or A → B. (3) A map Hom(A, B) × Hom(B,C) → Hom(A, C) for each ordered triple (A,B,C) of objects, denoted (f, g) 7→ gf. (4) An identity morphism idA ∈ Hom(A, A) for each object A. The morphisms satisfy the following properties: A. (Associativity) (fg)h = f(gh) if h ∈ Hom(A, B), g ∈ Hom(B,C), and f ∈ Hom(C, D). B. (Unit) idB f = f = f idA if f ∈ Hom(A, B). Examples: (HW: take a couple of examples and verify that all the axioms of a category are satisfied.) 1. Top = category of topological spaces and continuous maps. The objects are topological spaces X and the morphisms Hom(X,Y ) are continuous maps from X to Y . 2. Top• = category of pointed topological spaces. The objects are pairs (X,x) consisting of a topological space X and a point x ∈ X. Hom((X,x), (Y,y)) consist of continuous maps from X to Y that take x to y. Similarly define Top2 = category of pairs (X, A) where X is a topological space and A ⊂ X is a subspace. Hom((X, A), (Y,B)) consists of continuous maps f : X → Y such that f(A) ⊂ B. 3. hTop = homotopy category of topological spaces. The objects are topological spaces X and Hom(X,Y ) is the set of homotopy classes of continuous maps f : X → Y . Recall that f0,f1 : X → Y are homotopic if there is a continuous map F : X × [0, 1] → Y such that F |X×{i} = fi, i = 0, 1. Homotopy induces an equivalence relation ∼ and the equivalence classes are called homotopy classes. 4. Grp = category of groups and group homomorphisms. The objects are groups G and the morphisms Hom(G, H) are group homomorphisms from G to H. 5. R–Mod = category of left R-modules of an associative ring R. The objects are left R-modules and the morphisms Hom(M, N) are left R-module maps. Also let Mod–R be the category of right R-modules. We sometimes write Ab (category of abelian groups) for Z–Mod. 6. Ch(R–Mod) = category of chain complexes of (left) R-modules and chain maps. Recall that a chain complex is a sequence C∗ of R-module maps: ∂n+1 ∂n −−−−→ Cn+1 −−−−→ Cn −−−−→ Cn−1 −−−−→ 1 2 KO HONDA φn such that ∂n∂n+1 = 0 and a chain map is a collection of R-module maps Cn −→ Dn, often denoted φ : C∗ → D∗, such that the diagram commutes: ∂n+1 ∂n Cn+1 −−−−→ Cn −−−−→ Cn−1 φn+1 φn φn−1 ∂n+1 ∂n Dny+1 −−−−→ Dyn −−−−→ Dny−1 1.2. Functors. A covariant functor F : C → D from a category C to a category D is a rule which sends: (1) an object A ∈ ob(C) to F (A) ∈ ob(D); and (2) every morphism f ∈ Hom(A, B) in C to a morphism F (f) ∈ Hom(F (A), F (B)) in D, such that: A. F (gf)= F (g)F (f). B. F (idA)=idFA. A contravariant functor F assigns to f ∈ Hom(A, B) an element F (f) ∈ Hom(F (B), F (A)) satisfying F (fg)= F (g)F (f). Examples: (HW: verify the axioms of a functor) 1. The singular chain complex functor Sing : Top → Ch(Z–Mod), which is defined as follows: m Brief review of singular homology. Given v0, . , vn ∈ R , let [v0, . , vn] be the convex hull of v0, . , vn, i.e., n m n [v0, . , vn]= { i=0 tivi ∈ R | i=0 ti = 1,ti ≥ 0, i = 0,...,n} . n n+1 The standard n-simplex ∆ is [e0,...,eP n] ⊂ R . P n Let X ∈ ob(Top). A continuous map σ :∆ → X is called a singular n-simplex. We define Cn(X) to the free Z-module generated by singular n-simplices; an element of Cn(X) is called singular n-chain. The boundary map ∂n : Cn(X) → Cn−1(X) is given by: n n ∂nσ = i=0(−1) σ|[e0,...,eˆi,...,en]. P Here σ|[e0,...,eˆi,...,en] means the composition of [e0,...,en−1] → [e0,..., eˆi,...,en] given by the canonical linear homeomorphism, followed by σ restricted to [e0,..., eˆi,...,en]. ∂n+1 ∂n One can verify that ∂n∂n+1 = 0, i.e., Cn+1 −→ Cn −→ Cn−1 is a chain complex. Given a continuous map f : X → Y , we define the induced map fn : Cn(X) → Cn(Y ) by mapping n n σ :∆ → X to f ◦ σ :∆ → Y and extending linearly. One can verify that ∂n+1fn+1 = fn∂n+1. 1’. Similarly, define the relative singular chain complex functor Sing : Top2 → Ch(Z–Mod) which sends (X, A) to ∂n C∗(X, A) = (→ Cn(X, A) −→ Cn−1(X, A) →), where Cn(X, A) := Cn(X)/Cn(A) and ∂n is the map Cn(X, A) → Cn−1(X, A) induced from ∂n : Cn(X) → Cn−1(X). 2. The homology functor Hi : Ch(R–Mod) → R–Mod which assigns to a chain complex C∗ the homology Hi(C∗) := ker(di)/ im(di+1), NOTES FOR MATH 227A: ALGEBRAIC TOPOLOGY 3 and to a chain map φ : C∗ → D∗ the induced homomorphism φ∗ : Hi(C∗) → Hi(D∗). 3. The composition Hi ◦ Sing : Top → Z–Mod is the singular homology functor which takes X 7→ sing Hi (X; Z). 4. The fundamental group functor π1 : Top• → Grp sends (X,x) 7→ π1(X,x). 5. Given a ring R and a right R-module N, there is a functor N⊗R : R–Mod → Z–Mod given by M 7→ N ⊗R M. 5’. More generally, given rings R, S, and an S − R bimodule N (this means that S acts on N from the left and R from the right), we have the functor N⊗R : R–Mod → S–Mod given by M 7→ N ⊗R M. We can also extend N⊗R to Ch(R–Mod) → Ch(S–Mod). 6. Given an R-module N, there is a covariant functor Hom(N, −) : R–Mod → R–Mod given by M 7→ HomR(N, M) and a contravariant functor Hom(−,N) : R–Mod → R–Mod given by M 7→ HomR(M, N). We can also extend the Hom functors to Ch(R–Mod) → Ch(R–Mod). 1.3. Adjoint functors. Two functors F : C → D and G : D→C are adjoint if for each A ∈ ob(C) and B ∈ ob(D) there is a bijection ∼ τAB : HomD(FA,B) −→ HomC(A, GB), subject to the following naturality condition: For any f ∈ Hom(A, A′) and g ∈ Hom(B,B′), the diagram commutes: ∗ ′ Ff g∗ ′ HomD(F A ,B) −−−−→ HomD(FA,B) −−−−→ HomD(FA,B ) τA′B τAB τAB′ ∗ ′ f Gg∗ ′ HomC(yA , GB) −−−−→ HomC(yA, GB) −−−−→ HomC(A,y GB ). We say that F is a left adjoint of G and G is a right adjoint of F . Example: Given an R − S-bimodule N, the functors ⊗RN : Mod–R → Mod–S and HomS(N, −) : Mod–S → Mod–R are adjoint functors. 1.4. Natural transformations. Given two functors F, G : C → D, a natural transformation η : F ⇒ G ′ associates a morphism ηA : F (A) → G(A) for each A ∈ ob(C) such that for each morphism f : A → A in C the following diagram commutes: Ff F (A) −−−−→ F (A′) ηA ηA′ Gf G(yA) −−−−→ G(yA′). 4 KO HONDA ′ ′ Example: A right R-module map φ : N → N gives a natural transformation η : N⊗R ⇒ N ⊗R where ′ ′ N⊗R,N ⊗R : R–Mod → Z–Mod: Given a left R-module map f : M → M , (N⊗R)f ′ N ⊗R M −−−−−→ N ⊗R M ηM ηM′ ′ ′ (N ⊗R)f ′ ′ N ⊗yR M −−−−−−→ N ⊗yR M . NOTES FOR MATH 227A: ALGEBRAIC TOPOLOGY 5 2. HOMOLOGY WITH COEFFICIENTS 2.1. Definitions. Let X be a topological space and G be a Z-module (aka abelian group). An n-chain on X with coefficients in G is finite formal sum i niσi, where σi is a singular n-simplex on X and ni ∈ G. The set Cn(X; G) of n-chains on X with coefficientsP in G can be written as Cn(X; G)= Cn(X) ⊗Z G. The functor ⊗G : Ch → Ch, where Ch = Ch(Z–Mod), sends C∗(X) to C∗(X; G). (Note that Z is commutative, so left and right modules are the same; we are also tensoring over Z.) In particular this means ∂ ∂⊗idG 2 that Cn(X) → Cn−1(X) passes to Cn(X; G) −→ Cn−1(X; G) and (∂ ⊗ idG) = 0. The homology of C∗(X; G) is written as H∗(X; G) and is called the homology of X with coefficients in G. This is the result of the composition Hn ◦⊗G ◦ Sing : Top → Z–Mod. Similarly, we can define Cn(X, A; G) = Cn(X, A) ⊗ G. The relative homology of (X, A) with coeffi- cients in G is its homology group. Remark: If we take homology with coefficients in Z/2Z or Q, then everything involved become vector spaces, and the calculations are often easier. Question: Is Hn(X; G) ≃ Hn(X; Z) ⊗ G? In order to answer this question, we take a detour in homological algebra.
Recommended publications
  • INTRODUCTION to ALGEBRAIC TOPOLOGY 1 Category And
    INTRODUCTION TO ALGEBRAIC TOPOLOGY (UPDATED June 2, 2020) SI LI AND YU QIU CONTENTS 1 Category and Functor 2 Fundamental Groupoid 3 Covering and fibration 4 Classification of covering 5 Limit and colimit 6 Seifert-van Kampen Theorem 7 A Convenient category of spaces 8 Group object and Loop space 9 Fiber homotopy and homotopy fiber 10 Exact Puppe sequence 11 Cofibration 12 CW complex 13 Whitehead Theorem and CW Approximation 14 Eilenberg-MacLane Space 15 Singular Homology 16 Exact homology sequence 17 Barycentric Subdivision and Excision 18 Cellular homology 19 Cohomology and Universal Coefficient Theorem 20 Hurewicz Theorem 21 Spectral sequence 22 Eilenberg-Zilber Theorem and Kunneth¨ formula 23 Cup and Cap product 24 Poincare´ duality 25 Lefschetz Fixed Point Theorem 1 1 CATEGORY AND FUNCTOR 1 CATEGORY AND FUNCTOR Category In category theory, we will encounter many presentations in terms of diagrams. Roughly speaking, a diagram is a collection of ‘objects’ denoted by A, B, C, X, Y, ··· , and ‘arrows‘ between them denoted by f , g, ··· , as in the examples f f1 A / B X / Y g g1 f2 h g2 C Z / W We will always have an operation ◦ to compose arrows. The diagram is called commutative if all the composite paths between two objects ultimately compose to give the same arrow. For the above examples, they are commutative if h = g ◦ f f2 ◦ f1 = g2 ◦ g1. Definition 1.1. A category C consists of 1◦. A class of objects: Obj(C) (a category is called small if its objects form a set). We will write both A 2 Obj(C) and A 2 C for an object A in C.
    [Show full text]
  • Arxiv:0704.1009V1 [Math.KT] 8 Apr 2007 Odo References
    LECTURES ON DERIVED AND TRIANGULATED CATEGORIES BEHRANG NOOHI These are the notes of three lectures given in the International Workshop on Noncommutative Geometry held in I.P.M., Tehran, Iran, September 11-22. The first lecture is an introduction to the basic notions of abelian category theory, with a view toward their algebraic geometric incarnations (as categories of modules over rings or sheaves of modules over schemes). In the second lecture, we motivate the importance of chain complexes and work out some of their basic properties. The emphasis here is on the notion of cone of a chain map, which will consequently lead to the notion of an exact triangle of chain complexes, a generalization of the cohomology long exact sequence. We then discuss the homotopy category and the derived category of an abelian category, and highlight their main properties. As a way of formalizing the properties of the cone construction, we arrive at the notion of a triangulated category. This is the topic of the third lecture. Af- ter presenting the main examples of triangulated categories (i.e., various homo- topy/derived categories associated to an abelian category), we discuss the prob- lem of constructing abelian categories from a given triangulated category using t-structures. A word on style. In writing these notes, we have tried to follow a lecture style rather than an article style. This means that, we have tried to be very concise, keeping the explanations to a minimum, but not less (hopefully). The reader may find here and there certain remarks written in small fonts; these are meant to be side notes that can be skipped without affecting the flow of the material.
    [Show full text]
  • Lecture Notes on Simplicial Homotopy Theory
    Lectures on Homotopy Theory The links below are to pdf files, which comprise my lecture notes for a first course on Homotopy Theory. I last gave this course at the University of Western Ontario during the Winter term of 2018. The course material is widely applicable, in fields including Topology, Geometry, Number Theory, Mathematical Pysics, and some forms of data analysis. This collection of files is the basic source material for the course, and this page is an outline of the course contents. In practice, some of this is elective - I usually don't get much beyond proving the Hurewicz Theorem in classroom lectures. Also, despite the titles, each of the files covers much more material than one can usually present in a single lecture. More detail on topics covered here can be found in the Goerss-Jardine book Simplicial Homotopy Theory, which appears in the References. It would be quite helpful for a student to have a background in basic Algebraic Topology and/or Homological Algebra prior to working through this course. J.F. Jardine Office: Middlesex College 118 Phone: 519-661-2111 x86512 E-mail: [email protected] Homotopy theories Lecture 01: Homological algebra Section 1: Chain complexes Section 2: Ordinary chain complexes Section 3: Closed model categories Lecture 02: Spaces Section 4: Spaces and homotopy groups Section 5: Serre fibrations and a model structure for spaces Lecture 03: Homotopical algebra Section 6: Example: Chain homotopy Section 7: Homotopical algebra Section 8: The homotopy category Lecture 04: Simplicial sets Section 9:
    [Show full text]
  • Cofiber Sequences Are Fiber Sequences
    Lecture 7: Cofiber sequences are fiber sequences 1/23/15 1 Cofiber sequences and the Puppe sequence If f : X ! Y is a map of CW complexes, recall that the reduced mapping cone ` is the space Y [f CX = (Y X ^ [0; 1])= ∼, where (x; 1) ∼ f(x). If we vary f by a homotopy, Y [f CX changes by a homotopy equivalence. We may likewise form the reduced mapping cone of a map f : X ! Y in the stable homotopy category. f is represented by a function of spectra f : X0 ! Y , where X0 is a cofinal subspectrum of X. By replacing f by a homotopic map, 0 0 we may assume that fn : Xn ! Yn is a cellular map. Then Y [f CX is the 0 spectrum whose nth space is Yn [fn CXn and whose structure maps are induced from those of X and Y . This is well-defined up to isomorphism, because varying f by a homotopy does not change the isomorphism class of Y [f CX. If i : A ! X is the inclusion of a closed subspectrum, then define X=A be the spectrum whose nth space is Xn=An and whose structure maps are those induced from the structure maps of X. The evident map X [i CA ! X=A is an isomorphism in the stable homotopy category because on the level of spaces we have homotopy equivalences which therefore induce isomorphism on π∗. Definition 1.1. A cofiber sequence is any sequence equivalent to a sequence of f i the form X ! Y ! Y [f CX Proposition 1.2.
    [Show full text]
  • Agnieszka Bodzenta
    June 12, 2019 HOMOLOGICAL METHODS IN GEOMETRY AND TOPOLOGY AGNIESZKA BODZENTA Contents 1. Categories, functors, natural transformations 2 1.1. Direct product, coproduct, fiber and cofiber product 4 1.2. Adjoint functors 5 1.3. Limits and colimits 5 1.4. Localisation in categories 5 2. Abelian categories 8 2.1. Additive and abelian categories 8 2.2. The category of modules over a quiver 9 2.3. Cohomology of a complex 9 2.4. Left and right exact functors 10 2.5. The category of sheaves 10 2.6. The long exact sequence of Ext-groups 11 2.7. Exact categories 13 2.8. Serre subcategory and quotient 14 3. Triangulated categories 16 3.1. Stable category of an exact category with enough injectives 16 3.2. Triangulated categories 22 3.3. Localization of triangulated categories 25 3.4. Derived category as a quotient by acyclic complexes 28 4. t-structures 30 4.1. The motivating example 30 4.2. Definition and first properties 34 4.3. Semi-orthogonal decompositions and recollements 40 4.4. Gluing of t-structures 42 4.5. Intermediate extension 43 5. Perverse sheaves 44 5.1. Derived functors 44 5.2. The six functors formalism 46 5.3. Recollement for a closed subset 50 1 2 AGNIESZKA BODZENTA 5.4. Perverse sheaves 52 5.5. Gluing of perverse sheaves 56 5.6. Perverse sheaves on hyperplane arrangements 59 6. Derived categories of coherent sheaves 60 6.1. Crash course on spectral sequences 60 6.2. Preliminaries 61 6.3. Hom and Hom 64 6.4.
    [Show full text]
  • Spectra and Stable Homotopy Theory
    Spectra and stable homotopy theory Lectures delivered by Michael Hopkins Notes by Akhil Mathew Fall 2012, Harvard Contents Lecture 1 9/5 x1 Administrative announcements 5 x2 Introduction 5 x3 The EHP sequence 7 Lecture 2 9/7 x1 Suspension and loops 9 x2 Homotopy fibers 10 x3 Shifting the sequence 11 x4 The James construction 11 x5 Relation with the loopspace on a suspension 13 x6 Moore loops 13 Lecture 3 9/12 x1 Recap of the James construction 15 x2 The homology on ΩΣX 16 x3 To be fixed later 20 Lecture 4 9/14 x1 Recap 21 x2 James-Hopf maps 21 x3 The induced map in homology 22 x4 Coalgebras 23 Lecture 5 9/17 x1 Recap 26 x2 Goals 27 Lecture 6 9/19 x1 The EHPss 31 x2 The spectral sequence for a double complex 32 x3 Back to the EHPss 33 Lecture 7 9/21 x1 A fix 35 x2 The EHP sequence 36 Lecture 8 9/24 1 Lecture 9 9/26 x1 Hilton-Milnor again 44 x2 Hopf invariant one problem 46 x3 The K-theoretic proof (after Atiyah-Adams) 47 Lecture 10 9/28 x1 Splitting principle 50 x2 The Chern character 52 x3 The Adams operations 53 x4 Chern character and the Hopf invariant 53 Lecture 11 8/1 x1 The e-invariant 54 x2 Ext's in the category of groups with Adams operations 56 Lecture 12 10/3 x1 Hopf invariant one 58 Lecture 13 10/5 x1 Suspension 63 x2 The J-homomorphism 65 Lecture 14 10/10 x1 Vector fields problem 66 x2 Constructing vector fields 70 Lecture 15 10/12 x1 Clifford algebras 71 x2 Z=2-graded algebras 73 x3 Working out Clifford algebras 74 Lecture 16 10/15 x1 Radon-Hurwitz numbers 77 x2 Algebraic topology of the vector field problem 79 x3 The homology of
    [Show full text]
  • MATH 227A – LECTURE NOTES 1. Obstruction Theory a Fundamental Question in Topology Is How to Compute the Homotopy Classes of M
    MATH 227A { LECTURE NOTES INCOMPLETE AND UPDATING! 1. Obstruction Theory A fundamental question in topology is how to compute the homotopy classes of maps between two spaces. Many problems in geometry and algebra can be reduced to this problem, but it is monsterously hard. More generally, we can ask when we can extend a map defined on a subspace and then how many extensions exist. Definition 1.1. If f : A ! X is continuous, then let M(f) = X q A × [0; 1]=f(a) ∼ (a; 0): This is the mapping cylinder of f. The mapping cylinder has several nice properties which we will spend some time generalizing. (1) The natural inclusion i: X,! M(f) is a deformation retraction: there is a continous map r : M(f) ! X such that r ◦ i = IdX and i ◦ r 'X IdM(f). Consider the following diagram: A A × I f◦πA X M(f) i r Id X: Since A ! A × I is a homotopy equivalence relative to the copy of A, we deduce the same is true for i. (2) The map j : A ! M(f) given by a 7! (a; 1) is a closed embedding and there is an open set U such that A ⊂ U ⊂ M(f) and U deformation retracts back to A: take A × (1=2; 1]. We will often refer to a pair A ⊂ X with these properties as \good". (3) The composite r ◦ j = f. One way to package this is that we have factored any map into a composite of a homotopy equivalence r with a closed inclusion j.
    [Show full text]
  • Algebraic Topology 565 2016
    Algebraic Topology 565 2016 March 25, 2016 Course outline 566 Spring 2016 1. Eilenberg-Maclane spaces, continued. We still need to show that Eilenberg−Maclane spaces represent cohomology. 2. Cofibrations. There is hardly anything new here, as a cofibration A−!X is essentially the same thing as inclusion of a subspace such that (X; A) has the homotopy extension property; see Hatcher Proposition 4H.1. On the other hand, the shift in point of view from subobjects to morphisms will prove very useful. Basic facts and concepts to be considered include: • Cofibrations are closed under composition and pushout. • Every map f : X−!Y can be factored as X−!Z−!Y where the first map is a cofibration and the second a homotopy equivalence. (This isn't new; we just take Z = Mf to be the mapping cylinder of f, together with the usual maps.) • Homotopy cofibers and cofiber sequences; the Barratt-Puppe sequence (cofiber version; see Hatcher p. 398). 3. Fibrations. References include Hatcher and my notes on fibrations posted online. A map f : X−!Y is a fibration, or Hurewicz fibration, if it has the homotopy lifting property (Hatcher p. 375) for all spaces W . For many purposes it is convenient to use the weaker notion of Serre fibration, in which the lifting property is assumed only for CW- complexes W . One can think of the concept “fibration” as extracting the homotopy-theoretic essence of the concept \local product" or “fiber bundle". In particular every local product is a fibration (this is much easier to prove for Serre fibrations).
    [Show full text]
  • A Homotopical Categorification of the Euler Calculus
    A Homotopical Categorification of the Euler Calculus Thesis submitted in accordance with the requirements of the University of Liverpool for the degree of Doctor in Philosophy by Cordelia Laura Elizabeth Henderson Moggach Submitted: Liverpool, 28 January 2020 Minor modifications: Grenoble, 28 July 2020 Abstract Euler calculus is an analogue of the theory of integration for constructible func- tions rather than measurable ones. Due to its computationally accessible nature, Euler calculus plays a central role in aspects of applied algebraic topology, for example in enumeration problems involving networks of sensors. A geometric description of the constructible functions is given by the Grothendieck group of the constructible derived category. This sheaf-theoretic categorification of the constructible functions is well-known. We present an alternative geometric cate- gorification of the constructible functions given by a suitable homotopy category; an analogue of the classical Spanier{Whitehead category but for suitably `tame' spaces over the source space of the constructible functions. To do so, we develop an axiomatic method for constructing Spanier{Whitehead categories given some ambient category with certain basic properties. The lifting of the operations of the Euler calculus to functors between these Spanier{Whitehead categories should illuminate homotopical aspects of the Euler calculus. ii In memory of my father, Anthony Austin Moggach, 1946 { 2015, who hoped so much to ride the Mersey ferry. iv Acknowledgements This PhD thesis was funded by the UK Engineering and Physical Sciences Re- search Council [EPSRC Doctoral Training Studentship, Award 1577502]. I am very grateful for their generous support. I would like to thank, first and foremost, my supervisor, Dr Jon Woolf.
    [Show full text]
  • Exact Sequences and Closed Model Categories 11
    EXACT SEQUENCES AND CLOSED MODEL CATEGORIES M. GARC´IA PINILLOS L.J. HERNANDEZ´ PARICIO AND M.T. RIVAS RODR´IGUEZ Abstract. For every closed model category with zero object, Quillen gave the construction of Eckman-Hilton and Puppe sequences. In this paper, we remove the hypothesis of the existence of zero object and construct (using the category over the initial object or the category under the final object) these sequences for unpointed model categories. We illustrate the power of this result in abstract homotopy theory given some interesting applications to group cohomology and exterior homotopy groups. 1. Introduction The usual tools of Algebraic Topology have permitted to obtain many classifi- cations and to analyse some topological properties. However, there are families of spaces whose study requires an adaptation of the standard techniques. For a non compact space it is advisable to consider as neighbourhoods at infinity the complements of closed-compact subsets. The Proper Homotopy Theory arises when we consider spaces and maps which are continuous at infinity. In order to have a category with limits and colimits it is interesting to extend the proper category to obtain a complete and cocomplete category. The category of exterior spaces satisfies these properties, contains the proper category and has limits and colimits. The study of non compact spaces and more generally exterior spaces has interesting applications, for example, Siebenmann [30] or Brown and Tucker [6] used proper invariants of non compact spaces to obtain some properties and classifications of open manifolds. We can also use exterior spaces to find applications in the study of compact-metric spaces.
    [Show full text]
  • © Copyright 2015
    Handbook of Mathematics Index © Copyright 2015. Index A-basis, 316 Adjoint functor, 302 A-module, 316 Adjoint functors, 595 Ab-category, 585 Adjoint functors (adjunction), 595 Ab-enriched (symmetric) monoidal category, 586 Adjoint map, 243 Abel lemma, 121, 453 Adjoint of a linear map, 243 Abel theorem, 129 Adjoint operator, 243, 375 Abel-Poisson, 487 Adjoint pair (of functors), 311 Abelian category, 584, 591 Adjointness, 589 Abelian group, 42, 43, 82, 84, 88, 89, 103, 474, 475, 516, 517, 521, 584, 590, Adjunction, 595 599 Adjunction isomorphism, 596 Abelian integral, 437 Adjunction of indeterminates, 120 Abelian semigroup, 43, 516 Admissible open set, 306 Abelian variety, 513 Admissible parameter, 393 Abelianization, 315 Admissible parameterization, 393 Abraham-Shaw, 748 Affine algebraic set, 513 Absolute complement, 8, 12 Affine bijection, 169 Absolute consistency, 5 Affine combination, 278 Absolute extrema, 45 Affine connection, 417, 418 Absolute frequency, 620 Affine coordinates system, 190 Absolute geometry, 149, 151, 152 Affine endomorphism, 191 Absolute gometry Affine form, 191 models 1,2,3,4, 151 Affine geometry, 155 Absolute homology groups , 291 Affine group, 168 Absolute Hurewicz theorem, 315 Affine independent, 278 Absolute maximum, 670 Affine independent set, 278 Absolute valuation, 79 Affine isometry, 187 Absolute value, 145 anti-displacement, 187 in the field of rationals, 145 displacement, 187 non-Archimedean, 145 Affine map, 168, 169 Absolute value of a rational number, 62 A ffi ne m ap in R3, 186 Absolutely convergent series, 324 Affine morphism, 564
    [Show full text]
  • Algebraic Homotopy (Cambridge Studies in Advanced Mathematics)
    Algebraic homotopy Algebraic homotopy HANS JOACHIM BAUES Max-Planck-Institut fur Mathematik, Bonn S The right of the University If Cambridge to print and sell a/I manner of books vas granted by Henry VIII in 1534. The University has printed and published continuously since 1584. CAMBRIDGE UNIVERSITY PRESS Cambridge New York New Rochelle MelbourneSydney CAMBRIDGE UNIVERSITY PRESS Cambridge, New York, Melbourne, Madrid, Cape Town, Singapore, Sao Paulo Cambridge University Press The Edinburgh Building, Cambridge C132 8RU, UK Published in the United States of America by Cambridge University Press, New York www.cambridge.org Information on this title: www.cambridge.org/9780521333764 © Cambridge University Press 1988 This publication is in copyright. Subject to statutory exception and to the provisions of relevant collective licensing agreements, no reproduction of any part may take place without the written permission of Cambridge University Press. First published 1989 This digitally printed version 2008 A catalogue record for this publication is available from the British Library Library of Congress Cataloguing in Publication data Baues, Hans J., 1943- Algebraic homotopy. Bibliography: P. Includes index. 1. Homotopy theory. 2. Categories (Mathematics) I. Title. QA612.7.B385 1986 514'.24 86-32738 ISBN 978-0-521-33376-4 hardback ISBN 978-0-521-05531-4 paperback Fur Barbara and fur unsere Kinder Charis and Sarah CONTENTS Preface xi Introduction xiii List of symbols xvi IAxioms for homotopy theory and examples of cofibration categories 1 0Cofibrations
    [Show full text]