Re: Another set with cardinality |Z|

From: Robert Low (mtx014_at_linux.services.coventry.ac.uk)
Date: 09/23/04


Date: 23 Sep 2004 08:20:57 GMT


Eray Ozkural exa <erayo@bilkent.edu.tr> wrote:
>Let's have an algorithm that starts with
>0.1 in binary, and constructs a tree in breadth-first fashion
>
> 0.1
> 0.01 0.11
>0.001 0.011....
>
>You get the idea... It's obvious that this tree has the same
>cardinality as Z, since this is a nonhalting algorithm (or since I can
>give an integer to every node, etc.) Now, I want to prove that such a
>subdivision procedure cannot generate all x in (0,1) in an intuitive
>way.

You only get terminating expansions from this algorithm, and most
of the numbers in (0,1) aren't of that form.

-- 
Rob.  http://www.mis.coventry.ac.uk/~mtx014/


Relevant Pages

  • LOS Optimization Using Binary Tree Structures (with demo)
    ... fast way to calculate LOS using a binary tree (properly called a binary ... describe the visibility-dependency between tiles - as in describing ... Using octants ... The cool thing about using a relational-based LOS algorithm is that you ...
    (rec.games.roguelike.development)
  • Re: Another set with cardinality |Z|
    ... and constructs a tree in breadth-first fashion ... It's obvious that this tree has the same ... since this is a nonhalting algorithm (or since I can ... naturals you could try taking the set of primes and mapping them like ...
    (comp.theory)
  • Re: Another set with cardinality |Z|
    ... and constructs a tree in breadth-first fashion ... It's obvious that this tree has the same ... since this is a nonhalting algorithm (or since I can ... naturals you could try taking the set of primes and mapping them like ...
    (sci.math)
  • Re: How come Ada isnt more popular?
    ... beneficial for the memory-management aspect of such an algorithm. ... When the GC hits it just traverses the tree ... E.g a chess playing program (any ... Furthermore generational garbage collection AFAIK has ...
    (comp.lang.ada)
  • Re: Question about decision tree algorithm in sqlserver2000
    ... If your target, on the other hand, is continuous, the algorithm will build regression trees that have regression formulae in nodes and leaves. ... if your target is continuous (i.e. a regression tree) than the lift chart is replaced by a scatter plot ...
    (microsoft.public.sqlserver.datamining)