Notes on Category Theory (In Progress)

Total Page:16

File Type:pdf, Size:1020Kb

Notes on Category Theory (In Progress) Notes on Category Theory (in progress) George Torres Last updated February 28, 2018 Contents 1 Introduction and Motivation 3 2 Definition of a Category 3 2.1 Examples . .4 3 Functors 4 3.1 Natural Transformations . .5 3.2 Adjoint Functors . .5 3.3 Units and Counits . .6 3.4 Initial and Terminal Objects . .7 3.4.1 Comma Categories . .7 4 Representability and Yoneda's Lemma 8 4.1 Representables . .9 4.2 The Yoneda Embedding . 10 4.3 The Yoneda Lemma . 10 4.4 Consequences of Yoneda . 11 5 Limits and Colimits 12 5.1 (Co)Products, (Co)Equalizers, Pullbacks and Pushouts . 13 5.2 Topological limits . 15 5.3 Existence of limits and colimits . 15 5.4 Limits as Representable Objects . 16 5.5 Limits as Adjoints . 16 5.6 Preserving Limits and GAFT . 18 6 Abelian Categories 19 6.1 Homology . 20 6.1.1 Biproducts . 21 6.2 Exact Functors . 23 6.3 Injective and Projective Objects . 26 6.3.1 Projective and Injective Modules . 27 6.4 The Chain Complex Category . 28 6.5 Homological dimension . 30 6.6 Derived Functors . 32 1 CONTENTS CONTENTS 7 Triangulated and Derived Categories 35 ||||||||||| Note to the reader: This is an ongoing collection of notes on introductory category theory that I have kept since my undergraduate years. They are aimed at students with an undergraduate level background in topology and algebra. These notes started as lecture notes for the Fall 2015 Category Theory tutorial led by Danny Shi at Harvard. There is no single textbook that these notes follow, but Categories for the Working Mathematician by Mac Lane and Lang's Algebra are good standard resources. For a more modern take, see Emily Riehl's Category Theory in Context. Please let me know of any typos you may find: [email protected]. Any text in red is TODO and will be done at some point when I find time. 2 2 DEFINITION OF A CATEGORY 1 Introduction and Motivation Categories are a way of abstracting the mechanics of various subjects in mathematics into a coherent theory. It is the modern standard for communicating and formulating many \algebraic" fields of mathematics, including Algebraic Topology and Algebraic Geometry. As a warm-up, consider two abelian groups A; B. The reader knows that the tensor product A ⊗ B is defined to be an abelian group together with a map f : A×B ! A⊗B satisfying certain properties. It is unique in the sense that, if X is any other abelian group with a map g : A × B ! X satisfying the same properties as f, then there is a unique map φ such that the following diagram commutes: A × B f A ⊗ B g φ X In this sense A ⊗ B is the \smallest\ such group, because any other such groups factor through A ⊗ B in the above diagram. This is an example of a universal property construction, and is used in various areas of mathematics. Category theory can characterize how and why this works, and most importantly, it can define it without reference to any axioms of group theory. 2 Definition of a Category \Category theory is the subject where you can leave the definitions as exercises" - John Baez Definition 2.1. A category C consists of the following: 1. A collection of objects Obj(C) 2. For each A; B 2 Obj(C), there is a collection of morphisms HomC(A; B) (\maps" between A and B) 3. For every A 2 Obj(C), there exists an identity morphism 1A 2 HomC(A; A). 4. A composition rule for morphisms: ◦ : HomC(A; B) × HomC(B; C) ! HomC(A; C) Such that the following two axioms are satisfied: • Associativity: for morphisms g; f; h: (h ◦ g) ◦ f = h ◦ (g ◦ f) • Identity: for objects A; B and morphism f 2 HomC(A; B): f idA A B idB ) f ◦ idA = idB ◦ f = f Categories are usually best thought of as dots and arrows between dots. Remark 2.2. Notation for objects and morphisms varies. We often drop the C subscript in Hom and sometimes we write C(A; B) instead of Hom(A; B). We also often drop the \obj" notation and think of C itself as the set of objects (i.e. we write A 2 C instead of A 2 Obj(C)). Additionally, we denote Hom(C) to be the collection of all morphisms in C. Definition 2.3. Let A; B 2 Obj(C) and f 2 Hom(A; B). We say A and B are isomorphic (A =∼ B) if there exists g 2 Hom(B; A) such that g ◦ f = idA and f ◦ g = idB. 3 2.1 Examples 3 FUNCTORS 2.1 Examples Below are some familiar examples of categories. B Sets (Set), where Obj(Set) are sets and morphisms are functions between sets. B Groups (Grp), where Obj(Grp) are groups and morphisms are group homomorphisms. B Modules (Rmod), where Obj(Rmod) are R modules and morphisms are linear homomorphisms B Topological spaces (Top), where Obj(Top) are topological spaces and morphisms are continuous functions. B Pointed topological spaes (Top∗), where Obj(Top∗) are spaces with a specified basepoint and morphisms are continuous maps that send basepoints to basepoints. B The trivial category, 1. This is the category with only one object (often denoted \ · ") and its identity morphism. Definition 2.4. Given a category C, we define the dual (or opposite) category Cop as the category whose objects are those of C and f 2 C(A; B) () f 2 Cop(B; A). It is the same category but with arrows (morphisms) pointed in the reversed direction. 3 Functors Definition 3.1. A (covariant) functor F : A!B between categories is a function taking objects in A to objects in B. Further it maps morphisms to morphisms in the following way: f 2 A(A; A0) ) F (f) 2 B(F (A);F (A0)) Further, F must satisfy two conditions: 1. F (g ◦ f) = F (g) ◦ F (f). 2. F (idA) = idF (a). Remark 3.2. Consider the category of categories (called Cat) : the objects are categories and the morphisms are functors. This allows us to compose functors and declare when two categories are equivalent. Two categories are equivalent if they are isomorphic as elements of Cat. Examples: • Forgetful functors { functors that \forget" certain information about objects in a category: a) F : Grp ! Set sending groups to their underlying groups and homomorphisms to maps of sets. b) F : Ring ! Grp sending rings to their abelian group and homomorphisms to homomorphisms. • F : AbGrp ! Grp sending groups to themselves, forgetting that they are abelian. • The fundamental group { This sends a topological space to its fundamental group: π1 : Top∗ ! Grp • Singular homology { This sends a topological space to its nth singular homology group: Hn(−): Top ! AbGrp Definition 3.3. A contravariant functor is a covariant functor F : Aop !B. Definition 3.4. A functor F : A!B is faithful if, given A; A0 2 Obj(A) then F as a map of A(A0;A) is injective. Definition 3.5. A subcategory C of a category A is a category such that: • Obj(C) ⊂ Obj(A) • C(C; C0) ⊂ A(C; C0) A subcategory is called full if 8A; A0 2 Obj(A) we have C(A; A0) = A(A; A0). 4 3.1 Natural Transformations 3 FUNCTORS 3.1 Natural Transformations Consider two functors F; G : A!B. We would like a way to make these compatible: Definition 3.6. A natural transformation N between two functors is a family of morphisms, each of which associates an object of A to a morphism N(A) (sometimes denoted NA) of B. Any natural transformation must make the following square commute: F (f) F (A) F (A0) N(A) N(A0) G(f) G(A) G(A0) Natural transformations are often denoted as double arrows: F A N B G If NA is an isomorphism for each A, then we call N an isomorphism of functors. Examples: • Let G be a group thought of as a one-object category. A functor F : G ! Set gives a group action on a set S. A natural transformation of group actions is a map of sets that respects the group action. Expand • Let Mn(−): CRing ! Monoid be the functor sending a commutative ring to the monoid of matrices over that ring. Let U : Cring ! Monoid be the forgetful functor that forgets ring addition. A natural transformation between Mn(−) and U is the determinant. Fix Remark 3.7. Natural transformations can compose to form another natural transformation. This allows us to define the functor category: Definition 3.8. For fixed categories A; B the functor category [A; B] is the category whose objects are functors A!B and whose morphisms are natural transformations. Definition 3.9. We say two functors are naturally isomorphic if they are isomorphic as objects in the functor category. Equivalently, F; G : A!B are naturally isomorphic if there is a natural transformation α : F ! G such that αA : F (A) ! G(A) is an isomorphism for all A 2 A (such an α is called a natural isomorphism). 3.2 Adjoint Functors Definition 3.10. Let F : A B : G be functors. We say F is left adjoint to G (and G is right adjoint to F ) if for every A 2 A;B 2 B we have a natural isomorphism: B(F (A);B) =∼ A(A; G(B)) In other words, this is a natural bijection. For g 2 B(F (A);B), we denote the corresponding element of A(A; G(B)) as g.
Recommended publications
  • Frobenius and the Derived Centers of Algebraic Theories
    Frobenius and the derived centers of algebraic theories William G. Dwyer and Markus Szymik October 2014 We show that the derived center of the category of simplicial algebras over every algebraic theory is homotopically discrete, with the abelian monoid of components isomorphic to the center of the category of discrete algebras. For example, in the case of commutative algebras in characteristic p, this center is freely generated by Frobenius. Our proof involves the calculation of homotopy coherent centers of categories of simplicial presheaves as well as of Bousfield localizations. Numerous other classes of examples are dis- cussed. 1 Introduction Algebra in prime characteristic p comes with a surprise: For each commutative ring A such that p = 0 in A, the p-th power map a 7! ap is not only multiplica- tive, but also additive. This defines Frobenius FA : A ! A on commutative rings of characteristic p, and apart from the well-known fact that Frobenius freely gen- erates the Galois group of the prime field Fp, it has many other applications in 1 algebra, arithmetic and even geometry. Even beyond fields, Frobenius is natural in all rings A: Every map g: A ! B between commutative rings of characteris- tic p (i.e. commutative Fp-algebras) commutes with Frobenius in the sense that the equation g ◦ FA = FB ◦ g holds. In categorical terms, the Frobenius lies in the center of the category of commutative Fp-algebras. Furthermore, Frobenius freely generates the center: If (PA : A ! AjA) is a family of ring maps such that g ◦ PA = PB ◦ g (?) holds for all g as above, then there exists an integer n > 0 such that the equa- n tion PA = (FA) holds for all A.
    [Show full text]
  • Congruences Between Derivatives of Geometric L-Functions
    1 Congruences between Derivatives of Geometric L-Functions David Burns with an appendix by David Burns, King Fai Lai and Ki-Seng Tan Abstract. We prove a natural equivariant re¯nement of a theorem of Licht- enbaum describing the leading terms of Zeta functions of curves over ¯nite ¯elds in terms of Weil-¶etalecohomology. We then use this result to prove the validity of Chinburg's ­(3)-Conjecture for all abelian extensions of global function ¯elds, to prove natural re¯nements and generalisations of the re- ¯ned Stark conjectures formulated by, amongst others, Gross, Tate, Rubin and Popescu, to prove a variety of explicit restrictions on the Galois module structure of unit groups and divisor class groups and to describe explicitly the Fitting ideals of certain Weil-¶etalecohomology groups. In an appendix coau- thored with K. F. Lai and K-S. Tan we also show that the main conjectures of geometric Iwasawa theory can be proved without using either crystalline cohomology or Drinfeld modules. 1991 Mathematics Subject Classi¯cation: Primary 11G40; Secondary 11R65; 19A31; 19B28. Keywords and Phrases: Geometric L-functions, leading terms, congruences, Iwasawa theory 2 David Burns 1. Introduction The main result of the present article is the following Theorem 1.1. The central conjecture of [6] is valid for all global function ¯elds. (For a more explicit statement of this result see Theorem 3.1.) Theorem 1.1 is a natural equivariant re¯nement of the leading term formula proved by Lichtenbaum in [27] and also implies an extensive new family of integral congruence relations between the leading terms of L-functions associated to abelian characters of global functions ¯elds (see Remark 3.2).
    [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]
  • BIPRODUCTS WITHOUT POINTEDNESS 1. Introduction
    BIPRODUCTS WITHOUT POINTEDNESS MARTTI KARVONEN Abstract. We show how to define biproducts up to isomorphism in an ar- bitrary category without assuming any enrichment. The resulting notion co- incides with the usual definitions whenever all binary biproducts exist or the category is suitably enriched, resulting in a modest yet strict generalization otherwise. We also characterize when a category has all binary biproducts in terms of an ambidextrous adjunction. Finally, we give some new examples of biproducts that our definition recognizes. 1. Introduction Given two objects A and B living in some category C, their biproduct { according to a standard definition [4] { consists of an object A ⊕ B together with maps p i A A A ⊕ B B B iA pB such that pAiA = idA pBiB = idB pBiA = 0A;B pAiB = 0B;A and idA⊕B = iApA + iBpB. For us to be able to make sense of the equations, we must assume that C is enriched in commutative monoids. One can get a slightly more general definition that only requires zero morphisms but no addition { that is, enrichment in pointed sets { by replacing the last equation with the condition that (A ⊕ B; pA; pB) is a product of A and B and that (A ⊕ B; iA; iB) is their coproduct. We will call biproducts in the first sense additive biproducts and in the second sense pointed biproducts in order to contrast these definitions with our central object of study { a pointless generalization of biproducts that can be applied in any category C, with no assumptions concerning enrichment. This is achieved by replacing the equations referring to zero with the single equation (1.1) iApAiBpB = iBpBiApA, which states that the two canonical idempotents on A ⊕ B commute with one another.
    [Show full text]
  • Types Are Internal Infinity-Groupoids Antoine Allioux, Eric Finster, Matthieu Sozeau
    Types are internal infinity-groupoids Antoine Allioux, Eric Finster, Matthieu Sozeau To cite this version: Antoine Allioux, Eric Finster, Matthieu Sozeau. Types are internal infinity-groupoids. 2021. hal- 03133144 HAL Id: hal-03133144 https://hal.inria.fr/hal-03133144 Preprint submitted on 5 Feb 2021 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. Types are Internal 1-groupoids Antoine Allioux∗, Eric Finstery, Matthieu Sozeauz ∗Inria & University of Paris, France [email protected] yUniversity of Birmingham, United Kingdom ericfi[email protected] zInria, France [email protected] Abstract—By extending type theory with a universe of defini- attempts to import these ideas into plain homotopy type theory tionally associative and unital polynomial monads, we show how have, so far, failed. This appears to be a result of a kind of to arrive at a definition of opetopic type which is able to encode circularity: all of the known classical techniques at some point a number of fully coherent algebraic structures. In particular, our approach leads to a definition of 1-groupoid internal to rely on set-level algebraic structures themselves (presheaves, type theory and we prove that the type of such 1-groupoids is operads, or something similar) as a means of presenting or equivalent to the universe of types.
    [Show full text]
  • The Factorization Problem and the Smash Biproduct of Algebras and Coalgebras
    Algebras and Representation Theory 3: 19–42, 2000. 19 © 2000 Kluwer Academic Publishers. Printed in the Netherlands. The Factorization Problem and the Smash Biproduct of Algebras and Coalgebras S. CAENEPEEL1, BOGDAN ION2, G. MILITARU3;? and SHENGLIN ZHU4;?? 1University of Brussels, VUB, Faculty of Applied Sciences, Pleinlaan 2, B-1050 Brussels, Belgium 2Department of Mathematics, Princeton University, Fine Hall, Washington Road, Princeton, NJ 08544-1000, U.S.A. 3University of Bucharest, Faculty of Mathematics, Str. Academiei 14, RO-70109 Bucharest 1, Romania 4Institute of Mathematics, Fudan University, Shanghai 200433, China (Received: July 1998) Presented by A. Verschoren Abstract. We consider the factorization problem for bialgebras. Let L and H be algebras and coalgebras (but not necessarily bialgebras) and consider two maps R: H ⊗ L ! L ⊗ H and W: L ⊗ H ! H ⊗ L. We introduce a product K D L W FG R H and we give necessary and sufficient conditions for K to be a bialgebra. Our construction generalizes products introduced by Majid and Radford. Also, some of the pointed Hopf algebras that were recently constructed by Beattie, Dascˇ alescuˇ and Grünenfelder appear as special cases. Mathematics Subject Classification (2000): 16W30. Key words: Hopf algebra, smash product, factorization structure. Introduction The factorization problem for a ‘structure’ (group, algebra, coalgebra, bialgebra) can be roughly stated as follows: under which conditions can an object X be written as a product of two subobjects A and B which have minimal intersection (for example A \ B Df1Xg in the group case). A related problem is that of the construction of a new object (let us denote it by AB) out of the objects A and B.In the constructions of this type existing in the literature ([13, 20, 27]), the object AB factorizes into A and B.
    [Show full text]
  • Op → Sset in Simplicial Sets, Or Equivalently a Functor X : ∆Op × ∆Op → Set
    Contents 21 Bisimplicial sets 1 22 Homotopy colimits and limits (revisited) 10 23 Applications, Quillen’s Theorem B 23 21 Bisimplicial sets A bisimplicial set X is a simplicial object X : Dop ! sSet in simplicial sets, or equivalently a functor X : Dop × Dop ! Set: I write Xm;n = X(m;n) for the set of bisimplices in bidgree (m;n) and Xm = Xm;∗ for the vertical simplicial set in horiz. degree m. Morphisms X ! Y of bisimplicial sets are natural transformations. s2Set is the category of bisimplicial sets. Examples: 1) Dp;q is the contravariant representable functor Dp;q = hom( ;(p;q)) 1 on D × D. p;q G q Dm = D : m!p p;q The maps D ! X classify bisimplices in Xp;q. The bisimplex category (D × D)=X has the bisim- plices of X as objects, with morphisms the inci- dence relations Dp;q ' 7 X Dr;s 2) Suppose K and L are simplicial sets. The bisimplicial set Kט L has bisimplices (Kט L)p;q = Kp × Lq: The object Kט L is the external product of K and L. There is a natural isomorphism Dp;q =∼ Dpט Dq: 3) Suppose I is a small category and that X : I ! sSet is an I-diagram in simplicial sets. Recall (Lecture 04) that there is a bisimplicial set −−−!holim IX (“the” homotopy colimit) with vertical sim- 2 plicial sets G X(i0) i0→···→in in horizontal degrees n. The transformation X ! ∗ induces a bisimplicial set map G G p : X(i0) ! ∗ = BIn; i0→···→in i0→···→in where the set BIn has been identified with the dis- crete simplicial set K(BIn;0) in each horizontal de- gree.
    [Show full text]
  • Category Theory for Autonomous and Networked Dynamical Systems
    Discussion Category Theory for Autonomous and Networked Dynamical Systems Jean-Charles Delvenne Institute of Information and Communication Technologies, Electronics and Applied Mathematics (ICTEAM) and Center for Operations Research and Econometrics (CORE), Université catholique de Louvain, 1348 Louvain-la-Neuve, Belgium; [email protected] Received: 7 February 2019; Accepted: 18 March 2019; Published: 20 March 2019 Abstract: In this discussion paper we argue that category theory may play a useful role in formulating, and perhaps proving, results in ergodic theory, topogical dynamics and open systems theory (control theory). As examples, we show how to characterize Kolmogorov–Sinai, Shannon entropy and topological entropy as the unique functors to the nonnegative reals satisfying some natural conditions. We also provide a purely categorical proof of the existence of the maximal equicontinuous factor in topological dynamics. We then show how to define open systems (that can interact with their environment), interconnect them, and define control problems for them in a unified way. Keywords: ergodic theory; topological dynamics; control theory 1. Introduction The theory of autonomous dynamical systems has developed in different flavours according to which structure is assumed on the state space—with topological dynamics (studying continuous maps on topological spaces) and ergodic theory (studying probability measures invariant under the map) as two prominent examples. These theories have followed parallel tracks and built multiple bridges. For example, both have grown successful tools from the interaction with information theory soon after its emergence, around the key invariants, namely the topological entropy and metric entropy, which are themselves linked by a variational theorem. The situation is more complex and heterogeneous in the field of what we here call open dynamical systems, or controlled dynamical systems.
    [Show full text]
  • A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints
    A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints by Mehrdad Sabetzadeh A thesis submitted in conformity with the requirements for the degree of Master of Science Graduate Department of Computer Science University of Toronto Copyright c 2003 by Mehrdad Sabetzadeh Abstract A Category-Theoretic Approach to Representation and Analysis of Inconsistency in Graph-Based Viewpoints Mehrdad Sabetzadeh Master of Science Graduate Department of Computer Science University of Toronto 2003 Eliciting the requirements for a proposed system typically involves different stakeholders with different expertise, responsibilities, and perspectives. This may result in inconsis- tencies between the descriptions provided by stakeholders. Viewpoints-based approaches have been proposed as a way to manage incomplete and inconsistent models gathered from multiple sources. In this thesis, we propose a category-theoretic framework for the analysis of fuzzy viewpoints. Informally, a fuzzy viewpoint is a graph in which the elements of a lattice are used to specify the amount of knowledge available about the details of nodes and edges. By defining an appropriate notion of morphism between fuzzy viewpoints, we construct categories of fuzzy viewpoints and prove that these categories are (finitely) cocomplete. We then show how colimits can be employed to merge the viewpoints and detect the inconsistencies that arise independent of any particular choice of viewpoint semantics. Taking advantage of the same category-theoretic techniques used in defining fuzzy viewpoints, we will also introduce a more general graph-based formalism that may find applications in other contexts. ii To my mother and father with love and gratitude. Acknowledgements First of all, I wish to thank my supervisor Steve Easterbrook for his guidance, support, and patience.
    [Show full text]
  • Notes and Solutions to Exercises for Mac Lane's Categories for The
    Stefan Dawydiak Version 0.3 July 2, 2020 Notes and Exercises from Categories for the Working Mathematician Contents 0 Preface 2 1 Categories, Functors, and Natural Transformations 2 1.1 Functors . .2 1.2 Natural Transformations . .4 1.3 Monics, Epis, and Zeros . .5 2 Constructions on Categories 6 2.1 Products of Categories . .6 2.2 Functor categories . .6 2.2.1 The Interchange Law . .8 2.3 The Category of All Categories . .8 2.4 Comma Categories . 11 2.5 Graphs and Free Categories . 12 2.6 Quotient Categories . 13 3 Universals and Limits 13 3.1 Universal Arrows . 13 3.2 The Yoneda Lemma . 14 3.2.1 Proof of the Yoneda Lemma . 14 3.3 Coproducts and Colimits . 16 3.4 Products and Limits . 18 3.4.1 The p-adic integers . 20 3.5 Categories with Finite Products . 21 3.6 Groups in Categories . 22 4 Adjoints 23 4.1 Adjunctions . 23 4.2 Examples of Adjoints . 24 4.3 Reflective Subcategories . 28 4.4 Equivalence of Categories . 30 4.5 Adjoints for Preorders . 32 4.5.1 Examples of Galois Connections . 32 4.6 Cartesian Closed Categories . 33 5 Limits 33 5.1 Creation of Limits . 33 5.2 Limits by Products and Equalizers . 34 5.3 Preservation of Limits . 35 5.4 Adjoints on Limits . 35 5.5 Freyd's adjoint functor theorem . 36 1 6 Chapter 6 38 7 Chapter 7 38 8 Abelian Categories 38 8.1 Additive Categories . 38 8.2 Abelian Categories . 38 8.3 Diagram Lemmas . 39 9 Special Limits 41 9.1 Interchange of Limits .
    [Show full text]
  • Arxiv:2001.09075V1 [Math.AG] 24 Jan 2020
    A topos-theoretic view of difference algebra Ivan Tomašić Ivan Tomašić, School of Mathematical Sciences, Queen Mary Uni- versity of London, London, E1 4NS, United Kingdom E-mail address: [email protected] arXiv:2001.09075v1 [math.AG] 24 Jan 2020 2000 Mathematics Subject Classification. Primary . Secondary . Key words and phrases. difference algebra, topos theory, cohomology, enriched category Contents Introduction iv Part I. E GA 1 1. Category theory essentials 2 2. Topoi 7 3. Enriched category theory 13 4. Internal category theory 25 5. Algebraic structures in enriched categories and topoi 41 6. Topos cohomology 51 7. Enriched homological algebra 56 8. Algebraicgeometryoverabasetopos 64 9. Relative Galois theory 70 10. Cohomologyinrelativealgebraicgeometry 74 11. Group cohomology 76 Part II. σGA 87 12. Difference categories 88 13. The topos of difference sets 96 14. Generalised difference categories 111 15. Enriched difference presheaves 121 16. Difference algebra 126 17. Difference homological algebra 136 18. Difference algebraic geometry 142 19. Difference Galois theory 148 20. Cohomologyofdifferenceschemes 151 21. Cohomologyofdifferencealgebraicgroups 157 22. Comparison to literature 168 Bibliography 171 iii Introduction 0.1. The origins of difference algebra. Difference algebra can be traced back to considerations involving recurrence relations, recursively defined sequences, rudi- mentary dynamical systems, functional equations and the study of associated dif- ference equations. Let k be a commutative ring with identity, and let us write R = kN for the ring (k-algebra) of k-valued sequences, and let σ : R R be the shift endomorphism given by → σ(x0, x1,...) = (x1, x2,...). The first difference operator ∆ : R R is defined as → ∆= σ id, − and, for r N, the r-th difference operator ∆r : R R is the r-th compositional power/iterate∈ of ∆, i.e., → r r ∆r = (σ id)r = ( 1)r−iσi.
    [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]