Re: Ultimate debunking of Cantor's Theory



On Sat, 14 Jul 2007 13:55:46 +0000 (UTC), stephen@xxxxxxxxxx wrote:


[...] A list and a set are rather different beasts.
A list can contain the same element any number
of times.

( 1, 1, 1, 1, 1, 1, 1, 1, 1, ... )

is a perfectly fine infinite list.
A list is simply a function from N to whatever set of objects
you are listing. A function is simply a set of ordered pairs.
The above lists typical representation as a set would be

{ {0,1}, {1,1}, {2,1}, {3,1}, {4,1}, {5,1}, ... }

Or rather:

{ (0,1), (1,1), (2,1), (3,1), (4,1), (5,1), ... }.

;-)

oops. :)

How about

{ {0,{0,1}}, {1,{1}}, {2,{1,2}}, {3,{1,3}}, {4,{1,4}}, {5,{1,5}}, ... }

? :)

I'd personally prefer


{{{0},{0,1}}, {{1}}, {{2},{1,2}}, {{3},{1,3}}, {{4},{1,4}},
{{5},{1,5}}, ... }.


F.

--

E-mail: info<at>simple-line<dot>de
.



Relevant Pages

  • Re: Ultimate debunking of Cantors Theory
    ... A list and a set are rather different beasts. ... A function is simply a set of ordered pairs. ... The above lists typical representation as a set would be ...
    (sci.math)
  • Re: Ultimate debunking of Cantors Theory
    ... G. Frege wrote: ... A list and a set are rather different beasts. ... The above lists typical representation as a set would be ... oops. ...
    (sci.math)
  • Re: Why cons *pairs*?
    ... of representing n-tuples using nested ordered pairs is well-known in mathematics, and I suspect it predates computers. ... I'd say the latter is the answer to the former, i.e. that "linked lists" was the representation chosen for list structure. ... As in Scheme, the reason lists are so important in those languages is that they support recursive processing and inductive reasoning, including inductive proof. ...
    (comp.lang.scheme)
  • Counting combinations of ordered pairs of items without repetition
    ... Assume we have lists of ordered pairs of items, ... choosing a single pair from each list such that no single item is ...
    (sci.math)