Formal Arithmetic and Expressibility

Graduate Depth 54 in the knowledge graph I know this Set as goal
Unlocks 685 downstream topics
Peano-arithmetic formal-arithmetic representability primitive-recursion

Core Idea

Peano Arithmetic (PA) is a first-order theory with axioms for zero, successor, addition, and multiplication, plus an induction schema. PA is powerful enough to express and prove a vast range of arithmetic truths. A key concept is representability: a function f is representable in PA if there is a formula φ(x, y) such that PA proves φ(n, f(n)) for each numeral n and PA proves ∀y(φ(n, y) → y = f(n)). Gödel showed that all primitive recursive functions are representable in PA, which is the technical foundation for encoding proofs as numbers (Gödel numbering).

How It's Best Learned

Write out the Peano axioms explicitly and verify small arithmetic facts from them. Trace Gödel numbering on a simple formula to see how syntax becomes arithmetic. The induction schema is an axiom scheme, not a single axiom.

Common Misconceptions

Explainer

Peano Arithmetic (PA) is the standard first-order formalization of the natural numbers. Its non-logical axioms assert that 0 is a number, that the successor function S is injective and never returns 0, and that addition and multiplication satisfy their standard recursive definitions. These constraints look simple, but together with the induction schema they generate an enormous body of mathematics. Most theorems of elementary number theory — divisibility, primality, the Chinese Remainder Theorem — are provable in PA.

The induction axiom schema is often misunderstood as a single axiom. It is not. It is a template generating infinitely many axioms, one for each formula φ in the language. For any formula φ(n), PA contains: "if φ holds at 0 and φ holding at n implies φ holds at n+1, then φ holds for all n." Because there are infinitely many formulas in first-order logic, there are infinitely many induction axioms. This is why PA cannot be finitely axiomatized — a deep result connected to Gödel's theorem itself.

The concept of *representability* is the technical bridge between arithmetic and metamathematics. A function f is representable in PA if there is a formula φ(x, y) such that PA proves φ(n, f(n)) for each concrete numeral n, and PA also proves that f(n) is the *unique* value satisfying φ(n, y). This two-part condition — existence and uniqueness — ensures that φ captures exactly the graph of f. Gödel's key lemma is that all primitive recursive functions (addition, multiplication, exponentiation, the coding functions used in Gödel numbering) are representable in PA.

Why does representability matter? Gödel's incompleteness proof requires PA to reason about its own syntax — about which formulas are provable. To enable this, Gödel invented a coding scheme: each symbol, formula, and finite sequence of formulas (i.e., proof) is assigned a unique natural number, its *Gödel number*. Syntactic operations on proofs then become arithmetic functions on these numbers. Since those functions are primitive recursive, they are representable in PA. This means PA can literally express statements like "the number g codes a valid proof of the formula coded by n" as an arithmetic formula — the foundation on which the incompleteness theorems are built.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesDefining Finite Sets RigorouslyRecursive Definitions on Finite SetsNatural Numbers in Set Theory: Iterative ConstructionFormal Arithmetic and Expressibility

Longest path: 55 steps · 279 total prerequisite topics

Prerequisites (4)

Leads To (7)