Arithmetic systems without Induction

inductionmeta-mathphilosophyproof-theory

It's often said that AC is a controversial axiom and so often in my math classes when it is used a brief comment is made to the effect of "we can prove this without Zorn's Lemma but it's more work". And the attitude is that it doesn't matter, after all we can get the result by other means and the subject is geometry, analysis, etc. and not foundations (so it's not a big deal really).

However, Induction and the Well-Ordering Principle (its equivalent) are more common axioms however if we subtract these the same results seem to be true but at the same time I am not sure how to prove them.

So my question is: If we toss out WOP/Induction does it follow that everything falls apart? Robinson arithmetic is an example of such a system and it is essentially undecidable. I'm wanting clarification on what this means by way of examples (from Peano arithmetic); specifically, I'm wondering if in cases where we would have used Induction (or the equivalent) if we can't write a proof of the result do we conclude the result is unprovable or do we need a separate proof that it is "unprovable" (whatever that means). Do results have definite truth or false values or is it possible to be neither. If we can prove that the result is provable (i.e. that the result is either true or false and not neither) but we don't have an explicit proof of the result itself, does it follow that the result in our weaker system must be the same as it was in the stronger system (when we used Induction or whatever). If the result is "neither" can we tack on whatever we want the result to be as a new axiom in a consistent manner? I realize there are many questions here… here are some examples to help.

(1) "$\sum_{j=1}^n j= \frac{n(n+1)}{2}$"; this result is often how induction is introduced though induction is not required therefore it is clear the result would still hold in Robinson.

(2) "Any $n\in N$ has a unique expression $n=c_11!+c_22!+\cdots +c_kk!$ for some $k\ge1$, each $0\le c_j\le j$ and $c_k\neq0$."

When I proved this, I used induction and the proof was rather messy and detailed; so while the result appears to always hold I cannot imagine proving it without induction. So it seems that induction is necessary… but I'm not sure of its truth value in Robinson arithmetic.

(3) "Every subset of $\mathbb{N}$ is countable":Infinite sets with cardinality less than the natural numbers

It seems here that you either use AC (making the proof trivial) or you use the Well-Ordering Principle and then the proof is still easy but a little more work. But if we toss out these axioms then I'm not sure how to it prove the result. What's really interesting about this case, is that unlike the previous example where the result seems true (because we can test it for various cases) there is no way to test it here. It seems on par with the Continuum Hypothesis in terms of weirdness; I'm guessing in the absence of Induction there is no positive truth value to (3) but I'm not sure… and I'm guessing we could simply make an axiom about the existence of smaller infinities in a perfectly consistent way… though this is offensive to all intuition.

Best Answer

You initially ask:

If we toss out WOP/Induction does it follow that everything falls apart?

The answer is basically, yes.

There is very little that can be proved genuinely without induction. Robinson arithmetic, for example, cannot prove that addition is commutative, or that every number is either even or odd. More subtly, it cannot even prove that "$\sum_{i=1}^ni$" is always well-defined - that is, it cannot prove the statement "for all $n$ there is a unique sequence $s$ of length $n$ such that $s_1=1$ and for each $1<k\le n$ we have $s_k=s_{k=1}+k$" (the final term $s_n$ would then be $\sum^n_{i=1}i$). Neither can Robinson arithmetic prove that every bounded subset of $\mathbb{N}$ is finite (which again has to be phrased in terms of sequences to even be expressible in the language of arithmetic).

The main "freedom" which dropping induction entirely permits is the existence of computable models (see Tennenbaum's theorem). For example, the set of polynomials in one variable with integer coefficients and positive leading term (fine, also including $0$) forms a computable nonstandard model of Robinson arithmetic which is fairly interesting in its own right. However, nobody would propose it as a satisfactory universe within which mathematics can properly be conducted (since for example it can't make sense of basic combinatorics).

That said, dropping most induction is more interesting. The system $I\Sigma_1$ (= the ordered semiring axioms + induction for $\Sigma_1$ formulas) is drastically weaker than PA but still proves many of the results of classical number theory. Additionally, it's strong enough that we can meaningfully ask how much additional induction is needed to prove the things it can't - this is part of reverse mathematics (which also studies the role of set existence axioms and their computability-theoretic content in proving higher-type statements), and I've said a bit about this here. Robinson arithmetic is just too weak for "reverse mathematics over Robinson arithmetic" to work properly (although we can go substantially below $I\Sigma_1$).

If you are interested in weak theories of arithmetic, I strongly recommend the book Metamathematics of first-order logic (which is freely and legally available online!). For even weaker systems, I don't know of a similarly good source but a good phrase to google is "bounded arithmetic."

Meanwhile, the situation in set theory is dramatically different. ZF (= set theory without choice) can still prove a huge amount of mathematics, so it's "usable" in a way that Robinson arithmetic is not. Additionally, there are natural principles contradicting choice, so there's a positive reason to consider ZF; by contrast I don't know of any natural arithmetic principles contradicting induction (although it would be really cool to find some).

Related Question