Exercises in Categories
Total Page:16
File Type:pdf, Size:1020Kb
Load more
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. -
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. -
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 . -
Categories, Functors, and Natural Transformations I∗
Lecture 2: Categories, functors, and natural transformations I∗ Nilay Kumar June 4, 2014 (Meta)categories We begin, for the moment, with rather loose definitions, free from the technicalities of set theory. Definition 1. A metagraph consists of objects a; b; c; : : :, arrows f; g; h; : : :, and two operations, as follows. The first is the domain, which assigns to each arrow f an object a = dom f, and the second is the codomain, which assigns to each arrow f an object b = cod f. This is visually indicated by f : a ! b. Definition 2. A metacategory is a metagraph with two additional operations. The first is the identity, which assigns to each object a an arrow Ida = 1a : a ! a. The second is the composition, which assigns to each pair g; f of arrows with dom g = cod f an arrow g ◦ f called their composition, with g ◦ f : dom f ! cod g. This operation may be pictured as b f g a c g◦f We require further that: composition is associative, k ◦ (g ◦ f) = (k ◦ g) ◦ f; (whenever this composition makese sense) or diagrammatically that the diagram k◦(g◦f)=(k◦g)◦f a d k◦g f k g◦f b g c commutes, and that for all arrows f : a ! b and g : b ! c, we have 1b ◦ f = f and g ◦ 1b = g; or diagrammatically that the diagram f a b f g 1b g b c commutes. ∗This talk follows [1] I.1-4 very closely. 1 Recall that a diagram is commutative when, for each pair of vertices c and c0, any two paths formed from direct edges leading from c to c0 yield, by composition of labels, equal arrows from c to c0. -
The Elliptic Drinfeld Center of a Premodular Category Arxiv
The Elliptic Drinfeld Center of a Premodular Category Ying Hong Tham Abstract Given a tensor category C, one constructs its Drinfeld center Z(C) which is a braided tensor category, having as objects pairs (X; λ), where X ∈ Obj(C) and λ is a el half-braiding. For a premodular category C, we construct a new category Z (C) which 1 2 i we call the Elliptic Drinfeld Center, which has objects (X; λ ; λ ), where the λ 's are half-braidings that satisfy some compatibility conditions. We discuss an SL2(Z)-action el on Z (C) that is related to the anomaly appearing in Reshetikhin-Turaev theory. This construction is motivated from the study of the extended Crane-Yetter TQFT, in particular the category associated to the once punctured torus. 1 Introduction and Preliminaries In [CY1993], Crane and Yetter define a 4d TQFT using a state-sum involving 15j symbols, based on a sketch by Ooguri [Oog1992]. The state-sum begins with a color- ing of the 2- and 3-simplices of a triangulation of the four manifold by integers from 0; 1; : : : ; r. These 15j symbols then arise as the evaluation of a ribbon graph living on the boundary of a 4-simplex. The labels 0; 1; : : : ; r correspond to simple objects of the Verlinde modular category, the semi-simple subquotient of the category of finite dimen- πi r 2 sional representations of the quantum group Uqsl2 at q = e as defined in [AP1995]. Later Crane, Kauffman, and Yetter [CKY1997] extend this~ definition+ to colorings with objects from a premodular category (i.e. -
Arxiv:1204.3607V6 [Math.KT] 6 Nov 2015 At1 Ar N Waldhausen and Pairs 1
ON THE ALGEBRAIC K-THEORY OF HIGHER CATEGORIES CLARK BARWICK In memoriam Daniel Quillen, 1940–2011, with profound admiration. Abstract. We prove that Waldhausen K-theory, when extended to a very general class of quasicategories, can be described as a Goodwillie differential. In particular, K-theory spaces admit canonical (connective) deloopings, and the K-theory functor enjoys a simple universal property. Using this, we give new, higher categorical proofs of the Approximation, Additivity, and Fibration Theorems of Waldhausen in this context. As applications of this technology, we study the algebraic K-theory of associative rings in a wide range of homotopical contexts and of spectral Deligne–Mumford stacks. Contents 0. Introduction 3 Relation to other work 6 A word on higher categories 7 Acknowledgments 7 Part 1. Pairs and Waldhausen ∞-categories 8 1. Pairs of ∞-categories 8 Set theoretic considerations 9 Simplicial nerves and relative nerves 10 The ∞-category of ∞-categories 11 Subcategories of ∞-categories 12 Pairs of ∞-categories 12 The ∞-category of pairs 13 Pair structures 14 arXiv:1204.3607v6 [math.KT] 6 Nov 2015 The ∞-categories of pairs as a relative nerve 15 The dual picture 16 2. Waldhausen ∞-categories 17 Limits and colimits in ∞-categories 17 Waldhausen ∞-categories 18 Some examples 20 The ∞-category of Waldhausen ∞-categories 21 Equivalences between maximal Waldhausen ∞-categories 21 The dual picture 22 3. Waldhausen fibrations 22 Cocartesian fibrations 23 Pair cartesian and cocartesian fibrations 27 The ∞-categoriesofpair(co)cartesianfibrations 28 A pair version of 3.7 31 1 2 CLARK BARWICK Waldhausencartesianandcocartesianfibrations 32 4. The derived ∞-category of Waldhausen ∞-categories 34 Limits and colimits of pairs of ∞-categories 35 Limits and filtered colimits of Waldhausen ∞-categories 36 Direct sums of Waldhausen ∞-categories 37 Accessibility of Wald∞ 38 Virtual Waldhausen ∞-categories 40 Realizations of Waldhausen cocartesian fibrations 42 Part 2. -
RESEARCH STATEMENT 1. Introduction My Interests Lie
RESEARCH STATEMENT BEN ELIAS 1. Introduction My interests lie primarily in geometric representation theory, and more specifically in diagrammatic categorification. Geometric representation theory attempts to answer questions about representation theory by studying certain algebraic varieties and their categories of sheaves. Diagrammatics provide an efficient way of encoding the morphisms between sheaves and doing calculations with them, and have also been fruitful in their own right. I have been applying diagrammatic methods to the study of the Iwahori-Hecke algebra and its categorification in terms of Soergel bimodules, as well as the categorifications of quantum groups; I plan on continuing to research in these two areas. In addition, I would like to learn more about other areas in geometric representation theory, and see how understanding the morphisms between sheaves or the natural transformations between functors can help shed light on the theory. After giving a general overview of the field, I will discuss several specific projects. In the most naive sense, a categorification of an algebra (or category) A is an additive monoidal category (or 2-category) A whose Grothendieck ring is A. Relations in A such as xy = z + w will be replaced by isomorphisms X⊗Y =∼ Z⊕W . What makes A a richer structure than A is that these isomorphisms themselves will have relations; that between objects we now have morphism spaces equipped with composition maps. 2-category). In their groundbreaking paper [CR], Chuang and Rouquier made the key observation that some categorifications are better than others, and those with the \correct" morphisms will have more interesting properties. Independently, Rouquier [Ro2] and Khovanov and Lauda (see [KL1, La, KL2]) proceeded to categorify quantum groups themselves, and effectively demonstrated that categorifying an algebra will give a precise notion of just what morphisms should exist within interesting categorifications of its modules. -
Categories, Functors, Natural Transformations
CHAPTERCHAPTER 1 1 Categories, Functors, Natural Transformations Frequently in modern mathematics there occur phenomena of “naturality”. Samuel Eilenberg and Saunders Mac Lane, “Natural isomorphisms in group theory” [EM42b] A group extension of an abelian group H by an abelian group G consists of a group E together with an inclusion of G E as a normal subgroup and a surjective homomorphism → E H that displays H as the quotient group E/G. This data is typically displayed in a diagram of group homomorphisms: 0 G E H 0.1 → → → → A pair of group extensions E and E of G and H are considered to be equivalent whenever there is an isomorphism E E that commutes with the inclusions of G and quotient maps to H, in a sense that is made precise in §1.6. The set of equivalence classes of abelian group extensions E of H by G defines an abelian group Ext(H, G). In 1941, Saunders Mac Lane gave a lecture at the University of Michigan in which 1 he computed for a prime p that Ext(Z[ p ]/Z, Z) Zp, the group of p-adic integers, where 1 Z[ p ]/Z is the Prüfer p-group. When he explained this result to Samuel Eilenberg, who had missed the lecture, Eilenberg recognized the calculation as the homology of the 3-sphere complement of the p-adic solenoid, a space formed as the infinite intersection of a sequence of solid tori, each wound around p times inside the preceding torus. In teasing apart this connection, the pair of them discovered what is now known as the universal coefficient theorem in algebraic topology, which relates the homology H and cohomology groups H∗ ∗ associated to a space X via a group extension [ML05]: n (1.0.1) 0 Ext(Hn 1(X), G) H (X, G) Hom(Hn(X), G) 0 . -
Math 395: Category Theory Northwestern University, Lecture Notes
Math 395: Category Theory Northwestern University, Lecture Notes Written by Santiago Can˜ez These are lecture notes for an undergraduate seminar covering Category Theory, taught by the author at Northwestern University. The book we roughly follow is “Category Theory in Context” by Emily Riehl. These notes outline the specific approach we’re taking in terms the order in which topics are presented and what from the book we actually emphasize. We also include things we look at in class which aren’t in the book, but otherwise various standard definitions and examples are left to the book. Watch out for typos! Comments and suggestions are welcome. Contents Introduction to Categories 1 Special Morphisms, Products 3 Coproducts, Opposite Categories 7 Functors, Fullness and Faithfulness 9 Coproduct Examples, Concreteness 12 Natural Isomorphisms, Representability 14 More Representable Examples 17 Equivalences between Categories 19 Yoneda Lemma, Functors as Objects 21 Equalizers and Coequalizers 25 Some Functor Properties, An Equivalence Example 28 Segal’s Category, Coequalizer Examples 29 Limits and Colimits 29 More on Limits/Colimits 29 More Limit/Colimit Examples 30 Continuous Functors, Adjoints 30 Limits as Equalizers, Sheaves 30 Fun with Squares, Pullback Examples 30 More Adjoint Examples 30 Stone-Cech 30 Group and Monoid Objects 30 Monads 30 Algebras 30 Ultrafilters 30 Introduction to Categories Category theory provides a framework through which we can relate a construction/fact in one area of mathematics to a construction/fact in another. The goal is an ultimate form of abstraction, where we can truly single out what about a given problem is specific to that problem, and what is a reflection of a more general phenomenom which appears elsewhere. -
The Monoidal Center Construction and Bimodules
View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Pure and Applied Algebra 158 (2001) 325–346 www.elsevier.com/locate/jpaa The monoidal center construction and bimodules Peter Schauenburg Mathematisches Institut der Universitat Munchen, Theresienstr. 39, 80333 Munchen, Germany Received 29 January 1999; received in revised form 4 October 1999 Communicated by C. Kassel Abstract Let C be a cocomplete monoidal category such that the tensor product in C preserves colimits in each argument. Let A be an algebra in C. We show (under some assumptions including “faithful 2atness” of A) that the center of the monoidal category (ACA; ⊗A)ofA–A-bimodules ∼ is equivalent to the center of C (hence in a sense trivial): Z(ACA) = Z(C). Assuming A to be a commutative algebra in the center Z(C), we compute the center Z(CA) of the category of right A-modules (considered as a subcategory of ACA using the structure of A ∈ Z(C). We ÿnd ∼ Z(CA) = dys Z(C)A, the category of dyslectic right A-modules in the braided category Z(C). c 2001 Elsevier Science B.V. All rights reserved. MSC: 18D10; 16W30 1. Introduction Braided monoidal categories are situated at the intersection of quantum group theory and low-dimensional topology (more precisely invariants of knots and three-manifolds, see [12,4] for general references). They also provide a framework for generalizations of commutative algebra based on a 2ip of tensor factors more general than the ordinary 2ip (as proposed by Manin [6] for symmetric monoidal categories and well-established for the special case of Z=2Z-graded vector spaces) or generalizations of Hopf algebra theory [5]. -
Centers and Homotopy Centers in Enriched Monoidal Categories
View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Available online at www.sciencedirect.com Advances in Mathematics 230 (2012) 1811–1858 www.elsevier.com/locate/aim Centers and homotopy centers in enriched monoidal categories Michael Batanina,∗, Martin Marklb a Macquarie University, NSW 2109, Australia b Mathematical Institute of the Academy, Zitnˇ a´ 25, 115 67 Prague 1, Czech Republic Received 20 September 2011; accepted 12 April 2012 Available online 16 May 2012 Communicated by Ross Street Abstract We consider a theory of centers and homotopy centers of monoids in monoidal categories which themselves are enriched in duoidal categories. The duoidal categories (introduced by Aguiar and Mahajan under the name 2-monoidal categories) are categories with two monoidal structures which are related by some, not necessary invertible, coherence morphisms. Centers of monoids in this sense include many examples which are not ‘classical.’ In particular, the 2-category of categories is an example of a center in our sense. Examples of homotopy center (analogue of the classical Hochschild complex) include the Gray- category Gray of 2-categories, 2-functors and pseudonatural transformations and Tamarkin’s homotopy 2-category of dg-categories, dg-functors and coherent dg-transformations. ⃝c 2012 Elsevier Inc. All rights reserved. MSC: primary 18D10; 18D20; 18D50; secondary 55U40; 55P48 Keywords: Monoidal categories; Center; Hochschild complex; Operads; Deligne’s conjecture Contents 1. Introduction.................................................................................................................. 1812 2. Monoidal V -categories and duoidal V -categories.............................................................. 1814 ∗ Corresponding author. E-mail addresses: [email protected], [email protected] (M. Batanin), [email protected] (M. -
Categories and Natural Transformations
Categories and Natural Transformations Ethan Jerzak 17 August 2007 1 Introduction The motivation for studying Category Theory is to formalise the underlying similarities between a broad range of mathematical ideas and use these generalities to gain insights into these more specific structures. Because of its formalised generality, we can use categories to understand traditionally vague concepts like \natural" and \canonical" more precisely. This paper will provide the basic concept of categories, introduce the language needed to study categories, and study some examples of familiar mathematical objects which can be categorized. Particular emphasis will go to the concept of natural transformations, an important concept for relating different categories. 2 Categories 2.1 Definition A category C is a collection of objects, denoted Ob(C ), together with a set of morphisms, denoted C (X; Y ), for each pair of objects X; Y 2 Ob(C ). These morphisms must satisfy the following axioms: 1. For each X; Y; Z 2 Ob(C ), there is a composition function ◦ : C (Y; Z) × C (X; Y ) ! C (X; Z) We can denote this morphism as simply g ◦ f 2. For each X 2 Ob(C ), there exists a distinguished element 1X 2 C (X; X) such that for any Y; Z 2 Ob(C ) and f 2 C (Y; X), g 2 C (X; Z) we have 1X ◦ f = f and g ◦ 1X = g 3. Composition is associative: h ◦ (g ◦ f) = (h ◦ g) ◦ f Remark: We often write X 2 C instead of X 2 Ob(C ) Remark: We say a category C is small if the collection Ob(C ) forms a set.