Animats
yesterday at 8:46 PM
> enough complexity to be interesting
That's the loophole. There is mathematics without infinity.[1]
Until recently, it was considered somewhat fringe. But there's been
enough development that it's now clear you can do mathematics without infinity.
In that view, infinities are a labor-saving device to get rid of special cases.
They're not essential. Mathematicians used to hate special cases, but now that the
active ones all grew up with computers, they're not so scared of IF statements.
You can have "arbitrarily large" but not "infinite". Boyer-Moore theory is like that.
It starts out like Peano arithmetic. There is (ZERO) and (ADD1 (ZERO)) and (EQUALP A B) and (LESSP A B) as predicates. That's the axiomatic basis. Numbers are (ADD1 (ADD1 (ADD1 (ZERO)))), etc.
You can have recursive functions, but they must terminate. They must have a value which, for each recursion, is LESSP than the previous iteration. That's how you prove termination.
You can do most of mathematics that way. But not infinitesimals. You never can get to
1 + 1/2 + 1/4 + 1/8 ... = 2
in that kind of constructive mathematics. That requires an infinite recursion, which is not allowed.
[1] https://engtechnica.com/rethinking-mathematics-without-infin...