Open Wright-Dissertation.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Open Wright-Dissertation.Pdf The Pennsylvania State University The Graduate School AN ALGEBRAIC PERSPECTIVE ON COMPUTING WITH DATA A Dissertation in Mathematics by William Wright © 2019 William Wright Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy August 2019 The dissertation of William Wright was reviewed and approved∗ by the following: Jason Morton Professor of Mathematics Dissertation Advisor, Chair of Committee Vladimir Itskov Professor of Mathematics Alexei Novikov Professor of Mathematics, Director of Graduate Studies Aleksandra Slavkovic Professor of Statistics ∗Signatures are on file in the Graduate School. ii Abstract Historically, algebraic statistics has focused on the application of techniques from computational commutative algebra, combinatorics, and algebraic geometry to problems in statistics. In this dissertation, we emphasize how sheaves and monads are important tools for thinking about modern statistical computing. First, we explore how probabilistic computing necessitates thinking about random variables as tied to their family of extensions and ultimately reformulate this observation in the language of sheaf theory. We then turn our attention to the relationship between topos theory and relational algebra of databases showing how Codd’s original operations can be seen as constructions inside Set. Next we discuss contextuality, the phenomenon whereby the value of a random variable depends on the other random variables observed simultaneously, and demonstrate how sheaves allow us to lift statistical concepts to contextual measurement scenarios. We then discuss a technique for hypothesis testing based on algebraic invariants whose asymptotic convergence properties do not rely on asymptotitc normality of any estimator as they are defined as energy functionals on the observed data. Finally, we discuss the Giry monad and how its implementation would aid in analysis of data sets with missing data. iii Contents List of Figures x Acknowledgments xi Chapter 1 Introduction 1 1.1 Motivation & Background . 1 1.2 Contributions . 3 1.3 Summary . 5 Chapter 2 Background 7 2.1 Categories . 7 2.2 Functors & Categories of Functors . 14 2.2.1 Functors . 14 2.2.2 Natural Transformations . 16 2.2.3 Functor Categories . 17 2.2.4 The Yoneda Embedding . 17 2.3 Lattices & Heyting Algebras . 18 2.3.1 Lattices . 18 2.3.2 Heyting Algebras . 20 2.4 Monads . 21 2.5 Cartesian Closed Categories . 23 2.6 Topoi . 24 2.7 Presheaves . 27 2.7.1 The Category of Presheaves . 27 2.7.2 Initial and Terminal Objects . 28 2.7.3 Products and Coproducts . 28 2.7.4 Equalizers and Coequalizers . 29 2.7.5 Pullbacks and Pushouts . 30 iv 2.7.6 Exponentials . 31 2.7.7 The Subobject Classifier . 32 2.7.7.1 Subobjects . 32 2.7.7.2 The Subobject Classifier . 32 2.7.8 Local and Global Sections . 34 2.8 Sheaves . 34 Chapter 3 A Sheaf Theoretic Perspective on Higher Order Probabilistic Programming 38 3.1 The Categorical Structure of Measurable Spaces . 39 3.1.1 Non-Existence of Exponentials . 40 3.1.2 Lack of Subobject Classifier . 42 3.2 The Giry Monad . 46 3.2.1 The Endofunctor G ...................... 46 3.2.2 The Natural Transformation η . 46 3.2.3 The Natural Transformation µ . 47 3.2.4 The Kleisli Category of the Giry Monad . 47 3.2.5 Simple Facts About the Giry Monad . 48 3.3 The Cartesian Closed Category of Quasi-Borel Spaces . 49 3.3.1 Quasi-Borel Spaces . 49 3.3.2 Cartesian Closure of QBS.................... 51 3.3.3 The Giry Monad on the Category of Quasi-Borel Spaces . 51 3.3.4 De Finetti Theorem for Quasi-Borel Spaces . 52 3.4 Standard Borel Spaces . 53 3.5 Quasi-Borel Sheaves . 55 3.5.1 Sample Space Category . 55 3.5.2 Quasi-Borel Presheaves . 57 3.5.3 Quasi-Borel Sheaves . 57 3.5.4 Lifting Measures Lemma . 60 3.6 Probability Theory for Quasi-Borel Sheaves . 62 3.6.1 Events . 62 3.6.2 Global Sections, Local Sections, and Subsheaves . 63 3.6.3 Expectation as a Sheaf Morphism . 64 3.7 Future Work . 65 3.7.1 Probabilistic Programming and Simulation of Stochastic Processes . 65 3.7.2 Categorical Logic and Probabilistic Reasoning . 66 3.7.3 Sample Space Category and the Topos Structure . 66 3.7.4 Extension of the Giry Monad . 67 v Chapter 4 Categorical Logic and Relational Databases 68 4.1 Introduction . 68 4.2 Data Tables . 69 4.2.1 Attributes . 71 4.2.2 Attribute Spaces (Data Types) . 71 4.2.3 Missing Data . 72 4.2.4 Data Types . 73 4.2.5 Column Spaces, Tuples, and Tables . 74 4.2.5.1 Column Spaces . 74 4.2.5.2 Records . 74 4.2.5.3 Tables . 74 4.2.6 Primary Keys . 76 4.2.7 Versioning . 76 4.3 Relational Algebra on Tables . 77 4.3.1 Products . 77 4.3.2 Projection . 78 4.3.3 Union . 78 4.3.4 Selection . 78 4.3.5 Difference . 80 4.4 Some Additional Operations on Tables . 81 4.4.1 Addition & Deletion . 81 4.4.2 Editing Records . 81 4.4.2.1 Rename . 82 4.4.2.2 Imputation . 82 4.4.3 Merging Overlapping Records . 83 4.4.3.1 Table Morphisms . 83 4.4.4 Non-Binary Logics . 84 4.5 Random Tables and Random Databases . 84 4.5.1 Random Tables . 85 4.5.2 Giry Monad Applied to Tables . 85 4.5.3 Random Databases . 85 4.6 Topological Aspects of Databases . 87 4.6.1 Simplicial Complex Associated to a Database . 87 4.6.2 Contextuality . 87 4.6.3 Topology on a Database . 89 4.7 Relationship Between Topological Structure of a Schema and Con- textuality . 90 vi Chapter 5 Contextual Statistics 91 5.1 Introduction . 91 5.2 The Bell Marginals . 93 5.3 Skip-NA and Directed Graphical Models . 99 5.4 Motivation from Statistical Privacy . 103 5.5 Poset of Joins of a Database . 103 5.5.1 Contextual Constraint Satisfaction Problems . 104 5.5.2 Poset of Solutions to Contextual Constraint Satisfaction Problems . 105 5.6 Topology of a Database Schema . 108 5.6.1 Contextual Topology on a Database Schema . 109 5.7 Sheaves on Databases . 113 5.7.1 Presheaf of Data Types . 113 5.7.2 Presheaf of Classical Tables of a Fixed Size . 114 5.7.3 Sheaf of Counts on Contextual Tables . 114 5.7.4 Presheaf of Classical Probability Measures . 117 5.7.5 Sheaf of Outcome Spaces . 117 5.7.6 Contextual Random Variables . 118 5.7.7 Sheaf of Parameters . 119 5.7.8 Sheaf of Contextual Probability Measures . 120 5.8 Statistical Models on Contextual Sheaves . 121 5.8.1 Contextual Statistical Models . 122 5.8.2 Factors . 125 5.8.3 Classical Snapshots of a Factor . 126 5.9 Subobject Classifier for Contextual Sheaves . 127 5.10 Local and Global Sections of a Contextual Sheaf . 128 5.11 Fitting Contextual Models . 130 5.11.1 Maximum Likelihood Estimation for the Saturated Contex- tual Model . 130 5.11.2 Classical Approximation of a Contextual Distribution . 132 5.12 Contextual Hypothesis Testing . 134 5.12.1 Testing if Observed Marginals are Drawn from the Same Distribution . 134 5.12.2 Testing if a Collection of Tables can be Explained Classically 135 5.12.3 A Hypothesis Test for Contextuality . 136 5.13 Future Work . 136 5.13.1 Contextuality Penalization . 136 5.13.2 Sampling for Contextual Probability Distributions . 137 vii Chapter 6 Algebraic Hypothesis Testing 139 6.1 Introduction . 139 6.2 From model.
Recommended publications
  • A First Introduction to the Algebra of Sentences
    A First Introduction to the Algebra of Sentences Silvio Ghilardi Dipartimento di Scienze dell'Informazione, Universit`adegli Studi di Milano September 2000 These notes cover the content of a basic course in propositional alge- braic logic given by the author at the italian School of Logic held in Cesena, September 18-23, 2000. They are addressed to people having few background in Symbolic Logic and they are mostly intended to develop algebraic methods for establishing basic metamathematical results (like representation theory and completeness, ¯nite model property, disjunction property, Beth de¯n- ability and Craig interpolation). For the sake of simplicity, only the case of propositional intuitionistic logic is covered, although the methods we are explaining apply to other logics (e.g. modal) with minor modi¯cations. The purity and the conceptual clarity of such methods is our main concern; for these reasons we shall feel free to apply basic mathematical tools from cate- gory theory. The choice of the material and the presentation style for a basic course are always motivated by the occasion and by the lecturer's taste (that's the only reason why they might be stimulating) and these notes follow such a rule. They are expecially intended to provide an introduction to category theoretic methods, by applying them to topics suggested by propositional logic. Unfortunately, time was not su±cient to the author to include all material he planned to include; for this reason, important and interesting develope- ments are mentioned in the ¯nal Section of these notes, where the reader can however only ¯nd suggestions for further readings.
    [Show full text]
  • Basic Category Theory and Topos Theory
    Basic Category Theory and Topos Theory Jaap van Oosten Jaap van Oosten Department of Mathematics Utrecht University The Netherlands Revised, February 2016 Contents 1 Categories and Functors 1 1.1 Definitions and examples . 1 1.2 Some special objects and arrows . 5 2 Natural transformations 8 2.1 The Yoneda lemma . 8 2.2 Examples of natural transformations . 11 2.3 Equivalence of categories; an example . 13 3 (Co)cones and (Co)limits 16 3.1 Limits . 16 3.2 Limits by products and equalizers . 23 3.3 Complete Categories . 24 3.4 Colimits . 25 4 A little piece of categorical logic 28 4.1 Regular categories and subobjects . 28 4.2 The logic of regular categories . 34 4.3 The language L(C) and theory T (C) associated to a regular cat- egory C ................................ 39 4.4 The category C(T ) associated to a theory T : Completeness Theorem 41 4.5 Example of a regular category . 44 5 Adjunctions 47 5.1 Adjoint functors . 47 5.2 Expressing (co)completeness by existence of adjoints; preserva- tion of (co)limits by adjoint functors . 52 6 Monads and Algebras 56 6.1 Algebras for a monad . 57 6.2 T -Algebras at least as complete as D . 61 6.3 The Kleisli category of a monad . 62 7 Cartesian closed categories and the λ-calculus 64 7.1 Cartesian closed categories (ccc's); examples and basic facts . 64 7.2 Typed λ-calculus and cartesian closed categories . 68 7.3 Representation of primitive recursive functions in ccc's with nat- ural numbers object .
    [Show full text]
  • Distribution Algebras and Duality
    Advances in Mathematics 156, 133155 (2000) doi:10.1006Âaima.2000.1947, available online at http:ÂÂwww.idealibrary.com on Distribution Algebras and Duality Marta Bunge Department of Mathematics and Statistics, McGill University, 805 Sherbrooke Street West, Montreal, Quebec, Canada H3A 2K6 Jonathon Funk Department of Mathematics, University of Saskatchewan, 106 Wiggins Road, Saskatoon, Saskatchewan, Canada S7N 5E6 Mamuka Jibladze CORE Metadata, citation and similar papers at core.ac.uk Provided by ElsevierDepartement - Publisher Connector de Mathematique , Louvain-la-Neuve, Chemin du Cyclotron 2, 1348 Louvain-la-Neuve, Belgium; and Institute of Mathematics, Georgian Academy of Sciences, M. Alexidze Street 1, Tbilisi 380093, Republic of Georgia and Thomas Streicher Fachbereich 4 Mathematik, TU Darmstadt, Schlo;gartenstrasse 7, 64289 Darmstadt, Germany Communicated by Ross Street Received May 20, 2000; accepted May 20, 2000 0. INTRODUCTION Since being introduced by F. W. Lawvere in 1983, considerable progress has been made in the study of distributions on toposes from a variety of viewpoints [59, 12, 15, 19, 24]. However, much work still remains to be done in this area. The purpose of this paper is to deepen our understanding of topos distributions by exploring a (dual) lattice-theoretic notion of dis- tribution algebra. We characterize the distribution algebras in E relative to S as the S-bicomplete S-atomic Heyting algebras in E. As an illustration, we employ distribution algebras explicitly in order to give an alternative description of the display locale (complete spread) of a distribution [7, 10, 12]. 133 0001-8708Â00 35.00 Copyright 2000 by Academic Press All rights of reproduction in any form reserved.
    [Show full text]
  • Topos Theory
    Topos Theory Olivia Caramello Introduction Interpreting logic in categories First-order logic First-order languages First-order theories Categorical semantics Topos Theory Classes of ‘logical’ categories The interpretation of logic in categories The interpretation of formulae Examples Soundness and completeness Olivia Caramello Toposes as mathematical universes The internal language Kripke-Joyal semantics For further reading Topos Theory Interpreting first-order logic in categories Olivia Caramello Introduction • In Logic, first-order languages are a wide class of formal Interpreting logic in categories languages used for talking about mathematical structures of First-order logic any kind (where the restriction ‘first-order’ means that First-order languages quantification is allowed only over individuals rather than over First-order theories collections of individuals or higher-order constructions on Categorical semantics them). Classes of ‘logical’ categories • A first-order language contains sorts, which are meant to The interpretation of formulae represent different kinds of individuals, terms, which denote Examples individuals, and formulae, which make assertions about the Soundness and completeness individuals. Compound terms and formulae are formed by Toposes as mathematical using various logical operators. universes • It is well-known that first-order languages can always be The internal language interpreted in the context of (a given model of) set theory. In Kripke-Joyal semantics this lecture, we will show that these languages can also be For further reading meaningfully interpreted in a category, provided that the latter possesses enough categorical structure to allow the interpretation of the given fragment of logic. In fact, sorts will be interpreted as objects, terms as arrows and formulae as subobjects, in a way that respects the logical structure of compound expressions.
    [Show full text]
  • Induced Morphisms Between Heyting-Valued Models
    Induced morphisms between Heyting-valued models Jos´eGoudet Alvim∗ Universidade de S˜ao Paulo, S˜ao Paulo, Brasil Arthur Francisco Schwerz Cahali† Universidade de S˜ao Paulo, S˜ao Paulo, Brasil Hugo Luiz Mariano‡ Universidade de S˜ao Paulo, S˜ao Paulo, Brasil December 4, 2019 Abstract To the best of our knowledge, there are very few results on how Heyting-valued models are affected by the morphisms on the complete Heyting algebras that de- termine them: the only cases found in the literature are concerning automorphisms of complete Boolean algebras and complete embedding between them (i.e., injec- tive Boolean algebra homomorphisms that preserves arbitrary suprema and arbi- trary infima). In the present work, we consider and explore how more general kinds of morphisms between complete Heyting algebras H and H′ induce arrows ′ between V(H) and V(H ), and between their corresponding localic toposes Set(H) ′ (≃ Sh (H)) and Set(H ) (≃ Sh (H′)). In more details: any geometric morphism ′ f ∗ : Set(H) → Set(H ), (that automatically came from a unique locale morphism ′ f : H → H′), can be “lifted” to an arrow f˜ : V(H) → V(H ). We also provide also ′ some semantic preservation results concerning this arrow f˜ : V(H) → V(H ). Introduction The expression “Heyting-valued model of set theory” has two (related) meanings, both arXiv:1910.08193v2 [math.CT] 3 Dec 2019 parametrized by a complete Heyting algebra H: (i) The canonical Heyting-valued models in set theory, V(H), as introduced in the setting of complete boolean algebras in the 1960s by D. Scott, P.
    [Show full text]
  • Hilbert Algebras As Implicative Partial Semilattices
    DOI: 10.2478/s11533-007-0008-2 Research article CEJM 5(2) 2007 264–279 Hilbert algebras as implicative partial semilattices J¯anis C¯ırulis∗ University of Latvia, LV-1586 Riga, Latvia Received 15 August 2006; accepted 16 February 2007 Abstract: The infimum of elements a and b of a Hilbert algebra are said to be the compatible meet of a and b, if the elements a and b are compatible in a certain strict sense. The subject of the paper will be Hilbert algebras equipped with the compatible meet operation, which normally is partial. A partial lower semilattice is shown to be a reduct of such an expanded Hilbert algebra iff both algebras have the same filters. An expanded Hilbert algebra is actually an implicative partial semilattice (i.e., a relative subalgebra of an implicative semilattice), and conversely. The implication in an implicative partial semilattice is characterised in terms of filters of the underlying partial semilattice. c Versita Warsaw and Springer-Verlag Berlin Heidelberg. All rights reserved. Keywords: Compatible elements, filter, Hilbert algebra, implication, implicative semilattice, meet, partial semilattice MSC (2000): 06A12, 03G25 1 Introduction Hilbert algebras, or positive implication algebras [35], are the duals of Henkin algebras called by him implicative models in [21] (this term has also been used for Hilbert algebras [30, 31]). Positive implicative BCK-algebras [24] are actually another version of Henkin algebras (see, e.g. [28, 37]). As a matter of fact, these algebras are an algebraic counterpart of positive implica- tional calculus. Various expansions of Hilbert algebras by a conjunction-like operation have also been studied in the literature.
    [Show full text]
  • Some Glances at Topos Theory
    Some glances at topos theory Francis Borceux Como, 2018 2 Francis Borceux [email protected] Contents 1 Localic toposes 7 1.1 Sheaves on a topological space . 7 1.2 Sheaves on a locale . 10 1.3 Localic toposes . 12 1.4 An application to ring theory . 13 2 Grothendieck toposes 17 2.1 Sheaves on a site . 17 2.2 The associated sheaf functor . 19 2.3 Limits and colimits in Grothendieck toposes . 21 2.4 Closure operator and subobject classifier . 22 3 Elementary toposes 25 3.1 The axioms for a topos . 25 3.2 Some set theoretical notions in a topos . 26 3.3 The slice toposes . 28 3.4 Exactness properties . 29 3.5 Heyting algebras in a topos . 30 4 Internal logic of a topos 33 4.1 The language of a topos . 33 4.2 Interpretation of terms and formulæ . 35 4.3 Propositional calculus in a topos . 37 4.4 Predicate calculus in a topos . 38 4.5 Structure of a topos in its internal language . 40 4.6 Boolean toposes . 41 4.7 The axiom of choice . 42 4.8 The axiom of infinity . 43 5 Morphisms of toposes 45 5.1 Logical morphisms . 45 5.2 Geometric morphisms . 46 5.3 Coherent and geometric formulæ . 48 5.4 Grothendieck topologies revisited . 49 5.5 Internal topologies and sheaves . 50 5.6 Back to Boolean toposes . 52 3 4 CONTENTS 6 Classifying toposes 53 6.1 What is a classifying topos? . 53 6.2 The theory classified by a topos . 54 6.3 Coherent and geometric theories .
    [Show full text]
  • On the Model-Completion of Heyting Algebras Luck Darnière
    On the model-completion of Heyting algebras Luck Darnière To cite this version: Luck Darnière. On the model-completion of Heyting algebras. 2018. hal-01885531 HAL Id: hal-01885531 https://hal.archives-ouvertes.fr/hal-01885531 Preprint submitted on 2 Oct 2018 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. On the model-completion of Heyting algebras Luck Darni`ere∗ October 2, 2018 Abstract We axiomatize the model-completion of the theory of Heyting algebras by means of the \Density" and \Splitting" properties in [DJ18], and of a certain \QE Property" that we introduce here. In addition: we prove that this model-completion has a prime model, which is locally finite and which we explicitly construct; we show how the Open Mapping Theorem of [vGR18] can be derived from the QE Property of existentially closed Heyting algebras; and we construct a certain \discriminant" for equations in Heyting algebras, similar to its ring theoretic counterpart. 1 Introduction It is known since [Pit92] that the second-order intuitionist propositional calculus (IPC2) is interpretable in the first-order one (IPC). This proof-theoretic result, after translation in model-theoretic terms, ensures that the theory of Heyting al- gebras has a model-completion (see [GZ97]).
    [Show full text]
  • Arxiv:1410.8780V2 [Math.RA]
    ON SKEW HEYTING ALGEBRAS KARIN CVETKO-VAH Abstract. In the present paper we generalize the notion of a Heyting algebra to the non-commutative setting and hence introduce what we believe to be the proper notion of the implication in skew lattices. We list several examples of skew Heyting algebras, including Heyting algebras, dual skew Boolean alge- bras, conormal skew chains and algebras of partial maps with poset domains. 1. Introduction Non-commutative generalizations of lattices were introduced by Jordan [11] in 1949. The current approach to such objects began with Leech’s 1989 paper on skew lattices [13]. Similarly, skew Boolean algebras are non-commutative general- izations of Boolean algebras. In 1936 Stone proved that each Boolean algebra can be embedded into a field of sets [20]. Likewise, Leech showed in [14, 15] that each right-handed skew Boolean algebra can be embedded into a generic skew Boolean algebra of partial functions from a given set to the codomain {0, 1}. Bignall and Leech [5] showed that skew Boolean algebras play a central role in the study of discriminator varieties. Though not using categorical language, Stone essentially proved in [20] that the category of Boolean algebras and homomorphisms is dual to the category of Boolean topological spaces and continuous maps. Generalizations of this result within the commutative setting yield Priestley duality [16, 17] between bounded distributive lattices and Priestley spaces, and Esakia duality [9] between Heyting algebras and Esakia spaces. (See [4] for details.) In a recent paper [10] on Esakia’s work, Gehrke showed that Heyting algebras may be understood as those distributive lattices for which the embedding into their Booleanisation has a right adjoint.
    [Show full text]
  • On the Size of Heyting Semi-Lattices and Equationally Linear Heyting Algebras ∗
    On the size of Heyting Semi-Lattices and Equationally Linear Heyting Algebras ∗ Peter Freyd [email protected] July 17, 2017 The theory of Heyting Semi-Lattices, Finitely generated hsls are finite. hsls for short, is obtained by adding to the theory of meet-semi-lattices-with-top a The proof takes a while. First, say that binary operation whose values are denoted an hsl is local if there's an element m < 1 x ! y characterized by such that for all x < 1 it is the case that x ≤ m. (The local hsls are the \subdi- x ≤ y ! z iff x ^ y ≤ z rectly irreducibles" of the subject for those who know what that ugly phrase means.) The The easiest equational treatment uses the eponymous example is obtained by starting symmetric version, the double arrow rather with the hsl of open sets of a space, choos- than the single. The binary operation x $ y ing a point, identifying two open sets iff they is characterized by agree when restricted to some neighborhood x ≤ y $ z iff x ^ y = x ^ z of the point. We'll call a local quotient a localization. Each may be defined in terms of the other: Every hsl is embedded into the product of x ! y = x $ (x ^ y) its localizations. x $ y = (x ! y) ^ (y ! x) For two elements a and b we need to find a The $ operation may be equationally localization in which a and b remain distinct. characterized by Define m = a $ b. It suffices to find a local- ization in which m remains different from 1.
    [Show full text]
  • Computability of Heyting Algebras and Distributive Lattices
    Computability of Heyting algebras and Distributive Lattices Amy Turlington, Ph.D. University of Connecticut, 2010 Distributive lattices are studied from the viewpoint of effective algebra. In particular, we also consider special classes of distributive lattices, namely pseudocomplemented lattices and Heyting algebras. We examine the complexity of prime ideals in a computable distributive lattice, and we show that it is always possible to find a computable prime ideal in a computable distributive 0 lattice. Furthermore, for any Π1 class, we prove that there is a computable (non- 0 distributive) lattice such that the Π1 class can be coded into the (nontrivial) prime ideals of the lattice. We then consider the degree spectra and computable dimension of computable distributive lattices, pseudocomplemented lattices, and Heyting algebras. A characterization is given for the computable dimension of the free Heyting algebras on finitely or infinitely many generators. Computability of Heyting algebras and Distributive Lattices Amy Turlington B.S. Computer Science, James Madison University, Harrisonburg, VA, 2004 M.S. Mathematics, University of Connecticut, Storrs, CT, 2007 A Dissertation Submitted in Partial Fullfilment of the Requirements for the Degree of Doctor of Philosophy at the University of Connecticut 2010 Copyright by Amy Turlington 2010 APPROVAL PAGE Doctor of Philosophy Dissertation Computability of Heyting algebras and Distributive Lattices Presented by Amy Turlington, B.S., M.S. Major Advisor David Reed Solomon Associate Advisor Manuel Lerman Associate Advisor Alexander Russell University of Connecticut 2010 ii ACKNOWLEDGEMENTS First of all I would like to thank my advisor, Reed Solomon, for all of his help and guidance throughout the years. Even while on sabbatical in Indiana this past year, he continued to meet with me weekly over Skype.
    [Show full text]
  • Constructing Illoyal Algebra-Valued Models of Set Theory
    Algebra Univers. (2021) 82:46 c 2021 The Author(s) 1420-8911/21/030001-19 published online June 25, 2021 https://doi.org/10.1007/s00012-021-00735-4 Algebra Universalis Constructing illoyal algebra-valued models of set theory Benedikt L¨owe, Robert Paßmann and Sourav Tarafder Abstract. An algebra-valued model of set theory is called loyal to its algebra if the model and its algebra have the same propositional logic; it is called faithful if all elements of the algebra are truth values of a sentence of the language of set theory in the model. We observe that non- trivial automorphisms of the algebra result in models that are not faithful and apply this to construct three classes of illoyal models: tail stretches, transposition twists, and maximal twists. Mathematics Subject Classification. 03E70, 03E40, 03B55, 03B20, 03C90. Keywords. Non-classical set theory, Algebra-valued models. 1. Background The construction of algebra-valued models of set theory starts from an algebra A and a model of set theory forming an A-valued model of set theory. If the algebra A is a Boolean algebra, this construction results in Boolean-valued models of set theory which are closely connected to the theory of forcing and independence proofs in set theory [1]. If the algebra A is not a Boolean algebra, the construction gives rise to algebra-valued models of set theory whose logic is, in general, not classical logic. Examples of this are Heyting-valued models of intuitionistic set theory, lattice-valued models, orthomodular-valued models, and an algebra-valued model of paraconsistent set theory of L¨owe and Tarafder [10,25,16,14,24].
    [Show full text]