Re: Would it matter if ZF was inconsistent?



On Jul 17, 12:16 pm, LudovicoVan <ju...@xxxxxxxxxxxxx> wrote:

Below I have tried some transfinite-inductive definitions, leveraging
the infinite cartesian product to define the infinite case. For
illustration, there is also an implementation in Prolog that works for
the finite cases, with some sample output.

The predicate nodes(n) defines the set (actually, the list) of nodes
at level (depth) n in the binary tree, i.e. those nodes with n-1
parents up to (but excluding) the root. In particular, each node
encodes the whole path from the root to it, i.e. paths and nodes are
equivalent. For instance, an element of nodes(3) is [1, [0, [1, []]]],
corresponding to the path R-1-0-1.

The predicate tree(n) defines the set (actually, the list) of nodes in
a tree of level (depth) n. In particular, we will call *leaf nodes*
that subset of tree(n) that is the set nodes(n).

If I understand your specifications, your leaf nodes are not leaf
nodes of the complete (infinite) binary tree but rather of certain
subsets of the complete (infinite) binary tree and resultingly leaf
nodes, under your definition, turn out just to be nodes of the
complete (infinite) binary tree. Of course, whether a node is a leaf
node depends on what tree we're talking about. In this context, the
tree under discussion has been the complete (infinite) binary tree,
which has no leaf nodes, though, of course, certain subtrees have leaf
nodes (as, again, 'leaf node' is defined PER a given tree).

And the set paths(n)
in tree(n) (i.e. the set of paths of length n in the tree of depth n)
is equivalent to the set nodes(n), i.e. the set of leaf nodes in tree
(n).

If I understand your specifications, each tree(n) is a finite tree.
The matter of previous discussion had not been as to finite trees. But
perhaps that is what you are getting at with the following:

Extending the definitions to the transfinite, we have in particular
that the set of infinite paths in tree(w) corresponds to the set nodes
(w): i.e., again, the set of leaf nodes.

Perhaps your conviction is based on whatever your method is of
"extending the definitions to the transfinite", which may not be
equivalent with the actual set theoretical definition of the infinite
binary tree.

If you ever wish to see a rigorous treatment and definition in set
theory, just let me know, and I'll recommend some books for you
(anyone of which is adequate for the task).

MoeBlee

.



Relevant Pages

  • Re: Cantor and the binary tree
    ... to do with paths on a tree, ... > nothing to do with the number of unending paths. ... Actually, if you have an infinite binary tree, with all paths unending, it's ...
    (sci.math)
  • Re: Binary Tree and Pairs of Nodes
    ... was an infinite countable set of nodes" and "iff infinite sets could ... entire infinite complete binary tree. ... This shows that there is no set of all reals. ...
    (sci.logic)
  • Re: Cantor and the binary tree
    ... Rather, each one leads to another (unending, infinite) subtree. ... But for this new tree and each of its nodes the ... And if the binary tree is maximal as described, for each natural, there ... Given any maximal path in this maximal binary tree, ...
    (sci.math)
  • Re: Cantor and the binary tree
    ... I consider an infinite tree. ... If you mean that there is a bijection between paths and reals, ... Assume a binary tree in which each node is a parent and has a left-child ...
    (sci.math)
  • Re: Cantor and the binary tree
    ... An infinite tree means one in which *every* node branches and leads to ... they end in leaf nodes. ... > one node that represents the root path. ...
    (sci.math)

Loading