Re: Cantor and the binary tree



In article <MPG.1cff9fda6b659940989d2e@xxxxxxxxxxxxxxxxxxxxxxxxx>,
Tony Orlow (aeo6) <aeo6@xxxxxxxxxxx> wrote:

> If someone wants to tell me that one can't insert a node in the tree, I
> suggest
> they ask their programmer friends, before wasting my time.

Inserting nodes in trees is quite possible in general, but when doing it
in binary trees, one may make them into non-binary trees, and in a
binary tree in which no path has a leaf node, it will necessarily make
it into a non-binary tree.

So that inserting nodes into such maximized binary trees is irrelevant
to the number of nodes or the number of unleafed paths in such a tree.

In a maximal binary tree, the set of nodes easily bijects to N and the
number of unleafed paths easily bijects to P(N), and Card(N) < Card(P(N))
.



Relevant Pages

  • Re: Cantor Confusion
    ... tree with n levels exists, the finite tree with n+1 levels exist. ... Proof of the existence of one infinite path by induction over the ... the standard definition of finite binary trees does not ... there are lots of different infinite binary trees in which ...
    (sci.math)
  • Re: Cantor Confusion
    ... tree with n levels exists, the finite tree with n+1 levels exist. ... Proof of the existence of one infinite path by induction over the ... the standard definition of finite binary trees does not ... there are lots of different infinite binary trees in which ...
    (sci.math)
  • Re: tree structures
    ... To be very, very, very frank, If I wanted binary trees for something, I'd ... be a better way to describe my tree structures rather than using ... Ruby has by-reference semantics, variables hold ... def right= ...
    (comp.lang.ruby)
  • Re: Cantor Confusion
    ... tree whether that set of nodes is or is not a path. ... Your arguing resembles the following: A straight line in the Cartesian ... I don't use any "coordinate system" at all. ... You are not writing about binary trees at all. ...
    (sci.math)
  • Re: Cantor and the binary tree
    ... >> If someone wants to tell me that one can't insert a node in the tree, ... One can have a binary tree with no left nodes, which constitutes a linked list, ... > to the number of nodes or the number of unleafed paths in such a tree. ... > In a maximal binary tree, the set of nodes easily bijects to N and the ...
    (sci.math)