Re: induction vs Cantor

From: Ron Sperber (ronsperber_at_optonline.net)
Date: 11/27/04


Date: Sat, 27 Nov 2004 00:45:50 -0500

Poker Joker wrote:
> "Ron Sperber" <ronsperber@optonline.net> wrote in message
> news:rZLpd.162$lb6.14@fe08.lga...
>
>>Poker Joker wrote:
>>
>>>"Chairman of the David Hilbert Appreciation Society"
>>><mathgeekxxiiii@hotmail.com> wrote in message
>>>news:8JqdnQxnYLcA6zrcRVn-3w@giganews.com...
>>>
>>>
>>>>Poker Joker wrote:
>>>>
>>>>
>>>>>Let L_1 be a list of reals that implies a mapping F_1
>>>>>between the naturals and reals.
>>>>
>>>>Ok
>>>>
>>>>
>>>>
>>>>>Let D_n be a Cantor anti-diagonal number that can be
>>>>>formed using the mapping F_n
>>>>
>>>>Ok
>>>>
>>>>
>>>>
>>>>>Let L_n+1 be a list of reals by inserting D_n into L_n
>>>>>at row 2n and shifting down all the previous rows at 2n
>>>>>and above. This process is clearly an inductive process
>>>>>that creates a new mapping for each natural number.
>>>>>(L_n+1 could also be formed by prepending D_n to
>>>>>L_n.)
>>>>
>>>>Right. You outline a process to create infinitely many L_n,
>>>>none of which contains all of the reals.
>>>>
>>>>
>>>>
>>>>>All of the D_n can be found in "infinitely many" mappings
>>>>>between the naturals and the reals.
>>>>
>>>>This part is a bit fuzzy. At this stage you don't have a proof
>>>>that any one L_n contains all of the reals; which is what you
>>>>would need to declare that Cantor made an error. That you are
>>>>hand-waving about something included in "infinitely many" mappings
>>>>is irrelevant since in no obvious way does such a thing relate
>>>>to a list, or a bijection.
>>>
>>>
>>>This part is not fuzzy. For all j > n, D_n is in L_j.
>>>
>>>The union of all the L_n, (a countable set) contains all the D_n.
>>>
>>
>>So? I now can construct a NEW "antidiagonal". We have U(L_n) is countable,
>>so let N->U(L_n) by my bijection and I can find use the usual argument to
>>find an element not in this list.
>
>
> When you say "SO?" that doesn't make the statement
>
> " The union of all the L_n, (a countable set) contains all the D_n."
>
> untrue. There are no "OLD" "antidiagonals" and there are no "NEW"
> ones either. They all exist together and together they form a countable
> set.
>
>
No they don't. I just told you about an antidiagonal that has to exist.
You made your collection of lists {L_n | n a natural number} and then
took their union. You then claimed, correctly, that this union is
countable. So now we take the antidiagonal of this list. It is not on
the list by the same reasoning as before. You are either (a) someone who
isn't quite clear on the definitions or (b)a crank and given your volume
of postings defending your mistaken conclusions I'm starting to lean
heavily towards (b)



Relevant Pages

  • SQL Injection: Issue with UNION SELECT ALL
    ... using a UNION SELECT ALL statement. ... an equal number of expressions in their target lists. ... Column 'a.id' is invalid in the select list because it is not contained ... in an aggregate function and there is no GROUP BY clause. ...
    (Pen-Test)
  • RE: report that includes multi tables
    ... report by last name and not have to go through each report by year, ... The next question I have is how to do a UNION instead of a JOIN. ... You couldn't join the two lists because ... >> is auto generated. ...
    (microsoft.public.access.gettingstarted)
  • Re: substructure sharing in #union result
    ... REMOVING the references to variables from those lists when they get ... This will be the union of those ... Just put CLOS objects representing variables in your sets and modify ...
    (comp.lang.lisp)
  • Re: substructure sharing in #union result
    ... This will be the union of those ... Just put CLOS objects representing variables in your sets and modify some slot representing a binding in each object. ... So the union of two lists is guaranteed to contain the same objects (under #'eql) as the original lists. ...
    (comp.lang.lisp)
  • Re: A Faster Way...
    ... > wxPython code that uses a lot of string concatenation (and uses these ... > If I simplify the problem, suppose I have 2 lists like: ... > What I would like to have, is a "union" of the 2 list in a single tuple. ... It'd be one heck of a short homework assignment. ...
    (comp.lang.python)