Big Red Dog
- 5
- 0
Hurkyl said:It's a rather easy to prove that you cannot make an incomplete theory complete by removing axioms. If you have a subset of the axioms, then you only have a subset of the theorems.
"Complete" does not mean that you can demonstrate "everything" just that every sentence S either S or NOT S is a theorem.
The completeness of Presburger arithmetic comes from its restricted language. All of the undecidable propositions of number theory involve multiplication. Presburger does not explicitly have a multiplication operator and is incapable of constructing one. It achieves completeness not by removing axioms, but by reducing the number of statements in its language.
Let's see:
The 5 axioms of Presburger:
1. p7: No number has 0 as a successor
2. p8: Successor is injective: Sx=Sy --> x= y
3. x + 0 = X ;;
4. x + Sy = S(x + Y) ;; addition
5. p9: Induction
Apprentely Presburger is a subset of Peano ... Note: p7,p8, p9 refers to the Numbering of Peano axioms in http://en.wikipedia.org/wiki/Peano_arithmetic#The_axioms
Not quite correct; you can add enough axioms to build a complete theory (i.e. all statements are provable). The problem is that you cannot do it in a recursively enumerable way.
You're absolutely right. But since I cannot do it r.e. what would be the point? :)