From: Sylvia Else on
On 19/06/2010 7:07 PM, |-|ercules wrote:
> "Sylvia Else" <sylvia(a)not.here.invalid> wrote ...
>> On 19/06/2010 4:11 PM, |-|ercules wrote:
>>
>>> To support your argument you should at least show that you've formed a
>>> new sequence of digits.
>>
>> I'll explain it simply then. The first digit of the created number
>> differs from the first digit of the first number in the list. The
>> second digit differs from the second digit of the second number in the
>> list.
>>
>> In general, digit n differs from digit n of the nth number in the list.
>>
>> So for all n, the created number differs from number n. Therefore the
>> created number is not in the list - it is a new sequence of digits.
>
> No I've told you all 20 times that does not create any new sequence at all.
>
> All you've done is
> CONSTRUCT a digit sequence like so
> An AD(n) =/= L(n,n)
>
> And then you say, it's different to each number like so
>
> PROOF
> An AD(n) =/= L(n,n)
>
> But you have not demonstrated a NEW SEQUENCE OF DIGITS.

How can it not be a new sequence of digits if it's not in the list?

>
> All you've done is this
>
> [ An AD(n) =/= L(n,n) -> An AD(n) =/= L(n,n) ] -> Superinfinity
>
> Your actual 'proof' is a specific example of the above 'proof'!
>
> [ An AD(n) = (L(n,n) + 1) mod 9 -> An AD(n) =/= L(n,n) ] -> Superinfinity
>
> Do you agree with the above version of Cantor's proof?

That is not a statement of Cantor's proof. For a start, it leaves out
the assumption that the list of numbers is a list of all the reals.

>>>
>>> If you actually read my derivation of herc_cant_3 instead of blindly
>>> dismissing it,
>>> you'll see it holds, just like all digits of PI appear in order below
>>> this line, if interpreted
>>> correctly.
>>>
>>> Herc
>>>
>>> ___________________
>>>
>>> 3
>>> 31
>>> 314
>>> 3141
>>> ...
>>>
>>>
>>
>> herc-cant-3 is not a derivation. It's a wild leap of faith. Nothing is
>> proved therein.
>>
>> Sylvia.
>
>
> Then which step do you disagree with?
>
>
> defn(herc_cant_3)
> The list of computable reals contains every digit (in order) of all
> possible infinite sequences.
>
> Derivation
>
> Given the increasing finite prefixes of pi
>
> 3
> 31
> 314
> ..
>
> This list contains every digit (in order) of the infinite expansion of pi.
>
> Given the increasing finite prefixes of e
>
> 2
> 27
> 271
> ..
>
> This list contains every digit (in order) of the infinite expansion of e.
>

This one:

> Given the increasing finite prefixes of ALL infinite expansions,
> that list contains every digit (in order) of every infinite expansion.

You provide no justification for that statement. It doesn't follow from
what came previously. You just assert it.

Sylvia.
From: WM on
On 19 Jun., 08:12, Virgil <Vir...(a)home.esc> wrote:

> > No, for the fifth time now.  The antidiagonal of a list of all
> > computable real is not computable.  How many more times would you like
> > me to repeat this simple and mathematically obvious statement?

Please stop to repeat that. It is completely irrelevant. There is a
list that contains all finite words. It includes all definable,
constructible, computable numbers.
>
> There is, however, some question in my mind about the existence of a
> list of all and ONLY computable reals.

Completely irrelevant.
>
> For countability of a set it is certainly sufficient to have a list
> containing all its members even if that list is allowed to contain other
> things as well.-

Correct. All numbers that somehow can be identified belong to a
countable set.

Therefore Cantor either proves the uncountability of a countable set
(by producing a diagonal number that can be identified) or he
identifies an unidentifiable disgonal number. Both is a contradiction.

And I am very sorry for those "logicians" who try to escape this
simple truth by sophisticated definitions that yield unidentifiable
identities and other foolish notions.

A crank suffers from selective perception of reality, doesn't he?

Regards, WM
From: WM on
On 19 Jun., 08:37, "Peter Webb"
> In Cantor's diagonal proof, the list of Reals is provided in advance, such
> that the nth digit of the nth item is known.

Where can I see such a list? Is it available for cheap money in the
net?

There has never been an infinite Cantor-list other than definied by a
finite definition. And that means there are at most counatble many
lists and countably many diagonals (which are necessarily also defined
by finite definitions).

Regards, WM
From: WM on
On 19 Jun., 10:06, Sylvia Else <syl...(a)not.here.invalid> wrote:
> On 19/06/2010 4:11 PM, |-|ercules wrote:
>
> > To support your argument you should at least show that you've formed a
> > new sequence of digits.
>
> I'll explain it simply then. The first digit of the created number
> differs from the first digit of the first number in the list. The second
> digit differs from the second digit of the second number in the list.
>
> In general, digit n differs from digit n of the nth number in the list.
>
> So for all n, the created number differs from number n. Therefore the
> created number is not in the list - it is a new sequence of digits.

Who constructed your list? Has it been constructed in an infinite
process? Or has it been defined by a finite definition? There are
only countable many such definitions. And there are only countable man
rules to construct the anti diagonal.

What is your conclusion?

Regards, WM
From: WM on
On 19 Jun., 11:07, "|-|ercules" <radgray...(a)yahoo.com> wrote:

> The list of computable reals contains every digit (in order) of all possible infinite sequences.

Hi Herc,

why not instead of a list of all reals produce a Binary Tree. This
tree can be shown to produce every infinite binary sequence that can
be produced by the following step-by-step construction. This
construction is possible, because the set of all nodes is a countable
set and all paths exist among the nodes and nowhere else. The
construction is as follows:

The Binary Tree contains all real numbers of the interval [0, 1] as
infinite paths.

0,
/ \
0 1
/ \ / \
0 1 0 1
/
0 ...

The nodes K_i with numerical values 0 or 1 are countable:

K_0
/ \
K_1 K_2
/ \ / \
K_3 K_4 K_5 K_6
/
K_7 ...

Everey step adds one node to the configuration B_i and yields
configuration B_(i+1)

_________________
B_0 =

K_0
_________________
B_1 =

K_0
/
K_1
_________________
B_2 =

K_0
/ \
K_1 K_2
_________________
B_3 =

K_0
/ \
K_1 K_2
/
K_3
_________________

B_4 =

K_0
/ \
K_1 K_2
/ \
K_3 K_4
_________________
....
_________________
B_j =

K_0
/ \
K_1 K_2
/ \
K_3 K_4 ...
...
... K_j
_________________
....
_________________

There is no end, hence there is no node that is not constructed. If
there is no infinite path constructed at all, this means either that
infinite paths consist not only of nodes (but of phantasy-products of
matheologicians) or they do not exist at all.

The latter is true. There is no completed infinite path but there is
merely the possibility to add a node to any path of any finite length.
But that does not yield an uncountable set of paths.

Regards, WM