>>> [Prepend each string with infinite zeroes]
> ...000
> ...001
> ...010
>> If there are infinitely many zeros on the front, you can't actually append anything.
I am lost. In this first set, I do not have a decimal point anywhere. Why cannot I have an infinitely many zeros to the left of 1. It will still be just one when looked at as a number.
>> Strings have a start, then they go on one place by one place
As far as representing it as a string, I may still start from the right and work towards the left.
I understand your point for the decimal case, infinitely many zeroes on the right of decimal cannot be followed a finite string. My argument does not require this however. (I change ...00000011010 from the first set to .0101100000000... in the second set.)
>> > For units place, we covered both zero and one.
>> No, you don't seem to have.
The units place is the rightmost below. Both zero and one are covered.
...000
...001
Stating the above for the decimal case, let n=1 be the place right after the decimal, n=2 to the right of it, and so on. Now for place n=1, the both zero and one are covered (first two cases below). For n=2 place, again both zero and one are covered for all possible combinations above for n=1 place (first four cases below).
Using the mathematical induction argument, all combinations are covered. This must include 0.1111111111... It sits exactly where (simple) infinity sits in the enumerable set {0, 1, 2, 3, ... }
OK, so you're not talking about the usual diagonalisation. I'll try to follow what you've said and respond as I go.
> In this first set, I do not have a decimal point anywhere.
OK, fine. But then you talked about flipping them around to come after the decimal point. When you do that you have only those strings that only have a finite number of 1s in them.
> As far as representing it as a string, I may still start
> from the right and work towards the left.
Yes you can, but that's not what people do when talking about Cantor and diagonalisation, so it's now completely unclear what you're talking about.
However, you start with finite strings of 0s and 1s, basically the non-negative whole numbers, represented as binary strings. Note that these are all finite, and the non-zero parts are still finite, even if you prepend an infinite number of 0s.
> Stating the above for the decimal case, let n=1 be the
> place right after the decimal, n=2 to the right of it, and
> so on.
See, now you're talking about stuff after the decimal point. I'll continue ...
> Now for place n=1, the both zero and one are covered
> (first two cases below).
But for diagonalisation that's irrelevant. We only ask what is the first digit of the first number.
> For n=2 place, again both zero and one are covered for
> all possible combinations above for n=1 place
Again, irrelevant. We only ask what is the 2nd digit of the 2nd number.
So here if we construct the diagonal of this sequence as you've listed it we have 0.00000... Let me highlight the diagonal for you from this quoted section:
I am lost. In this first set, I do not have a decimal point anywhere. Why cannot I have an infinitely many zeros to the left of 1. It will still be just one when looked at as a number.
>> Strings have a start, then they go on one place by one place
As far as representing it as a string, I may still start from the right and work towards the left.
I understand your point for the decimal case, infinitely many zeroes on the right of decimal cannot be followed a finite string. My argument does not require this however. (I change ...00000011010 from the first set to .0101100000000... in the second set.)
>> > For units place, we covered both zero and one. >> No, you don't seem to have.
The units place is the rightmost below. Both zero and one are covered.
...000 ...001
Stating the above for the decimal case, let n=1 be the place right after the decimal, n=2 to the right of it, and so on. Now for place n=1, the both zero and one are covered (first two cases below). For n=2 place, again both zero and one are covered for all possible combinations above for n=1 place (first four cases below).
0.000000000000... 0.100000000000... 0.010000000000... 0.110000000000... 0.001000000000... 0.101000000000...
Using the mathematical induction argument, all combinations are covered. This must include 0.1111111111... It sits exactly where (simple) infinity sits in the enumerable set {0, 1, 2, 3, ... }