Satisfiability Problem

Total Page:16

File Type:pdf, Size:1020Kb

Satisfiability Problem G22.2390-001 Logic in Computer Science Fall 2007 Lecture 8 1 Review Last time • Compactness • Enumerability Theorem • Definability of Models • Finite Models • Size of Models 2 Outline • Theories • Congruence Closure • Interpretations Between Theories Sources: Sections 2.6 through 2.7 of Enderton. Z. Manna and C. Zarba. Combining Decision Procedures. Draft available from http://theory.stanford.edu/∼zm/new-papers.html. G. Nelson and D. Oppen. Fast Decision Procedures Based on Congruence Closure. JACM 27(2), 1980, pp. 356-364. P. Downey, R. Sethi, and R. Tarjan. Variations on the Common Subexpression Problem. JACM 27(4), 1980, pp. 758-771. 3 Size of Models The cardinality |L| of a language L is the least infinite cardinal greater than or equal to the number of symbols in the signature of L. The cardinality |M| of a model M is the cardinality of its domain dom(M). Lowenheim-Skolem¨ (LS) Theorem Let Γ be a satisfiable set of formulas in a language L, then Γ is satisfiable in some model of cardinality κ ≤|L|. Proof By soundness, Γ is consistent, and is thus satisfiable by the model constructed in the proof of the completeness theorem. But the domain of that model is M/E which has cardinality ≤|M|, and |M| = |L|. 2 4 Size of Models “Skolem’s paradox” Let AST be your favorite set of axioms for set theory. If they are consistent, they have a model. Because the signature of the language of set theory is finite, there is a countable model. But we can prove, starting with the axioms of set theory, that there are “uncountably” many sets. How is this possible? 5 Size of Models “Skolem’s paradox” Let AST be your favorite set of axioms for set theory. If they are consistent, they have a model. Because the signature of the language of set theory is finite, there is a countable model. But we can prove, starting with the axioms of set theory, that there are “uncountably” many sets. How is this possible? The answer is that in the countable model of set theory, things do not correspond to what we normally think of as the model of set theory. Thus, the model of the “natural numbers” in the countable model cannot be put in one-to-one correspondence with all of the elements of the model. But this does not mean that the size of the model is truly uncountable. 5-a Size of Models LST Theorem Let Γ be a set of formulas in a language of cardinality κ, and assume that Γ is satisfiable in some infinite model. Then for every cardinal λ ≥ κ, there is a model of cardinality λ in which Γ is satisfiable. Proof Let M be an infinite model where Γ is satisfiable. Expand the language by adding a set C of λ new constant symbols. Let ∆= {c1 6= c2 | c1,c2 are ′ distinct members of C}. Then, any finite subset Γ0 of Γ ∪ ∆ is satisfiable in M ′ where M is M extended to map all constants in Γ0 to different elements of M . By compactness, Γ ∪ ∆ is satisfiable. By the LS Theorem, there is a model of cardinality ≤ λ. But any model must have at least cardinality λ. Thus there is a model of cardinality λ. 2 6 Size of Models Corollary If Γ is a set of sentences in a countable language, then if Γ has some infinite model, it has models of every infinite cardinality. ′ Two models M and M with the same signature are elementarily equivalent ′ (M ≡ M ) iff for any sentence σ, |=M σ iff |=M ′ σ. Corollary If M is an infinite model for a countable language, then for any infinite cardinal λ, ′ ′ there is a model M of cardinality λ such that M ≡ M . Proof Let Γ be the set of all sentences true in M . By the corollary above, Γ has a ′ model M of cardinality λ. But note that for every sentence σ, either σ ∈ Γ or ′ ¬σ ∈ Γ (why?). Thus, M ≡ M . 2 7 Theories Last time, we defined a theory as a set of first-order sentences. For this lecture we will refine our definition to be a set of first-order sentences closed under logical implication. Thus, T is a theory iff T is a set of sentences and if T |= σ, then σ ∈ T for every sentence σ. Examples • For a given signature, the smallest possible theory consists of exactly the valid sentences over that signature. • The largest theory for a given signature is the set of all sentences. It is the only unsatisfiable theory. Why? 8 Theories For a class K of models over a given signature Σ, define the theory of K as Th K = {σ | σ is a Σ-sentence which is true in every model in K}. Theorem Th K is indeed a theory. Proof Suppose Th K|= σ. We know that |=M Th K for each M in K. It follows that |=M σ for each M in K, and thus σ ∈ Th K. 2 Suppose Γ is a set of sentences. Define the set Cn Γ of consequences of Γ to be {σ | Γ |= σ}. Then Cn Γ= Th Mod Γ. 9 Theories A theory T is complete iff for every sentence σ, either σ ∈ T or (¬σ) ∈ T . Note that if M is a model, then Th {M} is complete. In fact, for a class K of models, Th K is complete iff any two members of K are elementarily equivalent. A theory T is axiomatizable iff there is a decidable set Γ of sentences such that T = Cn Γ. A theory T is finitely axiomatizable iff T = Cn Γ for some finite set Γ of sentences. Theorem If Cn Γ is finitely axiomatizable, then there is a finite Γ0 ⊆ Γ such that Cn Γ0 = Cn Γ. Proof If Cn Γ is finitely axiomatizable, then for some sentence τ , Cn Γ= Cn τ . Clearly, Γ |= τ . By compactness, we have that there exists Γ0 ⊆ Γ such that Γ0 |= τ . Thus, Cn τ ⊆ Cn Γ0 ⊆ Cn Γ, and since Cn Γ= Cn τ , it follows that Cn Γ0 = Cn Γ. 2 10 Theories Using the above terminology, we can restate our earlier results as follows: • An axiomatizable theory (in a reasonable language) is effectively enumerable. • A complete axiomatizable theory (in a reasonable language) is decidable. Our results about theories can be summarized in the following diagram. Decidable Finitely axiomatizable if complete Effectively Enumerable Axiomatizable 11 Los-Vaught Test For a theory T and a cardinal λ, say that T is λ-categorical iff all models of T having cardinality λ are isomorphic. Theorem Let T be a theory in a countable language such that • T is λ-categorical for some infinite cardinal λ. • All models of T are infinite. Then T is complete. Proof ′ ′ It suffices to show that for any two models M and M of T , M ≡ M . Since M ′ and M are infinite, there exist (by LST) elementarily equivalent models of cardinality λ. But these models must be isomorphic, and by the homomorphism theorem, isomorphic models are elementarily equivalent. 2 12 Validity and Satisfiability Modulo Theories Given a Σ-theory T ,a Σ-formula φ is 1. T -valid if |=M φ[s] for all models M of T and all variable assignments s. 2. T -satisfiable if there exists some model M of T and variable assignment s such that |=M φ[s]. 3. T -unsatisfiable if 6|=M φ[s] for all models M of T and all variable assignments s. The validity problem for T is the problem of deciding, for each Σ-formula φ, whether φ is T -valid. The satisfiability problem for T is the problem of deciding, for each Σ-formula φ, whether φ is T -satisfiable. Similarly, one can define the quantifier-free validity problem and the quantifier-free satisfiability problem for a Σ-theory T by restricting the formula φ to be quantifier-free. 13 Validity and Satisfiability Modulo Theories A decision problem is decidable if there exists an effective procedure which always terminates with an answer for any given instance of the problem. For example, the validity problem for a Σ-theory T is decidable if there exists an effective procedure for determining whether T |= φ for every Σ-formula φ. Note that validity problems can always be reduced to satisfiability problems: φ is T -valid iff ¬φ is T -unsatisfiable. We will consider a few examples of theories which are of particular interest in verification applications. 14 The Theory TE of Equality The theory TE of equality is the theory Cn ∅. Note that the exact set of sentences in TE depends on the signature in question. The theory does not restrict the possible values of symbols in any way. For this reason, it is sometimes called the theory of equality with uninterpreted functions (EUF). The satisfiability problem for TE is just the satisfiability problem for first order logic, which is undecidable. The satisfiability problem for conjunctions of literals in TE is decidable in polynomial time using congruence closure. 15 The Theory TZ of Integers Let ΣZ be the signature (0, 1, +, −, ≤). Let AZ be the standard model of the integers with domain Z. Then TZ is defined to be Th AZ . As showed by Presburger in 1929, the validity problem for TZ is decidable, but its complexity is triply-exponential. The quantifier-free satisfiability problem for TZ is “only” NP-complete. × Let ΣZ be the same as ΣZ with the addition of the symbol × for multiplication, × × and define AZ and TZ in the obvious way.
Recommended publications
  • Lecture Slides
    Program Verification: Lecture 3 Jos´eMeseguer Computer Science Department University of Illinois at Urbana-Champaign 1 Algebras An (unsorted, many-sorted, or order-sorted) signature Σ is just syntax: provides the symbols for a language; but what is that language talking about? what is its semantics? It is obviously talking about algebras, which are the mathematical models in which we interpret the syntax of Σ, giving it concrete meaning. Unsorted algebras are the simplest example: children become familiar with them from the early awakenings of reason. They consist of a set of data elements, and various chosen constants among those elements, and operations on such data. 2 Algebras (II) For example, for Σ the unsorted signature of the module NAT-MIXFIX we can define many different algebras, such as the following: 1. IN, the algebra of natural numbers in whatever notation we wish (Peano, binary, base 10, etc.) with 0 interpreted as the zero element, s interpreted as successor, and + and * interpreted as natural number addition and multiplication. 2. INk, the algebra of residue classes modulo k, for k a nonzero natural number. This is a finite algebra whose set of elements can be represented as the set {0,...,k − 1}. We interpret 0 as 0, and for the other 3 operations we perform them in IN and then take the residue modulo k. For example, in IN7 we have 6+6=5. 3. Z, the algebra of the integers, with 0 interpreted as the zero element, s interpreted as successor, and + and * interpreted as integer addition and multiplication. 4.
    [Show full text]
  • Set-Theoretic Geology, the Ultimate Inner Model, and New Axioms
    Set-theoretic Geology, the Ultimate Inner Model, and New Axioms Justin William Henry Cavitt (860) 949-5686 [email protected] Advisor: W. Hugh Woodin Harvard University March 20, 2017 Submitted in partial fulfillment of the requirements for the degree of Bachelor of Arts in Mathematics and Philosophy Contents 1 Introduction 2 1.1 Author’s Note . .4 1.2 Acknowledgements . .4 2 The Independence Problem 5 2.1 Gödelian Independence and Consistency Strength . .5 2.2 Forcing and Natural Independence . .7 2.2.1 Basics of Forcing . .8 2.2.2 Forcing Facts . 11 2.2.3 The Space of All Forcing Extensions: The Generic Multiverse 15 2.3 Recap . 16 3 Approaches to New Axioms 17 3.1 Large Cardinals . 17 3.2 Inner Model Theory . 25 3.2.1 Basic Facts . 26 3.2.2 The Constructible Universe . 30 3.2.3 Other Inner Models . 35 3.2.4 Relative Constructibility . 38 3.3 Recap . 39 4 Ultimate L 40 4.1 The Axiom V = Ultimate L ..................... 41 4.2 Central Features of Ultimate L .................... 42 4.3 Further Philosophical Considerations . 47 4.4 Recap . 51 1 5 Set-theoretic Geology 52 5.1 Preliminaries . 52 5.2 The Downward Directed Grounds Hypothesis . 54 5.2.1 Bukovský’s Theorem . 54 5.2.2 The Main Argument . 61 5.3 Main Results . 65 5.4 Recap . 74 6 Conclusion 74 7 Appendix 75 7.1 Notation . 75 7.2 The ZFC Axioms . 76 7.3 The Ordinals . 77 7.4 The Universe of Sets . 77 7.5 Transitive Models and Absoluteness .
    [Show full text]
  • Symmetric Approximations of Pseudo-Boolean Functions with Applications to Influence Indexes
    SYMMETRIC APPROXIMATIONS OF PSEUDO-BOOLEAN FUNCTIONS WITH APPLICATIONS TO INFLUENCE INDEXES JEAN-LUC MARICHAL AND PIERRE MATHONET Abstract. We introduce an index for measuring the influence of the kth smallest variable on a pseudo-Boolean function. This index is defined from a weighted least squares approximation of the function by linear combinations of order statistic functions. We give explicit expressions for both the index and the approximation and discuss some properties of the index. Finally, we show that this index subsumes the concept of system signature in engineering reliability and that of cardinality index in decision making. 1. Introduction Boolean and pseudo-Boolean functions play a central role in various areas of applied mathematics such as cooperative game theory, engineering reliability, and decision making (where fuzzy measures and fuzzy integrals are often used). In these areas indexes have been introduced to measure the importance of a variable or its influence on the function under consideration (see, e.g., [3, 7]). For instance, the concept of importance of a player in a cooperative game has been studied in various papers on values and power indexes starting from the pioneering works by Shapley [13] and Banzhaf [1]. These power indexes were rediscovered later in system reliability theory as Barlow-Proschan and Birnbaum measures of importance (see, e.g., [10]). In general there are many possible influence/importance indexes and they are rather simple and natural. For instance, a cooperative game on a finite set n = 1,...,n of players is a set function v∶ 2[n] → R with v ∅ = 0, which associates[ ] with{ any}coalition of players S ⊆ n its worth v S .
    [Show full text]
  • Building the Signature of Set Theory Using the Mathsem Program
    Building the Signature of Set Theory Using the MathSem Program Luxemburg Andrey UMCA Technologies, Moscow, Russia [email protected] Abstract. Knowledge representation is a popular research field in IT. As mathematical knowledge is most formalized, its representation is important and interesting. Mathematical knowledge consists of various mathematical theories. In this paper we consider a deductive system that derives mathematical notions, axioms and theorems. All these notions, axioms and theorems can be considered a small mathematical theory. This theory will be represented as a semantic net. We start with the signature <Set; > where Set is the support set, is the membership predicate. Using the MathSem program we build the signature <Set; where is set intersection, is set union, -is the Cartesian product of sets, and is the subset relation. Keywords: Semantic network · semantic net· mathematical logic · set theory · axiomatic systems · formal systems · semantic web · prover · ontology · knowledge representation · knowledge engineering · automated reasoning 1 Introduction The term "knowledge representation" usually means representations of knowledge aimed to enable automatic processing of the knowledge base on modern computers, in particular, representations that consist of explicit objects and assertions or statements about them. We are particularly interested in the following formalisms for knowledge representation: 1. First order predicate logic; 2. Deductive (production) systems. In such a system there is a set of initial objects, rules of inference to build new objects from initial ones or ones that are already build, and the whole of initial and constructed objects. 3. Semantic net. In the most general case a semantic net is an entity-relationship model, i.e., a graph, whose vertices correspond to objects (notions) of the theory and edges correspond to relations between them.
    [Show full text]
  • Embedding and Learning with Signatures
    Embedding and learning with signatures Adeline Fermaniana aSorbonne Universit´e,CNRS, Laboratoire de Probabilit´es,Statistique et Mod´elisation,4 place Jussieu, 75005 Paris, France, [email protected] Abstract Sequential and temporal data arise in many fields of research, such as quantitative fi- nance, medicine, or computer vision. A novel approach for sequential learning, called the signature method and rooted in rough path theory, is considered. Its basic prin- ciple is to represent multidimensional paths by a graded feature set of their iterated integrals, called the signature. This approach relies critically on an embedding prin- ciple, which consists in representing discretely sampled data as paths, i.e., functions from [0, 1] to Rd. After a survey of machine learning methodologies for signatures, the influence of embeddings on prediction accuracy is investigated with an in-depth study of three recent and challenging datasets. It is shown that a specific embedding, called lead-lag, is systematically the strongest performer across all datasets and algorithms considered. Moreover, an empirical study reveals that computing signatures over the whole path domain does not lead to a loss of local information. It is concluded that, with a good embedding, combining signatures with other simple algorithms achieves results competitive with state-of-the-art, domain-specific approaches. Keywords: Sequential data, time series classification, functional data, signature. 1. Introduction Sequential or temporal data are arising in many fields of research, due to an in- crease in storage capacity and to the rise of machine learning techniques. An illustra- tion of this vitality is the recent relaunch of the Time Series Classification repository (Bagnall et al., 2018), with more than a hundred new datasets.
    [Show full text]
  • Ultraproducts and Los's Theorem
    Ultraproducts andLo´s’sTheorem: A Category-Theoretic Analysis by Mark Jonathan Chimes Dissertation presented for the degree of Master of Science in Mathematics in the Faculty of Science at Stellenbosch University Department of Mathematical Sciences, University of Stellenbosch Supervisor: Dr Gareth Boxall March 2017 Stellenbosch University https://scholar.sun.ac.za Declaration By submitting this dissertation electronically, I declare that the entirety of the work contained therein is my own, original work, that I am the sole author thereof (save to the extent explicitly otherwise stated), that reproduction and publication thereof by Stellenbosch University will not infringe any third party rights and that I have not previously in its entirety or in part submitted it for obtaining any qualification. Signature: . Mark Jonathan Chimes Date: March 2017 Copyright c 2017 Stellenbosch University All rights reserved. i Stellenbosch University https://scholar.sun.ac.za Abstract Ultraproducts andLo´s’sTheorem: A Category-Theoretic Analysis Mark Jonathan Chimes Department of Mathematical Sciences, University of Stellenbosch, Private Bag X1, Matieland 7602, South Africa. Dissertation: MSc 2017 Ultraproducts are an important construction in model theory, especially as applied to algebra. Given some family of structures of a certain type, an ul- traproduct of this family is a single structure which, in some sense, captures the important aspects of the family, where “important” is defined relative to a set of sets called an ultrafilter, which encodes which subfamilies are considered “large”. This follows fromLo´s’sTheorem, namely, the Fundamental Theorem of Ultraproducts, which states that every first-order sentence is true of the ultraproduct if, and only if, there is some “large” subfamily of the family such that it is true of every structure in this subfamily.
    [Show full text]
  • Second Order Logic
    Second Order Logic Mahesh Viswanathan Fall 2018 Second order logic is an extension of first order logic that reasons about predicates. Recall that one of the main features of first order logic over propositional logic, was the ability to quantify over elements that are in the universe of the structure. Second order logic not only allows one quantify over elements of the universe, but in addition, also allows quantifying relations over the universe. 1 Syntax and Semantics Like first order logic, second order logic is defined over a vocabulary or signature. The signature in this context is the same. Thus, a signature is τ = (C; R), where C is a set of constant symbols, and R is a collection of relation symbols with a specified arity. Formulas in second order logic will be over the same collection of symbols as first order logic, except that we can, in addition, use relational variables. Thus, a formula in second order logic is a sequence of symbols where each symbol is one of the following. 1. The symbol ? called false and the symbol =; 2. An element of the infinite set V1 = fx1; x2; x3;:::g of variables; 1 1 k 3. An element of the infinite set V2 = fX1 ; x2;:::Xj ;:::g of relational variables, where the superscript indicates the arity of the variable; 4. Constant symbols and relation symbols in τ; 5. The symbol ! called implication; 6. The symbol 8 called the universal quantifier; 7. The symbols ( and ) called parenthesis. As always, not all such sequences are formulas; only well formed sequences are formulas in the logic.
    [Show full text]
  • Dualising Initial Algebras
    Math. Struct. in Comp. Science (2003), vol. 13, pp. 349–370. c 2003 Cambridge University Press DOI: 10.1017/S0960129502003912 Printed in the United Kingdom Dualising initial algebras NEIL GHANI†,CHRISTOPHLUTH¨ ‡, FEDERICO DE MARCHI†¶ and J O H NPOWER§ †Department of Mathematics and Computer Science, University of Leicester ‡FB 3 – Mathematik und Informatik, Universitat¨ Bremen §Laboratory for Foundations of Computer Science, University of Edinburgh Received 30 August 2001; revised 18 March 2002 Whilst the relationship between initial algebras and monads is well understood, the relationship between final coalgebras and comonads is less well explored. This paper shows that the problem is more subtle than might appear at first glance: final coalgebras can form monads just as easily as comonads, and, dually, initial algebras form both monads and comonads. In developing these theories we strive to provide them with an associated notion of syntax. In the case of initial algebras and monads this corresponds to the standard notion of algebraic theories consisting of signatures and equations: models of such algebraic theories are precisely the algebras of the representing monad. We attempt to emulate this result for the coalgebraic case by first defining a notion of cosignature and coequation and then proving that the models of such coalgebraic presentations are precisely the coalgebras of the representing comonad. 1. Introduction While the theory of coalgebras for an endofunctor is well developed, less attention has been given to comonads.Wefeel this is a pity since the corresponding theory of monads on Set explains the key concepts of universal algebra such as signature, variables, terms, substitution, equations,and so on.
    [Show full text]
  • The Axiom of Choice
    THE AXIOM OF CHOICE THOMAS J. JECH State University of New York at Bufalo and The Institute for Advanced Study Princeton, New Jersey 1973 NORTH-HOLLAND PUBLISHING COMPANY - AMSTERDAM LONDON AMERICAN ELSEVIER PUBLISHING COMPANY, INC. - NEW YORK 0 NORTH-HOLLAND PUBLISHING COMPANY - 1973 AN Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior permission of the Copyright owner. Library of Congress Catalog Card Number 73-15535 North-Holland ISBN for the series 0 7204 2200 0 for this volume 0 1204 2215 2 American Elsevier ISBN 0 444 10484 4 Published by: North-Holland Publishing Company - Amsterdam North-Holland Publishing Company, Ltd. - London Sole distributors for the U.S.A. and Canada: American Elsevier Publishing Company, Inc. 52 Vanderbilt Avenue New York, N.Y. 10017 PRINTED IN THE NETHERLANDS To my parents PREFACE The book was written in the long Buffalo winter of 1971-72. It is an attempt to show the place of the Axiom of Choice in contemporary mathe- matics. Most of the material covered in the book deals with independence and relative strength of various weaker versions and consequences of the Axiom of Choice. Also included are some other results that I found relevant to the subject. The selection of the topics and results is fairly comprehensive, nevertheless it is a selection and as such reflects the personal taste of the author. So does the treatment of the subject. The main tool used throughout the text is Cohen’s method of forcing.
    [Show full text]
  • Model Theory on Finite Structures∗
    Model Theory on Finite Structures∗ Anuj Dawar Department of Computer Science University of Wales Swansea Swansea, SA2 8PP, U.K. e-mail: [email protected] 1 Introduction In mathematical logic, the notions of mathematical structure, language and proof themselves become the subject of mathematical investigation, and are treated as first class mathematical objects in their own right. Model theory is the branch of mathematical logic that is particularly concerned with the relationship between structure and language. It seeks to establish the limits of the expressive power of our formal language (usually the first order predicate calculus) by investigating what can or cannot be expressed in the language. The kinds of questions that are asked are: What properties can or cannot be formulated in first order logic? What structures or relations can or cannot be defined in first order logic? How does the expressive power of different logical languages compare? Model Theory arose in the context of classical logic, which was concerned with resolving the paradoxes of infinity and elucidating the nature of the infinite. The main constructions of model theory yield infinite structures and the methods and results assume that structures are, in general, infinite. As we shall see later, many, if not most, of these methods fail when we confine ourselves to finite structures Many questions that arise in computer science can be seen as being model theoretic in nature, in that they investigate the relationship between a formal language and a structure. However, most structures of interest in computer science are finite. The interest in finite model theory grew out of questions in theoretical computer science (particularly, database theory and complexity theory).
    [Show full text]
  • Logicism, Interpretability, and Knowledge of Arithmetic
    ZU064-05-FPR RSL-logicism-final 1 December 2013 21:42 The Review of Symbolic Logic Volume 0, Number 0, Month 2013 Logicism, Interpretability, and Knowledge of Arithmetic Sean Walsh Department of Logic and Philosophy of Science, University of California, Irvine Abstract. A crucial part of the contemporary interest in logicism in the philosophy of mathematics resides in its idea that arithmetical knowledge may be based on logical knowledge. Here an implementation of this idea is considered that holds that knowledge of arithmetical principles may be based on two things: (i) knowledge of logical principles and (ii) knowledge that the arithmetical principles are representable in the logical principles. The notions of representation considered here are related to theory-based and structure- based notions of representation from contemporary mathematical logic. It is argued that the theory-based versions of such logicism are either too liberal (the plethora problem) or are committed to intuitively incorrect closure conditions (the consistency problem). Structure-based versions must on the other hand respond to a charge of begging the question (the circularity problem) or explain how one may have a knowledge of structure in advance of a knowledge of axioms (the signature problem). This discussion is significant because it gives us a better idea of what a notion of representation must look like if it is to aid in realizing some of the traditional epistemic aims of logicism in the philosophy of mathematics. Received February 2013 Acknowledgements: This is material coming out of my dissertation, and I would thus like to thank my advisors, Dr. Michael Detlefsen and Dr.
    [Show full text]
  • [Math.LO] 27 Oct 2000 N11 Htteeeit Atto Fteshr Nofu P Four Into Sphere the of Partition a Exists There That 1914 in a M;Pb.N.699 No
    RELATIONS BETWEEN SOME CARDINALS IN THE ABSENCE OF THE AXIOM OF CHOICE DEDICATED TO THE MEMORY OF PROF. HANS LAUCHLI¨ LORENZ HALBEISEN1 AND SAHARON SHELAH2 Abstract. If we assume the axiom of choice, then every two cardinal numbers are comparable. In the absence of the axiom of choice, this is no longer so. For a few cardinalities related to an arbitrary infinite set, we will give all the possible relationships between them, where possible means that the relationship is consistent with the axioms of set theory. Further we investigate the relationships between some other cardinal numbers in specific permutation models and give some results provable without using the axiom of choice. §1. Introduction. Using the axiom of choice, Felix Hausdorff proved in 1914 that there exists a partition of the sphere into four parts, S = A ∪˙ B ∪˙ C ∪˙ E, such that E has Lebesgue measure 0, the sets A, B, C are pairwise congruent and A is congruent to B ∪˙ C (cf. [9] or [10]). This theorem later became known as Hausdorff’s paradox. If we want to avoid this paradox, we only have to reject the axiom of choice. But if we do so, we will run into other paradoxical situations. For example, without the aid of any form of infinite choice we cannot prove that a partition of a given set m has at most as many parts as m has elements. Moreover, it is consistent with set theory that the real line can be partitioned into a family of cardinality strictly bigger than the cardinality of the real numbers (see Fact 8.6).
    [Show full text]