Re: Request for Peer Review - Refutation of Cantor Theorem Conclusion



Patricia:
Of course, no matter what rule you tell me, I'll construct the string
that differs in bit n from string n in your enumeration.

Given the enumeration of the real numbers in the interval (0,1), I
choose the anti-diagonal d and place it at index 1. I claim you cannot
find any other real number to add to the interval and therefore,
card(enumeration) = card( interval(0,1) ).

Can you tell me a rule for finding where an
arbitrary string appears in your enumeration?

Yes. Search the enumeration to find the matching string and return the
index for that location.

.



Relevant Pages

  • Confused by implementing an IEnumerable with iterator blocks
    ... I wanted to write a class to encapsulate an enumeration of all the files in a directory. ... but when hundreds of files are involved and the directory is on a remote server this causes a substantial delay, so I wanted to design an enumeration that would browse through the root directory and its subdirectories incrementally as iteration took place. ... having read up only briefly on how "yield" works: ... public string Root ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: enum.ToString()
    ... public static string GetEnumValueDescription ... DescriptionAttribute pobjAttribute = ... How do I display the descriptive string ... you should use attributes to attribute the>> elements in the enumeration. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Generic List Find.
    ... Elasped time for Enumeration is 00:00:13.0926257 ... Dim Products As New List ... Private Function FindProduct(ByVal code As String) As Product ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Generic way of writing this enum code?
    ... // Check to make sure that T is an enumeration. ... // Create the string builder. ... because there's no constraint making T convertible ... foreach (EnumType1 type in types) ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Generic way of writing this enum code?
    ... // Check to make sure that T is an enumeration. ... // Create the string builder. ... foreach (EnumType1 type in types) ...
    (microsoft.public.dotnet.languages.csharp)