|
|
|
|
|
by necovek
481 days ago
|
|
Why not? Why is it ok to use "22" = 2 * 10^1 + 2 (when it could be a number in base 3 — 2 * 3^1 + 2 = 8 decimal — or any other base)? This implies base 10, just like root implies base 2, or ln means e. As I said, this is a game, and trying to imply certain artificial constraints will be really hard with how abstract maths is. Again, mention of successor function is apt: everything else is built from 1, succ() and another axiom, definition or so. So everything else can be reduced to this. |
|
Successor is essentially s(n) = n + 1, so that shouldn't be allowed either.