Lecture Notes from My Topics Course, Spring 2004

Total Page:16

File Type:pdf, Size:1020Kb

Lecture Notes from My Topics Course, Spring 2004 Topics in Logic and Foundations: Spring 2004 Stephen G. Simpson Copyright c 2004 First Draft: April 30, 2004 This Draft: November 1, 2005 The latest version is available at http://www.math.psu.edu/simpson/notes/. Please send corrections to <[email protected]>. This is a set of lecture notes from a 15-week graduate course at the Penn- sylvania State University taught as Math 574 by Stephen G. Simpson in Spring 2004. The course was intended for students already familiar with the basics of mathematical logic. The course covered some topics which are important in contemporary mathematical logic and foundations but usually omitted from introductory courses at Penn State. These notes were typeset by the students in the course: Robert Dohner, Esteban Gomez-Riviere, Christopher Griffin, David King, Carl Mummert, Heiko Todt. In addition, the notes were revised and polished by Stephen Simpson. Contents Contents 1 1 Computability in core mathematics 4 1.1 Reviewofcomputablefunctions. 4 1.1.1 Registermachines ...................... 4 1.1.2 Recursive and partial recursive functions . 5 1.1.3 The µ-operator........................ 7 1.2 Introductiontocomputablealgebra. 7 1.2.1 Computablegroups ..................... 7 1.2.2 Computablefields ...................... 9 1.3 Finitely presented groups and semigroups . 10 1.3.1 Freegroups .......................... 10 1.3.2 Grouppresentationsand wordproblems . 11 1.3.3 Finitelypresentedsemigroups . 13 1.3.4 Unsolvability of the word problem for semigroups . 14 1.4 Moreoncomputablealgebra . 15 1.4.1 Splittingalgorithms . 15 1.4.2 Computablevectorspaces . 16 1.5 Computableanalysisandgeometry . 16 1.5.1 Computablerealnumbers . 16 1.5.2 Computablesequencesofrealnumbers . 17 1.5.3 EffectivePolishspaces . 18 1.5.4 ExamplesofeffectivePolishspaces . 19 1.5.5 Effective topology and effective continuity . 20 2 Degrees of unsolvability 22 2.1 Oraclecomputations . 22 2.2 Relativization............................. 23 2.3 Thearithmeticalhierarchy. 24 2.4 Turingdegrees ............................ 26 2.5 Thejumpoperator .......................... 27 2.6 Finiteapproximations . 29 2.7 Post’sTheoremanditscorollaries . 32 2.8 AminimalTuringdegree . 34 1 2.9 Sacksforcing ............................. 37 2.10 HomogeneityofSacksforcing . 42 2.11 Cohengenericity ........................... 43 3 Models of set theory 44 3.1 Countabletransitivemodels . 44 3.2 Modelsconstructedbyforcing. 44 3.3 Anexample:Cohenforcing . 46 3.4 Propertiesofgenericextensions . 47 3.5 Blowingupthecontinuum. 48 3.6 Preservationofcardinalsandthec.c.c. .. 49 3.7 ForcingtheContinuumHypothesis . 51 3.8 Additional models obtained by forcing . 52 4 Absoluteness and constructibility 54 4.1 Absoluteness ............................. 54 4.2 Treesandwellfoundedness . 55 4.3 TheShoenfieldAbsolutenessTheorem . 58 4.4 Someexamples ............................ 60 4.5 Constructiblesets. .. .. .. .. .. .. .. .. .. .. .. 61 4.6 Constructiblereals .. .. .. .. .. .. .. .. .. .. .. 62 4.7 Relativeconstructibility . 63 5 Measurable cardinals 65 5.1 Filters ................................. 65 5.2 Theclosedunboundedfilter . 66 5.3 Ultrafilters .............................. 67 5.4 Ultraproductsandultrapowers . 68 5.5 An elementary embedding of V ................... 70 5.6 Largenessandnormality. 72 5.7 Ramsey’sTheorem .......................... 74 5.8 IndiscerniblesandEM-sets . 75 5.9 Measurable cardinals and L ..................... 78 5.10The#operator............................ 81 6 Determinacy 84 6.1 Gamesanddeterminacy . 84 6.2 OpenandBoreldeterminacy . 86 6.3 Projectivesets ............................ 88 6.4 Consequencesofprojectivedeterminacy . 89 6.5 Turingdegreedeterminacy. 93 1 6.6 Σ1 determinacy............................ 94 6.7 Hyperarithmetictheory . 95 6.8 Admissiblesets ............................ 98 6.9 Admissibility and cardinal collapsing . 100 2 Bibliography 103 3 Chapter 1 Computability in core mathematics 1.1 Review of computable functions For the sake of completeness, we will review the basic definitions from elemen- tary recursion theory that will be necessary for our study of computability in core mathematics. We write ω = 0, 1, 2,... for the set of nonnegative integers. For k 1, ωk denotes the set of sequences{ of} elements of ω of length k. ≥ 1.1.1 Register machines Recall that a register machine is composed of an infinite number of registers, usually denoted by bins as shown in Figure 1.1. Each register holds a natural number. Register machines execute register machine programs. Register ma- chine programs are flow-charts of four types of instructions shown in Figure 1.2. The increment instruction adds 1 to the value of the register specified in the instruction. Program flow then continues along the out arrow. The decrement instruction checks to see if the value in the specified register is greater than zero, if not the program continues execution along the arrow labeled e. Otherwise, the value in the specified register is decremented and the program continues execution along the unlabeled arrow. For every program there is one and only one start instruction. The stop instruction halts program execution. There may be many stop instructions in a program flow chart. A simple program is shown in Figure 1.2. Let denote a register machine program. When we run with inputs P P x1,...,xk, we assume that these inputs are initially placed into the registers R ,...,R and that all other registers are empty. If and when halts (i.e., 1 k P completes its execution), the output is stored in register Rk+1. We denote a run of a register machine with program on inputs x ,...,x by (x ,...,x ). P 1 k P 1 k The k-place number-theoretic function computed by is denoted f (k). Thus P P 4 . x1 x2 xk 0 R1 R2 Rk Rk+1 P ? ? . ? y . R1 R2 Rk Rk+1 (k) Figure 1.1: A register machine computing y = fP (x1,...,xk). Here y is the result stored in register R after running (x ,...,x ). k+1 P 1 k f (k)(x ,...,x ) = y means that y is the output after running with inputs P 1 k P x1,...,xk. For a more detailed review of register machines and register machine programs, see [18]. Each register machine program can be assigned a natural number #( ), in a recursive one-to-one way. ThisP number is called the G¨odel number of ,P or (k) (k) P an index of fP . We write y = ϕe (x1,...,xk) to indicate that the program with G¨odel number e with inputs x1,...,xk eventually halts with output y. 1.1.2 Recursive and partial recursive functions Definition 1.1.1 (recursive function). A k-place function f : ωk ω is computable (equivalently, recursive) if there exists a register machine program→ that computes it, i.e., for all x1,...,xk ω, (x1,...,xk) eventually halts P (k) ∈ P with y = f(x1,...,xk)= fP (x1,...,xk) as the output. A k-place partial function is a function from a subset of ωk to ω. We write ψ : ωk P ω to indicate that ψ is a k-place partial function. The fact that a → partial function ψ may not be defined for some arguments x1,...,xk ω leads us to consider expressions that may or may not have a numerical value.∈ Let E be such an expression. We say that E is defined if E has a numerical value, and in this case, we write E . Otherwise, we say that E is undefined and we write ↓ E . Furthermore, we write E1 E2 to mean that E1 and E2 are either both defined↑ and equal or both undefined.≃ The symbol is called strong equality. ≃ Definition 1.1.2 (partial recursive function). A partial function ψ : ωk P → 5 + START Ri Starting Instruction Increment Instruction e − STOP Ri Halting Instruction Decrement Instruction − e + START R1 R2 STOP + R2 Add one to the input in register one. Figure 1.2: The four register machine instructions and a sample program. 6 ω is partial recursive if and only if there is a register machine program such P that x ,...,x ψ(x ,...,x ) f (k)(x ,...,x ). ∀ 1 k 1 k ≃ P 1 k Definition 1.1.3. A set (or relation) R ωk is said to be computable (or ⊆ k equivalently recursive) if the characteristic function χR : ω 0, 1 of R is a computable function. →{ } Definition 1.1.4. A set A ω is said to be recursively enumerable (abbreviated r.e.) if it is the range of a partial⊆ recursive function. By a problem we mean a set A ω. We often can use G¨odel numberings to express problems in other areas of⊆ mathematics in this more formal sense. We will see an example of this when we discuss the word problem for groups and semigroups. A problem is said to be solvable if and only if it is a recursive set, otherwise unsolvable. The classification of unsolvable problems is an important theme in recursion theory. 1.1.3 The µ-operator Let R ωk+1 be a computable relation. Suppose we wish to search for the least y ω such⊆ that R(x ,...,x ,y) holds. We write this as ∈ 1 k ψ(x ,...,x ) µy R(x ,...,x ,y). 1 k ≃ 1 k The operator µ is called the minimization operator or the least number operator and can be used to create partial recursive functions from recursive sets. Since our search for a y satisfying R(x1,...,xk,y) may not halt, ψ(x1,...,xk) may be undefined. For example, if R is a recursive subset of ω ω and for each m there is an n such that m,n R, then the function m ×µn m,n R is recursive. h i ∈ 7→ h i ∈ 1.2 Introduction to computable algebra 1.2.1 Computable groups Definition 1.2.1. A computable group is a group G, whose elements form a recursive subset of ω and whose multiplication is ah recursive·i function. Proposition 1.2.2. Let G, be a computable group. Then the function a a−1 is computable. h ·i 7→ −1 Proof. To compute a for an element a G, we first find 1G, then search for the unique element b such that a b =1 .∈ That is, a−1 = µb (a b =1 ).
Recommended publications
  • UNIVERSALLY BAIRE SETS and GENERIC ABSOLUTENESS TREVOR M. WILSON Introduction Generic Absoluteness Principles Assert That Certai
    UNIVERSALLY BAIRE SETS AND GENERIC ABSOLUTENESS TREVOR M. WILSON Abstract. We prove several equivalences and relative consistency re- 2 uBλ sults involving notions of generic absoluteness beyond Woodin's (Σ1) generic absoluteness for a limit of Woodin cardinals λ. In particular,e we R 2 uBλ prove that two-step 9 (Π1) generic absoluteness below a measur- able cardinal that is a limite of Woodin cardinals has high consistency 2 uBλ strength, and that it is equivalent with the existence of trees for (Π1) formulas. The construction of these trees uses a general method for building an absolute complement for a given tree T assuming many \failures of covering" for the models L(T;Vα) below a measurable car- dinal. Introduction Generic absoluteness principles assert that certain properties of the set- theoretic universe cannot be changed by the method of forcing. Some pro- perties, such as the truth or falsity of the Continuum Hypothesis, can always be changed by forcing. Accordingly, one approach to formulating generic ab- soluteness principles is to consider properties of a limited complexity such 1 1 as those corresponding to pointclasses in descriptive set theory: Σ2, Σ3, projective, and so on. (Another approach is to limit the class ofe allowede forcing notions. For a survey of results in this area, see [1].) Shoenfield’s 1 absoluteness theorem implies that Σ2 statements are always generically ab- solute. Generic absoluteness principlese for larger pointclasses tend to be equiconsistent with strong axioms of infinity, and they may also relate to the extent of the universally Baire sets. 1 For example, one-step Σ3 generic absoluteness is shown in [3] to be equiconsistent with the existencee of a Σ2-reflecting cardinal and to be equiv- 1 alent with the statement that every ∆2 set of reals is universally Baire.
    [Show full text]
  • E-RECURSIVE INTUITIONS in Memoriam Professor Joseph R. Shoenfield Contents 1. Initial Intuitions 1 2. E-Recursively Enumerable V
    E-RECURSIVE INTUITIONS GERALD E. SACKS In Memoriam Professor Joseph R. Shoenfield Abstract. An informal sketch (with intermittent details) of parts of E-Recursion theory, mostly old, some new, that stresses intu- ition. The lack of effective unbounded search is balanced by the availability of divergence witnesses. A set is E-closed iff it is tran- sitive and closed under the application of partial E-recursive func- tions. Some finite injury, forcing, and model theoretic construc- tions can be adapted to E-closed sets that are not 1 admissible. Reflection plays a central role. Contents 1. Initial Intuitions 1 2. E-Recursively Enumerable Versus 1 4 3. E-Recursion Versus -Recursion 6 4. Selection and Reflection 8 5. Finite Injury Arguments and Post’sProblem 12 6. Forcing: C.C.C. Versus Countably Closed 13 7. Model-Theoretic Completeness and Compactness 14 References 16 1. Initial Intuitions One of the central intuitions of classical recursion theory is the effec- tiveness of unbounded search. Let A be a nonempty recursively enu- merable set of nonnegative integers. A member of A can be selected by simply enumerating A until some member appears. This procedure, known as unbounded search, consists of following instructions until a termination point is reached. What eventually appears is not merely Date: December 10, 2010. My thanks to the organizers of "Effective Mathematics of the Uncountable," CUNY Graduate Center, August 2009, for their kind invitation. 1 E-RECURSIVEINTUITIONS 2 some number n A but a computation that reveals n A. Unbounded search in its full2 glory consists of enumerating all computations2 until a suitable computation, if it exists, is found.
    [Show full text]
  • Strong Logics of First and Second Order∗
    Strong Logics of First and Second Order∗ Peter Koellner Abstract In this paper we investigate strong logics of first and second order that have certain absoluteness properties. We begin with an investigation of first order logic and the strong logics ω-logic and β-logic, isolating two facets of absoluteness, namely, generic invariance and faithfulness. It turns out that absoluteness is relative in the sense that stronger background assumptions secure greater degrees of absoluteness. Our aim is to investigate the hierarchies of strong logics of first and second order that are generically invariant and faithful against the backdrop of the strongest large cardinal hypotheses. We show that there is a close correspondence between the two hierarchies and we characterize the strongest logic in each hierarchy. On the first-order side, this leads to a new presentation of Woodin’s Ω-logic. On the second-order side, we compare the strongest logic with full second-order logic and argue that the comparison lends support to Quine’s claim that second-order logic is really set theory in sheep’s clothing. This paper is concerned with strong logics of first and second order. At the most abstract level, a strong logic of first-order has the following general form: Let L be a first-order language and let Φ(x) be a formula that defines a class of L-structures. Then, for a recursively enumerable set T of sentences of L, and for a sentence ϕ of L set T |=Φ(x) ϕ iff for all L-structures M such that Φ(M), if M |= T then M |= ϕ.
    [Show full text]
  • Forcing? Thomas Jech
    WHAT IS... ? Forcing? Thomas Jech What is forcing? Forcing is a remarkably powerful case that there exists no proof of the conjecture technique for the construction of models of set and no proof of its negation. theory. It was invented in 1963 by Paul Cohen1, To make this vague discussion more precise we who used it to prove the independence of the will first elaborate on the concepts of theorem and Continuum Hypothesis. He constructed a model proof. of set theory in which the Continuum Hypothesis What are theorems and proofs? It is a use- (CH) fails, thus showing that CH is not provable ful fact that every mathematical statement can from the axioms of set theory. be expressed in the language of set theory. All What is the Continuum Hypothesis? In 1873 mathematical objects can be regarded as sets, and Georg Cantor proved that the continuum is un- relations between them can be reduced to expres- countable: that there exists no mapping of the set sions that use only the relation ∈. It is not essential N of all integers onto the set R of all real numbers. how it is done, but it can be done: For instance, Since R contains N, we have 2ℵ0 > ℵ , where 2ℵ0 0 integers are certain finite sets, rational numbers and ℵ are the cardinalities of R and N, respec- 0 are pairs of integers, real numbers are identified tively. A question arises whether 2ℵ0 is equal to with Dedekind cuts in the rationals, functions the cardinal ℵ1, the immediate successor of ℵ0.
    [Show full text]
  • THE NON-ABSOLUTENESS of MODEL EXISTENCE in UNCOUNTABLE CARDINALS for Lω1,Ω Throughout, We Assume Φ Is an L Ω1,Ω Sentence Wh
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Diposit Digital de Documents de la UAB THE NON-ABSOLUTENESS OF MODEL EXISTENCE IN UNCOUNTABLE CARDINALS FOR L!1;! SY-DAVID FRIEDMAN∗, TAPANI HYTTINENy, AND MARTIN KOERWIENz Abstract. For sentences φ of L!1;!, we investigate the question of absolute- ness of φ having models in uncountable cardinalities. We first observe that having a model in @1 is an absolute property, but having a model in @2 is not as it may depend on the validity of the Continuum Hypothesis. We then consider the GCH context and provide sentences for any α 2 !1 n f0; 1;!g for which the existence of a model in @α is non-absolute (relative to large cardinal hypotheses). Throughout, we assume φ is an L!1;! sentence which has infinite models. By L¨owenheim-Skolem, φ must have a countable model, so the property \having a countable model" is an absolute property of such sentences in the sense that its validity does not depend on the properties of the set theoretic universe we work in, i.e. it is a consequence of ZFC. A main tool for absoluteness considerations is Shoenfields absoluteness Theorem (Theorem 25.20 in [7]). It states that any 1 1 property expressed by either a Σ2 or a Π2 formula is absolute between transitive models of ZFC. The purpose of this paper is to investigate the question of how far we can replace \countable" by higher cardinalities. As John Baldwin observed in [2], it follows from results of [6] that the property of φ having arbitrarily large models is absolute (it can be expressed in form of the existence of an infinite indiscernible sequence, which by Shoenfield absoluteness is absolute).
    [Show full text]
  • Absoluteness Results in Set Theory
    Absoluteness Results in Set Theory Peter Holy Juli 2007 Diplomarbeit eingereicht zur Erlangung des akademischen Grades Magister der Naturwissenschaften an der Fakult¨atf¨urNaturwissenschaften und Mathematik der Universit¨atWien Abstract We investigate the consistency strength of various absoluteness 1 principles. Following S. Friedman, we show that Σ3-absoluteness for arbitrary set-forcing has the consistency strength of a reflecting car- dinal. Following J. Bagaria, we show that Σ1(Hω2 )-absoluteness for ω1-preserving forcing is inconsistent and that for any partial ordering P ,Σ1(Hω2 )-absoluteness for P is equivalent to BFA(P ), the bounded forcing axiom for P - and hence Σ1(Hω2 )-absoluteness for ccc forcing is equiconsistent with ZFC. Then, following S. Shelah and M. Goldstern, we show that BPFA, the forcing axiom for the class of proper posets, is equiconsistent with the existence of a reflecting cardinal. We review that for any partial ordering P ,Σ1(Hω2 )-absoluteness for P implies 1 Σ3-absoluteness for P and finally, following S. Friedman, we turn back 1 to investigate the consistency strength of Σ3-absoluteness for various 1 classes of forcings: We show that Σ3-absoluteness for proper (or even 1 semiproper) forcing is equiconsistent with ZFC, that Σ3-absoluteness for ω1-preserving forcing is equiconsistent with the existence of a re- 1 flecting cardinal, that Σ3-absoluteness for ω1-preserving class forcing is inconsistent, that, under the additional assumption that ω1 is inac- 1 cessible to reals, Σ3-absoluteness for proper forcing has the consistency 1 strength of a reflecting cardinal and finally that Σ3-absoluteness for stationary-preserving forcing has the consistency strength of a reflect- ing cardinal.
    [Show full text]
  • An Introduction to Set Theory
    AN INTRODUCTION TO SET THEORY Professor William A. R. Weiss November 21, 2014 2 Contents 0 Introduction 7 1 LOST 11 2 FOUND 23 3 The Axioms of Set Theory 29 4 The Natural Numbers 37 5 The Ordinal Numbers 47 6 Relations and Orderings 59 7 Cardinality 69 8 What's So Real About The Real Numbers? 79 9 Ultrafilters Are Useful 87 3 4 CONTENTS 10 The Universe 97 11 Reflection 103 12 Elementary Submodels 123 13 Constructibility 139 14 Appendices 155 .1 The Axioms of ZFC . 155 .2 Tentative Axioms . 156 CONTENTS 5 Preface These notes for a graduate course in set theory are on their way to be- coming a book. They originated as handwritten notes in a course at the University of Toronto given by Prof. William Weiss. Cynthia Church pro- duced the first electronic copy in December 2002. James Talmage Adams produced a major revision in February 2005. The manuscript has seen many changes since then, often due to generous comments by students, each of whom I here thank. Chapters 1 to 11 are now close to final form. Chapters 12 and 13 are quite readable, but should not be considered as a final draft. One more chapter will be added. 6 CONTENTS Chapter 0 Introduction Set Theory is the true study of infinity. This alone assures the subject of a place prominent in human culture. But even more, Set Theory is the milieu in which mathematics takes place today. As such, it is expected to provide a firm foundation for all the rest of mathematics.
    [Show full text]
  • Absoluteness Theorems for Arbitrary Polish Spaces
    Revista Colombiana de Matem´aticas Volumen 53(2019)2, p´aginas109-123 Absoluteness theorems for arbitrary Polish spaces Teoremas de absolutidad para espacios polacos arbitrarios Diego Alejandro Mej´ıa1;a;B , Ismael E. Rivera-Madrid2;a 1Shizuoka University, Shizuoka, Japan 2Instituci´onUniversitaria Pascual Bravo, Medell´ın,Colombia Abstract. By coding Polish metric spaces with metrics on countable sets, we propose an interpretation of Polish metric spaces in models of ZFC and extend Mostowski's classical theorem of absoluteness of analytic sets for any Polish metric space in general. In addition, we prove a general version of Shoenfield’s absoluteness theorem. Key words and phrases. Mostowski's Absoluteness Theorem, Shoenfield’s Abso- luteness Theorem, Polish metric spaces. 2010 Mathematics Subject Classification. 03E15, 54H05. Resumen. Mediante la codificaci´onde espacios polacos con m´etricasde con- juntos contables, proponemos una interpretaci´onde espacios m´etricospolacos en modelos de ZFC y extendemos el cl´asicoTeorema de Absolutidad (para conjuntos anal´ıticos)de Mostowski para cualquier espacio m´etrico polaco en general. Adicionalmente, probamos una versi´ongeneral del Teorema de Ab- solutidad de Shoenfield. Palabras y frases clave. Teorema de Absolutidad de Mostowski, Teorema de Absolutidad de Shoenfield, espacios m´etricos polacos. 1. Introduction 1 Mostowski's Absoluteness Theorem (also known as Σ1 absoluteness) states that any analytic subset of the Baire space !! is absolute for transitive mod- els of ZFC. To be more precise, for any tree T ⊆ (! × !)<! the statement 9y 2 !!((x; y) 2 [T ]) is absolute (recall that any closed subset of (! × !)! is 109 110 DIEGO ALEJANDRO MEJ´ıA& ISMAEL E. RIVERA-MADRID characterized by such a tree, so they code all the analytic subsets).
    [Show full text]
  • Joseph R. Shoenfield, Who Made Contributions of Basic Importance to Several Areas of Mathematical Logic and Was a Renowned Expos
    The Bulletin of Symbolic Logic Volume 7, Number 3, Sept. 2001 IN MEMORIAM: JOSEPH R. SHOENFIELD 1927–2000 Joseph R. Shoenfield, who made contributions of basic importance to several areas of mathematical logic and was a renowned expositor of the field, died on November 15, 2000, in Durham, North Carolina, at the age of 73. He was president of the Association for Symbolic Logic from 1972 until 1976. He delivered the Godel¨ Lecture at the ASL annual meeting in Durham, North Carolina in 1992. Shoenfield’s main area of research was recursion theory, and his work in this field encompassed a broad area, including degrees of unsolvability, the lattice of recursively enumerable sets, hierarchy theory, functionals, and recursion in higher types. He made important contributions to set theory, including the Shoenfield absoluteness theorem and a simplified approach to the forcing method. In model theory he developed elegant algebraic methods for showing quantifier elimination. Shoenfield became president of the ASL in 1972 upon Dana Scott’s resig- nation, at a time when the National Science Foundation had recently stopped funding the reviews operation of the JSL. The loss of NSF funding coupled with high expenses put the ASL into a situation where it was rapidly heading towards bankruptcy. Under Shoenfield’s leadership, painful but necessary reductions in the reviews operation were made so that the budget deficit was brought under control. For this reason the continuing existence of the ASL is due in large part to his leadership. He was also a leading expositor of mathematical logic. His book Mathe- matical Logic [5] is a classic work, with an original and very clear presentation of the main results in the field, and a wealth of challenging exercises.
    [Show full text]
  • Classes, the Analytical Hierarchy and Shoenfield's Absoluteness Theorem
    Classes, The Analytical Hierarchy and Shoenfield’s absoluteness theorem Dag Normann ∗ January 9, 2012 Abstract In this note we will introduce some standard notation for the definability- complexity of classes, and we will prove Shoenfield’s absoluteness theorem. This note is a suplementary text to the curriculum of MAT4640 Axiomatic Set Theory. The main textbook is Kunen [1]. We will assume that the reader is familiar with relevant chapters from Kunen [1]. The main result in this note is the so called Shoenfield absoluteness theorem 1 stating that all Σ2-statements are absolute for G¨odel's L. We assume that the 1 reader knows about L, but the meaning of Σ2 will be explained. It is sometimes useful to classify classes and sets by the form of the simplest definitions, and there is a standard notation for families of classes or sets. One aim in this note is to introduce the reader to this notation and to the basic properties of definability classes of sets or classes. We will use separate enumerations for lemmas, theorems, definitions and exercises in this note. 1 The class hierarchy 1.1 Syntax classes First we will consider the class ∆0 known from Kunen [1]. We will take the liberty, though, to extend the set of ∆0-formulas. We will use the language of ZF extended with the connective _, the quantifier 8 and the bounded quantifiers 8x 2 y and 9xiny. We do this for the sake of convenience, and we know that all statements in this extended language can be rephrased in the genuine mini- malistic language of ZF.
    [Show full text]
  • Amalgamation, Absoluteness, and Categoricity
    Amalgamation, Absoluteness, and Categoricity John T. Baldwin∗ University of Illinois at Chicago July 14, 2010 Abstract We describe the major result on categoricity in L!1;!, placing it in the context of more general work in abstract elementary classes. In particular, we illustrate the role of higher dimensional amalgamations and sketch the role of a weak extension of ZFC in the proof. We expound the translation of the problem to studying atomic models of first order theories. We provide a simple example of the failure of amal- gamation for a complete sentence of L!1;!. We prove some basic results on the absoluteness of various concepts in the model theory of L!1;! and publicize the problem of absoluteness of @1-categoricity in this context. Stemming from this analysis, we prove Theorem: The class of countable models whose automorphism 1 1 groups admit a complete left invariant metric is Π1 but not Σ1. The study of infinitary logic dates from the 1920’s. Our focus here is primarily on the work of Shelah using stability theoretic methods in the field (beginning with [She75]). In the first four sections we place this work in the much broader context of abstract elementary classes (aec), but do not develop that subject here. The main result discussed, Shelah’s categoricity transfer theorem for L!1;! explicitly uses a weak form of the GCH. This raises questions about the absoluteness of fundamental notions in infinitary model theory. Sections 5-7 and the appendix due to David Marker describe the complexity and thus the absoluteness of such basic notions as satisfiability, com- pleteness, !-stability, and excellence.1 We state the question, framed in this incisive way by Laskowski, of the absoluteness of @1-categoricity.
    [Show full text]
  • Axiomatic Set Theory
    http://dx.doi.org/10.1090/pspum/013.1 PROCEEDINGS OF SYMPOSIA IN PURE MATHEMATICS Volume XIII, Part I AXIOMATIC SET THEORY AMERICAN MATHEMATICAL SOCIETY Providence, Rhode Island 1971 Proceedings of the Symposium in Pure Mathematics of the American Mathematical Society Held at the University of California Los Angeles, California July 10-August 5,1967 Prepared by the American Mathematical Society under National Science Foundation Grant GP-6698 Edited by DANA S. SCOTT A MS 1970 Subject Classifications Primary 02-02,04-02,02K15 Secondary 02B15, 02B25, 02C15, 02F27, 02F29, 02F35, 02H13, 02J05, 02KO5, 02K10, 02K20. 02K25, 02K30, 02K35, 04A10, 04A15, 04A20, 04A25, 04A30, 18A15, 28A05, 28A10 28A60 International Standard Serial Number 0082-0717 International Standard Book Number 0-8218-0245-3 Library of Congress Catalog Number 78-125172 Copyright © 1971 by the American Mathematical Society Printed in the United States of America Reprinted 1987 All rights reserved except those granted to the United States Government May not be reproduced in any form without permission of the publishers The paper used in this book is acid-free and falls within the guidelines established to ensure permanence and durability. @ TABLE OF CONTENTS Foreword v Sets constructible using LKK By C. C. CHANG 1 Comments on the foundations of set theory By PAUL J. COHEN 9 Unsolved problems in set theory By P. ERDOS and A. HAJNAL 17 A more explicit set theory By HARVEY FRIEDMAN 49 Sets, semisets, models By PETR HAJEK 67 The Boolean prime ideal theorem does not imply the axiom of choice By J. D. HALPERN and A.
    [Show full text]