0

The axiom of infinity says that the set of natural numbers exists, while the axiom of replacement says that if an object (a member of a set) exists, then all definable mappings of that object yield objects (e.g if 0 is an object, then 0+1 is also an object).
Doesn't this mean that the axiom of infinity is redundant since one can recursively prove the existence of the set of natural numbers using the successor function of the Peano axioms?

Amr Ayman
  • 105

1 Answers1

2

No, replacement doesn't imply infinity. What you've found is that if $S$ is a set so is $\{x\cup\{x\}|x\in S\}$, hence so is $x\cup\{x\}$. Each element of $\omega$ can be proven to be a set by this method, but we can't use this on its own to prove $\omega$ is a set, even though it's just the union of its elements.

J.G.
  • 115,835
  • So the problem lies in "infinitely applying the pairwise union axiom"? I don't see how that's different from the axiom of induction of the natural numbers.. – Amr Ayman Mar 18 '19 at 13:00
  • @AmrAyman No, the problem is you don't have a way of proving these individual items all belong to the same set $\omega$. If you actually try to write down a proof that such a set exists, you'll find none of the other axioms let you do so. – J.G. Mar 18 '19 at 13:01
  • Ok. But why can't $\omega$ be proven to exist, and simply be defined as the union of its elements? – Amr Ayman Mar 18 '19 at 13:29
  • @AmrAyman Because you can't glue together arbitrary sets, e.g. as ${x|\phi(x)}$ or the union thereof for a unary predicate $\phi$. – J.G. Mar 18 '19 at 13:50
  • 1
    Oh, that's only possible under unrestricted comprehension. My bad. – Amr Ayman Mar 18 '19 at 17:59