I'm loving this nine or ten digits discussion! Let me add fuel to that fire!
So in a base-1 numeral system, following the same logic of other numeral systems, do we consider counting this way:
0, 00, 000, 0000, 00000, ...
But if 0 is nothing, isn't a series of 0 still nothing?
Or this way:
1, 11, 111, 1111, 11111, ...
Still the same problem from a different point of view: Can 1 represent nothing? Or is the absence of a 1 enough to represent 0?
Or this way:
0, 1, 11, 111, 1111, 11111, ...
But then we would be using 2 digits in a base-1 system? Or is it a 1-digit system + a zero?
And still with 2 digits, there is
unary code :
0, 10, 110, 1110, 11110, 111110, ...
alternative unary code :
1, 01, 001, 0001, 00001, 000001, ...
So in a unary numeral system, do we consider:
- no zeros;
- a single zero;
- only zeros;
- a mix of both for every number?