Fast Growing Functions and Arithmetical Independence Results

Size: px
Start display at page:

Download "Fast Growing Functions and Arithmetical Independence Results"

Transcription

1 Fast Growing Functions and Arithmetical Independence Results Stanley S. Wainer (Leeds UK) Stanford, March 2013

2 1. Intro A Mathematical Incompleteness Are there any genuine mathematical examples of incompleteness? Goodstein Sequences (1944) Kirby and Paris (1982) Take any number a, for example a = 16. Write a in complete base-2, thus a = Subtract 1, so the base-2 representation is a 1 = Increase the base by 1, to produce the next stage a 1 = = 112. Continue subtracting 1 and increasing the base: a,a 1,a 2,a 3,... Example: 16, 112, 1284, 18753, ,... Theorem (Part 1 Goodstein, Part 2 Kirby & Paris) (1) Every Goodstein sequence eventually terminates in 0. (2) But this is not provable in Peano Arithmetic (PA).

3 1.1. The Hardy Functions If, throughout any Cantor Normal Form α ε 0, we replace ω by a large enough n, then we obtain a complete base-n representation. Subtracting 1, and then putting the ω back, one gets a smaller ordinal P n (α). Hence part 1 of the theorem, by well-foundedness. E.G. With α = ω ωω and n = 2 we get a = 2 22 = 16. Then a 1 = and P n (α) = ω ω+1 + ω ω + ω Definition H 0 (n) = n and H α (n) = H Pn(α)(n + 1). Theorem (Cichon (1983)) H α (n) measures the length of any Goodstein sequence on a,n. A proof that all G-sequences terminate says H ε0 is recursive. But H ε0 is not provably recursive in PA. Hence part 2.

4 1.2. The Fast Growing Hierarchy B α := H 2 α H α+β = H α H β. So B 0 = successor and B α+1 = B α B α. Thus, for finite α, B α (n) = n + 2 α. This is the beginning of the (sometimes called Schwichtenberg - Wainer ) Fast Growing Hierarchy: n + 1 if α = 0 B α (n) = B α (B α (n)) if α = α + 1 B αn (n) if α is a limit where {α n } n N is a chosen fundamental sequence to limit α. Theorem {B α } α< T classifies provable recursion in arithmetical theories T, i.e. provides bounds for witnesses of provable Σ 1 formulas.

5 2. Input-Output Arithmetic Definition EA(I;O) has the language of arithmetic, with (quantified, output ) variables a,b,... It has symbols for arbitrary (partial) recursive functions, given by their defining equations. In addition there are numerical constants ( inputs ) x,y,... Basic terms are those built from the constants and variables by successive application of successor and predecessor. Only basic terms are allowed as witnesses in the logical rules for and. The induction axioms are: A(0) a(a(a) A(a + 1)) A(t(x)) where t is a closed, basic term controlling induction-length!

6 2.1. Working in EA(I;O) Definition Write t for a(t = a). Note that if t is not basic one cannot pass directly from t = t to t. But a + 1 is basic, so t t + 1. In general, t A(t) aa(a) and dually for. Example From b + c we then immediately get b + (c + 1). Therefore b + x by Σ 1 -induction up to x. Then b(b + x ). By iterating this x times, we thus obtain b + x 2. Then b(b + x 2 ), b(b + x 3 ). Etc. Exponential requires a Π 2 induction on b(b + 2 c ).

7 Proving b(b + 2 x ) with Π 2 induction - an argument going back to Gentzen Assume b(b + 2 c ). Then, given an arbitrary b, we have: b + 2 c by the assumption, and hence (b + 2 c ) + 2 c by the assumption again. Therefore b(b + 2 c ) b(b + 2 c+1 ), and b(b ) because b + 1 is basic. Therefore IΠ 2 (I;O) b(b + 2 x ). Similarly IΠ 2 (I;O) b(b + 2 p( x) ). Then IΠ 3 (I;O) b(b + 2 2x ) etcetera.

8 2.2. Bounding Σ 1 -Inductions Theorem Witnesses for Σ 1 theorems, proved by Σ 1 -inductions up to x := n, are bounded by B h where h = log n. Proof. Any induction up to x := n can be unravelled, inside EA(I;O), to a binary tree of Cuts (modus ponens) of height log n. If it s a Σ 1 -induction on aa(b,a) and we assume that B h bounds witnesses at height h, then a further Cut: aa(b,a) aa(b,a) aa(b,a) aa(b,a) aa(b,a) aa(b,a) will yield a bound B h+1 = B h B h at height h + 1.

9 2.3. Provable Functions of EA(I;O) Definition A provably recursive function of EA(I;O) is one which is provably defined on inputs, i.e. f (x). Theorem (Ostrin-W. APAL 133, 2005) The provable functions of I Σ 1 (I;O) are those computable in poly-time p(n). The provable functions of I Σ 2 (I;O) are those computable in exp-time 2 p(n). Etcetera, up the Ritchie-Schwichtenberg hierarchy of all elementary functions. (Cf. Leivant s Ramified Inductions (1995) where such characterizations were first obtained. Also Nelson s Predicative Arithmetic (1986).)

10 2.4. Proof Proof. Fix x := n in f (x) say with d nested inductions. Partial cut-elimination yields a free-cut-free proof, so only inductive cuts remain. The height of the proof-tree will be (of the order of) log n d. For IΣ 1 (I;O) the Bounding Theorem applies immediately to give complexity bounds B log n d (0) = log n d = n d. For IΣ 2 one must first reduce all cuts to Σ 1 form by Gentzen cut-reduction, which further increases the height by an exponential, so in that case the complexity bounds will be B 2 log n d(0) = 2 nd.

11 3. Adding an Inductive Definition Definition ID 1 (I;O) is obtained from EA(I;O) by adding, for each positive inductive form F(X,a), a new predicate P, and Closure and Least-Fixed-Point axioms: for each formula A. Example a(f(p,a) P(a)) a(f(a,a) A(a)) a(p(a) A(a)) Associate the predicate N with the inductive form: F(X,a) : a = 0 b(x(b) a = b + 1).

12 3.1. Embedding Peano Arithmetic Theorem If PA A then ID 1 (I;O) A N. Proof. From the axioms one easily deduces: Therefore: A(0) a(a(a) A(a + 1)) a(f(a,a) A(a)) A(0) a(a(a) A(a + 1)) a(n(a) A(a)). Hence Peano Arithmetic is interpreted in ID 1 (I;O) by relativizing quantifiers to N.

13 3.2. Unravelling LFP-Ax by Buchholz Ω-Rule We are still working in the I/O context, so can fix x := n and unravel inductions into iterated Cuts as before. However the resulting ID 1 (I;O)-derivations will be further complicated by the presence of Least-Fixed-Point axioms. These must be unravelled as well, before we can read off bounds. Definition (Buchholz Ω-Rule) λ 0 N(m),Γ 0 h 0 N(m) λ h Γ 1 λ Γ 0,Γ 1 The map h λ h measures the transformation s uniformity. Hence ordinal heights now appear as the infinitary content.

14 3.3. Ω Proves LFP-Ax The gist of it. For the left-hand premise of the Ω-rule choose 0 N(m), N(m). For the right-hand premise, first assume h 0 N(m). Each step of this (direct, cut-free) proof can be mimicked to prove A(m) if we assume that A is progressive. Thus h a(f(a,a) A(a)),A(m). The standard fundamental sequence for ω gives ω h = h. Ω-rule gives ω a(f(a,a) A(a)), N(m),A(m) for every m. Then by ω-rule obtain LFP-Ax with proof-height ω + 3.

15 3.4. Cut Elimination and Collapsing in ID 1 (I;O) As usual, Gentzen-style cut-reduction raises height exponentially. Lemma (Collapsing) If, for fixed input x := n, we have a cut-free derivation α 0 Γ with Γ positive in N, then k 0 Γ where k B α+1(n). Proof. For Ω-rule, assume it holds for the premises α 0 0 N(m),Γ 0 and h 0 N(m),Γ 0 α h 0 Γ. Then for the left premise, h 0 N(m),Γ 0 where h B α0 +1(n). And for the right premise, k 0 Γ where k B α h +1(n). Hence k B αh +1(n) B α (h + 1) B α B α (n) = B α+1 (n).

16 3.5. A New Proof of an Old Theorem Theorem Every Σ 1 theorem of PA has witnesses bounded by B α for some α < ε 0. Proof. Embed as ID 1 (I;O) a(n(a) A(x,a)) with x input. Translate this into ID 1 (I;O) with proof-height ω + k, cut-rank r. Eliminate cuts to obtain proof-height α = 2 r (ω + k) < ε 0. Collapse to obtain h a(n(a) A(x,a)) with h = B α+1 (x). Use original Bounding Theorem to bound witness a below B h (x) B ω B α+1 (x) B α+2 (x).

17 4. Generalizing to ID <ω Williams thesis (Leeds 2004) generalizes the foregoing to theories of finitely iterated inductive definitions ID i (I;O). As the inductive definitions are iterated, the higher levels of Ω-rules needed to unravel them require ordinals in successively higher number-classes Ω 1,Ω 2,...,Ω i. Collapsing (and Bounding) from one level i + 1 down to the one below is then computed in terms of higher-level extensions of the B α hierarchy: ϕ (i) α (β) for α Ω i+1,β Ω i where ϕ(β) starts with β + 1, composes at successors, diagonalizes at big limits, (just like B) and is continuously extended at small limits. The ordinal bound of ID 2 (I;O) is then the Bachmann-Howard: τ 3 = ϕ (1) ϕ (3) ω (ω 2 ) (ω 1 ) (ω).

18 4.1. Bounding Functions for ID <ω and Π 1 1 -CA 0 Define ϕ (k) : Ω k+1 Ω k Ω k by: β + 1 if α = 0 ϕ (k) ϕ (k) γ ϕ (k) γ (β) if α = γ + 1 α (β) = ϕ (k) α β (β) if α = supα ξ (ξ Ω k ) supϕ (k) α ξ (β) if α = supα ξ (ξ Ω <k ) Define τ = supτ i where τ 0 = ω and τ 1 = ϕ (1) ω (ω), τ 2 = ϕ (1) (ω), τ 3 = ϕ (1) (ω),... ω (ω 1 ) ϕ (3) (ω 1 ) ω (ω 2 ) Theorem The proof-theoretic ordinal of ID i is τ i+2. The provably computable functions of Π 1 1 -CA 0 are those computably-bounded by {B α } α τ.

19 5. Links to Independence Results Theorem (Friedman s Miniaturized Kruskal Theorem for Labelled Trees) For each constant c there is a number K(c) so large that in every sequence {T j } j<k(c) of finite trees with labels from a given finite set, and such that T j c 2 j, there are j 1 < j 2 such that T j1 T j2. The embedding must preserve infs, labels, and satisfy a certain gap condition. Lemma The (natural) computation sequence for B τi (n) satisfies the size-bound above, and is a bad sequence, i.e. no embeddings. Corollary For a simple c n we therefore have B τn (n) < K(c n ) for all n. Therefore K is not provable recursive in ID <ω, nor in Π 1 1 -CA 0.

20 5.1. The Computation Sequence for τ n By reducing/rewriting τ n according to the defining equations of the ϕ-functions, we pass through all the ordinals in τ n [n]. Each term is a binary tree with labels n, and each one-step-reduction at most doubles the size of the tree. E.g. with n = 2 the sequence begins: τ 2 ϕ (1) (ω) 2 (ω ϕ(1) 1) 1 ϕ(2) 1 (ω 1) ϕ (1) 0 ϕ(2) 1 (ω 1) (ϕ(1) 0 ϕ(2) 1 (ω 1) ϕ (1) ω 1 ϕ (1) ω 1 ϕ (1) (ω)) ϕ(1) 0 (ω 1) ϕ(1) 1 (ω 1) ϕ(1) 0 ϕ(2) 1 (ω 1) (ω) ϕ(1) 0 ϕ(2) 0 ϕ(2) 1 (ω 1) (ω) 1 (ω 1) (ϕ(1) 1 (ω 1) (ϕ(1) 0 ϕ(2) 1 (ω 1) (ω))) (ω) ϕ(1) ϕ (1) ω 1 ( ) (ϕ(1) ω 1 ( ))... The length of the entire sequence (down to zero) is therefore τ n [n] = G n (τ n ) = B τn 1 (n). Furthermore, the sequence is bad - no term is gap-embeddable in any follower.

A Hierarchy of Ramified Theories around PRA

A Hierarchy of Ramified Theories around PRA A Hierarchy of Ramified Theories around PRA Elliott J. Spoors and Stanley S. Wainer 1 (Leeds UK) Logic Colloquium 2012, Manchester. 1 Later parts of this work were done while the second author visited

More information

Axiomatic Theories of Truth

Axiomatic Theories of Truth Axiomatic Theories of Truth Graham Leigh University of Leeds LC 8, 8th July 28 Graham Leigh (University of Leeds) Axiomatic Theories of Truth LC 8, 8th July 28 1 / 15 Introduction Formalising Truth Formalising

More information

Ordinal Analysis and the Infinite Ramsey Theorem

Ordinal Analysis and the Infinite Ramsey Theorem Ordinal Analysis and the Infinite Ramsey Theorem Bahareh Afshari and Michael Rathjen Abstract The infinite Ramsey theorem is known to be equivalent to the statement for every set X and natural number n,

More information

Long Proofs. Michael Rathjen University of Leeds. RaTLoCC 2011 Ramsey Theory in Logic, Combinatorics and Complexity

Long Proofs. Michael Rathjen University of Leeds. RaTLoCC 2011 Ramsey Theory in Logic, Combinatorics and Complexity Long Proofs Michael Rathjen University of Leeds RaTLoCC 2011 Ramsey Theory in Logic, Combinatorics and Complexity Bertinoro International Center for Informatics May 26, 2011 Relevance of Gödel s incompleteness

More information

Proof Theory and Subsystems of Second-Order Arithmetic

Proof Theory and Subsystems of Second-Order Arithmetic Proof Theory and Subsystems of Second-Order Arithmetic 1. Background and Motivation Why use proof theory to study theories of arithmetic? 2. Conservation Results Showing that if a theory T 1 proves ϕ,

More information

FINITE PHASE TRANSITIONS Harvey M. Friedman* Ohio State University September 26, AM

FINITE PHASE TRANSITIONS Harvey M. Friedman* Ohio State University September 26, AM 1 FINITE PHASE TRANSITIONS Harvey M. Friedman* Ohio State University September 26, 2010 10AM DRAFT This topic has been discussed earlier on the FOM email list in various guises. The common theme is: big

More information

Well-foundedness of Countable Ordinals and the Hydra Game

Well-foundedness of Countable Ordinals and the Hydra Game Well-foundedness of Countable Ordinals and the Hydra Game Noah Schoem September 11, 2014 1 Abstract An argument involving the Hydra game shows why ACA 0 is insufficient for a theory of ordinals in which

More information

Kleene realizability and negative translations

Kleene realizability and negative translations Q E I U G I C Kleene realizability and negative translations Alexandre Miquel O P. D E. L Ō A U D E L A R April 21th, IMERL Plan 1 Kleene realizability 2 Gödel-Gentzen negative translation 3 Lafont-Reus-Streicher

More information

Program Extraction from Proofs. Helmut Schwichtenberg

Program Extraction from Proofs. Helmut Schwichtenberg Program Extraction from Proofs Helmut Schwichtenberg Notes for a lecture course, Sommersemester 2007. Mathematisches Institut der Ludwig-Maximilians-Universität, Theresienstraße 39, D-80333 München, Germany.

More information

Interpreting classical theories in constructive ones

Interpreting classical theories in constructive ones Interpreting classical theories in constructive ones Jeremy Avigad Department of Philosophy Carnegie Mellon University avigad+@cmu.edu http://macduff.andrew.cmu.edu 1 A brief history of proof theory Before

More information

Proof Theory of Induction

Proof Theory of Induction 1/ 70 Proof Theory of Induction Stefan Hetzl Institute of Discrete Mathematics and Geometry Vienna University of Technology Summer School for Proof Theory in First-Order Logic Funchal, Madeira August 2017

More information

Ali Enayat & Albert Visser. Department of Philosophy, Faculty of Humanities, Utrecht University. Kotlarski-Ratajczyk Conference

Ali Enayat & Albert Visser. Department of Philosophy, Faculty of Humanities, Utrecht University. Kotlarski-Ratajczyk Conference SEQUENTIAL THEORIES Ali Enayat & Albert Visser Department of Philosophy, Faculty of Humanities, Utrecht University Kotlarski-Ratajczyk Conference July 24, 2012, Będlewo 1 Overview 2 Overview 2 Overview

More information

185.A09 Advanced Mathematical Logic

185.A09 Advanced Mathematical Logic 185.A09 Advanced Mathematical Logic www.volny.cz/behounek/logic/teaching/mathlog13 Libor Běhounek, behounek@cs.cas.cz Lecture #1, October 15, 2013 Organizational matters Study materials will be posted

More information

Existence and Consistency in Bounded Arithmetic

Existence and Consistency in Bounded Arithmetic Existence and Consistency in Bounded Arithmetic Yoriyuki Yamagata National Institute of Advanced Science and Technology (AIST) Kusatsu, August 30, 2011 Outline Self introduction Summary Theories of PV

More information

Informal Statement Calculus

Informal Statement Calculus FOUNDATIONS OF MATHEMATICS Branches of Logic 1. Theory of Computations (i.e. Recursion Theory). 2. Proof Theory. 3. Model Theory. 4. Set Theory. Informal Statement Calculus STATEMENTS AND CONNECTIVES Example

More information

Provably Total Functions of Arithmetic with Basic Terms

Provably Total Functions of Arithmetic with Basic Terms Provably Total Functions of Arithmetic with Basic Terms Evgeny Makarov INRIA Orsay, France emakarov@gmail.com A new characterization of provably recursive functions of first-order arithmetic is described.

More information

Part II. Logic and Set Theory. Year

Part II. Logic and Set Theory. Year Part II Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 60 Paper 4, Section II 16G State and prove the ǫ-recursion Theorem. [You may assume the Principle of ǫ- Induction.]

More information

Between proof theory and model theory Three traditions in logic: Syntactic (formal deduction)

Between proof theory and model theory Three traditions in logic: Syntactic (formal deduction) Overview Between proof theory and model theory Three traditions in logic: Syntactic (formal deduction) Jeremy Avigad Department of Philosophy Carnegie Mellon University avigad@cmu.edu http://andrew.cmu.edu/

More information

Constructing Ordinals

Constructing Ordinals Philosophia Scientiæ Travaux d'histoire et de philosophie des sciences CS 6 2006 Constructivism: Mathematics, Logic, Philosophy and Linguistics Constructing Ordinals Herman Ruge Jervell Publisher Editions

More information

October 12, Complexity and Absoluteness in L ω1,ω. John T. Baldwin. Measuring complexity. Complexity of. concepts. to first order.

October 12, Complexity and Absoluteness in L ω1,ω. John T. Baldwin. Measuring complexity. Complexity of. concepts. to first order. October 12, 2010 Sacks Dicta... the central notions of model theory are absolute absoluteness, unlike cardinality, is a logical concept. That is why model theory does not founder on that rock of undecidability,

More information

Categories, Proofs and Programs

Categories, Proofs and Programs Categories, Proofs and Programs Samson Abramsky and Nikos Tzevelekos Lecture 4: Curry-Howard Correspondence and Cartesian Closed Categories In A Nutshell Logic Computation 555555555555555555 5 Categories

More information

Arithmetical classification of the set of all provably recursive functions

Arithmetical classification of the set of all provably recursive functions Arithmetical classification of the set of all provably recursive functions Vítězslav Švejdar April 12, 1999 The original publication is available at CMUC. Abstract The set of all indices of all functions

More information

Goodstein s theorem revisited

Goodstein s theorem revisited Goodstein s theorem revisited Michael Rathjen School of Mathematics, University of Leeds Leeds, LS2 JT, England Abstract In this paper it is argued that unprovability of the termination of special Goodstein

More information

Pure Patterns and Ordinal Numbers

Pure Patterns and Ordinal Numbers Pure Patterns and Ordinal Numbers Gunnar Wilken Okinawa Institute of Science and Technology Graduate University Japan Sets and Computations Institute of the Mathematical Sciences National University of

More information

There are infinitely many set variables, X 0, X 1,..., each of which is

There are infinitely many set variables, X 0, X 1,..., each of which is 4. Second Order Arithmetic and Reverse Mathematics 4.1. The Language of Second Order Arithmetic. We ve mentioned that Peano arithmetic is sufficient to carry out large portions of ordinary mathematics,

More information

Slow Consistency. 1 Preliminaries. Sy-David Friedman 1, Michael Rathjen 2, Andreas Weiermann 3

Slow Consistency. 1 Preliminaries. Sy-David Friedman 1, Michael Rathjen 2, Andreas Weiermann 3 The Infinity Project Slow Consistency Sy-David Friedman 1, Michael Rathjen 2, Andreas Weiermann 3 1 Kurt Gödel Research Center for Mathematical Logic, Universität Wien, Währingerstrasse 25, A-19 Wien,

More information

CLASSIFYING PHASE TRANSITION THRESHOLDS FOR GOODSTEIN SEQUENCES AND HYDRA GAMES

CLASSIFYING PHASE TRANSITION THRESHOLDS FOR GOODSTEIN SEQUENCES AND HYDRA GAMES CLASSIFYING PHASE TRANSITION THRESHOLDS FOR GOODSTEIN SEQUENCES AND HYDRA GAMES FREDERIK MESKENS AND ANDREAS WEIERMANN Abstract. A classiication o the phase transition thresholds behind the Kirby Paris

More information

Krivine s Intuitionistic Proof of Classical Completeness (for countable languages)

Krivine s Intuitionistic Proof of Classical Completeness (for countable languages) Krivine s Intuitionistic Proof of Classical Completeness (for countable languages) Berardi Stefano Valentini Silvio Dip. Informatica Dip. Mat. Pura ed Applicata Univ. Torino Univ. Padova c.so Svizzera

More information

On sequent calculi vs natural deductions in logic and computer science

On sequent calculi vs natural deductions in logic and computer science On sequent calculi vs natural deductions in logic and computer science L. Gordeev Uni-Tübingen, Uni-Ghent, PUC-Rio PUC-Rio, Rio de Janeiro, October 13, 2015 1. Sequent calculus (SC): Basics -1- 1. Sequent

More information

Completeness Theorems and λ-calculus

Completeness Theorems and λ-calculus Thierry Coquand Apr. 23, 2005 Content of the talk We explain how to discover some variants of Hindley s completeness theorem (1983) via analysing proof theory of impredicative systems We present some remarks

More information

A simple proof that super-consistency implies cut elimination

A simple proof that super-consistency implies cut elimination A simple proof that super-consistency implies cut elimination Gilles Dowek 1 and Olivier Hermant 2 1 École polytechnique and INRIA, LIX, École polytechnique, 91128 Palaiseau Cedex, France gilles.dowek@polytechnique.edu

More information

Realizable Extensions of Intuitionistic Analysis: Brouwer, Kleene, Kripke and the End of Time

Realizable Extensions of Intuitionistic Analysis: Brouwer, Kleene, Kripke and the End of Time Realizable Extensions of Intuitionistic Analysis: Brouwer, Kleene, Kripke and the End of Time Joan Rand Moschovakis Occidental College, Emerita ASL Special Session on Intuitionism and Intuitionistic Logic

More information

The Metamathematics of Randomness

The Metamathematics of Randomness The Metamathematics of Randomness Jan Reimann January 26, 2007 (Original) Motivation Effective extraction of randomness In my PhD-thesis I studied the computational power of reals effectively random for

More information

The constructible universe

The constructible universe The constructible universe In this set of notes I want to sketch Gödel s proof that CH is consistent with the other axioms of set theory. Gödel s argument goes well beyond this result; his identification

More information

Arithmetic and Incompleteness. Will Gunther. Goals. Coding with Naturals. Logic and Incompleteness. Will Gunther. February 6, 2013

Arithmetic and Incompleteness. Will Gunther. Goals. Coding with Naturals. Logic and Incompleteness. Will Gunther. February 6, 2013 Logic February 6, 2013 Logic 1 2 3 Logic About Talk Logic Things talk Will approach from angle of computation. Will not assume very much knowledge. Will prove Gödel s Incompleteness Theorem. Will not talk

More information

CONSERVATION by Harvey M. Friedman September 24, 1999

CONSERVATION by Harvey M. Friedman September 24, 1999 CONSERVATION by Harvey M. Friedman September 24, 1999 John Burgess has specifically asked about whether one give a finitistic model theoretic proof of certain conservative extension results discussed in

More information

Linear two-sorted constructive arithmetic

Linear two-sorted constructive arithmetic Linear two-sorted constructive arithmetic Helmut Schwichtenberg Mathematisches Institut, LMU, München Computability Theory and Foundations of Mathematics, Waseda University, Tokyo, 20. & 21. September

More information

Model theory of bounded arithmetic with applications to independence results. Morteza Moniri

Model theory of bounded arithmetic with applications to independence results. Morteza Moniri Model theory of bounded arithmetic with applications to independence results Morteza Moniri Abstract In this paper we apply some new and some old methods in order to construct classical and intuitionistic

More information

Arithmetical Hierarchy

Arithmetical Hierarchy Arithmetical Hierarchy 1 The Turing Jump Klaus Sutner Carnegie Mellon University Arithmetical Hierarchy 60-arith-hier 2017/12/15 23:18 Definability Formal Systems Recall: Oracles 3 The Use Principle 4

More information

Remnants from the Bookshelf

Remnants from the Bookshelf Remnants from the Bookshelf cropped up again in jww Silvia Steila Gerhard Jäger Institute of Computer Science University of Bern ABM December 2017 G. Jäger (INF, Bern University) Remnants December 2017

More information

Victoria Gitman and Thomas Johnstone. New York City College of Technology, CUNY

Victoria Gitman and Thomas Johnstone. New York City College of Technology, CUNY Gödel s Proof Victoria Gitman and Thomas Johnstone New York City College of Technology, CUNY vgitman@nylogic.org http://websupport1.citytech.cuny.edu/faculty/vgitman tjohnstone@citytech.cuny.edu March

More information

Logik - WS16/17. Iosif Petrakis. December 16, 2016

Logik - WS16/17. Iosif Petrakis. December 16, 2016 Logik - WS16/17 Iosif Petrakis petrakis@math.lmu.de December 16, 2016 These notes include part of the material discussed in the Exercises that correspond to the lecture course Logik of Priv.-Doz. Dr. Josef

More information

Arithmetical Hierarchy

Arithmetical Hierarchy Arithmetical Hierarchy Klaus Sutner Carnegie Mellon University 60-arith-hier 2017/12/15 23:18 1 The Turing Jump Arithmetical Hierarchy Definability Formal Systems Recall: Oracles 3 We can attach an orcale

More information

On the Complexity of the Reflected Logic of Proofs

On the Complexity of the Reflected Logic of Proofs On the Complexity of the Reflected Logic of Proofs Nikolai V. Krupski Department of Math. Logic and the Theory of Algorithms, Faculty of Mechanics and Mathematics, Moscow State University, Moscow 119899,

More information

Reverse Mathematics and Well-ordering Principles: A Pilot Study

Reverse Mathematics and Well-ordering Principles: A Pilot Study Reverse Mathematics and Well-ordering Principles: A Pilot Study Bahareh Afshari and Michael Rathjen 1,2 Department of Pure Mathematics University of Leeds Leeds, LS2 9JT, UK Abstract The larger project

More information

Nonmonotone Inductive Definitions

Nonmonotone Inductive Definitions Nonmonotone Inductive Definitions Shane Steinert-Threlkeld March 15, 2012 Brief Review of Inductive Definitions Inductive Definitions as Sets of Clauses Definition A set B of clauses (of the form A b)

More information

TR : Binding Modalities

TR : Binding Modalities City University of New York (CUNY) CUNY Academic Works Computer Science Technical Reports Graduate Center 2012 TR-2012011: Binding Modalities Sergei N. Artemov Tatiana Yavorskaya (Sidon) Follow this and

More information

Faculteit Wetenschappen Vakgroep Wiskunde. Connecting the Provable with the Unprovable: Phase Transitions in Unprovability.

Faculteit Wetenschappen Vakgroep Wiskunde. Connecting the Provable with the Unprovable: Phase Transitions in Unprovability. Faculteit Wetenschappen Vakgroep Wiskunde Connecting the Provable with the Unprovable: Phase Transitions in Unprovability Florian Pelupessy Promotor: Andreas Weiermann Proefschrift voorgelegd aan de Faculteit

More information

Generic cuts in models of Peano arithmetic

Generic cuts in models of Peano arithmetic Generic cuts in models of Peano arithmetic Tin Lok Wong University of Birmingham, United Kingdom Joint work with Richard Kaye (Birmingham) 5 August, 2009 Preliminary definitions L A is the first-order

More information

PROOF THEORY: From arithmetic to set theory

PROOF THEORY: From arithmetic to set theory PROOF THEORY: From arithmetic to set theory Michael Rathjen School of Mathematics University of Leeds Nordic Spring School in Logic, Nordfjordeid May 27-31, 2013 Plan of First and Second Talk The origins

More information

Propositional and Predicate Logic - V

Propositional and Predicate Logic - V Propositional and Predicate Logic - V Petr Gregor KTIML MFF UK WS 2016/2017 Petr Gregor (KTIML MFF UK) Propositional and Predicate Logic - V WS 2016/2017 1 / 21 Formal proof systems Hilbert s calculus

More information

Ramsey Theory and Reverse Mathematics

Ramsey Theory and Reverse Mathematics Ramsey Theory and Reverse Mathematics University of Notre Dame Department of Mathematics Peter.Cholak.1@nd.edu Supported by NSF Division of Mathematical Science May 24, 2011 The resulting paper Cholak,

More information

Theories for Feasible Set Functions

Theories for Feasible Set Functions Theories for Feasible Set Functions Arnold Beckmann joint work with Sam Buss, Sy-David Friedman, Moritz Müller and Neil Thapen (work in progress) Department of Computer Science College of Science, Swansea

More information

Part II Logic and Set Theory

Part II Logic and Set Theory Part II Logic and Set Theory Theorems Based on lectures by I. B. Leader Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly)

More information

Gödel s Incompleteness Theorem. Overview. Computability and Logic

Gödel s Incompleteness Theorem. Overview. Computability and Logic Gödel s Incompleteness Theorem Overview Computability and Logic Recap Remember what we set out to do in this course: Trying to find a systematic method (algorithm, procedure) which we can use to decide,

More information

Gödel s Incompleteness Theorem. Overview. Computability and Logic

Gödel s Incompleteness Theorem. Overview. Computability and Logic Gödel s Incompleteness Theorem Overview Computability and Logic Recap Remember what we set out to do in this course: Trying to find a systematic method (algorithm, procedure) which we can use to decide,

More information

Semantic methods in proof theory. Jeremy Avigad. Department of Philosophy. Carnegie Mellon University.

Semantic methods in proof theory. Jeremy Avigad. Department of Philosophy. Carnegie Mellon University. Semantic methods in proof theory Jeremy Avigad Department of Philosophy Carnegie Mellon University avigad@cmu.edu http://macduff.andrew.cmu.edu 1 Proof theory Hilbert s goal: Justify classical mathematics.

More information

Steeple #3: Goodstein s Theorem (glimpse only!)

Steeple #3: Goodstein s Theorem (glimpse only!) Steeple #3: Goodstein s Theorem (glimpse only!) Selmer Bringsjord (with Naveen Sundar G.) Are Humans Rational? v of 12717 RPI Troy NY USA Back to the beginning Back to the beginning Main Claim Back to

More information

An Introduction to Modal Logic III

An Introduction to Modal Logic III An Introduction to Modal Logic III Soundness of Normal Modal Logics Marco Cerami Palacký University in Olomouc Department of Computer Science Olomouc, Czech Republic Olomouc, October 24 th 2013 Marco Cerami

More information

Elimination of binary choice sequences

Elimination of binary choice sequences Elimination of binary choice sequences Tatsuji Kawai Japan Advanced Institute of Science and Technology JSPS Core-to-Core Program Workshop on Mathematical Logic and its Application 16 17 September 2016,

More information

Beyond Inductive Definitions Induction-Recursion, Induction-Induction, Coalgebras

Beyond Inductive Definitions Induction-Recursion, Induction-Induction, Coalgebras Beyond Inductive Definitions Induction-Recursion, Induction-Induction, Coalgebras Anton Setzer Swansea University, Swansea UK 1 March 2012 1/ 26 A Proof Theoretic Programme Sets in Martin-Löf Type Theory

More information

PROOF THEORY: From arithmetic to set theory

PROOF THEORY: From arithmetic to set theory PROOF THEORY: From arithmetic to set theory Michael Rathjen Leverhulme Fellow Days in Logic, Braga 23 25 January 2013 Plan of the Talks First Lecture 1 From Hilbert to Gentzen. 2 Gentzen s Hauptsatz and

More information

What are the recursion theoretic properties of a set of axioms? Understanding a paper by William Craig Armando B. Matos

What are the recursion theoretic properties of a set of axioms? Understanding a paper by William Craig Armando B. Matos What are the recursion theoretic properties of a set of axioms? Understanding a paper by William Craig Armando B. Matos armandobcm@yahoo.com February 5, 2014 Abstract This note is for personal use. It

More information

SOME TRANSFINITE INDUCTION DEDUCTIONS

SOME TRANSFINITE INDUCTION DEDUCTIONS SOME TRANSFINITE INDUCTION DEDUCTIONS SYLVIA DURIAN Abstract. This paper develops the ordinal numbers and transfinite induction, then demonstrates some interesting applications of transfinite induction.

More information

Unprovability of circuit upper bounds in Cook s theory PV

Unprovability of circuit upper bounds in Cook s theory PV Unprovability of circuit upper bounds in Cook s theory PV Igor Carboni Oliveira Faculty of Mathematics and Physics, Charles University in Prague. Based on joint work with Jan Krajíček (Prague). [Dagstuhl

More information

Partial Collapses of the Σ 1 Complexity Hierarchy in Models for Fragments of Bounded Arithmetic

Partial Collapses of the Σ 1 Complexity Hierarchy in Models for Fragments of Bounded Arithmetic Partial Collapses of the Σ 1 Complexity Hierarchy in Models for Fragments of Bounded Arithmetic Zofia Adamowicz Institute of Mathematics, Polish Academy of Sciences Śniadeckich 8, 00-950 Warszawa, Poland

More information

NOTES FOR 197, SPRING 2018

NOTES FOR 197, SPRING 2018 NOTES FOR 197, SPRING 2018 We work in ZFDC, Zermelo-Frankel Theory with Dependent Choices, whose axioms are Zermelo s I - VII, the Replacement Axiom VIII and the axiom DC of dependent choices; when we

More information

The Peirce Translation and the Double Negation Shift

The Peirce Translation and the Double Negation Shift The Peirce Translation and the Double Negation Shift Martín Escardó 1 and Paulo Oliva 2 1 University of Birmingham, UK 2 Queen Mary University of London, UK Abstract. We develop applications of selection

More information

UNPROVABLE THEOREMS by Harvey M. Friedman Cal Tech Math Colloq April 19, 2005

UNPROVABLE THEOREMS by Harvey M. Friedman  Cal Tech Math Colloq April 19, 2005 1 INTRODUCTION. UNPROVABLE THEOREMS by Harvey M. Friedman friedman@math.ohio-state.edu http://www.math.ohio-state.edu/%7efriedman/ Cal Tech Math Colloq April 19, 2005 We discuss the growing list of examples

More information

On Ramsey s Theorem for Pairs

On Ramsey s Theorem for Pairs On Ramsey s Theorem for Pairs Peter A. Cholak, Carl G. Jockusch Jr., and Theodore A. Slaman On the strength of Ramsey s theorem for pairs. J. Symbolic Logic, 66(1):1-55, 2001. www.nd.edu/~cholak Ramsey

More information

0.Axioms for the Integers 1

0.Axioms for the Integers 1 0.Axioms for the Integers 1 Number theory is the study of the arithmetical properties of the integers. You have been doing arithmetic with integers since you were a young child, but these mathematical

More information

Zygmunt Ratajczyk and Henryk Kotlarski

Zygmunt Ratajczyk and Henryk Kotlarski Roman Murawski Adam Mickiewicz University Faculty of Mathematics and Comp. Sci. Poznań, Poland Zygmunt Ratajczyk (1949 1994) Born 2nd May 1949 1967 1972 studies at Warsaw University 1972 MSc under Professor

More information

Scott Sentences in Uncountable Structures

Scott Sentences in Uncountable Structures Rose-Hulman Undergraduate Mathematics Journal Volume 18 Issue 1 Article 14 Scott Sentences in Uncountable Structures Brian Tyrrell Trinity College Dublin Follow this and additional works at: http://scholar.rose-hulman.edu/rhumj

More information

ON THE STRENGTH OF RAMSEY S THEOREM FOR PAIRS

ON THE STRENGTH OF RAMSEY S THEOREM FOR PAIRS ON THE STRENGTH OF RAMSEY S THEOREM FOR PAIRS PETER A. CHOLAK, CARL G. JOCKUSCH, JR., AND THEODORE A. SLAMAN Abstract. We study the proof theoretic strength and effective content of the infinite form of

More information

Gap Embedding for Well-Quasi-Orderings 1

Gap Embedding for Well-Quasi-Orderings 1 WoLLIC 2003 Preliminary Version Gap Embedding for Well-Quasi-Orderings 1 Nachum Dershowitz 2 and Iddo Tzameret 3 School of Computer Science, Tel-Aviv University, Tel-Aviv 69978, Israel Abstract Given a

More information

Marie Duží

Marie Duží Marie Duží marie.duzi@vsb.cz 1 Formal systems, Proof calculi A proof calculus (of a theory) is given by: 1. a language 2. a set of axioms 3. a set of deduction rules ad 1. The definition of a language

More information

Kreisel s Conjecture with minimality principle

Kreisel s Conjecture with minimality principle Kreisel s Conjecture with minimality principle Pavel Hrubeš November 9, 2008 Abstract We prove that Kreisel s Conjecture is true, if Peano arithmetic is axiomatised using minimality principle and axioms

More information

Ordinal Strength of Logic-Enriched Type Theories

Ordinal Strength of Logic-Enriched Type Theories Ordinal Strength of Logic-Enriched Type Theories Robin Adams Royal Holloway, University of London 27 March 2012 Robin Adams (RHUL) Ordinal Strength of LTTs 27 March 2012 1 / 27 Introduction Type theories

More information

Games and Abstract Inductive definitions

Games and Abstract Inductive definitions University of Bristol Kolkata, 5.i.2007 www.maths.bris.ac.uk/ mapdw Introduction 1) Ordinals and operators. (i) Ordinals (ii) Operators, monotone and non-monotone. 2) Circular Definitions (Gupta-Belnap).

More information

CMPSCI 601: Tarski s Truth Definition Lecture 15. where

CMPSCI 601: Tarski s Truth Definition Lecture 15. where @ CMPSCI 601: Tarski s Truth Definition Lecture 15! "$#&%(') *+,-!".#/%0'!12 43 5 6 7 8:9 4; 9 9 < = 9 = or 5 6?>A@B!9 2 D for all C @B 9 CFE where ) CGE @B-HI LJKK MKK )HG if H ; C if H @ 1 > > > Fitch

More information

The Fast-Growing Hierarchy in Terms of Bird s Array Notations

The Fast-Growing Hierarchy in Terms of Bird s Array Notations The Fast-Growing Hierarchy in Terms of Bird s Array Notations Let μ be a large countable ordinal such that a fundamental sequence (a strictly increasing sequence of ordinals whose supremum is a limit ordinal)

More information

Recursion Theory. Joost J. Joosten

Recursion Theory. Joost J. Joosten Recursion Theory Joost J. Joosten Institute for Logic Language and Computation University of Amsterdam Plantage Muidergracht 24 1018 TV Amsterdam Room P 3.26, +31 20 5256095 jjoosten@phil.uu.nl www.phil.uu.nl/

More information

This is logically equivalent to the conjunction of the positive assertion Minimal Arithmetic and Representability

This is logically equivalent to the conjunction of the positive assertion Minimal Arithmetic and Representability 16.2. MINIMAL ARITHMETIC AND REPRESENTABILITY 207 If T is a consistent theory in the language of arithmetic, we say a set S is defined in T by D(x) if for all n, if n is in S, then D(n) is a theorem of

More information

Gödel s Incompleteness Theorems

Gödel s Incompleteness Theorems Seminar Report Gödel s Incompleteness Theorems Ahmet Aspir Mark Nardi 28.02.2018 Supervisor: Dr. Georg Moser Abstract Gödel s incompleteness theorems are very fundamental for mathematics and computational

More information

23.1 Gödel Numberings and Diagonalization

23.1 Gödel Numberings and Diagonalization Applied Logic Lecture 23: Unsolvable Problems in Logic CS 4860 Spring 2009 Tuesday, April 14, 2009 The fact that Peano Arithmetic is expressive enough to represent all computable functions means that some

More information

Transformation of Equational Theories and the Separation Problem of Bounded Arithmetic

Transformation of Equational Theories and the Separation Problem of Bounded Arithmetic Swansea University Department of Computer Science Transformation of Equational Theories and the Separation Problem of Bounded Arithmetic MRes Thesis by David R. Sherratt supervised by Prof. Arnold Beckmann

More information

Introduction to Metalogic

Introduction to Metalogic Philosophy 135 Spring 2008 Tony Martin Introduction to Metalogic 1 The semantics of sentential logic. The language L of sentential logic. Symbols of L: Remarks: (i) sentence letters p 0, p 1, p 2,... (ii)

More information

Reflection principles and provability algebras in formal arithmetic

Reflection principles and provability algebras in formal arithmetic Reflection principles and provability algebras in formal arithmetic L.D. Beklemishev Steklov Mathematical Institute Gubkina str. 8, 117966 Moscow, Russia e-mail: bekl@mi.ras.ru Utrecht University, the

More information

Logic: The Big Picture

Logic: The Big Picture Logic: The Big Picture A typical logic is described in terms of syntax: what are the legitimate formulas semantics: under what circumstances is a formula true proof theory/ axiomatization: rules for proving

More information

Interpretability Logic

Interpretability Logic Interpretability Logic Logic and Applications, IUC, Dubrovnik vukovic@math.hr web.math.pmf.unizg.hr/ vukovic/ Department of Mathematics, Faculty of Science, University of Zagreb September, 2013 Interpretability

More information

Proofs. Chapter 2 P P Q Q

Proofs. Chapter 2 P P Q Q Chapter Proofs In this chapter we develop three methods for proving a statement. To start let s suppose the statement is of the form P Q or if P, then Q. Direct: This method typically starts with P. Then,

More information

Model Theory MARIA MANZANO. University of Salamanca, Spain. Translated by RUY J. G. B. DE QUEIROZ

Model Theory MARIA MANZANO. University of Salamanca, Spain. Translated by RUY J. G. B. DE QUEIROZ Model Theory MARIA MANZANO University of Salamanca, Spain Translated by RUY J. G. B. DE QUEIROZ CLARENDON PRESS OXFORD 1999 Contents Glossary of symbols and abbreviations General introduction 1 xix 1 1.0

More information

Part III Logic. Theorems. Based on lectures by T. E. Forster Notes taken by Dexter Chua. Lent 2017

Part III Logic. Theorems. Based on lectures by T. E. Forster Notes taken by Dexter Chua. Lent 2017 Part III Logic Theorems Based on lectures by T. E. Forster Notes taken by Dexter Chua Lent 2017 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

Mathematics 114L Spring 2018 D.A. Martin. Mathematical Logic

Mathematics 114L Spring 2018 D.A. Martin. Mathematical Logic Mathematics 114L Spring 2018 D.A. Martin Mathematical Logic 1 First-Order Languages. Symbols. All first-order languages we consider will have the following symbols: (i) variables v 1, v 2, v 3,... ; (ii)

More information

Representing Scott Sets in Algebraic Settings

Representing Scott Sets in Algebraic Settings Representing Scott Sets in Algebraic Settings Alf Dolich Kingsborough Community College Julia F. Knight University of Notre Dame Karen Lange Wellesley College David Marker University of Illinois at Chicago

More information

Kripke Models of Transfinite Provability Logic

Kripke Models of Transfinite Provability Logic Kripke Models of Transfinite Provability Logic David Fernández-Duque 1 Universidad de Sevilla Joost J. Joosten 2 Universitat de Barcelona Abstract For any ordinal Λ, we can define a polymodal logic GLP

More information

Proofs and computations

Proofs and computations (j.w.w. Kenji Miyamoto) Mathematisches Institut, LMU, München Leeds University, 7. March 2012 Formalization and extraction One can extract from a (constructive) proof of a formula with computational content

More information

CSE 1400 Applied Discrete Mathematics Proofs

CSE 1400 Applied Discrete Mathematics Proofs CSE 1400 Applied Discrete Mathematics Proofs Department of Computer Sciences College of Engineering Florida Tech Fall 2011 Axioms 1 Logical Axioms 2 Models 2 Number Theory 3 Graph Theory 4 Set Theory 4

More information

On the limit existence principles in elementary arithmetic and Σ 0 n-consequences of theories

On the limit existence principles in elementary arithmetic and Σ 0 n-consequences of theories On the limit existence principles in elementary arithmetic and Σ 0 n-consequences of theories Dedicated to Wolfram Pohlers on the occasion of his 60-th birthday Lev D. Beklemishev a,1 a Department of Philosophy,

More information