Categorical Logic

Total Page:16

File Type:pdf, Size:1020Kb

Categorical Logic Categorical Logic Jonas Frey April 2, 2017 1 Algebraic theories and Lawvere theories 1.1 Signatures and structures 1 Definition 1.1 A signature is a family Σ = (Σn) of sets. For n ∈ , the n∈N N elements of Σn are called n-ary operations. ♦ Definition 1.2 Let C be a category with finite products and Σ a signature. 1.A Σ-structure A in C consists of • an object A ∈ C (we use the same letter for the structure and the underlying object), and n • for every n ∈ N and f ∈ Σn a morphism fA : A → A. 2.A morphism of Σ-structures A, B is an arrow g : A → B between the underlying objects such that the square gn An Bn fA fB g A B commutes for all n ∈ N and f ∈ Σn. ♦ It is easy to see that morphisms of Σ-structures commute, and we denote the category of Σ-structures in C and their morphisms by Σ-Str(C)2. 1.2 Interpretation of terms Definition 1.3 The set T (Σ) of terms over Σ is inductively defined as follows. 1These could more precisely be called ‘algebraic signature’, to distinguish them from the ‘first-order signatures’ in the next section, but I simply write signature since it’s shorter. 2 In the course I wrote C-Str(Σ), but now I want the notation to be consistent with [1, Def. 1.2.1] 1 • Variables3 x, y, z, . are terms over Σ. • If f ∈ Σn and t1 . tn are terms over Σ, then f(t1 . tn) is a term over Σ. For n ∈ N we write Tn(Σ) ⊆ T (Σ) for the set of terms containing only the variables x1 . xn. ♦ Definition 1.4 Given a signature Σ, a Σ-structure A in a finite-product cate- gory C, and a term t ∈ Tn(Σ), the interpretation n t A : A → A J K of t w.r.t. to A is defined as follows by induction on the structure of t. n pi • xi A = (A −→ A) (i-th projection for 1 ≤ i ≤ n) J K h t ,..., t i n 1 A n A k fA • f(t1 . tn) A = (A −−−−−−−−−−→J K J K A −−→ A) (for f ∈ Σk) ♦ J K Strictly speaking, the notation t A is ambiguous without specifying the n, since we can always view a term in nJ Kvariables as a term in m variables for m ≥ n. In the following the n will always be clear from the context; a more rigorous notation will be introduced in the next section, where we use ‘terms in context’, which are terms with explicit variable declarations. Lemma 1.5 (Substitution Lemma) Let Σ be a signature, and A a Σ-structure. Then for t ∈ Tn(Σ) and u1 . un ∈ Tk(Σ) we have t[u1/x1, . , un/xn] A = t A ◦ h u1 A,..., un Ai. J K J K J K J K Proof. By structural induction on t. 1.3 Algebraic theories and models Definition 1.6 1. An algebraic theory is a pair (Σ,E) where Σ is a signa- ture, and E = (En ⊆ Tn(Σ) × Tn(Σ))n∈N is a set of families of n-ary equations (a pair (t, u) ∈ En represents an equation t = u). 2.A model of an algebraic theory (Σ,E) in a category C with finite products is a Σ-structure A such that n t A = u A : A → A J K J K for all n ∈ N and (t, u) ∈ En (in this situation we say that A satisfies the equation t = u). 3. The category Σ-Mod(C) of models of (Σ,E) in C is the full subcategory of Σ-Str(C) whose objects are the models of (Σ,E). ♦ 3 Formally we assume there is a given countable set {x1, x2, x2,... } of variables, but in practice we often write x, y, z, . for variables instead of using subscripts. 2 1.4 Lawvere theories Lawvere4 theories are presentations of algebraic theories as ‘syntactic categories’. They are more canonical than representations of theories via signatures and equations, since e.g. the theory of groups can be represented using different signatures, but the Lawvere theory is unique up to isomorphism of categories. The central fact about Lawvere theories is that in the Lawvere-theoretic presentation, models of a theory (Σ,E) in a finite-product category C corre- spond to finite-product preserving functors from the associated Lawvere theory L(Σ,E) to C, and morphisms of models correspond to natural transformations between such functors. This is known as functorial semantics. Definition 1.7 Given an algebraic theory (Σ,E), the binary relation =E is the least binary relation on T (Σ) closed under the following rules. (ax) If (t, u) ∈ En then t =E u. (refl) t =E t (trans) If s =E t and t =E u then s =E u (sym) If s =E t then t =E s (cong) If t1 =E u1, . tn =E un then s[t1/x1, . , tn/xn] =E s[u1/x1, . , un/xn] (subs) If s =E t then s[u1/x1, . , un/xn] =E t[u1/x1, . , un/xn] We write T (Σ,E) = T (Σ)/=E and Tn(Σ,E) = Tn(Σ)/=E for the set of terms (and the terms in n variables) modulo =E. ♦ Intuitively, =E is the least congruence relation on on T (Σ) containing E, or more precisely it is the least equivalence relation on T (Σ) which contains E and is closed under the operations and substitution. It is easy to see that the equations satisfied by a Σ-structure are closed under (refl), (trans), (sym), (cong), and (subs), whence we have the following lemma. Lemma 1.8 Let (Σ,E) be an algebraic theory, and let A be a model of (Σ,E) in a finite-product category C. Then we have t =E u ⇒ t A = u A J K J K for all n ∈ and t, u ∈ T (Σ). N n Definition 1.9 The Lawvere theory L(Σ,E) of an algebraic theory (Σ,E) is the category defined as follows: 4William Lawvere, born 1937, is commonly viewed as the founder of categorical logic. 3 • for each n ∈ N there is an object [n] ∈ L(Σ,E) m • hom([n], [m]) = Tn(Σ,E) for n, m ∈ N • (u1 . un) ◦ (t1 . tm) = (u1[~t/~x], . , un[~t/~x]) where (t ...t ) (u ...u ) [k] −−−−−→1 m [m] −−−−−−→1 n [n] is a composable pair of morphisms and [~t/~x] is short for [t1/x1, . , tm/xm] • id[n] = (x1 . xn) ♦ Thus morphisms in L(Σ,E) are tuples of =E-equivalence classes of terms, com- position is simultaneous substitution, and identities are tuples of equivalence classes of variables. Since we are dealing with equivalence classes we have to check if the composition is well-defined, i.e. if substituting equivalent terms into equivalent terms yields equivalent terms. But this follows directly from (cong) and (subs) in Def. 1.7. Associativity and identity laws are easily verified, thus L(Σ,E) is a well-defined category. Moreover we have the following: Lemma 1.10 For every algebraic theory (Σ,E), the Lawvere theory L(Σ,E) has strict finite products. Proof. [0] is the terminal object, binary product spans are given by (x ...x ) (x ,...,x ) [m] ←−−−−−−1 m [m + n] −−−−−−−−−−→m+1 m+n [n]. for m, n ∈ N, and the pairing operation is given by h(~t), (~u)i = (~t, ~u):[k] → [m + n] for (~t):[k] → [m] and (~u):[k] → [n]. Here’s the central theorem about Lawvere theories. Theorem 1.11 For every algebraic theory (Σ,E) and finite-product category C, the category Σ-Mod(C) of (Σ,E)-models in C is equivalent to the category FP(L(Σ,E), C) of finite-product preserving functors from L(Σ,E) to C and arbitrary natural transformations between them5. Proof. The fine print: for simplicity we assume that C has strictly associative and unital finite products, and that the functors in FP(L(Σ,E), C) strictly preserve finite products. By filling in ∼= ∼= suitable ‘coherence isomorphisms’ of the form γA,B : F (A × B) −→ FA × FB and γ1 : F 1 −→ 1, we can obtain a proof that works without these ‘strictness’ assumptions, but this would only obscure the central ideas. We construct a functor I : FP(L(Σ,E), C) → Σ-Mod(C) 5 L(Σ,E) Thus FP(L(Σ,E), C) is a full subcategory of the functor category C . 4 as follows. Every (strictly) product preserving F : L(Σ,E) → C gets mapped to the Σ-structure IF whose underlying object is F [1], and where operations f ∈ Σn are interpreted as F (f(~x):[n]→[1]) fIF = (F [n] −−−−−−−−−−→ F [1]). With this definition we show easily that t IF = F (t): F [n] → F [1] J K for all t ∈ Tn(Σ) (by induction on t), from which it follows that IF satisfies the equations in E, since for any n ∈ N and (s, t) ∈ En we can argue s IF = F (s) = F (t) = t IF J K J K where the middle equation holds since we have s and t represent the same morphism in L(Σ,E). We define the morphism part of I by I(η) = η[1] for η : F → G, and to check that this is a morphism of Σ-structures we have to show that ηn F [n] [1] G[n] fIF fIG η F [1] G commutes for all f ∈ Σn.
Recommended publications
  • An Introduction to Category Theory and Categorical Logic
    An Introduction to Category Theory and Categorical Logic Wolfgang Jeltsch Category theory An Introduction to Category Theory basics Products, coproducts, and and Categorical Logic exponentials Categorical logic Functors and Wolfgang Jeltsch natural transformations Monoidal TTU¨ K¨uberneetika Instituut categories and monoidal functors Monads and Teooriaseminar comonads April 19 and 26, 2012 References An Introduction to Category Theory and Categorical Logic Category theory basics Wolfgang Jeltsch Category theory Products, coproducts, and exponentials basics Products, coproducts, and Categorical logic exponentials Categorical logic Functors and Functors and natural transformations natural transformations Monoidal categories and Monoidal categories and monoidal functors monoidal functors Monads and comonads Monads and comonads References References An Introduction to Category Theory and Categorical Logic Category theory basics Wolfgang Jeltsch Category theory Products, coproducts, and exponentials basics Products, coproducts, and Categorical logic exponentials Categorical logic Functors and Functors and natural transformations natural transformations Monoidal categories and Monoidal categories and monoidal functors monoidal functors Monads and Monads and comonads comonads References References An Introduction to From set theory to universal algebra Category Theory and Categorical Logic Wolfgang Jeltsch I classical set theory (for example, Zermelo{Fraenkel): I sets Category theory basics I functions from sets to sets Products, I composition
    [Show full text]
  • Categorical Semantics of Constructive Set Theory
    Categorical semantics of constructive set theory Beim Fachbereich Mathematik der Technischen Universit¨atDarmstadt eingereichte Habilitationsschrift von Benno van den Berg, PhD aus Emmen, die Niederlande 2 Contents 1 Introduction to the thesis 7 1.1 Logic and metamathematics . 7 1.2 Historical intermezzo . 8 1.3 Constructivity . 9 1.4 Constructive set theory . 11 1.5 Algebraic set theory . 15 1.6 Contents . 17 1.7 Warning concerning terminology . 18 1.8 Acknowledgements . 19 2 A unified approach to algebraic set theory 21 2.1 Introduction . 21 2.2 Constructive set theories . 24 2.3 Categories with small maps . 25 2.3.1 Axioms . 25 2.3.2 Consequences . 29 2.3.3 Strengthenings . 31 2.3.4 Relation to other settings . 32 2.4 Models of set theory . 33 2.5 Examples . 35 2.6 Predicative sheaf theory . 36 2.7 Predicative realizability . 37 3 Exact completion 41 3.1 Introduction . 41 3 4 CONTENTS 3.2 Categories with small maps . 45 3.2.1 Classes of small maps . 46 3.2.2 Classes of display maps . 51 3.3 Axioms for classes of small maps . 55 3.3.1 Representability . 55 3.3.2 Separation . 55 3.3.3 Power types . 55 3.3.4 Function types . 57 3.3.5 Inductive types . 58 3.3.6 Infinity . 60 3.3.7 Fullness . 61 3.4 Exactness and its applications . 63 3.5 Exact completion . 66 3.6 Stability properties of axioms for small maps . 73 3.6.1 Representability . 74 3.6.2 Separation . 74 3.6.3 Power types .
    [Show full text]
  • Logic and Categories As Tools for Building Theories
    Logic and Categories As Tools For Building Theories Samson Abramsky Oxford University Computing Laboratory 1 Introduction My aim in this short article is to provide an impression of some of the ideas emerging at the interface of logic and computer science, in a form which I hope will be accessible to philosophers. Why is this even a good idea? Because there has been a huge interaction of logic and computer science over the past half-century which has not only played an important r^olein shaping Computer Science, but has also greatly broadened the scope and enriched the content of logic itself.1 This huge effect of Computer Science on Logic over the past five decades has several aspects: new ways of using logic, new attitudes to logic, new questions and methods. These lead to new perspectives on the question: What logic is | and should be! Our main concern is with method and attitude rather than matter; nevertheless, we shall base the general points we wish to make on a case study: Category theory. Many other examples could have been used to illustrate our theme, but this will serve to illustrate some of the points we wish to make. 2 Category Theory Category theory is a vast subject. It has enormous potential for any serious version of `formal philosophy' | and yet this has hardly been realized. We shall begin with introduction to some basic elements of category theory, focussing on the fascinating conceptual issues which arise even at the most elementary level of the subject, and then discuss some its consequences and philosophical ramifications.
    [Show full text]
  • Notes on Categorical Logic
    Notes on Categorical Logic Anand Pillay & Friends Spring 2017 These notes are based on a course given by Anand Pillay in the Spring of 2017 at the University of Notre Dame. The notes were transcribed by Greg Cousins, Tim Campion, L´eoJimenez, Jinhe Ye (Vincent), Kyle Gannon, Rachael Alvir, Rose Weisshaar, Paul McEldowney, Mike Haskel, ADD YOUR NAMES HERE. 1 Contents Introduction . .3 I A Brief Survey of Contemporary Model Theory 4 I.1 Some History . .4 I.2 Model Theory Basics . .4 I.3 Morleyization and the T eq Construction . .8 II Introduction to Category Theory and Toposes 9 II.1 Categories, functors, and natural transformations . .9 II.2 Yoneda's Lemma . 14 II.3 Equivalence of categories . 17 II.4 Product, Pullbacks, Equalizers . 20 IIIMore Advanced Category Theoy and Toposes 29 III.1 Subobject classifiers . 29 III.2 Elementary topos and Heyting algebra . 31 III.3 More on limits . 33 III.4 Elementary Topos . 36 III.5 Grothendieck Topologies and Sheaves . 40 IV Categorical Logic 46 IV.1 Categorical Semantics . 46 IV.2 Geometric Theories . 48 2 Introduction The purpose of this course was to explore connections between contemporary model theory and category theory. By model theory we will mostly mean first order, finitary model theory. Categorical model theory (or, more generally, categorical logic) is a general category-theoretic approach to logic that includes infinitary, intuitionistic, and even multi-valued logics. Say More Later. 3 Chapter I A Brief Survey of Contemporary Model Theory I.1 Some History Up until to the seventies and early eighties, model theory was a very broad subject, including topics such as infinitary logics, generalized quantifiers, and probability logics (which are actually back in fashion today in the form of con- tinuous model theory), and had a very set-theoretic flavour.
    [Show full text]
  • Categorical Logic from a Categorical Point of View
    Categorical logic from a categorical point of view Michael Shulman DRAFT for AARMS Summer School 2016 Version of July 28, 2016 2 ii Contents Prefacei 0 Introduction3 0.1 Appetizer: inverses in group objects................3 0.2 On syntax and free objects.....................8 0.3 On type theory and category theory................ 12 0.4 Expectations of the reader...................... 16 1 Unary type theories 19 1.1 Posets................................. 19 1.2 Categories............................... 23 1.2.1 Primitive cuts......................... 24 1.2.2 Cut admissibility....................... 29 1.3 Meet-semilattices........................... 39 1.3.1 Sequent calculus for meet-semilattices........... 40 1.3.2 Natural deduction for meet-semilattices.......... 44 1.4 Categories with products...................... 47 1.5 Categories with coproducts..................... 56 1.6 Universal properties and modularity................ 61 1.7 Presentations and theories...................... 63 1.7.1 Group presentations..................... 64 1.7.2 Category presentations.................... 66 1.7.3 ×-presentations........................ 68 1.7.4 Theories............................ 75 2 Simple type theories 85 2.1 Towards multicategories....................... 85 2.2 Introduction to multicategories................... 89 2.3 Multiposets and monoidal posets.................. 93 2.3.1 Multiposets.......................... 93 2.3.2 Sequent calculus for monoidal posets............ 95 2.3.3 Natural deduction for monoidal posets........... 99 2.4
    [Show full text]
  • Lecture Notes: Introduction to Categorical Logic
    Lecture Notes: Introduction to Categorical Logic [DRAFT: January 16, 2017] Steven Awodey Andrej Bauer January 16, 2017 Contents 1 Review of Category Theory 7 1.1 Categories . 7 1.1.1 The empty category 0 .................... 8 1.1.2 The unit category 1 ..................... 8 1.1.3 Other finite categories . 8 1.1.4 Groups as categories . 8 1.1.5 Posets as categories . 9 1.1.6 Sets as categories . 9 1.1.7 Structures as categories . 9 1.1.8 Further Definitions . 10 1.2 Functors . 11 1.2.1 Functors between sets, monoids and posets . 12 1.2.2 Forgetful functors . 12 1.3 Constructions of Categories and Functors . 12 1.3.1 Product of categories . 12 1.3.2 Slice categories . 13 1.3.3 Opposite categories . 14 1.3.4 Representable functors . 14 1.3.5 Group actions . 16 1.4 Natural Transformations and Functor Categories . 16 1.4.1 Directed graphs as a functor category . 18 1.4.2 The Yoneda Embedding . 19 1.4.3 Equivalence of Categories . 21 1.5 Adjoint Functors . 23 1.5.1 Adjoint maps between preorders . 24 1.5.2 Adjoint Functors . 26 1.5.3 The Unit of an Adjunction . 28 1.5.4 The Counit of an Adjunction . 30 1.6 Limits and Colimits . 31 1.6.1 Binary products . 31 1.6.2 Terminal object . 32 1.6.3 Equalizers . 32 1.6.4 Pullbacks . 33 1.6.5 Limits . 35 [DRAFT: January 16, 2017] 4 1.6.6 Colimits . 39 1.6.7 Binary Coproducts .
    [Show full text]
  • An Institutional View on Categorical Logic and the Curry-Howard-Tait-Isomorphism
    An Institutional View on Categorical Logic and the Curry-Howard-Tait-Isomorphism Till Mossakowski1, Florian Rabe2, Valeria De Paiva3, Lutz Schr¨oder1, and Joseph Goguen4 1 Department of Computer Science, University of Bremen 2 School of Engineering and Science, International University of Bremen 3 Intelligent Systems Laboratory, Palo Alto Research Center, California 4 Dept. of Computer Science & Engineering, University of California, San Diego Abstract. We introduce a generic notion of propositional categorical logic and provide a construction of an institution with proofs out of such a logic, following the Curry-Howard-Tait paradigm. We then prove logic-independent soundness and completeness theorems. The framework is instantiated with a number of examples: classical, intuitionistic, linear and modal propositional logics. Finally, we speculate how this framework may be extended beyond the propositional case. 1 Introduction The well-known Curry-Howard-Tait isomorphism establishes a correspondence between { propositions and types { proofs and terms { proof reductions and term reductions. Moreover, in this context, a number of deep correspondences between cate- gories and logical theories have been established (identifying `types' with `objects in a category'): conjunctive logic cartesian categories [19] positive logic cartesian closed categories [19] intuitionistic propositional logic bicartesian closed categories [19] classical propositional logic bicartesian closed categories with [19] ::-elimination linear logic ∗-autonomous categories [33] first-order logic hyperdoctrines [31] Martin-L¨of type theory locally cartesian closed categories [32] Here, we present work aimed at casting these correspondences in a common framework based on the theory of institutions. The notion of institution arose within computer science as a response to the population explosion among logics in use, with the ambition of doing as much as possible at a level of abstraction independent of commitment to any particular logic [16, 18].
    [Show full text]
  • Natural Number Objects in Dialectica Categories
    Available online at www.sciencedirect.com Electronic Notes in Theoretical Computer Science 305 (2014) 53–65 www.elsevier.com/locate/entcs Natural Number Objects in Dialectica Categories Valeria de Paiva1,2 NLU Research Lab Nuance Communications, Inc. Sunnyvale, CA, USA Charles Morgan3 Department of Mathematics University College London London, United Kingdom Samuel G. da Silva4 Departamento de Matem´atica Universidade Federal da Bahia Salvador, BA, Brazil Abstract This note sets down some facts about natural number objects in the Dialectica category Dial2(Sets). Natural number objects allow us to model G¨odel’s System T in an intrinsically logical fashion. G¨odel’s Dialectica Interpretation is a powerful tool originally used to prove the consistency of arithmetic. It was surprising (but pleasing) to discover, in the late eighties, that studying the Dialectica Interpretation by means of categorical proof theory led to models of Girard’s Linear Logic, in the shape of Dialectica categories. More recently Dialectica Interpretations of (by now established) Linear Logic systems have been studied, but not extended to System T. In this note we set out to to consider notions of natural number objects in the original Dialectica category models of the Interpretation. These should lead to intrinsic notions of linear recursitivity, we hope. Keywords: categorical logic, linear logic, natural numbers object, dialectica categories 1 We gratefully acknowledge support from CNPq for a visit of Valeria de Paiva to the Depto of Matematica of the Universidade Federal da Bahia that allowed us to collaborate in this work. 2 Email: [email protected] 3 Email: [email protected] 4 Email: [email protected] http://dx.doi.org/10.1016/j.entcs.2014.06.005 1571-0661/© 2014 Elsevier B.V.
    [Show full text]
  • An Institutional View on Categorical Logic
    An Institutional View on Categorical Logic Florian Rabe, Jacobs University Bremen Till Mossakowski, DFKI-Lab Bremen and University of Bremen Valeria de Paiva, Palo Alto Research Center, Palo Alto, California Lutz Schr¨oder, DFKI-Lab Bremen and University of Bremen Joseph Goguen, University of California, San Diego † Abstract We introduce a generic notion of categorical propositional logic and provide a construc- tion of a preorder-enriched institution out of such a logic, following the Curry-Howard-Tait paradigm. The logics are specified as theories of a meta-logic within the logical framework LF such that institution comorphisms are obtained from theory morphisms of the meta- logic. We prove several logic-independent results including soundness and completeness theorems and instantiate our framework with a number of examples: classical, intuition- istic, linear and modal propositional logic. We dedicate this work to the memory of our dear friend and colleague Joseph Goguen who passed away during its preparation. 1 Introduction The well-known Curry-Howard isomorphism [25, 18] establishes a correspondence between propositions and types, and proofs and terms, and proof and term reductions. A number of correspondences between various kinds of logical theories, λ-calculi and categories have been established, see Fig. 1. Here, we present work aimed at casting the propositional part of these correspondences in a common framework based on the theory of institutions. The notion of institution arose within computer science as a response to the population explosion among logics in use [20, 22]. Its key idea is to focus on abstractly axiomatizing the satisfaction relation between sentences and models.
    [Show full text]
  • Categorical Logic and Type Theory
    CATEGORICAL LOGIC AND TYPE THEORY Bart JACOBS Research Fellow ofthe Royal Netherlands Academy of Ans and Sciences Computing Science Institute, University ofNijmegen, P.O. Box 9010, 6500 GL Nijmegen, The Netherlands 1999 ELSEVIER AMSTERDAM • LAUSANNE • NEW YORK • OXFORD • SHANNON • SINGAPORE • TOKYO Contents Preface v Contents vii Preliminaries xi 0. Prospectus 1 0.1. Logic, type theory, and fibred category theory 1 0.2. The logic and type theory of sets 11 1. Introduction to ßbred category theory 19 1.1. Fibrations 20 1.2. Some concrete examples: sets, w-sets and PERs 31 1.3. Some general examples 40 1.4. Cloven and split fibrations 47 1.5. Change-of-base and composition for fibrations 56 1.6. Fibrations of signatures 64 1.7. Categories of fibrations 72 1.8. Fibrewise structure and fibred adjunctions 80 1.9. Fibred products and coprodncts 93 1.10. Indexed categories 107 2. Simple type theory 119 2.1. The basic calculus of types and terms 120 2.2. Functorial semantics 126 vii viii Contents 2.3. Exponents, products and coproducts 133 2.4. Semantics of simple type theories 146 2.5. Semantics of the untyped lambda calculus as a corollary 154 2.6. Simple parameters 157 3. Equational Logic 169 3.1. Logics 170 3.2. Specifications and theories in equational logic 177 3.3. Algebraic specifications 183 3.4. Fibred equality 190 3.5. Fibrations for equational logic 201 3.6. Fibred functorial semantics 209 4. First order predicate logic 219 4.1. Signatures, connectives and quantifiers 221 4.2. Fibrations for first order predicate logic 232 4.3.
    [Show full text]
  • Categorical Aspects of Type Theory
    Categorical Aspects of Type Theory Andr´eJoyal UQAM` CMS Meeting, Halifax, June 5, 2013 Introduction Motivation: To understand Martin-L¨oftype theory. Conceptual mathematics ! category theory. Two questions: I Is type theory soluble in category theory? I Is category theory soluble in type theory? I will not discuss the second question here. Overview Aspects of categorical logic: I Locally cartesian closed categories I Tribes Homotopical logic: I Weak factorization systems I Homotopical algebra I Pre-typoi I Typoi I Univalent typoi Aspects of categorical logic The basic principles of categorical logic was expressed in Lawvere's paper Adjointness in Foundation (1969). I will use these principles implicitly. I Locally cartesian closed categories I Tribes I Π-tribes Terminal objects and terms Recall that an object > in a category C is said to be terminal if for every object A 2 C, there is a unique map A ! >. If > is a terminal object, then a map u : > ! A is called I a global section of the object A, u 2 Γ(A) I an element of A, u 2 A I a constant of sort A, u 2 A I a term of type A, u : A. Cartesian product Recall that the cartesian product A × B of two objects A and B in a category C is an object A × B equipped with a pair of projection p1 p2 AAo × B / B having the following universal property: for any object C 2 C and any a pair of maps f g ACo / B; there is a unique map h = hf ; gi : C ! A × B such that p1h = f and p2h = g.
    [Show full text]
  • A Unified Approach to Algebraic Set Theory
    A Unified Approach to Algebraic Set Theory Benno van den Berg ∗ Ieke Moerdijk† June 22, 2007 1 Introduction This short paper provides a summary of the tutorial on categorical logic given by the second named author at the Logic Colloquium in Nijmegen. Before we go into the subject matter, we would like to express our thanks to the organisers for an excellent conference, and for offering us the opportunity to present this material. Categorical logic studies the relation between category theory and logical languages, and provides a very efficient framework in which to treat the syntax and the model theory on an equal footing. For a given theory T formulated in a suitable language, both the theory itself and its models can be viewed as categories with structure, and the fact that the models are models of the theory corresponds to the existence of canonical functors between these categories. This applies to ordinary models of first order theories, but also to more complicated topological models, forcing models, realisability and dialectica interpretations of intuitionistic arithmetic, domain-theoretic models of the λ-calculus, and so on. One of the best worked out examples is that where T extends the theory HHA of higher order Heyting arithmetic [29], which is closely related to the Lawvere-Tierney theory of elementary toposes. Indeed, every elementary topos (always taken with a natural numbers object here) provides a categorical model for HHA, and the theory HHA itself also corresponds to a particular topos, the “free” one, in which the true sentences are the provable ones. The logic of many particular toposes shares features of independence results in set theory.
    [Show full text]