Enriched Categories and Models for Spaces of Dipaths. a Discussion Document and Overview of Some Techniques
Total Page:16
File Type:pdf, Size:1020Kb
Load more
										Recommended publications
									
								- 
												  1. Directed Graphs Or Quivers What Is Category Theory? • Graph Theory on Steroids • Comic Book Mathematics • Abstract Nonsense • the Secret Dictionary1. Directed graphs or quivers What is category theory? • Graph theory on steroids • Comic book mathematics • Abstract nonsense • The secret dictionary Sets and classes: For S = fX j X2 = Xg, have S 2 S , S2 = S Directed graph or quiver: C = (C0;C1;@0 : C1 ! C0;@1 : C1 ! C0) Class C0 of objects, vertices, points, . Class C1 of morphisms, (directed) edges, arrows, . For x; y 2 C0, write C(x; y) := ff 2 C1 j @0f = x; @1f = yg f 2C1 tail, domain / @0f / @1f o head, codomain op Opposite or dual graph of C = (C0;C1;@0;@1) is C = (C0;C1;@1;@0) Graph homomorphism F : D ! C has object part F0 : D0 ! C0 and morphism part F1 : D1 ! C1 with @i ◦ F1(f) = F0 ◦ @i(f) for i = 0; 1. Graph isomorphism has bijective object and morphism parts. Poset (X; ≤): set X with reflexive, antisymmetric, transitive order ≤ Hasse diagram of poset (X; ≤): x ! y if y covers x, i.e., x 6= y and [x; y] = fx; yg, so x ≤ z ≤ y ) z = x or z = y. Hasse diagram of (N; ≤) is 0 / 1 / 2 / 3 / ::: Hasse diagram of (f1; 2; 3; 6g; j ) is 3 / 6 O O 1 / 2 1 2 2. Categories Category: Quiver C = (C0;C1;@0 : C1 ! C0;@1 : C1 ! C0) with: • composition: 8 x; y; z 2 C0 ; C(x; y) × C(y; z) ! C(x; z); (f; g) 7! g ◦ f • satisfying associativity: 8 x; y; z; t 2 C0 ; 8 (f; g; h) 2 C(x; y) × C(y; z) × C(z; t) ; h ◦ (g ◦ f) = (h ◦ g) ◦ f y iS qq <SSSS g qq << SSS f qqq h◦g < SSSS qq << SSS qq g◦f < SSS xqq << SS z Vo VV < x VVVV << VVVV < VVVV << h VVVV < h◦(g◦f)=(h◦g)◦f VVVV < VVV+ t • identities: 8 x; y; z 2 C0 ; 9 1y 2 C(y; y) : 8 f 2 C(x; y) ; 1y ◦ f = f and 8 g 2 C(y; z) ; g ◦ 1y = g f y o x MM MM 1y g MM MMM f MMM M& zo g y Example: N0 = fxg ; N1 = N ; 1x = 0 ; 8 m; n 2 N ; n◦m = m+n ; | one object, lots of arrows [monoid of natural numbers under addition] 4 x / x Equation: 3 + 5 = 4 + 4 Commuting diagram: 3 4 x / x 5 ( 1 if m ≤ n; Example: N1 = N ; 8 m; n 2 N ; jN(m; n)j = 0 otherwise | lots of objects, lots of arrows [poset (N; ≤) as a category] These two examples are small categories: have a set of morphisms.
- 
												  Types Are Internal Infinity-Groupoids Antoine Allioux, Eric Finster, Matthieu SozeauTypes 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.
- 
												  An Exercise on Source and Sink Mutations of Acyclic Quivers∗An exercise on source and sink mutations of acyclic quivers∗ Darij Grinberg November 27, 2018 In this note, we will use the following notations (which come from Lampe’s notes [Lampe, §2.1.1]): • A quiver means a tuple Q = (Q0, Q1, s, t), where Q0 and Q1 are two finite sets and where s and t are two maps from Q1 to Q0. We call the elements of Q0 the vertices of the quiver Q, and we call the elements of Q1 the arrows of the quiver Q. For every e 2 Q1, we call s (e) the starting point of e (and we say that e starts at s (e)), and we call t (e) the terminal point of e (and we say that e ends at t (e)). Furthermore, if e 2 Q1, then we say that e is an arrow from s (e) to t (e). So the notion of a quiver is one of many different versions of the notion of a finite directed graph. (Notice that it is a version which allows multiple arrows, and which distinguishes between them – i.e., the quiver stores not just the information of how many arrows there are from a vertex to another, but it actually has them all as distinguishable objects in Q1. Lampe himself seems to later tacitly switch to a different notion of quivers, where edges from a given to vertex to another are indistinguishable and only exist as a number. This does not matter for the next exercise, which works just as well with either notion of a quiver; but I just wanted to have it mentioned.) • The underlying undirected graph of a quiver Q = (Q0, Q1, s, t) is defined as the undirected multigraph with vertex set Q0 and edge multiset ffs (e) , t (e)g j e 2 Q1gmultiset .
- 
												  Comparison of Waldhausen ConstructionsCOMPARISON OF WALDHAUSEN CONSTRUCTIONS JULIA E. BERGNER, ANGELICA´ M. OSORNO, VIKTORIYA OZORNOVA, MARTINA ROVELLI, AND CLAUDIA I. SCHEIMBAUER Dedicated to the memory of Thomas Poguntke Abstract. In previous work, we develop a generalized Waldhausen S•- construction whose input is an augmented stable double Segal space and whose output is a 2-Segal space. Here, we prove that this construc- tion recovers the previously known S•-constructions for exact categories and for stable and exact (∞, 1)-categories, as well as the relative S•- construction for exact functors. Contents Introduction 2 1. Augmented stable double Segal objects 3 2. The S•-construction for exact categories 7 3. The S•-construction for stable (∞, 1)-categories 17 4. The S•-construction for proto-exact (∞, 1)-categories 23 5. The relative S•-construction 26 Appendix: Some results on quasi-categories 33 References 38 Date: May 29, 2020. 2010 Mathematics Subject Classification. 55U10, 55U35, 55U40, 18D05, 18G55, 18G30, arXiv:1901.03606v2 [math.AT] 28 May 2020 19D10. Key words and phrases. 2-Segal spaces, Waldhausen S•-construction, double Segal spaces, model categories. The first-named author was partially supported by NSF CAREER award DMS- 1659931. The second-named author was partially supported by a grant from the Simons Foundation (#359449, Ang´elica Osorno), the Woodrow Wilson Career Enhancement Fel- lowship and NSF grant DMS-1709302. The fourth-named and fifth-named authors were partially funded by the Swiss National Science Foundation, grants P2ELP2 172086 and P300P2 164652. The fifth-named author was partially funded by the Bergen Research Foundation and would like to thank the University of Oxford for its hospitality.
- 
												  Homotopical Categories: from Model Categories to ( ,)-Categories ∞HOMOTOPICAL CATEGORIES: FROM MODEL CATEGORIES TO ( ;1)-CATEGORIES 1 EMILY RIEHL Abstract. This chapter, written for Stable categories and structured ring spectra, edited by Andrew J. Blumberg, Teena Gerhardt, and Michael A. Hill, surveys the history of homotopical categories, from Gabriel and Zisman’s categories of frac- tions to Quillen’s model categories, through Dwyer and Kan’s simplicial localiza- tions and culminating in ( ;1)-categories, first introduced through concrete mod- 1 els and later re-conceptualized in a model-independent framework. This reader is not presumed to have prior acquaintance with any of these concepts. Suggested exercises are included to fertilize intuitions and copious references point to exter- nal sources with more details. A running theme of homotopy limits and colimits is included to explain the kinds of problems homotopical categories are designed to solve as well as technical approaches to these problems. Contents 1. The history of homotopical categories 2 2. Categories of fractions and localization 5 2.1. The Gabriel–Zisman category of fractions 5 3. Model category presentations of homotopical categories 7 3.1. Model category structures via weak factorization systems 8 3.2. On functoriality of factorizations 12 3.3. The homotopy relation on arrows 13 3.4. The homotopy category of a model category 17 3.5. Quillen’s model structure on simplicial sets 19 4. Derived functors between model categories 20 4.1. Derived functors and equivalence of homotopy theories 21 4.2. Quillen functors 24 4.3. Derived composites and derived adjunctions 25 4.4. Monoidal and enriched model categories 27 4.5.
- 
												  Higher-Dimensional Instantons on Cones Over Sasaki-Einstein Spaces and Coulomb Branches for 3-Dimensional N = 4 Gauge TheoriesTwo aspects of gauge theories higher-dimensional instantons on cones over Sasaki-Einstein spaces and Coulomb branches for 3-dimensional N = 4 gauge theories Von der Fakultät für Mathematik und Physik der Gottfried Wilhelm Leibniz Universität Hannover zur Erlangung des Grades Doktor der Naturwissenschaften – Dr. rer. nat. – genehmigte Dissertation von Dipl.-Phys. Marcus Sperling, geboren am 11. 10. 1987 in Wismar 2016 Eingereicht am 23.05.2016 Referent: Prof. Olaf Lechtenfeld Korreferent: Prof. Roger Bielawski Korreferent: Prof. Amihay Hanany Tag der Promotion: 19.07.2016 ii Abstract Solitons and instantons are crucial in modern field theory, which includes high energy physics and string theory, but also condensed matter physics and optics. This thesis is concerned with two appearances of solitonic objects: higher-dimensional instantons arising as supersymme- try condition in heterotic (flux-)compactifications, and monopole operators that describe the Coulomb branch of gauge theories in 2+1 dimensions with 8 supercharges. In PartI we analyse the generalised instanton equations on conical extensions of Sasaki- Einstein manifolds. Due to a certain equivariant ansatz, the instanton equations are reduced to a set of coupled, non-linear, ordinary first order differential equations for matrix-valued functions. For the metric Calabi-Yau cone, the instanton equations are the Hermitian Yang-Mills equations and we exploit their geometric structure to gain insights in the structure of the matrix equations. The presented analysis relies strongly on methods used in the context of Nahm equations. For non-Kähler conical extensions, focusing on the string theoretically interesting 6-dimensional case, we first of all construct the relevant SU(3)-structures on the conical extensions and subsequently derive the corresponding matrix equations.
- 
												  Quiver Indices and Abelianization from Jeffrey-Kirwan Residues ArxivPrepared for submission to JHEP arXiv:1907.01354v2 Quiver indices and Abelianization from Jeffrey-Kirwan residues Guillaume Beaujard,1 Swapnamay Mondal,2 Boris Pioline1 1 Laboratoire de Physique Th´eoriqueet Hautes Energies (LPTHE), UMR 7589 CNRS-Sorbonne Universit´e,Campus Pierre et Marie Curie, 4 place Jussieu, F-75005 Paris, France 2 International Centre for Theoretical Sciences, Tata Institute of Fundamental Research, Shivakote, Hesaraghatta, Bangalore 560089, India e-mail: fpioline,[email protected], [email protected] Abstract: In quiver quantum mechanics with 4 supercharges, supersymmetric ground states are known to be in one-to-one correspondence with Dolbeault cohomology classes on the moduli space of stable quiver representations. Using supersymmetric localization, the refined Witten index can be expressed as a residue integral with a specific contour prescription, originally due to Jeffrey and Kirwan, depending on the stability parameters. On the other hand, the physical picture of quiver quantum mechanics describing interactions of BPS black holes predicts that the refined Witten index of a non-Abelian quiver can be expressed as a sum of indices for Abelian quivers, weighted by `single-centered invariants'. In the case of quivers without oriented loops, we show that this decomposition naturally arises from the residue formula, as a consequence of applying the Cauchy-Bose identity to the vector multiplet contributions. For quivers with loops, the same procedure produces a natural decomposition of the single-centered invariants, which remains to be elucidated. In the process, we clarify some under-appreciated aspects of the localization formula. Part of the results reported herein have been obtained by implementing the Jeffrey-Kirwan residue formula in a public arXiv:1907.01354v2 [hep-th] 15 Oct 2019 Mathematica code.
- 
												![Arxiv:2012.08669V1 [Math.CT] 15 Dec 2020 2 Preface](https://docslib.b-cdn.net/cover/5681/arxiv-2012-08669v1-math-ct-15-dec-2020-2-preface-995681.webp)  Arxiv:2012.08669V1 [Math.CT] 15 Dec 2020 2 PrefaceSheaf Theory Through Examples (Abridged Version) Daniel Rosiak December 12, 2020 arXiv:2012.08669v1 [math.CT] 15 Dec 2020 2 Preface After circulating an earlier version of this work among colleagues back in 2018, with the initial aim of providing a gentle and example-heavy introduction to sheaves aimed at a less specialized audience than is typical, I was encouraged by the feedback of readers, many of whom found the manuscript (or portions thereof) helpful; this encouragement led me to continue to make various additions and modifications over the years. The project is now under contract with the MIT Press, which would publish it as an open access book in 2021 or early 2022. In the meantime, a number of readers have encouraged me to make available at least a portion of the book through arXiv. The present version represents a little more than two-thirds of what the professionally edited and published book would contain: the fifth chapter and a concluding chapter are missing from this version. The fifth chapter is dedicated to toposes, a number of more involved applications of sheaves (including to the \n- queens problem" in chess, Schreier graphs for self-similar groups, cellular automata, and more), and discussion of constructions and examples from cohesive toposes. Feedback or comments on the present work can be directed to the author's personal email, and would of course be appreciated. 3 4 Contents Introduction 7 0.1 An Invitation . .7 0.2 A First Pass at the Idea of a Sheaf . 11 0.3 Outline of Contents . 20 1 Categorical Fundamentals for Sheaves 23 1.1 Categorical Preliminaries .
- 
												  A Primer on Homotopy ColimitsA PRIMER ON HOMOTOPY COLIMITS DANIEL DUGGER Contents 1. Introduction2 Part 1. Getting started 4 2. First examples4 3. Simplicial spaces9 4. Construction of homotopy colimits 16 5. Homotopy limits and some useful adjunctions 21 6. Changing the indexing category 25 7. A few examples 29 Part 2. A closer look 30 8. Brief review of model categories 31 9. The derived functor perspective 34 10. More on changing the indexing category 40 11. The two-sided bar construction 44 12. Function spaces and the two-sided cobar construction 49 Part 3. The homotopy theory of diagrams 52 13. Model structures on diagram categories 53 14. Cofibrant diagrams 60 15. Diagrams in the homotopy category 66 16. Homotopy coherent diagrams 69 Part 4. Other useful tools 76 17. Homology and cohomology of categories 77 18. Spectral sequences for holims and hocolims 85 19. Homotopy limits and colimits in other model categories 90 20. Various results concerning simplicial objects 94 Part 5. Examples 96 21. Homotopy initial and terminal functors 96 22. Homotopical decompositions of spaces 103 23. A survey of other applications 108 Appendix A. The simplicial cone construction 108 References 108 1 2 DANIEL DUGGER 1. Introduction This is an expository paper on homotopy colimits and homotopy limits. These are constructions which should arguably be in the toolkit of every modern algebraic topologist, yet there does not seem to be a place in the literature where a graduate student can easily read about them. Certainly there are many fine sources: [BK], [DwS], [H], [HV], [V1], [V2], [CS], [S], among others.
- 
												  Profunctors, Open Maps and BisimulationBRICS RS-04-22 Cattani & Winskel: Profunctors, Open Maps and Bisimulation BRICS Basic Research in Computer Science Profunctors, Open Maps and Bisimulation Gian Luca Cattani Glynn Winskel BRICS Report Series RS-04-22 ISSN 0909-0878 October 2004 Copyright c 2004, Gian Luca Cattani & Glynn Winskel. BRICS, Department of Computer Science University of Aarhus. All rights reserved. Reproduction of all or part of this work is permitted for educational or research use on condition that this copyright notice is included in any copy. See back inner page for a list of recent BRICS Report Series publications. Copies may be obtained by contacting: BRICS Department of Computer Science University of Aarhus Ny Munkegade, building 540 DK–8000 Aarhus C Denmark Telephone: +45 8942 3360 Telefax: +45 8942 3255 Internet: [email protected] BRICS publications are in general accessible through the World Wide Web and anonymous FTP through these URLs: http://www.brics.dk ftp://ftp.brics.dk This document in subdirectory RS/04/22/ Profunctors, Open Maps and Bisimulation∗ Gian Luca Cattani DS Data Systems S.p.A., Via Ugozzolo 121/A, I-43100 Parma, Italy. Email: [email protected]. Glynn Winskel University of Cambridge Computer Laboratory, Cambridge CB3 0FD, England. Email: [email protected]. October 2004 Abstract This paper studies fundamental connections between profunctors (i.e., dis- tributors, or bimodules), open maps and bisimulation. In particular, it proves that a colimit preserving functor between presheaf categories (corresponding to a profunctor) preserves open maps and open map bisimulation. Consequently, the composition of profunctors preserves open maps as 2-cells.
- 
												  Lectures on Representations of Quivers by William Crawley-BoeveyLectures on Representations of Quivers by William Crawley-Boevey Contents §1. Path algebras. 3 §2. Bricks . 9 §3. The variety of representations . .11 §4. Dynkin and Euclidean diagrams. .15 §5. Finite representation type . .19 §6. More homological algebra . .21 §7. Euclidean case. Preprojectives and preinjectives . .25 §8. Euclidean case. Regular modules. .28 §9. Euclidean case. Regular simples and roots. .32 §10. Further topics . .36 1 A 'quiver' is a directed graph, and a representation is defined by a vector space for each vertex and a linear map for each arrow. The theory of representations of quivers touches linear algebra, invariant theory, finite dimensional algebras, free ideal rings, Kac-Moody Lie algebras, and many other fields. These are the notes for a course of eight lectures given in Oxford in spring 1992. My aim was the classification of the representations for the ~ ~ ~ ~ ~ Euclidean diagrams A , D , E , E , E . It seemed ambitious for eight n n 6 7 8 lectures, but turned out to be easier than I expected. The Dynkin case is analysed using an argument of J.Tits, P.Gabriel and C.M.Ringel, which involves actions of algebraic groups, a study of root systems, and some clever homological algebra. The Euclidean case is treated using the same tools, and in addition the Auslander-Reiten translations - , , and the notion of a 'regular uniserial module'. I have avoided the use of reflection functors, Auslander-Reiten sequences, and case-by-case analyses. The prerequisites for this course are quite modest, consisting of the basic 1 notions about rings and modules; a little homological algebra, up to Ext ¡ n and long exact sequences; the Zariski topology on ; and maybe some ideas from category theory.
- 
												  Two Constructions on Lax Functors Cahiers De Topologie Et Géométrie Différentielle Catégoriques, Tome 13, No 3 (1972), PCAHIERS DE TOPOLOGIE ET GÉOMÉTRIE DIFFÉRENTIELLE CATÉGORIQUES ROSS STREET Two constructions on Lax functors Cahiers de topologie et géométrie différentielle catégoriques, tome 13, no 3 (1972), p. 217-264 <http://www.numdam.org/item?id=CTGDC_1972__13_3_217_0> © Andrée C. Ehresmann et les auteurs, 1972, tous droits réservés. L’accès aux archives de la revue « Cahiers de topologie et géométrie différentielle catégoriques » implique l’accord avec les conditions générales d’utilisation (http://www.numdam.org/conditions). Toute utilisation commerciale ou impression systématique est constitutive d’une infraction pénale. Toute copie ou impression de ce fichier doit contenir la présente mention de copyright. Article numérisé dans le cadre du programme Numérisation de documents anciens mathématiques http://www.numdam.org/ C 1HIE ’S DE TOPOLOGIE Vol. XIII - 3 ET GEOMETRIE DIFFEREIVTIELLE TWO CONSTRUCTIONS ON LAX FUNCTORS by Ross STREET Introduction Bicategories have been defined by Jean Benabou [a], and there lre examples of bicategories which are not 2-categories. In the theory of a bicategory it appears that all the definitions and theorems of the theory of a 2-category still hold except for the addition of ( coherent? ) isomor- phisms in appropriate places. For example, in a bicategory one may speak of ’djoint 1-cells; indeed, in Benabou’s bicategory Prof of categories, profunctors and natural transformations, those profunctors which arise from functors do have adjoints in this sense. The category Cat of categories is a cartesian closed category EEK] , and a Cat-category is a 2-category. In this work 2-functor, 2-natu- ral transformation and 2-adjoint will simply mean Cat-functor, Cat-natural transformation [EK] , and Ccit-adjoint [Ke] .