A Computational Approach to the Ordinal Numbers Documents Ordcalc 0.3.2

Total Page:16

File Type:pdf, Size:1020Kb

A Computational Approach to the Ordinal Numbers Documents Ordcalc 0.3.2 A Computational Approach to the Ordinal Numbers Documents ordCalc 0.3.2 Paul Budnik Mountain Math Software [email protected] Copyright c 2009 - 2012 Mountain Math Software All Rights Reserved Licensed for use and distribution under GNU General Public License Version 2. Source code and documentation can be downloaded at www.mtnmath.com/ord and sourceforge.net/projects/ord. Contents List of Figures 5 List of Tables 5 1 Introduction 7 1.1 Intended audience . 8 1.2 The Ordinals . 8 2 Ordinal notations 9 2.1 Ordinal functions and fixed points . 10 2.2 Beyond the recursive ordinals . 11 2.3 Uncountable ordinals . 12 3 Generalizing Kleene's O 13 3.1 Objective mathematics . 13 3.1.1 Avoiding the ambiguity of the uncountable . 14 CK 3.1.2 Objective mathematics beyond !1 ................... 15 3.2 Kleene's O ..................................... 15 3.3 P an extension of Kleene's O .......................... 16 3.3.1 P conventions . 17 3.3.2 P definition . 17 3.3.3 Summary of rules for P ......................... 19 1 3.4 Q an extension of O and P ........................... 20 3.4.1 Hierarchies of ordinal notations . 20 3.4.2 Q syntax . 21 3.4.3 Q conventions . 22 3.4.4 Ranking labels (lb) in Q ......................... 24 3.4.5 Q definition . 25 3.4.6 Summary of rules for Q ......................... 27 3.5 Conclusions . 28 4 Ordinal Calculator Overview 28 4.1 Program structure and interactive mode . 30 4.1.1 Program structure . 30 4.1.2 Interactive mode . 31 4.2 Recursive ordinal notations and the Cantor normal form . 31 4.3 The Veblen hierarchy . 32 4.3.1 Two parameter Veblen function . 32 4.3.2 Finite parameter Veblen functions . 33 4.3.3 Transfinite Veblen functions . 36 4.4 Limitations of ordinal notations . 36 4.5 Notations for the Church-Kleene ordinal and beyond . 38 4.5.1 Notations for countable admissible ordinals . 39 4.5.2 Admissible ordinals and projection . 41 4.6 Ordinal projection with nested embedding . 44 4.7 Mathematical truth . 47 4.7.1 Properties of the integers . 54 4.7.2 The reals . 55 4.7.3 Expanding mathematics . 56 5 Program structure 57 5.1 virtual functions and subclasses . 57 5.2 Ordinal normal forms . 58 5.3 Memory management . 58 6 Ordinal base class 58 6.1 normalForm and texNormalForm member functions . 59 6.2 compare member function . 60 6.3 limitElement member function . 60 6.4 Operators . 60 6.4.1 Addition . 62 6.4.2 multiplication . 62 6.4.3 exponentiation . 63 2 7 The Veblen hierarchy 63 7.1 The delta operator . 65 7.2 A finite function hierarchy . 67 7.3 The finite function normal form . 68 7.4 limitElement for finite functions . 68 7.5 An iterative functional hierarchy . 70 8 FiniteFuncOrdinal class 70 8.1 compare member function . 71 8.2 limitElement member function . 74 8.3 fixedPoint member function . 77 8.4 operators . 77 8.4.1 multiplication . 77 8.4.2 exponentiation . 80 8.5 limitOrd member function . 82 9 IterFuncOrdinal class 82 9.1 compare member function . 83 9.2 limitElement member function . 84 9.3 fixedPoint member function . 87 9.4 operators . 87 10 Countable admissible ordinals 90 10.1 Generalizing recursive ordinal notations . 90 10.2 Notations for Admissible level ordinals . 91 10.3 Typed parameters and limitOrd ........................ 92 10.4 limitType of admissible level notations . 95 10.5 Ordinal collapsing . 95 10.6 Displaying Ordinals in Ψ format . 99 10.7 Admissible level ordinal collapsing . 99 11 AdmisLevOrdinal class 102 11.1 compare member function . 102 11.2 limitElement member function . 107 11.3 isValidLimitOrdParam member function . 119 11.4 limitInfo, limitType and embedType member functions . 119 11.5 maxLimitType member function . 119 11.6 limitOrd member function . 119 11.7 fixedPoint member function . 123 11.8 Operators . 125 12 Nested Embedding 125 12.1 Filling the Gaps . 126 3 13 NestedEmbedOrdinal class 133 13.1 compare member function . 133 13.2 class NestedEmbeddings ............................ 136 13.2.1 compare member function . 136 13.2.2 nextLeast member function . 136 13.3 limitElement member function . 136 13.4 isValidLimitOrdParam and maxLimitType member functions . 147 13.5 limitInfo, limitType and embedType member functions . 147 13.6 limitOrd member function . 147 13.7 fixedPoint member function . 147 14 Philosophical Issues 147 A Formalizing objective mathematics 151 A.1 Introduction . 151 A.1.1 The mathematics of recursive processes . 151 A.1.2 The uncountable . 151 A.1.3 Expanding the foundations of mathematics . 152 A.2 Background . 152 A.2.1 The ordinal hierarchy . 153 A.3 The true power set . 153 A.4 Mathematical Objects . 154 A.4.1 Properties of properties . 155 A.4.2 G¨odeland mathematical creativity . 155 A.4.3 Cantor's incompleteness proof . 155 A.5 Axioms of ZFC . 155 A.5.1 Axiom of extensionality . 156 A.5.2 Axiom of the empty set . 156 A.5.3 Axiom of unordered pairs . 156 A.5.4 Axiom of union . 156 A.5.5 Axiom of infinity . 157 A.5.6 Axiom scheme of replacement . 157 A.5.7 Power set axiom . 158 A.5.8 Axiom of Choice . 158 A.6 The axioms of ZFC summary . 158 A.7 The Objective Parts of ZF . 159 A.8 Formalization of the Objective Parts of ZF . 160 A.8.1 Axioms unchanged from ZF . 160 A.8.2 Objective axiom of replacement . 160 A.9 An Objective Interpretation of ZFC . 161 A.10 A Creative Philosophy of Mathematics . 161 4 B Command line interface 163 B.1 Introduction . 163 B.2 Command line.
Recommended publications
  • The Interplay Between Computability and Incomputability Draft 619.Tex
    The Interplay Between Computability and Incomputability Draft 619.tex Robert I. Soare∗ January 7, 2008 Contents 1 Calculus, Continuity, and Computability 3 1.1 When to Introduce Relative Computability? . 4 1.2 Between Computability and Relative Computability? . 5 1.3 The Development of Relative Computability . 5 1.4 Turing Introduces Relative Computability . 6 1.5 Post Develops Relative Computability . 6 1.6 Relative Computability in Real World Computing . 6 2 Origins of Computability and Incomputability 6 2.1 G¨odel’s Incompleteness Theorem . 8 2.2 Incomputability and Undecidability . 9 2.3 Alonzo Church . 9 2.4 Herbrand-G¨odel Recursive Functions . 10 2.5 Stalemate at Princeton Over Church’s Thesis . 11 2.6 G¨odel’s Thoughts on Church’s Thesis . 11 ∗Parts of this paper were delivered in an address to the conference, Computation and Logic in the Real World, at Siena, Italy, June 18–23, 2007. Keywords: Turing ma- chine, automatic machine, a-machine, Turing oracle machine, o-machine, Alonzo Church, Stephen C. Kleene,klee Alan Turing, Kurt G¨odel, Emil Post, computability, incomputabil- ity, undecidability, Church-Turing Thesis (CTT), Post-Church Second Thesis on relative computability, computable approximations, Limit Lemma, effectively continuous func- tions, computability in analysis, strong reducibilities. 1 3 Turing Breaks the Stalemate 12 3.1 Turing’s Machines and Turing’s Thesis . 12 3.2 G¨odel’s Opinion of Turing’s Work . 13 3.3 Kleene Said About Turing . 14 3.4 Church Said About Turing . 15 3.5 Naming the Church-Turing Thesis . 15 4 Turing Defines Relative Computability 17 4.1 Turing’s Oracle Machines .
    [Show full text]
  • The Realm of Ordinal Analysis
    The Realm of Ordinal Analysis Michael Rathjen Department of Pure Mathematics, University of Leeds Leeds LS2 9JT, United Kingdom Denn die Pioniere der Mathematik hatten sich von gewissen Grundlagen brauchbare Vorstellungen gemacht, aus denen sich Schl¨usse,Rechnungsarten, Resultate ergaben, deren bem¨achtigten sich die Physiker, um neue Ergebnisse zu erhalten, und endlich kamen die Techniker, nahmen oft bloß die Resultate, setzten neue Rechnungen darauf und es entstanden Maschinen. Und pl¨otzlich, nachdem alles in sch¨onste Existenz gebracht war, kamen die Mathematiker - jene, die ganz innen herumgr¨ubeln, - darauf, daß etwas in den Grundlagen der ganzen Sache absolut nicht in Ordnung zu bringen sei; tats¨achlich, sie sahen zuunterst nach und fanden, daß das ganze Geb¨audein der Luft stehe. Aber die Maschinen liefen! Man muß daraufhin annehmen, daß unser Dasein bleicher Spuk ist; wir leben es, aber eigentlich nur auf Grund eines Irrtums, ohne den es nicht entstanden w¨are. ROBERT MUSIL: Der mathematische Mensch (1913) 1 Introduction A central theme running through all the main areas of Mathematical Logic is the classification of sets, functions or theories, by means of transfinite hierarchies whose ordinal levels measure their ‘rank’ or ‘complexity’ in some sense appropriate to the underlying context. In Proof Theory this is manifest in the assignment of ‘proof the- oretic ordinals’ to theories, gauging their ‘consistency strength’ and ‘computational power’. Ordinal-theoretic proof theory came into existence in 1936, springing forth from Gentzen’s head in the course of his consistency proof of arithmetic. To put it roughly, ordinal analyses attach ordinals in a given representation system to formal theories.
    [Show full text]
  • Effective Descriptive Set Theory
    Effective Descriptive Set Theory Andrew Marks December 14, 2019 1 1 These notes introduce the effective (lightface) Borel, Σ1 and Π1 sets. This study uses ideas and tools from descriptive set theory and computability theory. Our central motivation is in applications of the effective theory to theorems of classical (boldface) descriptive set theory, especially techniques which have no classical analogues. These notes have many errors and are very incomplete. Some important topics not covered include: • The Harrington-Shore-Slaman theorem [HSS] which implies many of the theorems of Section 3. • Steel forcing (see [BD, N, Mo, St78]) • Nonstandard model arguments • Barwise compactness, Jensen's model existence theorem • α-recursion theory • Recent beautiful work of the \French School": Debs, Saint-Raymond, Lecompte, Louveau, etc. These notes are from a class I taught in spring 2019. Thanks to Adam Day, Thomas Gilton, Kirill Gura, Alexander Kastner, Alexander Kechris, Derek Levinson, Antonio Montalb´an,Dean Menezes and Riley Thornton, for helpful conversations and comments on earlier versions of these notes. 1 Contents 1 1 1 1 Characterizing Σ1, ∆1, and Π1 sets 4 1 1.1 Σn formulas, closure properties, and universal sets . .4 1.2 Boldface vs lightface sets and relativization . .5 1 1.3 Normal forms for Σ1 formulas . .5 1.4 Ranking trees and Spector boundedness . .7 1 1.5 ∆1 = effectively Borel . .9 1.6 Computable ordinals, hyperarithmetic sets . 11 1 1.7 ∆1 = hyperarithmetic . 14 x 1 1.8 The hyperjump, !1 , and the analogy between c.e. and Π1 .... 15 2 Basic tools 18 2.1 Existence proofs via completeness results .
    [Show full text]
  • Turing Oracle Machines, Online Computing, and Three Displacements in Computability Theory
    Turing Oracle Machines, Online Computing, and Three Displacements in Computability Theory Robert I. Soare∗ January 3, 2009 Contents 1 Introduction 4 1.1 Terminology: Incompleteness and Incomputability . 4 1.2 The Goal of Incomputability not Computability . 5 1.3 Computing Relative to an Oracle or Database . 5 1.4 Continuous Functions and Calculus . 6 2 Origins of Computability and Incomputability 7 2.1 G¨odel'sIncompleteness Theorem . 7 2.2 Alonzo Church . 8 2.3 Herbrand-G¨odelRecursive Functions . 9 2.4 Stalemate at Princeton Over Church's Thesis . 10 2.5 G¨odel'sThoughts on Church's Thesis . 11 3 Turing Breaks the Stalemate 11 3.1 Turing Machines and Turing's Thesis . 11 3.2 G¨odel'sOpinion of Turing's Work . 13 3.2.1 G¨odel[193?] Notes in Nachlass [1935] . 14 3.2.2 Princeton Bicentennial [1946] . 15 ∗Parts of this paper were delivered in an address to the conference, Computation and Logic in the Real World, at Siena, Italy, June 18{23, 2007. Keywords: Turing ma- chine, automatic machine, a-machine, Turing oracle machine, o-machine, Alonzo Church, Stephen C. Kleene, Alan Turing, Kurt G¨odel, Emil Post, computability, incomputability, undecidability, Church-Turing Thesis, Post-Turing Thesis on relative computability, com- putable approximations, Limit Lemma, effectively continuous functions, computability in analysis, strong reducibilities. Thanks are due to C.G. Jockusch, Jr., P. Cholak, and T. Slaman for corrections and suggestions. 1 3.2.3 The Flaw in Church's Thesis . 16 3.2.4 G¨odelon Church's Thesis . 17 3.2.5 G¨odel'sLetter to Kreisel [1968] .
    [Show full text]
  • An Ordinal Analysis of Admissible Set Theory Using Recursion on Ordinal Notations∗
    An ordinal analysis of admissible set theory using recursion on ordinal notations¤ Jeremy Avigad May 23, 2001 Abstract The notion of a function from N to N defined by recursion on ordinal notations is fundamental in proof theory. Here this notion is generalized to functions on the universe of sets, using notations for well-orderings longer than the class of ordinals. The generalization is used to bound the rate of growth of any function on the universe of sets that is Σ1-definable in Kripke-Platek admissible set theory with an axiom of infinity. Formalizing the argument provides an ordinal analysis. 1 Introduction In informal proof-theoretic parlance, the definition of a set of objects is said to be impredicative if it makes reference to a collection of sets that includes the set being defined. A classic example arises if one takes the real numbers to be lower Dedekind cuts of rationals, and then defines the least upper bound of a bounded set of reals to be the intersection of all the upper bounds. A theory is said to be (prima facie) impredicative if its intended interpretation depends on such a definition. The circularity implicit in an impredicative theory poses problems for its ordinal analysis, since the goal of ordinal analysis is to measure the theory’s strength in terms of well-founded ordinal notations — that is, “from the bot- tom up.” For that reason, the first ordinal analyses of impredicative theories, due to Takeuti, Buchholz, and Pohlers were a landmark (see the discussion in the introduction to [7]). Another important step was the move to studying fragments of set theory instead of second-order arithmetic, carried out by J¨ager [12, 13, 14], providing a more natural framework for the analysis of impredica- tivity.
    [Show full text]
  • Cardinals and Intro to Ordinals Notations
    Cardinals and Intro to Ordinals Notations Pete Manolios Northeastern Formal Methods, Lecture 5 September 2008 1 Last Time: Axiomatic Set Theory Axiom 0. Set Existence: ⟨∃x :: x=x⟩ Axiom 1. Extensionality: ⟨∀x,y::⟨∀z :: z∈x ≡ z∈y⟩ ⇒ x=y⟩ Axiom 3. Comprehension Scheme: For each formula φ without y free, the universal closure of the following is an axiom: ⟨∃y :: ⟨∀x :: x∈y ≡ x∈z ∧ φ⟩⟩ Axiom 4. Pairing: ⟨∀x,y :: ⟨∃z :: x∈z ∧ y ∈z⟩⟩ Axiom 5. Union: ⟨∀F :: ⟨∃A :: ⟨∀x,Y :: (Y∈F ∧ x∈Y) ⇒ x∈A⟩⟩⟩ Axiom 6. Replacement Scheme. For each formula φ without Y free, the universal closure of the following is an axiom: ⟨∀x∈A :: ⟨∃!z:: φ(x,z)⟩⟩ ⇒ ⟨∃Y:: ⟨∀x∈A :: ⟨∃z∈Y :: φ(x,z)⟩⟩⟩ Axiom 7. Infinity: ⟨∃x:: 0∈x ∧ ⟨∀y∈x :: y+ ∈ x⟩⟩ (y+ = y ⋃ {y}) Axiom 9. Choice. ⟨∀A :: ⟨∃R :: R well-orders A⟩⟩ 2 Hey, What About Axiom 2? Axiom 2: Foundation. Sets are well-founded under ∈ ⟨∀x :: ⟨∃y∈x⟩ ⇒ ⟨∃y∈x :: ¬⟨∃z∈x :: z∈y⟩⟩⟩ y is a minimal element above See handout for an alternate definition of foundation There are set theories where foundation is omitted So, we can have x∈x The problem is: when are two sets equal? What would you do? 3 Cardinals (& Axiom 8) |A| is the least ordinal α s.t. α≈A (≈ means bijection) α is a cardinal iff α = |α| A cardinal number is an ordinal number whose size is > any of its elements A is finite iff |A| < ω A is infinite iff it is not finite A is countable iff |A| ≤ ω A is uncountable iff it is not countable We can’t prove that uncountable sets exist Axiom 8.
    [Show full text]
  • To Infinity and Beyond
    To Infinity and Beyond Some Notes on Set Theory and Transfinite Numbers Prerna Nadathur August 15, 2008 Contents 1 Introduction 1 2 The Axioms 2 2.1 The Axioms . 2 2.2 Some Consequences . 4 2.2.1 Intersections, Unions and Complements . 4 2.2.2 Ordered Pairs and Cartesian Products . 9 2.2.3 Relations and Functions . 11 2.3 An Axiom for the Natural Numbers . 13 3 Order 14 4 Ordinals and Cardinals 16 4.1 Ordinals . 16 4.1.1 Ordinal Numbers . 16 4.1.2 Ordinal Arithmetic . 18 4.1.3 Countability . 19 4.2 Cardinals . 22 4.3 Cofinality . 26 5 The Axiom of Choice, Zorn's Lemma, and the Well-Ordering Theorem 27 1 Introduction Perhaps the first problem we encounter in set theory is that of the definition of a set. It is a remarkable (although not altogether curious) fact that most books on set theory either actively decline to define a set, or else neglect to mention the problem of definition altogether. Intuitively, we know that sets contain things{elements, or objects, and so in some sense, we 1 can define a set as a collection of objects. Yet this can lead us into trouble: we shall see that there are collections of objects that are not sets, that are \too big" to be sets, that create paradoxes if we regard them as sets. For example, although Cantor's original development of set theory was not axiomatic, it is clear that he relied implicitly on three assumptions: the axiom of extension (more later), the axiom of abstraction, and the axiom of choice.
    [Show full text]
  • Proof Theory of Martin-Löf Type Theory – an Overview
    Proof Theory of Martin-L¨of Type Theory { An Overview Anton Setzer∗ February 22, 2004 Abstract We give an overview over the historic development of proof theory and the main techniques used in ordinal theoretic proof theory. We argue, that in a revised Hilbert's programme, ordinal theoretic proof theory has to be supplemented by a second step, namely the development of strong equiconsis- tent constructive theories. Then we show, how, as part of such a programme, the proof theoretic analysis of Martin-L¨of type theory with W-type and one microscopic universe containing only two finite sets is carried out. Then we look at the analysis of Martin-L¨of type theory with W-type and a universe closed under the W-type, and consider the extension of type theory by one Mahlo universe and its proof-theoretic analysis. Finally we repeat the con- cept of inductive-recursive definitions, which extends the notion of inductive definitions substantially. We introduce a closed formalisation, which can be used in generic programming, and explain, what is known about its strength. Keywords: Martin-L¨of type theory, proof theory, Kripke-Platek set theory, W-type, well-founded trees, Kleene's O, Mahlo universe, inductive-recursive definitions, generic programming. 1 Introduction The goal of this article is to introduce the reader, who is not necessarily an expert in proof theory, into the current state of the art of proof theory of Martin-L¨of type theory and the techniques used there. We start by giving a brief overview over the contents of this article.
    [Show full text]
  • Ordinal Notation
    Dmytro Taranovsky Last Update: December 31, 2018 Ordinal Notation Abstract: We introduce a framework for ordinal notation systems, present a family of strong yet simple systems, and give many examples of ordinals in these systems. While much of the material is conjectural, we include systems with conjectured strength beyond second order arithmetic (and plausibly beyond ZFC), and prove well-foundedness for some weakened versions. Contents: 1 Introduction 1.1 Introduction 1.2 Prior Work 1.3 Goals of Ordinal Analysis 2 A Framework for Ordinal Notations — defines the general structure for the notations. 2.1 Definition of the General Notation 2.2 Basic Properties 2.3 Bachmann-Howard Ordinal 2.4 One Variable C 2.5 Reflection Configurations 3 Degrees of Recursive Inaccessibility — presents a notation system for ATR0 plus "for every ordinal a, there is recursively a-inaccessible ordinal". 3.1 Definition of the Notation 3.2 Comparison Relation 3.3 Examples 4 Degrees of Reflection — presents a notation system for KP + Πn reflection and somewhat stronger systems, with the canonical assignment for nonrecursive ordinals. 4.1 Definition of Degrees of Reflection 4.2 Examples and Additional Properties 4.3 Assignment of Degrees 4.4 A Step towards Second Order Arithmetic 5 Main Ordinal Notation System — presents the main notation system, which plausibly reaches second order arithmetic (Z2) or higher. 5.1 Definition and Basic Properties 5.2 Strength of the Main System 5.3 Old Analysis and Examples 6 Beyond Second Order Arithmetic — gives insights for going beyond second order arithmetic and ZFC 6.1 Old Analysis 6.2 New Analysis 7 Iteration of n-built from below — proposes a strengthening of the main system.
    [Show full text]
  • Well-Partial-Orders and Ordinal Notation Systems
    Faculty of Sciences Department of Mathematics Connecting the Two Worlds: Well-partial-orders and Ordinal Notation Systems Jeroen Van der Meeren Supervisor: Prof. Dr. Andreas Weiermann Dissertation submitted in fulfillment of the requirements for the degree of Doctor (Ph.D.) in Sciences, Mathematics 2015 Copyright. The author and the supervisor give the authorization to consult and to copy parts of this work for personal use only. Any other use is limited by the laws of copyright. Permission to reproduce any material contained in this work should be obtained from the author. This does not include the Ghent University logo on the front page, which remains under full copyright of Ghent University. Das Unendliche hat wie keine andere Frage von jeher so tief das Gem¨utdes Menschen bewegt; das Unendliche hat wie kaum eine andere Idee auf den Verstand so anregend und fruchtbar gewirkt; das Unendliche ist aber auch wie kein anderer Begriff so der Aufkl¨arungbed¨urftig. From time immemorial, the infinite has stirred men's emotions more than any other question. Hardly any other idea has stimu- lated the mind so fruitfully. Yet, no other concept needs clarifi- cation more than it does. - David Hilbert, Uber¨ das Unendliche (On the infinite ) [39] Preface Kruskal claims in his now-classical 1972 paper [47] that well-partial-orders are among the most frequently rediscovered mathematical objects. Well- partial-orders have applications in many fields outside the theory of orders: computer science, proof theory, reverse mathematics, algebra, combinatorics, etc. The maximal order type of a well-partial-order characterizes that order's strength.
    [Show full text]
  • Well-Partial-Orders and Ordinal Notation Systems
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Ghent University Academic Bibliography Faculty of Sciences Department of Mathematics Connecting the Two Worlds: Well-partial-orders and Ordinal Notation Systems Jeroen Van der Meeren Supervisor: Prof. Dr. Andreas Weiermann Dissertation submitted in fulfillment of the requirements for the degree of Doctor (Ph.D.) in Sciences, Mathematics 2015 Copyright. The author and the supervisor give the authorization to consult and to copy parts of this work for personal use only. Any other use is limited by the laws of copyright. Permission to reproduce any material contained in this work should be obtained from the author. This does not include the Ghent University logo on the front page, which remains under full copyright of Ghent University. Das Unendliche hat wie keine andere Frage von jeher so tief das Gem¨utdes Menschen bewegt; das Unendliche hat wie kaum eine andere Idee auf den Verstand so anregend und fruchtbar gewirkt; das Unendliche ist aber auch wie kein anderer Begriff so der Aufkl¨arungbed¨urftig. From time immemorial, the infinite has stirred men's emotions more than any other question. Hardly any other idea has stimu- lated the mind so fruitfully. Yet, no other concept needs clarifi- cation more than it does. - David Hilbert, Uber¨ das Unendliche (On the infinite ) [39] Preface Kruskal claims in his now-classical 1972 paper [47] that well-partial-orders are among the most frequently rediscovered mathematical objects. Well- partial-orders have applications in many fields outside the theory of orders: computer science, proof theory, reverse mathematics, algebra, combinatorics, etc.
    [Show full text]
  • Worms and Spiders: Reflection Calculi and Ordinal Notation Systems
    Worms and Spiders: Reflection Calculi and Ordinal Notation Systems David Fernández-Duque Institute de Recherche en Informatique de Toulouse, Toulouse University, France. Department of Mathematics, Ghent University, Belgium. [email protected] To the memory of Professor Grigori Mints. Abstract We give a general overview of ordinal notation systems arising from reflec- tion calculi, and extend the to represent impredicative ordinals up to those representable using Buchholz-style collapsing functions. 1 Introduction I had the honor of receiving the Gödel Centenary Research Prize in 2008 based on work directed by my doctoral advisor, Grigori ‘Grisha’ Mints. The topic of my dis- sertation was dynamic topological logic, and while this remains a research interest of mine, in recent years I have focused on studying polymodal provability logics. These logics have proof-theoretic applications and give rise to ordinal notation systems, al- though previously only for ordinals below the Feferman-Shütte ordinal, Γ . I last arXiv:1605.08867v3 [math.LO] 3 Oct 2017 0 saw Professor Mints in the First International Wormshop in 2012, where he asked if we could represent the Bachmann-Howard ordinal, ψ(εΩ+1), using provability logics. It seems fitting for this volume to once again write about a problem posed to me by Professor Mints. Notation systems for ψ(εΩ+1) and other ‘impredicative’ ordinals are a natural 0 1 step in advancing Beklemishev’s Π1 ordinal analysis to relatively strong theories This work was partially funded by ANR-11-LABX-0040-CIMI within the program ANR-11-IDEX- 0002-02. 1 0 The Π1 ordinal of a theory T is a way to measure its ‘consistency strength’.
    [Show full text]