Fact-checked by Grok 2 weeks ago

Robinson arithmetic

Robinson arithmetic, commonly denoted as Q, is a first-order axiomatic system for the natural numbers formulated in the language consisting of the constant symbol 0, the unary successor function S, and the binary functions for + and ·. It comprises exactly seven axioms that axiomatize the injectivity and basic properties of the , along with the recursive definitions of and , but deliberately omits any form of the induction schema found in stronger systems like Peano arithmetic. These axioms are:
  1. Q1: ∀x ∀y (S(x) = S(y) → x = y)
  2. Q2: ∀x (S(x) ≠ 0)
  3. Q3: ∀x (x ≠ 0 → ∃y (x = S(y)))
  4. Q4: ∀x (x + 0 = x)
  5. Q5: ∀x ∀y (x + S(y) = S(x + y))
  6. Q6: ∀x (x · 0 = 0)
  7. Q7: ∀x ∀y (x · S(y) = x · y + x)
Introduced by the American mathematician Raphael M. Robinson at the 1950 , Q serves as a foundational weak for metamathematical investigations, particularly those related to incompleteness and undecidability theorems. Despite its simplicity, Q is essentially undecidable, meaning that it and any consistent extension containing it are undecidable, as established through its ability to interpret a fragment of sufficient for encoding Gödel's incompleteness results. The theory is finitely axiomatizable and proves all true existential sentences (Σ₁ sentences) in the standard model of natural numbers, yet it fails to derive fundamental properties such as the commutativity or associativity of and . This weakness makes Q a benchmark for studying the minimal deductive strength required for undecidability in arithmetic theories, and it is mutually interpretable with other systems like extended by or theories of concatenation. In logic and , Q underscores the boundary between decidable and undecidable formal systems, influencing research on interpretability hierarchies and bounded arithmetic.

Background

Historical Development

Robinson arithmetic was introduced by Raphael M. Robinson in 1950 as a finitely axiomatized subsystem of Peano arithmetic designed to capture basic properties of natural numbers while facilitating metamathematical analysis. In his abstract presented at the International Congress of Mathematicians in Cambridge, Massachusetts, Robinson outlined the system using primitive symbols for zero, successor, addition, and multiplication, emphasizing its role in demonstrating essential undecidability with a minimal set of axioms. The development of Robinson arithmetic emerged from early 20th-century efforts to formalize , influenced by David Hilbert's program, which sought to establish the consistency of mathematical systems through finitary methods to secure their foundations against paradoxes and foundational crises. Following Kurt Gödel's 1931 incompleteness theorems, which revealed inherent limitations in strong formal systems like Peano arithmetic, logicians began weakening the axioms to study the boundaries of provability and decidability in . Robinson's work built on these foundations, providing a simple, finite axiomatization interpretable in broader theories while retaining undecidable properties, as influenced by prior studies from and Andrzej Mostowski. Post-1950, Robinson arithmetic underwent refinements by subsequent logicians, notably Joseph R. Shoenfield in the , who analyzed variants of the system in his foundational text on to explore representability of recursive functions and model-theoretic properties. Shoenfield's presentations, including a closely related denoted N, emphasized the system's adequacy for metamathematical investigations while highlighting its weaknesses compared to full Peano arithmetic, solidifying its role as a in and studies.

Relation to Peano Arithmetic

Peano arithmetic (PA) serves as the canonical first-order theory formalizing the properties of the natural numbers, incorporating axioms for the successor function (including that zero is not a successor and successor is injective), recursive definitions of addition and multiplication, and an axiom schema of mathematical induction applicable to every first-order formula in the language. This induction schema, being infinite, endows PA with the expressive power to prove a wide range of arithmetic statements, including the totality and basic properties of arithmetic operations. Robinson arithmetic (Q), introduced by Raphael M. Robinson in 1950, functions as a finitely axiomatized subsystem of PA that omits the induction schema entirely. Instead, Q consists of a finite set of seven axioms covering the successor function, the recursive definitions of addition and multiplication, thereby interpreting all non-inductive axioms of PA while lacking the full strength of induction. This finite axiomatization renders Q weaker than PA, as it fails to prove numerous theorems dependent on induction, such as the associativity of addition—namely, the statement \forall x \forall y \forall z \, (x + (y + z)) = ((x + y) + z)—which holds in the standard model but is unprovable in Q. Similarly, Q does not establish commutativity of addition or multiplication without additional assumptions. Despite its relative weakness, Q remains sufficiently robust to encode the syntax of formal systems and represent recursive functions, allowing it to serve as a minimal for demonstrating without the full machinery of PA. In essence, while Q interprets the core operational axioms of PA, its absence of the induction schema prevents it from capturing the complete inductive structure of , highlighting a precise in axiomatic strength between the two theories.

Axiomatization

Standard Axioms

Robinson arithmetic, denoted , is formulated in the first-order language of consisting of the constant symbol for , the unary function symbol for the successor operation, the binary function symbols + for and · for , the binary relation symbol = for , and variables ranging over natural numbers. The theory Q is defined by the following seven axioms, which provide a finite axiomatization capturing the basic structure of the natural numbers and the operations of and :
  1. Q1: \forall x \forall y \, (S x = S y \to x = y)
    This asserts the injectivity of the successor function, meaning distinct numbers have distinct successors.
  2. Q2: \forall x \, (S x \neq 0)
    This axiom states that the successor of any number is never zero, ensuring no cycles or loops back to zero in the successor chain.
  3. Q3: \forall x \, (x \neq 0 \to \exists y \, (S y = x))
    Every natural number except zero is the successor of some natural number, guaranteeing that the structure covers all numbers via successive applications of S starting from 0.
  4. Q4: \forall x \, (x + 0 = x)
    Addition by acts as the identity, so adding zero leaves any number unchanged.
  5. Q5: \forall x \forall y \, (x + S y = S (x + y))
    This recursive axiom defines with the successor: adding the successor of y to x yields the successor of (x + y).
  6. Q6: \forall x \, (x \cdot 0 = 0)
    Multiplication by always yields .
  7. Q7: \forall x \forall y \, (x \cdot S y = (x \cdot y) + x)
    Multiplication by the successor is defined recursively as the previous product plus x.
Axioms Q1–Q3 establish the as generating a , chain of distinct natural numbers starting from 0, without gaps or repetitions. Axioms Q4–Q5 recursively define in terms of successor applications, allowing computation of sums by repeated incrementation. Axioms Q6–Q7 similarly define recursively using , enabling the computation of products through successive additions. From these axioms, basic properties can be derived, such as the fact that S 0 = 1 (where 1 is defined as S 0), x + 1 = S x, and x \cdot 1 = x, via direct and the recursive definitions. For instance, to derive x + 1 = S x, substitute y = 0 into Q5: x + S 0 = S (x + 0), and apply Q4 to get x + S 0 = S x. However, more advanced properties like the commutativity of (\forall x \forall y \, (x + y = y + x)) are not provable within Q, as the axioms lack the inductive schema present in stronger systems like Peano arithmetic.

Variant Formulations

One notable variant of Robinson arithmetic includes the strict order relation < as a basic predicate, alongside 0, successor S, addition +, and multiplication ·. This formulation adjusts the axioms to incorporate properties of < directly, such as the axiom stating that no number precedes 0, formalized as ∀x ¬(x < 0), and the compatibility condition ∀x ∀y (x < S y ↔ x < y ∨ x = y), where ≤ can be defined as ¬(y < x). Additional axioms ensure transitivity of <, ∀x∀y∀z (x < y ∧ y < z → x < z), and its interaction with successor and arithmetic operations, while omitting full induction. Another extension, known as Q⁺, augments the standard Q with the less-than-or-equal relation ≤ as a primitive, accompanied by axioms capturing its basic properties relative to successor and addition. These include the definitional axiom ∀x ∀y (x ≤ y ↔ ∃z (x + z = y)) and compatibility conditions like ∀x (x ≤ 0 → x = 0) and ∀x ∀y (x ≤ y → x ≤ S y). Transitivity ∀x ∀y ∀z (x ≤ y ∧ y ≤ z → x ≤ z) is also posited, along with preservation under addition and multiplication, ensuring ≤ aligns with the intended order on natural numbers. This variant facilitates proofs involving ordering without relying on existential quantifiers for definitions. Shoenfield's minimal arithmetic, introduced in 1967, provides a formulation restricted to the universal fragment, meaning all axioms are universal sentences (Π₁ formulas). It dispenses with the Π₂ axiom of Q that asserts every nonzero number has a predecessor, ∀x (x ≠ 0 → ∃y (x = S y)), and instead adds two universal axioms: one preventing 0 from being the sum of two successors, ∀x ∀y (S x + S y ≠ 0), and another ensuring addition and multiplication behave appropriately at 0. The remaining axioms mirror those of Q for successor, addition, and multiplication. Despite the apparent weakness, this system proves the predecessor existence theorem using the added axiom, establishing full equivalence to Q. Other minor variants explore alternative primitives or recursive schemas while preserving finite axiomatization. For instance, some formulations introduce exponentiation as a basic operation with dedicated axioms, such as recursive definitions akin to those for addition and multiplication, to emphasize higher computability. These remain equivalent to Q in strength, as exponentiation is representable within Q via and primitive recursive methods. The equivalence of these variants to standard Q follows from mutual interpretability through definable translations. In Q, the order relation is definable without primitives: x < y holds if and only if ∃z (z ≠ 0 ∧ y = x + z), or more precisely ∃z (y = x + S z) for strict inequality, allowing the order variant and Q⁺ to be interpreted in Q. Conversely, successor and arithmetic operations are definable using <, via S x as the minimal element greater than x, ensuring conservative extensions. Shoenfield's system interprets Q by proving the omitted axiom from its universal replacements, and vice versa through explicit models. These translations preserve theorems, confirming identical expressive power for recursive functions.

Metamathematical Properties

Consistency and Interpretability

Robinson arithmetic, denoted Q, is consistent relative to Peano arithmetic (PA). Since the axioms of Q form a finite subset of the axioms of PA, PA interprets Q directly and proves the consistency statement Con(Q). The absolute consistency of Q is established through interpretability in weaker formal systems. Q is interpretable in fragments of Zermelo set theory, including Z₂, a second-order set theory lacking the axiom of infinity. More specifically, Q is mutually interpretable with adjunctive set theory augmented by extensionality, a minimal predicative set theory consisting of axioms for extensionality, empty set existence, and adjunction (pairing). Additionally, Q is interpretable in Presburger arithmetic extended with multiplication, contributing to results showing undecidability in such systems. The finite axiomatization of Q contributes to its consistency by restricting induction to specific schemas, avoiding potential paradoxes associated with unrestricted or infinite axiom schemas in stronger systems like full PA. Q is sound with respect to the standard model of natural numbers ℕ, as every axiom of Q holds true in ℕ and the underlying first-order logic preserves truth. Consequently, all theorems of Q are true statements about ℕ. However, by Gödel's second incompleteness theorem, Q cannot prove its own consistency, since Q is strong enough to represent the syntax of formal proofs and the primitive recursive functions necessary for Gödel numbering. This limitation underscores that proofs of Con(Q) must rely on external, stronger theories, emphasizing the relative nature of such consistency results.

Undecidability and Incompleteness

Robinson arithmetic, denoted as Q, is essentially undecidable, meaning that Q itself is undecidable and any consistent theory that properly extends Q by interpreting its language remains undecidable as well. This property was established by in his 1950 paper, where he demonstrated that no consistent extension of Q can be complete, as any attempt to decide all sentences in the language of arithmetic leads to a contradiction. Specifically, if a theory T interprets Q and is consistent, then T is both incomplete and undecidable. The undecidability of Q follows from its ability to encode the syntax of formal systems via Gödel numbering, enabling the construction of self-referential statements akin to those in Gödel's incompleteness theorems. Robinson's proof leverages the to ensure that sequences of natural numbers—representing syntactic objects like proofs—can be uniquely encoded within the arithmetic of Q without relying on multiplication or stronger axioms. This encoding allows the definition of a provability predicate Prov_Q within Q, which captures whether a given Gödel number corresponds to a provable sentence. As a result, Gödel's first incompleteness theorem applies directly: there exists a sentence in the language of Q that is true but unprovable in Q, such as the formalized statement "I am not provable in Q." Furthermore, Q satisfies Gödel's second incompleteness theorem, which states that no consistent theory strong enough to interpret basic arithmetic can prove its own consistency. In particular, Q cannot prove Con(Q), the statement asserting the consistency of Q. This was rigorously shown by Bezboruah and Shepherdson, who adapted the standard proof of the second incompleteness theorem to the limited representational power of Q, confirming that the theorem holds without requiring induction or full primitive recursive function representation. Thus, while Q's finite axiomatization makes it weaker than Peano arithmetic, its capacity for syntactic encoding ensures that it inherits the core limitations imposed by Gödel's theorems, rendering it a minimal system for illustrating foundational undecidability in arithmetic.

Nonstandard Models

The standard model of Robinson arithmetic Q is the structure (\mathbb{N}, 0, S, +, \times), where \mathbb{N} is the set of natural numbers (including 0), S is the successor function, and +, \times are the usual addition and multiplication operations; this structure satisfies all axioms of Q and is the intended interpretation of the theory. However, Q is not categorical, and nonstandard models exist that are not isomorphic to this standard model. The existence of countable nonstandard models follows from the compactness theorem applied to the infinite set of axioms describing the standard natural numbers (e.g., the sentences asserting that there are at least n elements for each standard n), which has finite consistent subsets but yields models with "infinite" elements upon application of compactness; a similar argument using the produces nonstandard models of any infinite cardinality. These nonstandard models arise due to Q's incompleteness, which permits structures beyond the standard naturals while still satisfying the basic axioms for successor, addition, and . In any model M of Q, there is a unique initial segment isomorphic to the standard model (\mathbb{N}, 0, S, +, \times), consisting of the elements generated by iterated application of the successor function from 0 (the "standard elements" or "standard part"); this segment is closed under the operations +, \times, and satisfies all Δ₀ sentences (quantifier-free formulas) in the standard way. Beyond this standard part, nonstandard models contain additional elements that are larger than every standard natural number, forming infinite descending chains under the predecessor relation (since successor is injective by Q4 but not surjective onto nonstandard elements). These nonstandard elements are closed under the successor function, ensuring every element has a successor (by Q1–Q4), but the absence of induction axioms in Q allows "gaps" where properties provable by induction in stronger theories like fail to hold universally in M. A key example of a nonstandard model is constructed via the ultrapower of the standard model \mathbb{N} with respect to a non-principal ultrafilter \mathcal{U} on \mathbb{N}; the elements are equivalence classes _{\mathcal{U}} of functions f: \mathbb{N} \to \mathbb{N}, with operations defined pointwise (e.g., + = [f + g]), and Łoś's theorem ensures that first-order properties true in \mathbb{N} (hence the axioms of Q) hold in the ultrapower, but it includes nonstandard elements like [\mathrm{id}], the class of the identity function, which is larger than every standard n since \{k \in \mathbb{N} \mid k > n\} \in \mathcal{U} for all n. Another explicit countable nonstandard model uses the universe of integer that are either the zero polynomial or have positive leading coefficient, with $0as the zero polynomial, successor defined by adding the constant polynomial 1, and+, \timesas [polynomial](/page/Polynomial) addition and [multiplication](/page/Multiplication); this satisfies Q's axioms because [polynomial](/page/Polynomial) operations preserve the positivity condition and basic identities, but introduces nonstandard elements like the polynomialX$, which exceeds all constant (standard) polynomials. Nonstandard models of Q validate arithmetic statements false in the standard model, illustrating the theory's inability to exclude non-\mathbb{N}-like structures; for instance, there exist models of Q in which addition is not commutative, meaning the sentence ∀x ∀y (x + y = y + x) is false in those models, even though it holds in the standard model. Similarly, while every element has a successor, the lack of induction prevents proving that all elements are reachable from 0 by finite successor applications, allowing "infinite" descending chains of predecessors among nonstandard elements, which contradict standard finiteness intuitions. These features underscore how Q's weakness permits diverse model-theoretic behaviors, with nonstandard elements behaving like "infinitely large" numbers closed under arithmetic but defying standard proofs of totality or termination.

Significance

Representability of Computable Functions

Robinson arithmetic, denoted Q, possesses the remarkable property of representing all total computable functions despite its minimal axiomatic strength. A function f: \mathbb{N}^k \to \mathbb{N} is representable in Q if there exists a formula \phi(x_1, \dots, x_k, y) in the language of arithmetic such that for all standard natural numbers a_1, \dots, a_k, b, Q proves \phi(\overline{a_1}, \dots, \overline{a_k}, \overline{b}) if and only if f(a_1, \dots, a_k) = b, where \overline{n} denotes the numeral for n. This ensures both existence and uniqueness in the theory's provability. The central result establishing this capability is the representability theorem, which states that every total computable function is representable in Q, and conversely, every function representable in Q is computable. This theorem, proven using Gödel numbering to encode computations and sequences within Q, allows the theory to capture the full extent of Turing-computable totality without requiring induction axioms. The basic primitive recursive functions, such as the successor function, zero function, projection functions, and operations like addition and multiplication, are directly supported by Q's axioms. Specifically, Q's axioms for successor establish its bijectivity and injectivity, while the recursive definitions for addition (x + 0 = x, x + Sy = S(x + y)) and multiplication (x \cdot 0 = 0, x \cdot Sy = x \cdot y + x) are provable as instances of the theory's schema axioms. More advanced primitive recursive functions are representable through composition and primitive recursion, facilitated by the beta function (which encodes finite sequences via the Chinese Remainder Theorem, provable in Q) and the ability to formalize bounded minimization. This machinery enables Q to prove the recursion equations for all primitive recursive functions, ensuring their unique computation within the theory. Even non-primitive recursive but total computable functions, such as the , are representable in Q via of recursive definitions and computations. The , defined recursively as A(0, y) = y + 1, A(x + 1, 0) = A(x, 1), and A(x + 1, y + 1) = A(x, A(x + 1, y)), grows faster than any yet remains total and computable. In Q, its representation involves encoding the recursive calls and sequence of iterations using numeral-based , allowing the theory to prove the corresponding for standard inputs. This demonstrates Q's sufficiency for all levels of computability hierarchy up to totality. However, Q's representability is limited to total computable functions; partial computable functions, such as the from the , cannot be represented as total functions in , as the cannot prove totality for non-total predicates without additional axioms. For instance, while can represent the graph of a partial function via existential formulas, it fails to establish uniqueness or totality for undecidable partial cases, reflecting the undecidability inherent in . In comparison to Peano arithmetic (PA), which also represents all computable functions but via stronger , achieves the same representational power with finitely many axioms, making it a minimal base for such results. Weaker systems like , which lacks multiplication and is decidable, can only represent linear functions and semilinear sets, insufficient for full representation.

Applications in Proof Theory

Robinson arithmetic, denoted Q, plays a pivotal role in by providing a minimal finitely axiomatized system for examining proofs and finitistic methods in formal arithmetic, as it captures essential undecidability without the full induction schema of Peano arithmetic. Introduced in the seminal work establishing its essential undecidability, Q serves as a base for exploring the boundaries of finitary statements, where stronger systems like Peano arithmetic can interpret Q but face limitations in proving their own finitistically. This undecidability of Q enables detailed analyses of proof systems' incompleteness and the challenges in realizing Hilbert's vision of absolute proofs. Extensions of Q, such as IΣ₁, which adds the induction schema for Σ₁ formulas, form the foundation of bounded arithmetic hierarchies and facilitate the study of proof-theoretic strength in restricted induction settings. IΣ₁ is equi-interpretable with (PRA) and proves the totality of all primitive recursive functions, while remaining Π₂-conservative over PRA, highlighting the precise contribution of Σ₁-induction to definability and provability. These subsystems, including further bounded theories like IΔ₀, allow researchers to dissect the arithmetic hierarchy by analyzing how limited axioms affect the provability of statements about and recursive functions. The simplicity of Q makes it particularly useful in automated theorem proving, where its weak axioms and undecidability support testing proof search algorithms, , and approaches to without the overhead of full Peano arithmetic. In modern , Q underpins applications in by serving as a for classifying the strength of theorems, determining which results provable in Peano arithmetic require axioms beyond Q, such as those involving or unbounded . For instance, Edward Nelson's program investigates the interpretability of substantial portions of within Q, revealing that theories like IΔ₀ + ¬Exp are interpretable in Q, while those asserting the totality of are not. Connections to type theory arise through interpretations of Q in higher-order systems, such as ramified , which identify natural numbers with finite propositional functions to embed Q's axioms and study foundational questions about in typed frameworks akin to calculi. This approach supports explorations of how weak bases interact with -definable structures, aiding in the analysis of and proof in typed settings.

References

  1. [1]
    [PDF] An Interpretation of Robinson Arithmetic in its Grzegorczyk's Weaker ...
    Jan 2, 2007 · Robinson arithmetic Q was introduced by Rafael Robinson at the 1950 Inter- national Congress on Mathematics as an axiomatic theory ...
  2. [2]
    [PDF] Relatives of Robinson Arithmetic
    3 The importance of Robinson arithmetic. Robinson arithmetic Q is an axiomatic theory having seven simple. axioms formulated in the language {+, ·, 0, S} with ...
  3. [3]
    [PDF] PROCEEDINGS INTERNATIONAL CONGRESS MATHEMATICIANS
    ... ROBINSON, University of California. An essentially undecidable axiom system. W. SZMIELEW and A. TARSKI, University of California. Mutual interpretability of ...
  4. [4]
    Hilbert's Program - Stanford Encyclopedia of Philosophy
    Jul 31, 2003 · This proposal incorporated Hilbert's ideas from 1904 regarding direct consistency proofs, his conception of axiomatic systems, and also the ...
  5. [5]
    An Interpretation of Robinson Arithmetic in its Grzegorczyk's Weaker ...
    Aug 5, 2025 · An Interpretation of Robinson Arithmetic in its Grzegorczyk's Weaker Variant ... The second proof is based on Shoenfield's work using some ...
  6. [6]
    [PDF] Peano Arithmetic
    Peano Arithmetic1 or PA is the system we get from Robinson's Arithmetic ... induction schema," to distinguish it form the following strong induction schema:.
  7. [7]
    [PDF] arXiv:1902.06658v2 [math.LO] 5 Apr 2020
    Apr 5, 2020 · Robinson Arithmetic Q was introduced in [35] by Tarski, Mostowski and. Robinson as a base axiomatic theory for investigating incompleteness and.
  8. [8]
    Weak Systems of Arithmetic | The n-Category Café
    Oct 11, 2011 · I'd like to learn a bit about axioms for arithmetic that are weaker than Peano arithmetic. The most famous is Robinson arithmetic.
  9. [9]
    [PDF] First-Order Proof Theory of Arithmetic - UCSD Math
    This chapter discusses the proof-theoretic foundations of the first-order theory of the non-negative integers. This first-order theory of numbers, ...
  10. [10]
    Computability and Logic - Cambridge University Press & Assessment
    George S. Boolos · Massachusetts Institute of Technology ; John P. Burgess · Princeton University, New Jersey ; Richard C. Jeffrey · Princeton University, New Jersey.
  11. [11]
    A Remark on a Relational Version of Robinson’s Arithmetic Q
    ### Summary of Relational Version of Robinson’s Arithmetic Q
  12. [12]
    [PDF] interpretability in robinson's q
    On the positive side, Nelson embarks on a program of investigating how much mathematics can be interpreted in Raphael Robinson's theory of arithmetic Q. In ...Missing: origin motivation<|control11|><|separator|>
  13. [13]
    Metamathematics of First-Order Arithmetic
    Metamathematics of First-Order Arithmetic. Metamathematics of First-Order Arithmetic ... Petr Hájek, Academy of Sciences of the Czech Republic, Prague ...
  14. [14]
    Mathematical Logic | Joseph R. Shoenfield - Taylor & Francis eBooks
    This classic introduction to the main areas of mathematical logic provides the basis for a first graduate course in the subject.Missing: minimal universal fragment
  15. [15]
    Gödel's Incompleteness Theorems
    Nov 11, 2013 · The existence of incomplete ... This holds for all formalized systems which contain Robinson arithmetic Q, from Robinson arithmetic ...
  16. [16]
    Gödel's Second Incompleteness Theorem for Q - jstor
    Introduction. For the first Gddel incompleteness theorem, the existence in a formal system of arithmetic L of a sentence which is neither provable nor.
  17. [17]
    [PDF] An Introduction to G\"odel's Theorems - - Logic Matters
    In 1931, the young Kurt G\"odel published his First Incompleteness Theorem, which tells us that, for any sufficiently rich theory of arithmetic, ...
  18. [18]
    [PDF] Peano Arithmetic
    3) We will introduce a finitely axiomatized subtheory RA (“Robinson Arithmetic”) of ... nonstandard models for PA. (We know there are nonstandard models both from ...
  19. [19]
    NUMBERS AND POLYNOMIALS A model of Robinson Arithmetic in ...
    In this paper we consider by elementary methods the Robinson theory Q, subtheory of the first-order Peano Arithmetic PA, and a model of Q given by a universe of ...
  20. [20]
    Undecidable theories : Tarski, Alfred - Internet Archive
    Feb 1, 2023 · Undecidable theories. by: Tarski, Alfred. Publication date: 2010. Topics: Metamathematics. Publisher: Mineola, N.Y. : Dover Publications.
  21. [21]
    [PDF] Representability in Q - Open Logic Project Builds
    So, for example, the set of computable functions can be characterized as the set of functions representable in Peano arithmetic, or even Zermelo–Fraenkel set ...
  22. [22]
    [PDF] Presburger arithmetic, rational generating functions, and quasi ...
    Presburger arithmetic is the first-order theory of the natural numbers with addition (but no multiplication). We characterize sets that can be defined by a ...Missing: computable | Show results with:computable
  23. [23]
    [PDF] Comparing IΣ1 and PRA - Joost Joosten
    Abstract. In this paper we will state and prove some comparative theorems concerning PRA and IΣ1. We shall provide a characterization of IΣ1 in terms of.
  24. [24]
    [PDF] arXiv:1008.0225v3 [math.LO] 10 Dec 2016
    Dec 10, 2016 · I∆0, also called bounded arithmetic, is axiomatized by Q plus the induction schema for bounded formulas. ... containing Robinson's Arithmetic Q.
  25. [25]
    [PDF] Guiding An Automated Theorem Prover with Neural Rewriting
    Automated Theorem Proving ... We still found that it was hard for several RL algorithms to effectively learn this relatively simple Robinson arithmetic task.
  26. [26]
    Interpretαbility of Robinson Arithmetic in the Ramified Second-Order ...
    (We take identity of individuals as primitive for the sake of convenience: if we defined it as the sharing of all lowest-level properties it would still be ...