Topics in Nonstandard Arithmetic 6: The Axioms

Prev TOC Next

This is a “reference” post. With all the posts already filed under Peano Arithmetic, I realize I never explicitly stated the axioms. Of course you can find them on Wikipedia and at a large (but finite) number of other places, but I thought I should put them down somewhere on this site.

Let’s start with the signature. My preference is (0,1,<,+,·). Some people include a function symbol for successor, usually S(x). With 1 as a constant, this is superfluous. On the other hand, some define xy as ∃z(x+z=y), and x<y as xyxy. But bounded quantifiers play a fundamental role in the model theory of PA, so I feel it’s better to have < as a built-in relation. (See the Arithmetic Hierarchy posts.)

In the second-order theory of arithmetic (or in set theory), you can define + and · by induction, using successor. That’s how Peano did it! Nowadays ‘PA’ always refers to a first order theory; in that context, neither + nor · can be omitted. Presburger Arithmetic has + but not ·, and unlike PA, it’s decidable.

I’ll give two equivalent sets of axioms, the first more economical than the second. In stating the axioms, I’ll make free use of ‘vernacular’, i.e., formulas that are half-way to being completely formal. (For example, the use of ≠, ≤, >, and the like.)

First set of axioms:

  1. x  x+1≠0
  2. xy ( x+1=y+1 → x=y )
  3. x  x+0=x
  4. xy  x+(y+1)=(x+y)+1
  5. x  x·0=0
  6. xy  x·(y+1)=x·y+x
  7. xy  ( x<y ↔ ∃w x+(w+1)=y )
  8. The Induction Scheme: for any formula ψ(x,y1,…,yn) we have

y1…∀yn [ ψ(0,y1,…,yn) ∧ ∀x ( ψ(x,y1,…,yn) → ψ(x+1,y1,…,yn) )
→ ∀x ψ(x,y1,…,yn) ]

It’s either pleasant or tedious to prove consequences like the commutativity of addition and multiplication, using induction. The second set of axioms includes many of these. (These come from Kaye, Chapters 2 and 4.)

  1. xyz  (x+y)+z=x+(y+z)
  2. xy  x+y=y+x
  3. xyz  (x·yz=x·(y·z)
  4. xy  x·y=y·x
  5. xyz  x·(y+z)=x·y+x·z
  6. x  x+0=x
  7. x  x·0=0
  8. x  x·1=x
  9. xyz ( x<yy<zx<z )
  10. x ¬x<x
  11. xy ( x<yx=yy<x )
  12. xyz ( x<y → x+z<y+z )
  13. xyz ( z≠0 ∧ x<y → x·z<y·z )
  14. xy ( x<y → ∃w x+w=y )
  15. 0<1 ∧ ∀x ( x>0 → x≥1 )
  16. x x≥0
  17. The Induction Scheme.

We could replace the Induction Scheme with the Least Number Principle (LNP) in either set of axioms: for any formula ψ(x,y1,…,yn) we have

y1…∀yn [ ∃x ψ(x,y1,…,yn) → ∃x ( ψ(x,y1,…,yn) ∧ ∀w<x ¬ψ(w,y1,…,yn) ) ]

(I don’t know why traditionally you call one a Scheme and the other a Principle.)

PA is not finitely axiomatizable. In other words, no finite subset of the theorems of PA imply all the axioms. Even stronger: a set of theorems that is bounded in the Arithmetic Hierarchy (i.e.,for some n, they all belong to Σn(PA)) cannot imply all the axioms. (See Kaye Chapter 10 for a proof.)

Take the second set of axioms and omit the Induction Scheme. The remaining sixteen axioms are called PA. They are the axioms for a discretely ordered semiring. Just as you can construct ℤ out of ℕ, you can also construct a discretely ordered ring out of any discretely ordered semiring; conversely, the nonnegative elements of this ordered ring will give you back your original semiring. Kaye’s Chapter 2 has the details.

Finally, I think it’s worth noting that almost all the axioms are universal (∀1; see post 2). The exceptions are (7) in the first set, and (14) in the second, which are ∀2 (aka ∀∃), and of course the induction axioms, which go all the way up the hierarchy.

Prev TOC Next

Leave a comment

Filed under Peano Arithmetic

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.