Homological Algebra

Total Page:16

File Type:pdf, Size:1020Kb

Homological Algebra Homological Algebra Andrew Kobin Fall 2014 / Spring 2017 Contents Contents Contents 0 Introduction 1 1 Preliminaries 4 1.1 Categories and Functors . .4 1.2 Exactness of Sequences and Functors . 10 1.3 Tensor Products . 17 2 Special Modules 24 2.1 Projective Modules . 24 2.2 Modules Over Noetherian Rings . 28 2.3 Injective Modules . 31 2.4 Flat Modules . 38 3 Categorical Constructions 47 3.1 Products and Coproducts . 47 3.2 Limits and Colimits . 49 3.3 Abelian Categories . 54 3.4 Projective and Injective Resolutions . 56 4 Homology 60 4.1 Chain Complexes and Homology . 60 4.2 Derived Functors . 65 4.3 Derived Categories . 70 4.4 Tor and Ext . 79 4.5 Universal Coefficient Theorems . 90 5 Ring Homology 93 5.1 Dimensions of Rings . 93 5.2 Hilbert's Syzygy Theorem . 97 5.3 Regular Local Rings . 101 5.4 Differential Graded Algebras . 103 6 Spectral Sequences 110 6.1 Bicomplexes and Exact Couples . 110 6.2 Spectral Sequences . 113 6.3 Applications of Spectral Sequences . 119 7 Group Cohomology 128 7.1 G-Modules . 128 7.2 Cohomology of Groups . 130 7.3 Some Results for the First Group Cohomology . 133 7.4 Group Extensions . 136 7.5 Central Simple Algebras . 139 7.6 Classifying Space . 142 i Contents Contents 8 Sheaf Theory 144 8.1 Sheaves and Sections . 144 8.2 The Category of Sheaves . 150 8.3 Sheaf Cohomology . 156 8.4 Cechˇ Cohomology . 161 8.5 Direct and Inverse Image . 170 ii 0 Introduction 0 Introduction These notes are taken from a reading course on homological algebra led by Dr. Frank Moore at Wake Forest University in the fall of 2014, with some additions made during a course taught by Dr. Benjamin Webster at the University of Virginia in Spring 2017. The companion text for both courses is Rotman's An Introduction to Homological Algebra, but many concepts were introduced to the discussion from outside and developed by students. For example, most of the material on spectral sequences (Chapter 6) and group cohomology (Chapter 7) follows Weibel's An Introduction to Homological Algebra. The main topics covered in this course are: Basic category theory Examples of functors including Hom and tensor products Free resolutions of modules, projectives, injectives and flat modules Homology of a complex Derived functors Ext and Tor Spectral sequences Group cohomology Other topics from commutative algebra Basic prerequisites for reading these notes are familiarity with groups, rings and modules. Consider the following motivating example. Let R be a ring and let R-Mod be the collec- tion of all R-modules. (This is an example of an abelian category, which will be defined in subsequent chapters.) Fix two modules M and N in R-Mod and define the set of extensions of M by N: Ext(M; N) := fshort exact sequences of R-modules0 ! N ! K ! M ! 0g= ∼ where ∼ is the equivalence relation of short exact sequences exhibited by the following diagram: 0 N K M 0 id id 0 N K0 M 0 Ext(M; N) has a natural \distinguished" element, which is an equivalence class represented by the canonial split exact sequence: 0 ! N ! N ⊕ M ! M ! 0: 1 0 Introduction p Definition. A splitting of a short exact sequence 0 ! N −!i K −! M ! 0 is a map q : M ! K (or equivalently, j : K ! N) such that p ◦ q = idM (or j ◦ i = idN ). For example, the canonical projections are splittings of 0 ! N ! N ⊕ M ! M ! 0. One can show that a short exact sequence has a splitting if and only if it is equivalent to the canonical split exact sequence. Example 0.0.1. Let M = Z=pZ (p prime) and N = Z, considered as modules over Z. An element of Ext(Z=pZ; Z) is represented by a short exact sequence of the form 0 ! Z ! K ! Z=pZ ! 0: Besides the split exact sequence (with K = Z ⊕ Z=pZ), there is a family of short exact sequences, p 0 ! Z −! Z ! Z=pZ ! 0 1 7! a−1 for each a 2 (Z=pZ)×. Suppose we have two such extensions that are equivalent: p a−1 0 Z Z Z=pZ 0 id ' id p b−1 0 Z Z Z=pZ 0 Since ' is an isomorphism of Z-modules that commutes with the identity on Z, it must in fact be the identity. But since the rest of the diagram commutes, this implies a = b. We have thus exhibited a bijection Ext(Z=pZ; Z) ! Z=pZ: It turns out that Ext(M; N) is always an abelian group. In the above example, the correspondence between a 2 (Z=pZ)× and 1 7! a−1 is actually an abelian group isomorphism. p To understand the structure of Ext(M; N), take two extensions 0 ! N −!i K −! M ! 0 and 0 p0 0 ! N −!i K0 −! M ! 0. A natural composition would be to take the direct sum of the two sequences, but this would yield an extension of M ⊕ M by N ⊕ N. In fact, there is a universal object (called pullback) making the following diagram commute: K Ke M K0 2 0 Introduction Explicitly Ke = f(k; k0) 2 K × K0 : p(k) = p0(k0)g. Then we define the space K00 := K=e f(n; −n): n 2 Ng gives an extension of R-modules which is the natural composition of the two initial extensions: 0 ! N ! K ! M ! 0 + 0 ! N ! K0 ! M ! 0 = 0 ! N ! K00 ! M ! 0: It's obvious that this construction is commutative, but associativity and inverses require some proof. Example 0.0.2. Given two extensions p a−1 p b−1 0 ! Z −! Z −−! Z=pZ ! 0 and 0 ! Z −! Z −−! Z=pZ ! 0; we have the composite space K00 = f(x; y) 2 Z ⊕ Z j bx = ay (mod p)g=h(p; −p)i. One can show that this extension represents the class in Ext(Z=pZ; Z) corresponding to a + b in Z=pZ. One question going forward will be: how do we compute these Ext groups in a reasonable fashion? 3 1 Preliminaries 1 Preliminaries 1.1 Categories and Functors Category theory is a way of describing `classes' of things in mathematics and the relations between them in a general way. Definition. A category C is a class of objects obj(C) and for every pair of objects A; B in obj(C) a set of morphisms HomC(A; B) with a composition law: HomC(B; C) × HomC(A; B) −! HomC(A; C) (g; f) 7−! g ◦ f = gf: For every A 2 obj(C) there is an identity morphism 1A 2 HomC(A; A) such that for all f 2 HomC(A; B), f ◦ 1A = f and likewise for HomC(B; A). Examples. 1 Veck is a category consisting of vector spaces over a field k as the objects and linear transformations as the morphisms. This is the same category as k-Mod (see below). 2 For a ring R with identity, R-Mod is the category of (left) R-modules with R-linear maps as the morphisms. In this case we will denote HomR-Mod(A; B) as HomR(A; B). 3 Groups (or Grps) is the category consisting of groups together with group homomor- phisms. Even more generally, we can define the category Sets: objects are sets and morphisms are just regular functions. Other algebraic categories arise in a similar fash- ion: AbGrps or Ab is the category of abelian groups with the usual homomorphisms; Rings is the category of rings with ring homomorphisms, where we assume all rings have unity; likewise, ComRings are commutative rings. 4 For a topological space X, we can form a category by taking the open subsets of X as objects and for any open U; V ⊂ X, ( ? if U 6⊆ V HomX (U; V ) = fiU;V g if U ⊆ V where iU;V is the inclusion U,! V . This category can be generalized to any space X which has a partial ordering . 5 As another topological example, Top is the category of topological spaces together with continuous functions between them. How do we compare two categories? Definition. A functor F from C to D is an assignment F : obj(C) −! obj(D) HomC(A; B) −! HomD(F (A);F (B)) A 7−! F (A) f : A ! B F (f): F (A) ! F (B) such that F (gf) = F (g)F (f). 4 1.1 Categories and Functors 1 Preliminaries Remark. The functor defined above is sometimes called a covariant functor: the image of a morphism f : A ! B is a morphism F (A) ! F (B). On the other hand, a contravariant functor takes f : A ! B to F (f): F (B) ! F (A), and F (gf) = F (f)F (g). Examples. 1 The forgetful functor is useful in many contexts. For example, Forget : Veck −! Ab V 7−! (V; +) f 7−! f takes a vector space V and \forgets" its vector space structure. We can go further and forget a group structure, giving a functor Ab ! Sets. 2 For any category C, the identity functor 1C : C!C takes A 7! A and f 7! f. 3 In topology, the fundamental group is a functor: π1 : Top −! Grps X 7−! π1(X) ∗ f : X ! Y f : π1(X) ! π1(Y ): 3 The nth homology group of a topological space is a functor Hn(·): Top ! Ab. 4 Let C be the category of field extensions K=k with morphisms ' : K ! L such that 'jk = idk, i.e.
Recommended publications
  • Homological Algebra
    Homological Algebra Donu Arapura April 1, 2020 Contents 1 Some module theory3 1.1 Modules................................3 1.6 Projective modules..........................5 1.12 Projective modules versus free modules..............7 1.15 Injective modules...........................8 1.21 Tensor products............................9 2 Homology 13 2.1 Simplicial complexes......................... 13 2.8 Complexes............................... 15 2.15 Homotopy............................... 18 2.23 Mapping cones............................ 19 3 Ext groups 21 3.1 Extensions............................... 21 3.11 Projective resolutions........................ 24 3.16 Higher Ext groups.......................... 26 3.22 Characterization of projectives and injectives........... 28 4 Cohomology of groups 32 4.1 Group cohomology.......................... 32 4.6 Bar resolution............................. 33 4.11 Low degree cohomology....................... 34 4.16 Applications to finite groups..................... 36 4.20 Topological interpretation...................... 38 5 Derived Functors and Tor 39 5.1 Abelian categories.......................... 39 5.13 Derived functors........................... 41 5.23 Tor functors.............................. 44 5.28 Homology of a group......................... 45 1 6 Further techniques 47 6.1 Double complexes........................... 47 6.7 Koszul complexes........................... 49 7 Applications to commutative algebra 52 7.1 Global dimensions.......................... 52 7.9 Global dimension of
    [Show full text]
  • Derived Functors for Hom and Tensor Product: the Wrong Way to Do It
    Derived Functors for Hom and Tensor Product: The Wrong Way to do It UROP+ Final Paper, Summer 2018 Kevin Beuchot Mentor: Gurbir Dhillon Problem Proposed by: Gurbir Dhillon August 31, 2018 Abstract In this paper we study the properties of the wrong derived functors LHom and R ⊗. We will prove identities that relate these functors to the classical Ext and Tor. R With these results we will also prove that the functors LHom and ⊗ form an adjoint pair. Finally we will give some explicit examples of these functors using spectral sequences that relate them to Ext and Tor, and also show some vanishing theorems over some rings. 1 1 Introduction In this paper we will discuss derived functors. Derived functors have been used in homo- logical algebra as a tool to understand the lack of exactness of some important functors; two important examples are the derived functors of the functors Hom and Tensor Prod- uct (⊗). Their well known derived functors, whose cohomology groups are Ext and Tor, are their right and left derived functors respectively. In this paper we will work in the category R-mod of a commutative ring R (although most results are also true for non-commutative rings). In this category there are differ- ent ways to think of these derived functors. We will mainly focus in two interpretations. First, there is a way to concretely construct the groups that make a derived functor as a (co)homology. To do this we need to work in a category that has enough injectives or projectives, R-mod has both.
    [Show full text]
  • Diagram Chasing in Abelian Categories
    Diagram Chasing in Abelian Categories Daniel Murfet October 5, 2006 In applications of the theory of homological algebra, results such as the Five Lemma are crucial. For abelian groups this result is proved by diagram chasing, a procedure not immediately available in a general abelian category. However, we can still prove the desired results by embedding our abelian category in the category of abelian groups. All of this material is taken from Mitchell’s book on category theory [Mit65]. Contents 1 Introduction 1 1.1 Desired results ...................................... 1 2 Walks in Abelian Categories 3 2.1 Diagram chasing ..................................... 6 1 Introduction For our conventions regarding categories the reader is directed to our Abelian Categories (AC) notes. In particular recall that an embedding is a faithful functor which takes distinct objects to distinct objects. Theorem 1. Any small abelian category A has an exact embedding into the category of abelian groups. Proof. See [Mit65] Chapter 4, Theorem 2.6. Lemma 2. Let A be an abelian category and S ⊆ A a nonempty set of objects. There is a full small abelian subcategory B of A containing S. Proof. See [Mit65] Chapter 4, Lemma 2.7. Combining results II 6.7 and II 7.1 of [Mit65] we have Lemma 3. Let A be an abelian category, T : A −→ Ab an exact embedding. Then T preserves and reflects monomorphisms, epimorphisms, commutative diagrams, limits and colimits of finite diagrams, and exact sequences. 1.1 Desired results In the category of abelian groups, diagram chasing arguments are usually used either to establish a property (such as surjectivity) of a certain morphism, or to construct a new morphism between known objects.
    [Show full text]
  • Homotopy Equivalences and Free Modules Steven
    Topology, Vol. 21, No. 1, pp. 91-99, 1982 0040-93831821010091-09502.00/0 Printed in Great Britain. Pergamon Press Ltd. HOMOTOPY EQUIVALENCES AND FREE MODULES STEVEN PLOTNICKt:~ (Received 15 December 1980) INTRODUCTION IN THIS PAPER, we are concerned with the problem of determining the group of self-homotopy equivalences of some familiar spaces. We have in mind the following spaces: Let ~- be a finite group acting freely and cellulary on a CW-complex with the homotopy type of S 2m+1. Removing a point from S2m+1/Tr yields a 2m-complex X. We will (theoretically) describe the self-homotopy equivalences of X. (I use the word theoretically since the results is given in terms of units in the integral group ring Z Tr and certain projective modules over ZTr, and these are far from being completely understood.) Once this has been done, it will be fairly straightforward to describe the self-homotopy equivalences of $2~+1/7r and of the 2m-complex which results from removing more than one point from s2m+l/Tr (i.e. X v v $2~). As one might expect, the more points one removes, the easier it is to realize automorphisms of ~r by homotopy equivalences. It seems quite nice that this can be phrased as a question in Ko(Z~). The results can be summarised as follows. First, some standard facts, definitions, and notation: If ~r has order n and acts freely on S :m+~, then H:m+1(~r; Z)m Zn. Thus, a E Aut ~r acts on H2m+l(~r) via multiplication by an integer r~, where (r~, n) = 1.
    [Show full text]
  • Derived Functors and Homological Dimension (Pdf)
    DERIVED FUNCTORS AND HOMOLOGICAL DIMENSION George Torres Math 221 Abstract. This paper overviews the basic notions of abelian categories, exact functors, and chain complexes. It will use these concepts to define derived functors, prove their existence, and demon- strate their relationship to homological dimension. I affirm my awareness of the standards of the Harvard College Honor Code. Date: December 15, 2015. 1 2 DERIVED FUNCTORS AND HOMOLOGICAL DIMENSION 1. Abelian Categories and Homology The concept of an abelian category will be necessary for discussing ideas on homological algebra. Loosely speaking, an abelian cagetory is a type of category that behaves like modules (R-mod) or abelian groups (Ab). We must first define a few types of morphisms that such a category must have. Definition 1.1. A morphism f : X ! Y in a category C is a zero morphism if: • for any A 2 C and any g; h : A ! X, fg = fh • for any B 2 C and any g; h : Y ! B, gf = hf We denote a zero morphism as 0XY (or sometimes just 0 if the context is sufficient). Definition 1.2. A morphism f : X ! Y is a monomorphism if it is left cancellative. That is, for all g; h : Z ! X, we have fg = fh ) g = h. An epimorphism is a morphism if it is right cancellative. The zero morphism is a generalization of the zero map on rings, or the identity homomorphism on groups. Monomorphisms and epimorphisms are generalizations of injective and surjective homomorphisms (though these definitions don't always coincide). It can be shown that a morphism is an isomorphism iff it is epic and monic.
    [Show full text]
  • Projective Dimensions and Almost Split Sequences
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Algebra 271 (2004) 652–672 www.elsevier.com/locate/jalgebra Projective dimensions and almost split sequences Dag Madsen 1 Department of Mathematical Sciences, NTNU, NO-7491 Trondheim, Norway Received 11 September 2002 Communicated by Kent R. Fuller Abstract Let Λ be an Artin algebra and let 0 → A → B → C → 0 be an almost split sequence. In this paper we discuss under which conditions the inequality pd B max{pd A,pd C} is strict. 2004 Elsevier Inc. All rights reserved. Keywords: Almost split sequences; Homological dimensions Let R be a ring. If we have an exact sequence ε :0→ A → B → C → 0ofR-modules, then pd B max{pdA,pd C}. In some cases, for instance if the sequence is split exact, equality holds, but in general the inequality may be strict. In this paper we will discuss a problem first considered by Auslander (see [5]): Let Λ be an Artin algebra (for example a finite dimensional algebra over a field) and let ε :0→ A → B → C → 0 be an almost split sequence. To which extent does the equality pdB = max{pdA,pd C} hold? Given an exact sequence 0 → A → B → C → 0, we investigate in Section 1 what can be said in complete generality about when pd B<max{pdA,pd C}.Inthissectionwedo not make any assumptions on the rings or the exact sequences involved. In all sections except Section 1 the rings we consider are Artin algebras.
    [Show full text]
  • Lecture 3. Resolutions and Derived Functors (GL)
    Lecture 3. Resolutions and derived functors (GL) This lecture is intended to be a whirlwind introduction to, or review of, reso- lutions and derived functors { with tunnel vision. That is, we'll give unabashed preference to topics relevant to local cohomology, and do our best to draw a straight line between the topics we cover and our ¯nal goals. At a few points along the way, we'll be able to point generally in the direction of other topics of interest, but other than that we will do our best to be single-minded. Appendix A contains some preparatory material on injective modules and Matlis theory. In this lecture, we will cover roughly the same ground on the projective/flat side of the fence, followed by basics on projective and injective resolutions, and de¯nitions and basic properties of derived functors. Throughout this lecture, let us work over an unspeci¯ed commutative ring R with identity. Nearly everything said will apply equally well to noncommutative rings (and some statements need even less!). In terms of module theory, ¯elds are the simple objects in commutative algebra, for all their modules are free. The point of resolving a module is to measure its complexity against this standard. De¯nition 3.1. A module F over a ring R is free if it has a basis, that is, a subset B ⊆ F such that B generates F as an R-module and is linearly independent over R. It is easy to prove that a module is free if and only if it is isomorphic to a direct sum of copies of the ring.
    [Show full text]
  • Arithmetic Duality Theorems
    Arithmetic Duality Theorems Second Edition J.S. Milne Copyright c 2004, 2006 J.S. Milne. The electronic version of this work is licensed under a Creative Commons Li- cense: http://creativecommons.org/licenses/by-nc-nd/2.5/ Briefly, you are free to copy the electronic version of the work for noncommercial purposes under certain conditions (see the link for a precise statement). Single paper copies for noncommercial personal use may be made without ex- plicit permission from the copyright holder. All other rights reserved. First edition published by Academic Press 1986. A paperback version of this work is available from booksellers worldwide and from the publisher: BookSurge, LLC, www.booksurge.com, 1-866-308-6235, [email protected] BibTeX information @book{milne2006, author={J.S. Milne}, title={Arithmetic Duality Theorems}, year={2006}, publisher={BookSurge, LLC}, edition={Second}, pages={viii+339}, isbn={1-4196-4274-X} } QA247 .M554 Contents Contents iii I Galois Cohomology 1 0 Preliminaries............................ 2 1 Duality relative to a class formation . ............. 17 2 Localfields............................. 26 3 Abelianvarietiesoverlocalfields.................. 40 4 Globalfields............................. 48 5 Global Euler-Poincar´echaracteristics................ 66 6 Abelianvarietiesoverglobalfields................. 72 7 An application to the conjecture of Birch and Swinnerton-Dyer . 93 8 Abelianclassfieldtheory......................101 9 Otherapplications..........................116 AppendixA:Classfieldtheoryforfunctionfields............126
    [Show full text]
  • A Algebraic Varieties
    A Algebraic Varieties A.1 Basic definitions Let k[X1,X2,...,Xn] be a polynomial algebra over an algebraically closed field k with n indeterminates X1,...,Xn. We sometimes abbreviate it as k[X]= k[X1,X2,...,Xn]. Let us associate to each polynomial f(X)∈ k[X] its zero set n V(f):= {x = (x1,x2,...,xn) ∈ k | f(x)= f(x1,x2,...,xn) = 0} n 2in the n-fold product set k of k. For any subset S ⊂ k[X] we also set V(S) = f ∈S V(f). Then we have the following properties: n (i) 2V(1) =∅,V(0) =k . = (ii) i∈I V(Si) V( i∈I Si). (iii) V(S1) ∪ V(S2) = V(S1S2), where S1S2 := {fg | f ∈ S1,g∈ S2}. The inclusion ⊂ of (iii) is clear. We will prove only the inclusion ⊃. For x ∈ V(S1S2) \ V(S2) there is an element g ∈ S2 such that g(x) = 0. On the other hand, it ∀ ∀ follows from x ∈ V(S1S2) that f(x)g(x) = 0( f ∈ S1). Hence f(x)= 0( f ∈ S1) and x ∈ V(S1). So the part ⊃ was also proved. By (i), (ii), (iii) the set kn is endowed with the structure of a topological space by taking {V(S) | S ⊂ k[X]} to be its closed subsets. We call this topology of kn the Zariski topology. The closed subsets V(S) of kn with respect to it are called algebraic sets in kn. Note that V(S)= V(S), where S denotes the ideal of k[X] generated by S.
    [Show full text]
  • Derived Functors of /-Adic Completion and Local Homology
    JOURNAL OF ALGEBRA 149, 438453 (1992) Derived Functors of /-adic Completion and Local Homology J. P. C. GREENLEES AND J. P. MAY Department q/ Mathematics, Unil;ersi/y of Chicago, Chicago, Illinois 60637 Communicated by Richard G. Swan Received June 1. 1990 In recent topological work [2], we were forced to consider the left derived functors of the I-adic completion functor, where I is a finitely generated ideal in a commutative ring A. While our concern in [2] was with a particular class of rings, namely the Burnside rings A(G) of compact Lie groups G, much of the foundational work we needed was not restricted to this special case. The essential point is that the modules we consider in [2] need not be finitely generated and, unless G is finite, say, the ring ,4(G) is not Noetherian. There seems to be remarkably little information in the literature about the behavior of I-adic completion in this generality. We presume that interesting non-Noetherian commutative rings and interesting non-finitely generated modules arise in subjects other than topology. We have therefore chosen to present our algebraic work separately, in the hope that it may be of value to mathematicians working in other fields. One consequence of our study, explained in Section 1, is that I-adic com- pletion is exact on a much larger class of modules than might be expected from the key role played by the Artin-Rees lemma and that the deviations from exactness can be computed in terms of torsion products. However, the most interesting consequence, discussed in Section 2, is that the left derived functors of I-adic completion usually can be computed in terms of certain local homology groups, which are defined in a fashion dual to the definition of the classical local cohomology groups of Grothendieck.
    [Show full text]
  • SHEAVES of MODULES 01AC Contents 1. Introduction 1 2
    SHEAVES OF MODULES 01AC Contents 1. Introduction 1 2. Pathology 2 3. The abelian category of sheaves of modules 2 4. Sections of sheaves of modules 4 5. Supports of modules and sections 6 6. Closed immersions and abelian sheaves 6 7. A canonical exact sequence 7 8. Modules locally generated by sections 8 9. Modules of finite type 9 10. Quasi-coherent modules 10 11. Modules of finite presentation 13 12. Coherent modules 15 13. Closed immersions of ringed spaces 18 14. Locally free sheaves 20 15. Bilinear maps 21 16. Tensor product 22 17. Flat modules 24 18. Duals 26 19. Constructible sheaves of sets 27 20. Flat morphisms of ringed spaces 29 21. Symmetric and exterior powers 29 22. Internal Hom 31 23. Koszul complexes 33 24. Invertible modules 33 25. Rank and determinant 36 26. Localizing sheaves of rings 38 27. Modules of differentials 39 28. Finite order differential operators 43 29. The de Rham complex 46 30. The naive cotangent complex 47 31. Other chapters 50 References 52 1. Introduction 01AD This is a chapter of the Stacks Project, version 77243390, compiled on Sep 28, 2021. 1 SHEAVES OF MODULES 2 In this chapter we work out basic notions of sheaves of modules. This in particular includes the case of abelian sheaves, since these may be viewed as sheaves of Z- modules. Basic references are [Ser55], [DG67] and [AGV71]. We work out what happens for sheaves of modules on ringed topoi in another chap- ter (see Modules on Sites, Section 1), although there we will mostly just duplicate the discussion from this chapter.
    [Show full text]
  • Arxiv:2008.10677V3 [Math.CT] 9 Jul 2021 Space Ha Hoyepiil Ea Ihtewr Fj Ea N194 in Leray J
    On sheaf cohomology and natural expansions ∗ Ana Luiza Tenório, IME-USP, [email protected] Hugo Luiz Mariano, IME-USP, [email protected] July 12, 2021 Abstract In this survey paper, we present Čech and sheaf cohomologies – themes that were presented by Koszul in University of São Paulo ([42]) during his visit in the late 1950s – we present expansions for categories of generalized sheaves (i.e, Grothendieck toposes), with examples of applications in other cohomology theories and other areas of mathematics, besides providing motivations and historical notes. We conclude explaining the difficulties in establishing a cohomology theory for elementary toposes, presenting alternative approaches by considering constructions over quantales, that provide structures similar to sheaves, and indicating researches related to logic: constructive (intuitionistic and linear) logic for toposes, sheaves over quantales, and homological algebra. 1 Introduction Sheaf Theory explicitly began with the work of J. Leray in 1945 [46]. The nomenclature “sheaf” over a space X, in terms of closed subsets of a topological space X, first appeared in 1946, also in one of Leray’s works, according to [21]. He was interested in solving partial differential equations and build up a strong tool to pass local properties to global ones. Currently, the definition of a sheaf over X is given by a “coherent family” of structures indexed on the lattice of open subsets of X or as étale maps (= local homeomorphisms) into X. Both arXiv:2008.10677v3 [math.CT] 9 Jul 2021 formulations emerged in the late 1940s and early 1950s in Cartan’s seminars and, in modern terms, they are intimately related by an equivalence of categories.
    [Show full text]