Hacker News new | ask | show | jobs
by orangutango 3290 days ago
"[A]ll pure mathematics deals exclusively with concepts definable in terms of a very small number of fundamental logical concepts, and that all its propositions are deducible from a very small number of fundamental logical principles ..."

Cue Gödel... [1]

[1] https://en.m.wikipedia.org/wiki/G%C3%B6del%27s_incompletenes...

2 comments

All pure math can be deducible from axioms doesn't mean that all math can be deducible from a single set of axioms. Rather, it means that for each mathematical proposition there is a set of axioms from which one can deduce it.
For any set of axioms you take, if they are consistent then it is incomplete. You can enhance the axiom set to extend its reach, but an adversary can always find true, unprovable statements.

My main point is I disagree with the view of mathematics as nothing more than some axiomatic program-- in 1903 many were hopeful that a system (like Russell's formal logic in Principia) could simply generate the truths of mathematics. Gödel shattered that dream.

>My main point is I disagree with the view of mathematics as nothing more than some axiomatic program

I just don't see how this follows from Godel. It gives us a more expansive view of math, but I don't see how any fundamental understanding is overturned. I don't see how this takes away from the connection between axioms and theorems. The characterization of math as discovering the logical consequences of axioms is just as true.

Cousin comment helped me out a bunch:

https://news.ycombinator.com/item?id=14540054

Incompleteness means there are true statements that can't be proven. Given that any standard set of "fundamental logical concepts" is probably sound and as long as "all pure mathematics" means "that which can be proven" then there's nothing wrong with saying that "all its propositions are deducible" from those principles.
I don't think this is a correct view of what the Incompleteness Theorem says. The Incompleteness Theorem says that there are statements that are true in the standard model of the integers that are not provable in the first order Peano axioms. This does not mean that such statements are not provable. They just aren't provable in the first order axioms. The second order axioms are categorical and this means using the second order axioms any true statement can be proven.

The second order Peano axioms are a superset of the first order axioms. There is one small change in one of the axioms and that is the difference between the two systems.

Since we're here maybe I can ask you for clarification/help!

When I said "true statements that can't be proven" it should have been qualified to a particular set of axioms. That is, I am claiming each set of axioms has it's own set of true but unprovable statements but none have an empty set of those statements. Correct or not?

Based what you say about the second order axioms it seems not, in which case I have some reading to do :)

That is not quite correct. Some axioms systems are categorical. This means that there is only one model up to isomorphism. For instance, take the collection of all statements about the Natural numbers (using the standard model of them under the first order Peano Axioms). This collection forms an axiom system for the Natural numbers and all true statements are provable in this system. Indeed, every true statement is an axiom.

The problem with doing this is that the collection of all true statements about the Natural numbers is not recursively enumerable. There is no effective (algorithmic) procedure for determining when a given statement is an axiom or not. This means that under this system we can't find all true statements, even theoretically, using a computer because of the non recursively enumerable nature of the axiom system.

The first order system provides a nice recursively enumerable set of axioms. But these axioms are not powerful enough to deduce all true statements about the Natural numbers. The second order axioms are powerful enough but are not recursively enumerable.

Recursively enumerable was the goal of Hilbert and others because they wanted to reduce mathematics to an algorithmic or mechanical process of verification. That isn't possible and this is the main reason why Roger Penrose (and me) think that computers will never be able to do mathematically what humans can do.

I will try to translate my understanding:

> This collection forms an axiom system for the Natural numbers and all true statements are provable in this system. Indeed, every true statement is an axiom.

You have defined the axiom system as the set of all true statements about natural numbers so of course all true statements are provable! But crucially ...

> The problem with doing this is that the collection of all true statements about the Natural numbers is not recursively enumerable.

We want an extensional definition of a set of axioms. One way to get that is to enumerate it! This is important because ...

> Recursively enumerable was the goal of Hilbert and others because they wanted to reduce mathematics to an algorithmic or mechanical process of verification.

I can sympathize with this goal being that I use a proof assistant quite frequently.

Thank you for taking the time to respond!

You're welcome. I think your understanding is correct.

I will add one more thing for completeness sake. There are statements that are true of the natural numbers, the natural numbers that you and I think of when see this term, that can't be proven in the first order theory. This means that there is a non-standard model in which there is a non-standard integer that is a counterexample to the statement. The second order axioms are categorical so there is a proof of such a statement using the second order axioms. One may not be able to find such a proof but there is one.