Re: Cantor and the binary tree
- From: Martin Shobe <mshobe@xxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 00:22:55 GMT
On Wed, 22 Jun 2005 10:31:39 -0400, Tony Orlow (aeo6)
<aeo6@xxxxxxxxxxx> wrote:
>Virgil said:
>> In article <MPG.1d22309d742aee97989e75@xxxxxxxxxxxxxxxxxxxxxxxxx>,
>> Tony Orlow (aeo6) <aeo6@xxxxxxxxxxx> wrote:
>> > Excuse me Martin, but maybe you should have some of what I am smoking. Every
>> > path ends in a leaf node, which are half the nodes in the tree. You start
>> > with
>> > one node that represents the root path. For each pair of nodes, you create a
>> > new path. A finite tree with n levels (including the root) has (2^n)-1 nodes,
>> > (2^n)-2 branches, and only 2^(n-1), or (2^n)/2 paths, as denoted by its leaf
>> > nodes. This relationship is preserved through infinity, even in the absence
>> > of
>> > identifiable leaf nodes.
>>
>> TO is right for finite trees but wrong for maximal binary trees.
>No, this property holds for all balanaced binary trees.
Can you prove that this relationshiop is preserved through infinity?
That seems to be the real sticking point here.
>> For any finite tree there is at least one more node than there are
>> paths. If every path shares the root node, eachfinite path will also
>> have a leaf node, so there is at least one extra node.
>Incorrect. There is one more node than branches, and twice as many branches as
>paths.
for finite trees this is true. For infinite trees it no longer holds.
>> TO's mistake is to presume that what happens for finite trees must also
>> be the case for (infinite) maximal binary trees. It is a presumption
>> that can, in fact, be disproved, and has been disproved in these threads.
>No it has not. Your various interpretations of the branches in the tree don't
>prove things about the structure of the tree itself, and your mishmoshed
>judgement of "countability" doesn't hold water for me anyway. Have you ever
>actually USED a binary tree for anything? I mean, weren't you the one that told
>me one can't insert a node in the middle of the tree, when computers do it
>every single day? Drop the bijections, and inspect the structure of the tree.
The trees do not change anymore than 3 changes to 4 when incremented.
(I.e. the value of a variable changes to *different* tree when you
insert, the tree does not.)
>>
.
- Follow-Ups:
- Re: Cantor and the binary tree
- From: Virgil
- Re: Cantor and the binary tree
- References:
- Re: Cantor and the binary tree
- From: Virgil
- Re: Cantor and the binary tree
- From: mueckenh
- Re: Cantor and the binary tree
- From: Virgil
- Re: Cantor and the binary tree
- From: mueckenh
- Re: Cantor and the binary tree
- From: Martin Shobe
- Re: Cantor and the binary tree
- From: aeo6
- Re: Cantor and the binary tree
- From: Virgil
- Re: Cantor and the binary tree
- From: aeo6
- Re: Cantor and the binary tree
- Prev by Date: Re: Creating understandable function graphs?
- Next by Date: Re: Longest day of year?
- Previous by thread: Re: Cantor and the binary tree
- Next by thread: Re: Cantor and the binary tree
- Index(es):
Relevant Pages
|