Notes on Category Theory

Total Page:16

File Type:pdf, Size:1020Kb

Notes on Category Theory NOTES ON CATEGORY THEORY RENRENTHEHAMSTER This set of notes presents an introduction to category theory mainly in the context of undergraduate abstract algebra. The reader is assumed to have had prior exposure to the theory of groups, rings and modules, but no prior exposure to category theory is assumed. This set of notes will cover basic concepts such as functors, natural transformations, and universal properties. I would like to acknowledge Aluffi’s "Algebra: Chapter 0" for many of the dia- grams and examples found in this set of notes. Date: April 2017. 1 1. The Basics of Category Theory One can imagine that the ultimate mathematician is one who can see analogies between analogies. { Stefan Banach Often in the study of mathematics, we come across a class of sets with additional mathematical structure imposed on them; for example groups are sets which obey certain axioms, and topological spaces are sets of points obeying certain axioms. We also care alot about how these objects \talk" to each other via maps that respect the structure of these objects (e.g. group homomorphisms for the case of groups, and continuous functions for the case of topological spaces). In a superficial sense, Category Theory is a common language that further abstracts our study of special mathematical objects. Just as cyclic groups and symmetry groups are special examples of groups, the collection of groups and the collection of rings are two examples of categories1. By de-emphasizing the specific stuctures that the objects possess, we can study, for example, what is generally meant by \isomorphism" between two objects, or the \product" of two objects, without caring whether they are groups, or rings, or something else. The reader will come to appreciate that many propositions that he/she has learnt or will learn are actually variations on the same theme, which could have been done in one shot using the framework of categry theory. In addition, many constructions could have been more cleanly described, and registered in the reader's mind as \the same" if understood in category-theoretic terms. All in all, category theory can be seen as moving further up one level of abstrac- tion, where we study classes of mathematical objects (i.e. the categories, e.g. the category of groups, the category of rings, the category of sets), and relationships between these classes (i.e. functors between categories, e.g. how the category of groups relate to the category of sets). 1.1. Key Definition and Many Examples. We begin with the most important definition of this text. Definition 1.1.1. A category C consists of: • A class ob(C) whose elements are called objects • A class Hom(C) of morphisms between objects. For every two objects A; B 2 ob(C),we write HomC(A; B) to denote the hom-class of all mor- phisms from A to B • A binary operation called composition of morphisms, such that for any three objects A; B; C we have a map HomC(A; B) × HomC(B; C) ! HomC(A; C). Composition is governed by two axioms: 1Technically the category also includes the respective homomorphisms, but this is just a mo- tivational exposition. NOTES ON CATEGORY THEORY 3 { Associativity: If f : A ! B; g : B ! C; h : C ! D, then h(gf) = (hg)f { Identity: For every object A, there exists a morphism 1A 2 HomC(A; A) called the identity morphism, such that for every morphism f : A ! B, we have 1Bf = f1A = f A common way of thinking about categories is to draw a schematic where arrows are used to represent morphisms of interest, such as in figure 1.1. Figure 1.1. When an arrow points from an object to itself, it has a special name: Definition 1.1.2. A morphism from an object to itself is called an endomor- phism. For an object A, we write EndC(A) for HomC(A; A). Here comes a series of examples. While the examples may appear increasingly abstract and random, rest assured that these examples will show up often in the remainder of the text. As such, study them carefully. Example 1.1.3. Here are some examples which should be familiar from previous study of abstract algebra. • Sets, as objects, and set-functions, as morphisms, form a category, called `Set'. • The category `Grp' has groups as objects and group homomorphisms as morphisms. The category `Ab' has abelian groups as objects and group homomorphisms as morphisms. • The category `Ring' has rings as objects and ring homomorphisms as mor- phisms. The category `CRing' has instead commutative rings as objects. • For a given ring R, the category `R-Mod' consists of left R-modules and the category `Mod-R' consists of right R-modules. The morphisms are module homomorphisms. Of course, if R is commutative, then the two categories are the same. • Topological spaces, as objects, and continuous functions, as morphisms, form a category, often called `Top'. Example 1.1.4. Given a set S, a preordering ≤ is a relation on S that is reflexive and transitive. Any preordered set (S; ≤) forms a category, where the objects are the members of S, the morphisms are arrows pointing from x to y whenever x ≤ y. This results in a thin category, i.e. a category with at most one morphism from an object to another. This makes it obvious how to define composition of morphisms. 4 RENRENTHEHAMSTER As specific examples of example 1.1.4, one may consider Z with the relation ≤, or a power set with the inclusion relation ⊆, or Z+ with the divisibility relation. Here are two ways of building new categories from old ones. Example 1.1.5. Given a category C, the dual category is the category Cop formed by reversing all the arrows. Example 1.1.6. Given two categories C and D, the product category C × D is defined as follows: • The objects are pairs (A; B) where A is an object of C and B is an object of D. • The morphisms from (A; B) to (A0;B0) are pairs (f; g) where f : A ! A0 is a morphism in C and g : B ! B0 is a morphism in D. • Composition of morphisms is done component-wise: (f; g) ◦ (f 0; g0) = (f ◦ f 0; g ◦ g0) Here are two slightly abstract examples, but these are actually recurring exam- ples throughout this set of notes. Example 1.1.7. Given a category C and an object A of C, define the category (C # A) called the slice category w.r.t. A or category of objects over A as follows: • The objects are pairs (Z; f) where Z 2 Ob(C) and f 2 HomC(Z; A). Pic- torially, an object of (C # A) is an arrow in figure 1.2. Figure 1.2. • If (Z1; f1) and (Z2; f2) are objects in (C # A), then a morphism σ : (Z1; f1) ! (Z2; f2) is defined to be a morphism σ : Z1 ! Z2 (slight abuse of notation here) which makes the following diagram (figure 1.3) commute in C: Figure 1.3. NOTES ON CATEGORY THEORY 5 • The composition of σ :(Z1; f1) ! (Z2; f2) and τ :(Z2; f2) ! (Z3; f3) is de- fined as follows: The commutativity of figure 1.4 implies that τσ (obtained from composition in C) makes the following diagram (figure 1.5) commute. This means τσ :(Z1; f1) ! (Z3; f3) can be taken as the composition. Figure 1.4. Figure 1.5. Example 1.1.8. Given a category C and an object A 2 C, define the category (A # C) called the coslice category w.r.t. A or category of objects under A where the objects are pairs (f; Z) where f 2 HomC(A; Z) and a morphism from (f1;Z1) to (f2;Z2) is a map σ : Z1 ! Z2 that makes the following diagram (figure 1.6) commute: Figure 1.6. Example 1.1.9. (Pointed Sets) In the context of example 1.1.8, take C to be Set and A to be a set with one element, say A = {∗}. Then an object is equivalent to picking (S; s) where S is a set and s 2 S, and a morphism (S; s) ! (T; t) corresponds to a set function σ : S ! T such that σ(s) = t. Hopefully the reader has gotten quite comfortable with the notion of a category. This final example is the most abstract in this section, but its importance will be unveiled shortly when we study products and coproducts. Example 1.1.10. Given a category C and two objects A; B 2 C, define the category 2 (C ⇒ A; B) which we shall call the double slice category w.r.t. A; B as follows: • Objects are diagrams of the form shown in figure 1.7 • Morphisms between the objects shown in figure 1.8 are commutative dia- grams of the form shown in figure 1.9 Similarly, we can define the category (A; B ⇒ C) which we shall call the double coslice category w.r.t. A; B by flipping all the arrows. 2unlike all other names in this section, the author is unaware of how this category is often referred to in the literature. As such, the author made up this name. 6 RENRENTHEHAMSTER Figure 1.7. Figure 1.8. Figure 1.9. 1.2. More on Morphisms. In the context of set theory, certain set-functions are special, e.g. they might be injective, surjective, or bijective. These properties are typically defined with reference to elements of the sets involved.
Recommended publications
  • Table of Contents
    UNIVERSAL PROPERTY & CASUALTY INSURANCE COMPANY MASSACHUSETTS PERSONAL PROPERTY MANUAL HOMEOWNERS PROGRAM EDITION 02/15 TABLE OF CONTENTS RULE CONTENT PAGE NO. 1 Application of Program Rules 1 2 Reserved for Future Use 1 3 Extent of Coverage 1 4 Reserved for Future Use 1 5 Policy Fee 1 6 Reserved for Future Use 1 7 Policy Period, Minimum Premium and Waiver of Premium 1 8 Rounding of Premiums 1 9 Changes and Mid-Term Premium Adjustments 2 10 Effective Date and Important Notices 2 11 Protective Device Credits 2 12 Townhouses or Rowhouses 2 13 Underwriting Surcharges 3 14 Mandatory Additional Charges 3 15 Payment and Payment Plan Options 4 16 Building Code Compliance 5 100 Reserved for Future Use 5 101 Limits of Liability and Coverage Relationship 6 102 Description of Coverages 6 103 Mandatory Coverages 7 104 Eligibility 7 105 Secondary Residence Premises 9 106 Reserved for Future Use 9 107 Construction Definitions 9 108 Seasonal Dwelling Definition 9 109 Single Building Definition 9 201 Policy Period 9 202 Changes or Cancellations 9 203 Manual Premium Revision 9 204 Reserved for Future Use 10 205 Reserved for Future Use 10 206 Transfer or Assignment 10 207 Reserved for Future Use 10 208 Premium Rounding Rule 10 209 Reserved for Future Use 10 300 Key Factor Interpolation Computation 10 301 Territorial Base Rates 11 401 Reserved for Future Use 20 402 Personal Property (Coverage C ) Replacement Cost Coverage 20 403 Age of Home 20 404 Ordinance or Law Coverage - Increased Limits 21 405 Debris Removal – HO 00 03 21 406 Deductibles 22 407 Additional
    [Show full text]
  • Arxiv:1705.02246V2 [Math.RT] 20 Nov 2019 Esyta Ulsubcategory Full a That Say [15]
    WIDE SUBCATEGORIES OF d-CLUSTER TILTING SUBCATEGORIES MARTIN HERSCHEND, PETER JØRGENSEN, AND LAERTIS VASO Abstract. A subcategory of an abelian category is wide if it is closed under sums, summands, kernels, cokernels, and extensions. Wide subcategories provide a significant interface between representation theory and combinatorics. If Φ is a finite dimensional algebra, then each functorially finite wide subcategory of mod(Φ) is of the φ form φ∗ mod(Γ) in an essentially unique way, where Γ is a finite dimensional algebra and Φ −→ Γ is Φ an algebra epimorphism satisfying Tor (Γ, Γ) = 0. 1 Let F ⊆ mod(Φ) be a d-cluster tilting subcategory as defined by Iyama. Then F is a d-abelian category as defined by Jasso, and we call a subcategory of F wide if it is closed under sums, summands, d- kernels, d-cokernels, and d-extensions. We generalise the above description of wide subcategories to this setting: Each functorially finite wide subcategory of F is of the form φ∗(G ) in an essentially φ Φ unique way, where Φ −→ Γ is an algebra epimorphism satisfying Tord (Γ, Γ) = 0, and G ⊆ mod(Γ) is a d-cluster tilting subcategory. We illustrate the theory by computing the wide subcategories of some d-cluster tilting subcategories ℓ F ⊆ mod(Φ) over algebras of the form Φ = kAm/(rad kAm) . Dedicated to Idun Reiten on the occasion of her 75th birthday 1. Introduction Let d > 1 be an integer. This paper introduces and studies wide subcategories of d-abelian categories as defined by Jasso. The main examples of d-abelian categories are d-cluster tilting subcategories as defined by Iyama.
    [Show full text]
  • Universal Properties, Free Algebras, Presentations
    Universal Properties, Free Algebras, Presentations Modern Algebra 1 Fall 2016 Modern Algebra 1 (Fall 2016) Universal Properties, Free Algebras, Presentations 1 / 14 (1) f ◦ g exists if and only if dom(f ) = cod(g). (2) Composition is associative when it is defined. (3) dom(f ◦ g) = dom(g), cod(f ◦ g) = cod(f ). (4) If A = dom(f ) and B = cod(f ), then f ◦ idA = f and idB ◦ f = f . (5) dom(idA) = cod(idA) = A. (1) Ob(C) = O is a class whose members are called objects, (2) Mor(C) = M is a class whose members are called morphisms, (3) ◦ : M × M ! M is a binary partial operation called composition, (4) id : O ! M is a unary function assigning to each object A 2 O a morphism idA called the identity of A, (5) dom; cod : M ! O are unary functions assigning to each morphism f objects called the domain and codomain of f respectively. The laws defining categories are: Defn (Category) A category is a 2-sorted partial algebra C = hO; M; ◦; id; dom; codi where Modern Algebra 1 (Fall 2016) Universal Properties, Free Algebras, Presentations 2 / 14 (1) f ◦ g exists if and only if dom(f ) = cod(g). (2) Composition is associative when it is defined. (3) dom(f ◦ g) = dom(g), cod(f ◦ g) = cod(f ). (4) If A = dom(f ) and B = cod(f ), then f ◦ idA = f and idB ◦ f = f . (5) dom(idA) = cod(idA) = A. (2) Mor(C) = M is a class whose members are called morphisms, (3) ◦ : M × M ! M is a binary partial operation called composition, (4) id : O ! M is a unary function assigning to each object A 2 O a morphism idA called the identity of A, (5) dom; cod : M ! O are unary functions assigning to each morphism f objects called the domain and codomain of f respectively.
    [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]
  • Product Category Rules
    Product Category Rules PRé’s own Vee Subramanian worked with a team of experts to publish a thought provoking article on product category rules (PCRs) in the International Journal of Life Cycle Assessment in April 2012. The full article can be viewed at http://www.springerlink.com/content/qp4g0x8t71432351/. Here we present the main body of the text that explores the importance of global alignment of programs that manage PCRs. Comparing Product Category Rules from Different Programs: Learned Outcomes Towards Global Alignment Vee Subramanian • Wesley Ingwersen • Connie Hensler • Heather Collie Abstract Purpose Product category rules (PCRs) provide category-specific guidance for estimating and reporting product life cycle environmental impacts, typically in the form of environmental product declarations and product carbon footprints. Lack of global harmonization between PCRs or sector guidance documents has led to the development of duplicate PCRs for same products. Differences in the general requirements (e.g., product category definition, reporting format) and LCA methodology (e.g., system boundaries, inventory analysis, allocation rules, etc.) diminish the comparability of product claims. Methods A comparison template was developed to compare PCRs from different global program operators. The goal was to identify the differences between duplicate PCRs from a broad selection of product categories and propose a path towards alignment. We looked at five different product categories: Milk/dairy (2 PCRs), Horticultural products (3 PCRs), Wood-particle board (2 PCRs), and Laundry detergents (4 PCRs). Results & discussion Disparity between PCRs ranged from broad differences in scope, system boundaries and impacts addressed (e.g. multi-impact vs. carbon footprint only) to specific differences of technical elements.
    [Show full text]
  • Universal Property & Casualty Insurance Company
    UNIVERSAL PROPERTY & CASUALTY INSURANCE COMPANY FLORIDA PERSONAL PROPERTY MANUAL DWELLING SECTION TABLE OF CONTENTS RULE CONTENT PAGE NO. 1 Introduction 1 2 Applications for Insurance 1 3 Extent of Coverage 6 4 Cancellations 6 5 Policy Fee 7 6 Commissions 8 7 Policy Period, Minimum Premium and Waiver of Premium 8 8 Rounding of Premiums 8 9 Changes and Mid-Term Premium Adjustments 8 10 Effective Date and Important Notices 8 11 Protective Device Discounts 9 12 Townhouse or Rowhouse 9 13 Underwriting Surcharges 10 14 Mandatory Additional Charges 10 15 Payment and Payment Plan Options 11 16 Building Code Compliance 12 100 Additional Underwriting Requirements – Dwelling Program 15 101 Forms, Coverage, Minimum Limits of Liability 16 102 Perils Insured Against 17 103 Eligibility 18 104 Reserved for Future Use 19 105 Seasonal Dwelling Definition 19 106 Construction Definitions 19 107 Single Building Definition 19 201 Policy Period 20 202 Changes or Cancellations 20 203 Manual Premium Revision 20 204 Multiple Locations 20 205 Reserved for Future Use 20 206 Transfer or Assignment 20 207 Reserved for Future Use 20 208 Reserved for Future Use 20 209 Whole Dollar Premium Rule 20 301 Base Premium Computation 21 302 Vandalism and Malicious Mischief – DP 00 01 Only 32 303 Reserved for Future Use 32 304 Permitted Incidental Occupancies 32 306 Hurricane Rates 33 402 Superior Construction 36 403 Reserved for Future Use 36 404 Dwelling Under Construction 36 405 Reserved for Future Use 36 406 Water Back-up and Sump Discharge or Overflow - Florida 36 407 Deductibles
    [Show full text]
  • 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]
  • Toy Industry Product Categories
    Definitions Document Toy Industry Product Categories Action Figures Action Figures, Playsets and Accessories Includes licensed and theme figures that have an action-based play pattern. Also includes clothing, vehicles, tools, weapons or play sets to be used with the action figure. Role Play (non-costume) Includes role play accessory items that are both action themed and generically themed. This category does not include dress-up or costume items, which have their own category. Arts and Crafts Chalk, Crayons, Markers Paints and Pencils Includes singles and sets of these items. (e.g., box of crayons, bucket of chalk). Reusable Compounds (e.g., Clay, Dough, Sand, etc.) and Kits Includes any reusable compound, or items that can be manipulated into creating an object. Some examples include dough, sand and clay. Also includes kits that are intended for use with reusable compounds. Design Kits and Supplies – Reusable Includes toys used for designing that have a reusable feature or extra accessories (e.g., extra paper). Examples include Etch-A-Sketch, Aquadoodle, Lite Brite, magnetic design boards, and electronic or digital design units. Includes items created on the toy themselves or toys that connect to a computer or tablet for designing / viewing. Design Kits and Supplies – Single Use Includes items used by a child to create art and sculpture projects. These items are all-inclusive kits and may contain supplies that are needed to create the project (e.g., crayons, paint, yarn). This category includes refills that are sold separately to coincide directly with the kits. Also includes children’s easels and paint-by-number sets.
    [Show full text]
  • Limits Commutative Algebra May 11 2020 1. Direct Limits Definition 1
    Limits Commutative Algebra May 11 2020 1. Direct Limits Definition 1: A directed set I is a set with a partial order ≤ such that for every i; j 2 I there is k 2 I such that i ≤ k and j ≤ k. Let R be a ring. A directed system of R-modules indexed by I is a collection of R modules fMi j i 2 Ig with a R module homomorphisms µi;j : Mi ! Mj for each pair i; j 2 I where i ≤ j, such that (i) for any i 2 I, µi;i = IdMi and (ii) for any i ≤ j ≤ k in I, µi;j ◦ µj;k = µi;k. We shall denote a directed system by a tuple (Mi; µi;j). The direct limit of a directed system is defined using a universal property. It exists and is unique up to a unique isomorphism. Theorem 2 (Direct limits). Let fMi j i 2 Ig be a directed system of R modules then there exists an R module M with the following properties: (i) There are R module homomorphisms µi : Mi ! M for each i 2 I, satisfying µi = µj ◦ µi;j whenever i < j. (ii) If there is an R module N such that there are R module homomorphisms νi : Mi ! N for each i and νi = νj ◦µi;j whenever i < j; then there exists a unique R module homomorphism ν : M ! N, such that νi = ν ◦ µi. The module M is unique in the sense that if there is any other R module M 0 satisfying properties (i) and (ii) then there is a unique R module isomorphism µ0 : M ! M 0.
    [Show full text]
  • Homeowners Endorsements
    HOMEOWNERS ENDORSEMENTS POLICY FORMS AND ENDORSEMENTS FOR FLORIDA Name Description Credit Disclosure Credit Disclosure Notice HO 00 03 04 91 Homeowners 3 Special Form HO 00 04 04 91 Homeowners 4 Contents Broad Form HO 00 06 04 91 Homeowners 6 Unit Owners Form HO 00 08 04 91 Homeowners 8 Modified Coverage Form HO 04 10 04 91 Additional Interests - Residence Premises HO 04 16 04 91 Premises Alarm or Fire Protection System HO 04 30 04 91 Theft Coverage Increase HO 04 40 04 91 Structures Rented To Others - Residence Premises HO 04 41 04 91 Additional Insured - Residence Premises HO 04 42 04 91 Permitted Incidental Occupancies HO 04 48 04 91 Other Structures HO 04 81 12 13 Actual Cash Value Loss Settlement HO 04 94 06 97 (06-07) Exclusion for Windstorm Coverage HO 04 96 04 91 No Coverage for Home Day Care Business HO 17 32 04 91R (06-07) Unit Owners Coverage A - Special Coverage HO 17 33 04 91 Unit Owners Rental to Others HO 23 70 06 97 Windstorm Exterior Paint or Waterproofing Endorsement HO 23 74 12 13 Replacement Cost Loss Settlement Endorsement UPCIC 00 07 (02-12) Sinkhole Loss Coverage - Florida UPCIC 01 03 06 07 Law and Ordinance Increase to 50% UPCIC 03 33 07 08 Limited Fungi, Wet or Dry Rot, or Bacteria UPCIC 04 33 07 08 Limited Fungi, Wet or Dry Rot, or Bacteria UPCIC 04 90 04 91 (06-07) Personal Property Replacement Cost UPCIC 06 03 32 08 Limited Fungi, Wet or Dry Rot, or Bacteria UPCIC 06 33 07 08 (1) Limited Fungi, Wet or Dry Rot, or Bacteria UPCIC 08 33 07 08 Limited Fungi, Wet or Dry Rot, or Bacteria UPCIC 10 01 98 (06-07) Existing Damage Exclusion UPCIC 14 01 98 Amendment of Loss Settlement Condition - Florida UPCIC 16 01 98 Loss Assessment Coverage UPCIC 19 01 98 Windstorm Protective Devices UPCIC 23 12 13 Special Provisions - Florida UPCIC 23 01 16 Special Provisions - Florida UPCIC 25 01 98 (06-07) Hurricane Deductible UPCIC 3 01 98 Outline of Your Homeowner Policy UPCIC Privacy UPCIC Privacy Statement UPCIC SPL (05-08) Swimming Pool Liability Exclusion Universal Property & Casualty Insurance Company 1110 W.
    [Show full text]
  • Categorical Models of Type Theory
    Categorical models of type theory Michael Shulman February 28, 2012 1 / 43 Theories and models Example The theory of a group asserts an identity e, products x · y and inverses x−1 for any x; y, and equalities x · (y · z) = (x · y) · z and x · e = x = e · x and x · x−1 = e. I A model of this theory (in sets) is a particularparticular group, like Z or S3. I A model in spaces is a topological group. I A model in manifolds is a Lie group. I ... 3 / 43 Group objects in categories Definition A group object in a category with finite products is an object G with morphisms e : 1 ! G, m : G × G ! G, and i : G ! G, such that the following diagrams commute. m×1 (e;1) (1;e) G × G × G / G × G / G × G o G F G FF xx 1×m m FF xx FF m xx 1 F x 1 / F# x{ x G × G m G G ! / e / G 1 GO ∆ m G × G / G × G 1×i 4 / 43 Categorical semantics Categorical semantics is a general procedure to go from 1. the theory of a group to 2. the notion of group object in a category. A group object in a category is a model of the theory of a group. Then, anything we can prove formally in the theory of a group will be valid for group objects in any category. 5 / 43 Doctrines For each kind of type theory there is a corresponding kind of structured category in which we consider models.
    [Show full text]
  • 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.
    [Show full text]