Skip navigation.

Software Development

Correcting The Future

Cantor's Theory Visualized

Cantor's theory is one of the most misunderstood theories of all times. It's what happens when one does not understand what they are doing. By that, I mean that Cantor thought he was comparing real numbers and natural numbers when he was doing no such thing. Instead, he was comparing two different bases. Only problem is that he did not realize that enumerations also have a base. For this reason, the process of creating a diagonal is flawed.

One thing to remember when you create a diagonal is that both axis must be the same. If they are not, then you are skewing the results. Cantor completely disregards any notion or attempt to keep both axis the same. The x axis is base 2 (or another base). However, what base is the y axis? Most people don't even bother to think of this. In fact, they reject it because they do not want to think about it.

What base does an enumeration have? I'm not talking about the representation of each item. I'm talking about the other axis, vertically. It is base 1. It's base 1 because we don't care what the row is. We only care that we can count them. In other words, we could replace each row with circles and we could still count them. As well, we will replace the binary representation with coins (Heads or Tails).



Note how the left side and the right side are exactly the same except that they use different representations. Hopefully, this is enough to show that we are indeed comparing bases. I can't stress enough the importance of this paragraph. BTW, I've just disproved Cantor's theory with the above image. However, more explanation may be in order.

Some people may still be confused about base 1. But it is used all the time. It simply means using ONE and only ONE symbol. In westerns, notches on a gun is a form of base 1. I'm sure you've all seen the following as well.



Base 1 is found everywhere.

Here is where Cantor went wrong. He tried comparing base 1 with base 2. In order to do this, he left base 2 horizontally. But he now needed a way to represent base 1 vertically. Well, that's not so hard to do. Using the first image as a reference, we no longer need to display circles horizontally. We can instead count them vertically. Wherever we stop, that is how many circles/rows we have at that point.

Here, we count vertically. Note the groupings. We can continue as far as we'd like. What I really want the reader to see is the last circle in any grouping. Note that the amount of circles upwards vertically or leftwards horizontally from that last circle are EXACTLY the same! This means we only need to keep ONE representation, the vertical one.



Since we don't need all the circles on the left, we remove them. Simply pick any row and count the circles all the way to the top.



Now Cantor wants to match the number of digits with the number of rows (or circles). In our example, we have 10 rows (or rather circles), so we also make 10 digits to have a 10 by 10 square.



What Cantor does at this point is remove the circles and then hopes no one sees the sleigh of hands. We don't need the circles anymore since we can use the rows themselves for counting.



(edit: For those that incorrectly believe this is a finite list, please consider that the above grid is only a portion of an infinite list of digits and rows.)

But now that we've established that the rows can be represented by circles or marks on a wall, I hope it's clear how base 1 is being compared to base 2. I also hope it's clear how ridiculous a notion it is to say that one base cannot be matched to another. For example, I can say that base 10 will always be able to produce more numbers than base 2 when using the same number of digits. But does that mean base 2 cannot be matched one to one with base 10? Of course not. And neither is it true of base 1 and base 2 in Cantor's theory. Base 1 is mapped one to one with the naturals and so is base 2 (and base 10 and every other base).

Cantor's theory is completely ridiculous and a waste of everyone's time. Programmers who deal with different bases (binary, octal, decimal and hexadecimal) should see right through Cantor's theory.

BTW, the scaling factor for Cantor's one to one mapping is nothing other than BN-N where B is the base used for the digits and N is the number of digits. Now that you have a one to one mapping, perhaps we can put Cantor's theory to rest once and for all. Even with all this said, I just know someone is dying to mention that it deals with real numbers.

MandelbrotProject V: Undo and Storage

Comments

Anonymous 5. July 2009, 17:25

Kyle Lanakoski writes:

What you describe is not Cantor's diagonal. First, what you are proposing is finite, but even so, Cantor demands that the rows list all combinations in that base. Restricting ourselves to base 2, there should be 1024 rows in your 2^10 example above.

Furthermore, Cantor is not counting the number rows (base 1) in the grid of numbers. Cantor is simply showing how to construct a number NOT in the (infinite) list of supposedly all numbers. But his logic only works if the list is infinite, and the number of digits representing each number is infinite. You keep using finite examples, which will never reveal his reasoning.

Vorlath 5. July 2009, 19:39

What you describe is not Cantor's diagonal.



It is an EXACT duplicate of Cantor's theory. EXACT! Look at the last image. It's identical.

First, what you are proposing is finite, but even so, Cantor demands that the rows list all combinations in that base



He does no such thing. Go look again. If he did, then his theory would fall flat on its nose since it would be impossible to create new rows. We wouldn't even be here discussing this. It would have been laughed out of existence.

About being finite, I only duplicated what Cantor did. Cantor's grid is just as finite as mine. And Cantor's digits and rows are infinite just like mine are.

Restricting ourselves to base 2, there should be 1024 rows in your 2^10 example above.



Why? As long as there is a square grid, that's good enough according to Cantor.

BTW, what you've said is MY argument and I agree with you completely. There SHOULD be 1024 rows. If there were, Cantor's theory would fall flat on its face.

Furthermore, Cantor is not counting the number rows (base 1) in the grid of numbers.



This is handwaving without any proof. I've shown an equivalent situation to that of counting rows. So you cannot just wish it away. I've already shown it. You're too late to dismiss it. Doesn't matter if you find it troubling. Whatever else Cantor thinks he's doing, no one can say that he is not counting rows, especially when he's saying he can create a new one.

Cantor is simply showing how to construct a number NOT in the (infinite) list of supposedly all numbers.



Re-asserting the original premise doesn't change the fact that I've shown an equivalent situation that compares bases. What Cantor thinks he's doing is completely irrelevant once I've shown a counter-example. That's the power of counter-examples. Once they're there, re-asserting the original premise is irrelevant.

But his logic only works if the list is infinite, and the number of digits representing each number is infinite. You keep using finite examples, which will never reveal his reasoning.



Cantor does not use infinite lists. His grids are always finite. If you want to say his grids are infinite, the Cantor's theory is trivially wrong since infinities have different sizes and same sizes all at once (it's why ∞-∞ is indeterminate). Cantor would effectively be using a circular argument. I would LOVE that this is what Cantor's argument is, but it is not.

What Cantor THINKS he's doing is using finite grids within an infinite list. The infinite list of digits is the representation of reals and the finite grids are the finite numbers of the naturals. Right there, we're already into circular argument land. But it doesn't matter. I've already shown a counter-example. Not only that, but representations are arbitrary. Using an arbitrary representation to prove something is rather ridiculous in of itself.

Cantor falls for the same trap as the Halting Problem. The representation and the principal are two different beasts. What is true of the representation is not necessarily true of the principal. For example, PI is finite, but its base 2 representation is not. Now that I've shown a counter-example to PROVE that real numbers and their representations do not share the same properties, why should I believe any proof that depends on this false assumption? WHY? It just doesn't make sense to me.

Vorlath 5. July 2009, 20:39

Perhaps the specific fallacies would be in order.

Cantor is using representations to try and prove something about the elements. This is more commonly known as the fallacy of many questions where you assume a prior fact before proving it.

Is your brother still in the army?

A yes or no answer assumes you have a brother in both cases when you may not have a brother at all. With Cantor's theory, it is assumed that the representation has the same properties as the element when creating the grid. I've shown in the last comment how this is a false assumption. A number can be finite, yet have an infinite representation. This is trivially obvious and accepted by the mathematical community, but can be proven if need be.

I couldn't care less what he puts in the grid. If he doesn't prove that he's only using the properties of the elements, it's a fallacy of many questions. The fact that he's using digits of the representation to prove something about the actual elements shows that he's off his rocker and in over his head with fallacies of many questions. This also has the flavour of the fallacy of equivocation where he uses the number of digits and the number of rows to form a grid and yet both of these axis use a different base. Two different interpretations means you will get a false contradiction. The fallacy of equivocation is a well known fallacy.

Even if he were only using the properties common to both the representation and the element, I've shown how he ISN'T comparing reals to naturals at all, but is instead comparing base 1 to base 2. Cantor just SAYS he's comparing reals to naturals. Saying it doesn't make it so. That's the fallacy of begging the question.

If I tried, I could not make up a theory with more holes in it than Cantor's theory.

Cantor uses at least the following fallacies:

Fallacy of many questions.
Fallacy of begging the question.
Fallacy of equivocation.

There may be more.

Fallacy of many questions.

Assuming that proving something about digits of the representation will prove something about the principal.

Fallacy of begging the question.

Assuming that he's comparing naturals with reals.

Fallacy of equivocation.

Using different bases for the x and y axis while using the same number of elements in each axis.

Vorlath 5. July 2009, 21:05

Kyle, something just came to me by re-reading your comment. You do understand that I can use infinite digits to represent a natural number if I choose to do so, right? If I want to represent PI with a natural that has infinite digits in base 2 (or whatever other base), the natural number is still finite. That's crystal clear, right?

Anonymous 5. July 2009, 23:07

Kyle Lanakoski writes:

http://en.wikipedia.org/wiki/Cantor%27s_diagonal_argument

I hope we are talking about the same thing.

Cantor's grid is not finite in either the number of rows, or the number of columns.

"...Cantor's theory is trivially wrong since infinities have different sizes and same sizes all at once..."

Yes, infinities can come in different sizes, and there are an infinite number of infinities, and you can define a ring (as on group theory) over them!

Vorlath 5. July 2009, 23:57

Yup, same thing. He's definitely using finite grids.

If he's using infinite grids, then he's using two different infinities to prove they are different. That's the fallacy of equivocation as well as the fallacy of begging the question and the fallacy of circular cause and consequence, etc...

Please understand that if he's truly using infinite grids, then his theory is trivially flawed. It's not even wrong. If you wish to go that way, then be my guest. But it's so trivial that trying to explain it would be somewhat absurd. I'll give it ONE go. If the digits are infinite, then he's assuming that

Infinite digits == log2(infinite digits)

Then he goes about showing how this is not true for finite cases (fallacy of composition), hoping for a contradiction. This is what's called the Texas sharpshooter fallacy. He sets up a bogus contradiction and then paints a bullseye around it. Only thing is that you cannot demonstrate properties of infinity with finite examples, so that makes it begging the question, circular reasoning and fallacy of equivocation all at once. Like I said, if Cantor is using infinities, then his argument enters complete absurdity every which way.

I did not bother much with the infinite grid case since Cantor does not use it and if he did, then it's a waste of everyone's time.

Vorlath 6. July 2009, 00:06

Responding to the other thread, above the grid means just that. Above the grid, as in on a piece of paper. Specify any N by N grid and write all your candidates above it. To the left of that grid, write in base 2 the number of the row you wrote above the grid. Once you've written them all out, you will pick N rows to form your grid.

Like this:



01....
00....
11....
10....
1100XX
1010XX
....
....
....
....


The X's are your grid. Above it are the candidates you will chose to fill in the X's. On the left, are the associated row numbers for your candidates written in columns. Both rows and columns MUST use the same base though. In this case, we use base 2.

Pick any rows to fill in your grid and you will find exact matches in the left columns (you will need to rotate them to read them left to right). Likewise, any new item you create not found in the grid will be found in those columns.

You may choose any grid size that you please. As long as the bases are the same, then you will always get a one to one mapping. Only if you use different interpretations of the same data (ie. different bases) will you get a contradiction, but that would mean the use of the fallacy of equivocation.

Vorlath 6. July 2009, 01:06

Since you mentioned wikipedia,

From this it follows that the set T, consisting of all infinite sequences of zeros and ones, cannot be put into a list s1, s2, s3, ... Otherwise, it would be possible by the above process to construct a sequence s which would both be in T (because it is a sequence of 0s and 1s which is by the definition of T in T) and at the same time not in T (because we can deliberately construct it not to be in the list). T, containing all such sequences, must contain s, which is just such a sequence. But since s does not appear anywhere on the list, T cannot contain s.



The above statement is only true for finite lists s1, s2, s3, etc.. AND only if you use a different base for the two axis. If one attempts to apply it to infinite lists, then this is using the fallacy of composition, fallacy of begging the question, fallacy of circular reasoning, fallacy of equivocation, etc..


Fallacy of composition

Just because each subset of an infinite list has certain properties, it does not mean that the infinite set has the same properties. Otherwise, they would be either all finite or all infinite.

Fallacy of begging the question

We are asked to believe that reals are compared to naturals just because we are told.

Fallacy of circular reasoning

Assume we have an infinite list (reals) and a finite one (grid), show that the infinite one is "larger" than the finite one for all specific cases.

Fallacy of equivocation

The diagonal matches rows with digits, but the digits are base 2 while the rows are base 1. Different interpretation of the same data (what each digit means) cannot be accepted in a proof.

Vorlath 6. July 2009, 03:27

I've been looking around and I've discovered that it's accepted that Reductio ad absurdum is a logical fallacy when taken too far. This is good news and the first hint that maybe proofs by contradiction will be a little more carefully thought out in the future.

Cantor's theory is DEFINITELY suffering from the fallacy of Reductio ad absurdum. Just because you can create new rows does not imply that the natural numbers cannot be matched to it. It only says that you have more than n n-digit numbers for any base higher than 1. You can't draw a contradiction from that.

Vorlath 6. July 2009, 04:12

PSA: I've just read Cantor's first uncountability proof and it's beyond stupid. I will not write any more topics on it. I'll gladly debate why it's flawed. But that's it. Any mathematician that uses a finite list, maps it to an infinite one, and then shows how this is impossible is making a fool out of us all. Not worth my time.

Anonymous 6. July 2009, 21:47

Kyle Lanakoski writes:

“He's definitely using finite grids.”

What!? May you go into more detail on what aspect of Cantor’s grid is finite?




On the subject of:

Infinite digits == log2(infinite digits)

Yes, this is true for countable infinity (and other infinities too). While certainly not possible in the finite numbers, infinites are different: Infinites are compared by their cardinality, so common algebraic operations act like identity operations on the infinities.

http://en.wikipedia.org/wiki/Cardinal_number

You mention that the vertical of the grid is base 1, and the horizontal is base 2. This is NOT a problem: All base two numbers are a series (base1) of binary symbols. The inverse of the diagonal is exactly that. If you do not agree, then I have some questions:
1)Is the inverse of the diagonal NOT a binary number?
2)Is the inverse of the diagonal in the list of infinite numbers?
3)How are the above questions wrong?

I will need sometime to review the previous "above the grid" post

Vorlath 7. July 2009, 00:21

He's definitely using finite grids.



What!? May you go into more detail on what aspect of Cantor’s grid is finite?



Um, he says it. At least Wikipedia does.

Therefore it may be seen that this new sequence s0 is distinct from all the sequences in the list.



You can only compare finite lists, otherwise you're using the fallacy of composition, especially when trying to PROVE that infinities are different. In fact, it's easy to show that the above quote for wikipedia is only true for finite lists and only for different bases on each axis.

On the subject of:

Infinite digits == log2(infinite digits)

Yes, this is true for countable infinity (and other infinities too). While certainly not possible in the finite numbers, infinites are different: Infinites are compared by their cardinality, so common algebraic operations act like identity operations on the infinities.



We are in agreement. But since it's not possible in the finite numbers, then Cantor's argument is flawed (fallacy of composition with a hint of circular reasoning mixed in).

All base two numbers are a series (base1) of binary symbols



Depends on interpretation. If you count them, then they are essentially base 1 since you don't care about what the symbol is. This is the step involved when FINDING each element of the diagonal. We match each digit to each row in order to find the diagonal. BTW, funny fact. There is no diagonal when using an infinite amount of digits.

And when you take the symbols into account, then it's base 2, so you have an intentional mismatch between axis. This leads to a Texas sharpshooter fallacy if you try to show that there are more than n n-digit numbers and use this fact for any sort of mismatch since Cantor intentionally put it in the premise to get his desired result.

If you're only counting (not caring what the symbols are), then there is no contradiction. Only when you take their base 2 properties into account does the Cantor's "contradiction" appear, and you must take them into account to produce a new number.

Assuming "inverse" means 1's to 0's and vice versa,

1)Is the inverse of the diagonal NOT a binary number?


1) Sure.

2)Is the inverse of the diagonal in the list of infinite numbers?


2) The number is not infinite. It is finite (not sure if this is what you asked though). And you can find it in either the naturals or in the reals depending if you have the decimal point prefix with the usual qualifications that certain binary real representations are equal to each other.

3)How are the above questions wrong?


3) Don't know that they're "wrong", whatever that would mean in this case, but they're definitely irrelevant.

You seem to be trying to show me how one fact follows to the next. While I admire your tenacity as well as your clear comments about the topic, the flaw lies in comparing base 1 to base 2. You're circling around it and I think you're VERY close to seeing what I'm talking about.


What most mathematicians tend to do is go back to the fact that the new number is not in the list. It doesn't matter. I don't have to use Cantor's mapping. He assumes that since he shows one example of how the mapping doesn't work, then there can be NO mapping that works. This is nothing more than the fallacy of proof by example.

Here is the example of "above the grid" again in visual form, but a much simpler variation.

Our original grid a la Cantor.

s1 = (0, 0, 0, 0, 0, 0, 0, ...)
s2 = (1, 1, 1, 1, 1, 1, 1, ...)
s3 = (0, 1, 0, 1, 0, 1, 0, ...)
s4 = (1, 0, 1, 0, 1, 0, 1, ...)
s5 = (1, 1, 0, 1, 0, 1, 1, ...)
s6 = (0, 0, 1, 1, 0, 1, 1, ...)
s7 = (1, 0, 0, 0, 1, 0, 0, ...)

Yes, this list continues on with s8, s9, ...


Now, instead of using the representation in this grid for our naturals, we will instead use a ONE TO ONE mapping by using the row number. Please understand what we are doing here. We are mapping what Cantor used as a natural to a new list of naturals. Row numbers will be matched one to one to what Cantor uses for the naturals in the original grid, correct? We're in agreement on this? In fact, it has to be since Cantor uses this very argument when constructing the diagonal. We can switch between the two representations of naturals by simply switching grids and staying on the same row.



s1 = (0, 0, 0, 0, 0, 0, 0, ...) r1 = (..., 0, 0, 0, 0, 0, 0, 0)
s2 = (1, 1, 1, 1, 1, 1, 1, ...) r2 = (..., 0, 0, 0, 0, 0, 0, 1)
s3 = (0, 1, 0, 1, 0, 1, 0, ...) r3 = (..., 0, 0, 0, 0, 0, 1, 0)
s4 = (1, 0, 1, 0, 1, 0, 1, ...) r4 = (..., 0, 0, 0, 0, 0, 1, 1)
s5 = (1, 1, 0, 1, 0, 1, 1, ...) r5 = (..., 0, 0, 0, 0, 1, 0, 1)
s6 = (0, 0, 1, 1, 0, 1, 1, ...) r6 = (..., 0, 0, 0, 0, 1, 1, 0)
s7 = (1, 0, 0, 0, 1, 0, 0, ...) r7 = (..., 0, 0, 0, 0, 1, 1, 1)


Cantor uses the representation in the first grid to form the new real (diagonal). But that's OK, because we can now use the same process in the second grid to create a new natural and keep the amount of reals and naturals the same.

Get it? With the ONE TO ONE mapping, no one can say I cannot do this since I'm just mapping one set of naturals to another set of naturals. And the reason there is no contradiction is because I'm now using base 2 instead of base 1 for listing the naturals. And to boot, with the ONE TO ONE mapping, it's EXACTLY the same as Cantor's diagonal argument. The new real is formed along with the new natural (and a new mapped row number).

And the really stupid thing is that what's good for Cantor is good for the rest of us. If he can create a new number by a certain process, then so can the rest of us, otherwise it's the fallacy of the double standard.

Cantor's mistake was assuming that we need to create our naturals from the list of digits/rows (COUNTING) when there are plenty of other representations that work just fine. That's why this is even more the Texas sharpshooter fallacy along with the fallacy of inconsistent comparison (it's not reals that there are more of, but rather that there are more base 2 numbers than base 1 numbers when using equal amount of digits).

Also, he's just using an example that SEEMS to show a contradiction. But you have to show that ALL representations display a mismatch. And they don't since I've shown a counter-example. There's only a mismatch when the bases are different. This isn't even the fallacy of hasty generalization or fallacy of composition since it's only ONE example (though the fallacy of composition applies to the construction of the diagonal). As a whole, Cantor's argument is the fallacy of proof by example.

BTW, what I've shown is a counter-example. That is fatal to Cantor's argument. No one can wish it away or dismiss it. Doesn't mean the opposite is true. It simply means that the "proof" is flawed for certain.

Anonymous 7. July 2009, 01:01

Kyle Lanakoski writes:


"2) The number is not infinite. It is finite (not sure if this is what you asked though). And you can find it in either the naturals or in the reals depending if you have the decimal point prefix with the usual qualifications that certain binary real representations are equal to each other."

Sorry, my poor phrasing of the problem. First, to further simplify our discussion we will assume we are listing every real number between 0 and 1. This means the binary digits in each row are to the right of the decimal place. Even limiting ourselves to between 0 and 1, there are more reals in that range than naturals (at least that is Cantor’s proof). Please note ALL numbers have infinite binary expansions: 1/2 is represented as 0.10000…. (An infinity of zeros is added to the end of any finite representation).

So I meant to ask: Is the inverse of the diagonal in the infinite list of numbers? (The list of numbers is infinite, not the numbers themselves.) Yes, each number is finite (it is bonded between 0 and 1), but each number’s binary representation is infinite.

“Remember that Cantor depends entirely on there being more numbers than there are digits (or rows since they are matched one to one), hence the mismatch, correct?”

I believe this is where we disagree. Countable infinity is countable infinity; there is no concept of “more” that you would experience in finite numbers. You can not say there are more numbers than rows, or more rows than numbers, they are both he same: They are both countable infinite.


"He assumes that since he shows one example of how the mapping doesn't work, then there can be NO mapping that works. As I said, that's the fallacy of proof by example."

Cantor’s proof works with ANY mapping, not just the natural order used in the proof. Previous proofs have shown you can order the naturals in any manner you want, and they are one-to-one with the naturals, in their natural order.


“Create your new number. Cantor says that this new number is not in the original list. But it doesn't need to be because the list of naturals hasn't been exhausted either because we can create a new natural in our second grid by the EXACT same process."

For any finite grid this is true, but te naturals HAVE been exhausted once the grid is infinitely big. You may want to save a few, or an infinity of them, for expanding the grid even more, you will still run out of naturals before you run out of reals to represent.

Vorlath 7. July 2009, 01:02

I probably added some stuff in my previous comment while you were typing your comment. I was updating my example. The first part remained the same.

Vorlath 7. July 2009, 01:22

You can not say there are more numbers than rows, or more rows than numbers, they are both he same: They are both countable infinite.



But this is Cantor's argument. If you don't agree with it, then we're done here.

Cantor’s proof works with ANY mapping, not just the natural order used in the proof.



But he only shows ONE mapping of base 1 vs base 2. Those aren't the only bases you can compare, you know!

Previous proofs have shown you can order the naturals in any manner you want, and they are one-to-one with the naturals, in their natural order.



I'm glad you said this because I'm going to hold you to it. You've just disproved Cantor's theory with this statement. It was the last piece I needed to convince you with my counter-example. Now, I don't have to bother with this part.

Create your new number. Cantor says that this new number is not in the original list. But it doesn't need to be because the list of naturals hasn't been exhausted either because we can create a new natural in our second grid by the EXACT same process.



For any finite grid this is true, but te naturals HAVE been exhausted once the grid is infinitely big.



So have the reals.

BTW, how in the world can the naturals be exhausted before the reals if I'm using EXACTLY the same process to create both a new real and a new natural? It's impossible. Why is it that when Cantor creates a new real, it's ok. But when I go to create a new natural, I'm not allowed? BTW, I'm creating a new natural in the SECOND grid which is mapped ONE TO ONE with the first grid.

Just answer me why there is a double standard.

Vorlath 7. July 2009, 01:50

You know... I'm starting to think Cantor used two different bases on purpose.

But all his "proof" shows is that
infinity != log2(infinity)
which we both agree is incorrect.

1. infinity == log2(infinity)
2. Cantor's diagonal argument is true.

Pick one. They are mutually exclusive.

(And just in case, the infinity in #1 is the cardinality of the naturals on both sides of the equation).

BTW, if I can show that these two points are mutually exclusive, would you agree that Cantor's argument is flawed?

Vorlath 7. July 2009, 03:10

Yeah, this is completely fatal to Cantor's diagonal argument. This should be EXTREMELY simple.

Let's take the representation of reals as in Cantor's argument. He has an infinite amount of digits, right? But what cardinality is this list of digits? We can count them, first digit, second digit, etc. and they map one to one with the natural set. In fact, we cannot say the 2.6th digit, can we? So the amount of digits is the same as the cardinality of the naturals.

We agree so far?

The set of natural numbers has infinite elements. So how many base 2 digits would we need to represent them all? We're not talking about any given element, but rather the number of digits required to represent the entire set. We would likewise have an infinite amount of digits.

And since we've already agreed that log2(infinity) = infinity for countable infinities, then the fact that we need an infinite amount of digits to represent infinite countable elements should be trivial. (This applies to all bases 2 and above).

This means that we are using an equal amount of digits to represent both reals and naturals.

So if you use digits to represent reals, you may only represent as many as found in the set of naturals.

Note that I'm not saying the cardinality of reals is the same as that of the naturals. All I'm saying is that if you use digit representation, you can only list an equal amount to that of the set of naturals.

Since Cantor uses digits to represent his real numbers, only if infinity != log2(infinity) can Cantor's diagonal argument be true. Consider that the infinity on both sides of the equation is the cardinality of the naturals.

BTW, is it possible to represent PI with digits? Even if you had an infinite amount? Doesn't affect countability if it's not possible, but it'd still be cool to know in case it is possible. What's the currently accepted position about representing irrationals? I'm reading that irrationals can be represented by non terminating, non repeating decimals. If true, then the cardinality of reals and cardinals are the same since this would allow a one to one mapping.

Vorlath 7. July 2009, 03:54

IOW, if you're using a countable infinite set of digits to represent reals, then you can likewise map the set of naturals to the reals since |N| == |digits|.

Anonymous 7. July 2009, 18:01

Kyle Lanakoski writes:

"BTW, how in the world can the naturals be exhausted before the reals if I'm using EXACTLY the same process to create both a new real and a new natural? It's impossible."

Cantor’s rows are only an *attempt* to list every real number. Cantor's grid has infinite rows, each listing a real, and that list is one-to-one with the naturals. There are no more naturals left to represent any more reals, but there are reals missing from that list, namely the inverse diagonal.

“BTW, is it possible to represent PI with digits? I'm reading that irrationals can be represented by non terminating, non repeating decimals.”

Yes

“If true, then the cardinality of reals and cardinals are the same since this would allow a one to one mapping.”

You can make a one-to-one map between the naturals and the digits of PI, but that is only one real; there are a lot more reals.

Vorlath 7. July 2009, 18:48

Cantor’s rows are only an *attempt* to list every real number. Cantor's grid has infinite rows, each listing a real, and that list is one-to-one with the naturals. There are no more naturals left to represent any more reals, but there are reals missing from that list, namely the inverse diagonal.



Unfortunately, this is the fallacy of composition. He can only ever match a finite amount of digits with a finite amount of rows. Matching an infinite amount of digits with an infinite amount of rows has completely different properties.

Cantor's diagonal is an indeterminate form. For example, what is the ratio of digits vs. rows when forming the diagonal? For 10 digits and 10 rows, its 10/10 = 1. It has a ratio of 1:1. With 25 digits and 25 rows, it has a ratio of 25/25 = 1. So again, a ratio of 1:1.

But when you have an ∞ amount of digits and an ∞ amount of rows, it has ∞/∞ = indeterminate ratio.

The diagonal is an indeterminate form when you use an infinite grid. This is all explained in my counter-example with the two grids. This is quite fatal to Cantor's diagonal argument.

Cantor uses a FINITE grid. Otherwise, I want to know the ratio of digits vs. rows for his diagonal. Only a ratio of 1:1 (Cantor's OWN words of "ONE to ONE mapping") will yield a SINGLE diagonal the same length as the axis. This is how Cantor matches cardinality, is it not? Let's see it.

I'll just say it again. Cantor's diagonal has more holes than swiss cheese. It requires the use of a great deal of non sequitur's to make it work. The ONLY way Cantor's argument has ANY chance of working is if log2(∞)!=∞. This will let him create a grid of log2(∞) by log2(∞) with ∞-log2(∞) rows left over that can be created via the diagonal. But if log2(∞) is equal to ∞, then Cantor's argument falls apart because the ratio of the grid is indeterminate (and no new rows can be created).

Vorlath 7. July 2009, 21:06

Check this out at how stupid Cantor's diagonal argument is.


Set of even numbers.

s1 = (..., 0, 0, 0, 0, 0, 0, 0, 0)
s2 = (..., 1, 1, 1, 1, 1, 1, 1, 0)
s3 = (..., 0, 1, 0, 1, 0, 1, 0, 0)
s4 = (..., 1, 0, 1, 0, 1, 0, 1, 0)
s5 = (..., 1, 1, 0, 1, 0, 1, 1, 0)
s6 = (..., 0, 0, 1, 1, 0, 1, 1, 0)
s7 = (..., 1, 0, 0, 0, 1, 0, 0, 0)
...


I'm going to take the diagonal top-right to bottom-left and flip the digits (1's to 0's and vice versa). Since the last digit will always be 1 after flipping, and since 1 can NEVER be in the set of even numbers, I can always create a new number that isn't in the set of even numbers no matter what. So the cardinality of naturals is larger than the cardinality of even numbers.

Stupid isn't it? Yet, it's equivalent to Cantor's theory. I simply used even set vs. naturals instead of Cantor's naturals vs. reals.

I know believers in Cantor don't like this, but the above 100% disproves Cantor's diagonal argument. Counter-examples are that powerful. Any attempt at reiterating the original argument is pointless because I'm doing the EXACT same thing as Cantor in the counter-example.

Heck, I could compare NATURALS to NATURALS and still find more rows not in the list. How's that happen?

Vorlath 7. July 2009, 21:25

You can make a one-to-one map between the naturals and the digits of PI, but that is only one real; there are a lot more reals.



You missed the point. We know that logb(x) digits will create x numbers.

But if you have log(|N|) digits, then what you really have is |N| digits because |N| is infinity.

Since the reals and naturals both use an infinite amount of digits, specifically |N| digits, then only |N| numbers can be generated in both cases for representations of naturals and reals.

It doesn't mean that the cardinality of reals is the same as naturals UNLESS you can represent ALL reals using digits. That's why I asked if you can represent PI. If you can represent ALL irrationals using digits, then that covers ALL real numbers and this means that the cardinality of reals is the same as that of naturals.

Note that the representation of PI itself and the fact that it maps one to one with the naturals is completely irrelevant (unless you mean that the naturals can index into the digits of PI). What I care about is that |N| digits is enough to represent PI. If true for all irrationals, then
|N|==|R|
because all irrationals will already be included in the rows.

Vorlath 8. July 2009, 00:43

Wow, I just read up on Cantor's theorem about power sets. It just gets dumber and dumber. How stupid does this shit get anyways? There's no end to it.

There's no contradiction. He's using the same flaw as in the diagonal argument. Trying to create a unique item by matching two infinite sets in a finite way.

Vorlath 8. July 2009, 03:50

Kyle, I have a question for you if you have the time. I've been reading on blogs and forums to see if I could figure out why this trivially flawed diagonal argument was being believed and I was SHOCKED by what I found. I think nearly EVERYONE who believes the Cantor diagonal argument believes that you only need finite digits to represent all naturals and that this is why the diagonal argument doesn't work when used on the naturals. Is this true? Is it commonly accepted that you only need finite digits to represent all naturals? I'm talking about both situation of a single element and the entire set.

The entire set needs an infinite amount of digits to represent all elements. If you only use a finite amount of digits, then I can simply create a new number by adding 1 to the largest possible number.

For the individual case, representations are completely arbitrary. I see no rule that restricts an element in the set of naturals from using an infinite representation. This has zero effect on the status of the element of remaining finite.

Anyways, if the popular belief is that naturals cannot have infinite digits, then the mathematical world will be in for one big shock one of these days.

Anonymous 8. July 2009, 12:18

Kyle Lanakoski writes:

“But when you have an ∞ amount of digits and an ∞ amount of rows, it has ∞/∞ = indeterminate ratio.”

Of course common algebra does not define division over infinity, but we can define a simple group theory ring were the inverse of multiplication is well defined: infinity/infinity == 1

But, defining ourselves some clarity is beside the point. My point is you can not use the concept of ratios when comparing infinites: This should be obvious to you since you already know that common division is not defined on infinity.


“Since the last digit will always be 1 after flipping, and since 1 can NEVER be in the set of even numbers, I can always create a new number that isn't in the set of even numbers no matter what. So the cardinality of naturals is larger than the cardinality of even numbers.”

That is not correct: You are missing a step: After taking the inverse diagonal, you test to make sure it fits the conditions of the original list. In your case you have a list of all even numbers, but your inverse diagonal is not an even number, so you can not add it to your list. In Cantor’s case, the inverse diagonal is still a valid real, so it can be added to the list (assuming the list was not already infinite).


“Cantor uses a FINITE grid.”

This may be where our misunderstanding is: In what way is Cantor’s grid finite? As far as I can see Cantor’s grid has infinite columns and infinite rows. What is finite about those dimensions? Maybe you are using finite in some other context?

And the above questions are related to your question to me: As far as I see there are no people that think “…the Cantor diagonal argument believes that you only need finite digits to represent all naturals…”. I do not know how you are getting that conclusion.

Vorlath 8. July 2009, 18:49

My point is you can not use the concept of ratios when comparing infinites: This should be obvious to you since you already know that common division is not defined on infinity.



Fallacy of double standard. If I can't use it, then neither should Cantor. The concept of ratios is exactly what one to one relationship means, is it not? And it's quite a FINITE concept. But nowhere is it explained why a ratio of ∞:∞ should hold up in a finite sense.

That is not correct: You are missing a step: After taking the inverse diagonal, you test to make sure it fits the conditions of the original list. In your case you have a list of all even numbers, but your inverse diagonal is not an even number, so you can not add it to your list. In Cantor’s case, the inverse diagonal is still a valid real, so it can be added to the list (assuming the list was not already infinite).



I originally thought you were right, but you're not. The diagonal not being an even number is the whole point of the exercise in the same way Cantor's diagonal is not in the naturals. Cantor says he's using an infinite amount of rows created via an infinite amount of digits. This means only |N| rows will exist. That's the whole basis of Cantor's diagonal argument. Without this step, everything else falls apart. He believes he's mapping all naturals to SOME of the reals by placing a decimal point in front. In my example, I'm similarly mapping SOME of the naturals to the even numbers.

Since I'm listing the set of even naturals, then that's going to be the size of the set E, specifically |E|. By creating a new row, I'm showing that |N|>|E| according to Cantor.

Remember, the point in creating a "new real" is to show that the existing list has cardinality of |N| and that there must be a larger set since we create a "new real". When Cantor is creating a "new real", it is not found in the original list at all, neither as a real nor as a natural (as far as the argument goes). You said yourself he only attempts to list all the reals. And he uses the representation in the grid in two ways, as a natural and as a real. In my example, I'm pretty sure using the representation of even numbers as a subset of the naturals in an analogous way is trivial. Are the even numbers not found both in the even set and in the naturals set? Of course they are. The new number I'm creating CANNOT be in the set of evens (that's the point of the diagonal argument), but IS in the set of naturals.

Also, my second example still holds regardless. If you use the set of naturals, you can create a new natural in the same way Cantor creates a new real, thus "proving" that |N|>|N|. This is why I asked you about finite representations. It's the only counter to this I could find.

Cantor uses a FINITE grid.



This may be where our misunderstanding is: In what way is Cantor’s grid finite? As far as I can see Cantor’s grid has infinite columns and infinite rows. What is finite about those dimensions? Maybe you are using finite in some other context?



What I call the grid is the finite square used to build the diagonal. This square can never be infinite because then Cantor loses the one to one relationship he so desperately seeks.

By the same reasoning, he cannot create a "new real" if his square goes infinite. The only reason he can create a "new real" is because log(x)!=x. But when x=∞, it's IMPOSSIBLE to create a new real since every possible combination digit-wise has been included in the list.

Then there is the method used for creating the diagonal. That's a finite concept. It can't be done if the grid is infinite. In Cantor's diagonal argument, when he attempts this feat, he just does it. No explanation. No proof. Not even a reasoning as to how he's avoiding the fallacy of composition. Creating an infinite diagonal just because you can create a finite one is a non sequitur.

What's even funnier is that the finite version of Cantor's diagonal is quite bogus. He's not creating a new real. The disparity comes from using different bases.

About the finite digits issue, thanks for the answer. I was getting worried.

Vorlath 9. July 2009, 15:17

That is not correct: You are missing a step: After taking the inverse diagonal, you test to make sure it fits the conditions of the original list. In your case you have a list of all even numbers, but your inverse diagonal is not an even number, so you can not add it to your list. In Cantor’s case, the inverse diagonal is still a valid real, so it can be added to the list (assuming the list was not already infinite).



I just wanted to requote this because it's really a fantastic rebuttal to Cantor's diagonal argument. Note how you said I cannot add the new number to the list because it isn't even. I've explained how Cantor doesn't do this either, BUT he actually COULD do this, could he not? When he creates a new real, is it not also a new natural? Is the new number not composed with as many digits as the rows in the grid which can also be treated as naturals? So how can a new natural be created that's not already in the list of naturals? Ends up that my even number example is actually "better" than Cantor's.

And this is what Cantor doesn't realize. When he's creating a new real, he's also creating a new natural. And if he's creating a new natural, then |N|>|N|. This is a contradiction and Cantor's diagonal argument is flawed.

I don't see a way around this fatal flaw.

Anonymous 12. July 2009, 03:44

Kyle Lanakoski writes:

“Since I'm listing the set of even naturals, then that's going to be the size of the set E, specifically |E|. By creating a new row, I'm showing that |N|>|E| according to Cantor.”

This is still wrong: You are not trying to list all members of the (possibly) larger set. In your example you list members of the smaller set (E) and “prove” the naturals have at least one more element. At the very least, all you have done is proved |N| >= |E|+1, which is obvious. Combined with the proof that |E|>=|N| (there exist a 1:1 map from the evens to the naturals (just divide by 2)), you get |N|==|E|, which I think we both agree on.

In every proof there is an imaginary antagonist that is working against the prover.

Cantor’s proof allows the antagonist to try and list ALL reals, in ANY order. Effectively allowing the antagonist to try and generate a 1:1 relation with the naturals. But no matter the order, the antagonist will always be missing at least one real from his list (the inverse diagonal).

“Also, my second example still holds regardless. If you use the set of naturals, you can create a new natural in the same way Cantor creates a new real…”

This does not work: I will be the antagonist, and list all naturals. First I will write all naturals in binary form, but with digits in reverse order (lsb is leftmost). Furthermore, I will append infinite zeros to the right of each number so that every row has the same number of digits (infinite). With my antagonistic list your inverse diagonal is 001111…., which is NOT a natural number because it is infinite. (All naturals are finite, and therefore have a finite number of ones).

Anonymous 12. July 2009, 03:49

Kyle Lanakoski writes:

My last comment assumes ">=", or "+1" even makes sense with countable infinite cardinality

Vorlath 12. July 2009, 16:00

This is still wrong: You are not trying to list all members of the (possibly) larger set.



Cantor doesn't do this either. In fact, the diagonal ENSURES that he's not mapping every natural number because log(x)!=x.

(edit: Just have to say that your quote is a fallacy. If Cantor did try to match all members of the larger set, then he'd have to prove that he is using the BEST possible matching. This would lead to a circular argument of using an incomplete matching to show an incomplete matching.)

In your example you list members of the smaller set (E)



Cantor likewise lists members of the "smaller" set |N|.

and “prove” the naturals have at least one more element.



And Cantor "proves" that reals have at least one more element (than N).

At the very least, all you have done is proved |N| >= |E|+1, which is obvious.



No, I've proven that |N| > |E| and it's not obvious. In fact, it's wrong. But if this is wrong, then so is |R| > |N| because I'm using the exact same technique as Cantor. You can't attack WHAT I'm using. You can only attack me if I'm using the technique differently.

Combined with the proof that |E|>=|N|



Whut? |E|>=|N|??? Where'd that come from?

(there exist a 1:1 map from the evens to the naturals (just divide by 2)), you get |N|==|E|, which I think we both agree on.



Ah, but this is not derived from the "proof", now is it. But I agree with you that |N|==|E|, hence a contradiction with "my proof", but also with Cantor's since they are identical. Once x is infinite, then you can only create |N| representations with |N| digits. Show one more and you've got a contradiction. This contradiction... this flaw... is the entire point of this exercise to show how Cantor's diagonal is flawed. Whatever applies to my example likewise applies to Cantor's diagonal argument. I'm not sure you quite realize that point. BTW, Cantor's argument is nothing more than the Grand Hotel paradox rephrased incorrectly. Cantor is trying to show this contradiction and arbitrarily say that reals have larger cardinality. It's bogus not just because of the paradox, but because he forgets that log(∞)==∞.

I'll just repeat. I WANT you to find a flaw in the "even number" example because I'm using proof by contradiction. If you do show a contradiction, then Cantor's technique is flawed since I'm using the exact same technique. Get it? That's what counter-examples do. Or the antagonist, as you call it. The ONLY way you can show that this counter-example is flawed is if I'm using a different technique than Cantor and I'm not.

Cantor’s proof allows the antagonist to try and list ALL reals, in ANY order. Effectively allowing the antagonist to try and generate a 1:1 relation with the naturals. But no matter the order, the antagonist will always be missing at least one real from his list (the inverse diagonal).



Ummm.... NO!

Cantor is the one proposing the proof. At no point do I need to show a one to one mapping. In fact, I'm stating now for the record that one to one mapping is a flawed concept. It's a non sequitur. I've seen no proof that a one to one mapping means anything to infinite sets. I've shown how many one to one mappings are possible that leave out elements of one set and yet their cardinalities are the same. Finite one to one relationships are fine, but then applying that property to the entire set is a non sequitur. Plus, we know that a ∞:∞ relationship is indeterminate. Playing by Cantor's flawed rules is exactly how NOT to disprove Cantor's argument. You'll be stuck in the endless loop of circular argument.

On top of all that, I only need to show a contradiction in his "proof". That's all I need to do. And I've done so with the "even numbers" example (and you've shown this as well, but so far has failed to apply it to Cantor's diagonal argument in a fallacy of double standard).

This does not work: I will be the antagonist, and list all naturals. First I will write all naturals in binary form, but with digits in reverse order (lsb is leftmost). Furthermore, I will append infinite zeros to the right of each number so that every row has the same number of digits (infinite). With my antagonistic list your inverse diagonal is 001111…., which is NOT a natural number because it is infinite. (All naturals are finite, and therefore have a finite number of ones).



I don't know where to start. It's all so very wrong. And if you were right, you would have disproved Cantor. I don't think you realize how my example is identical. Unfortunately, there's a flaw in your argument.

Let's just tackle the fallacy of composition. To represent ALL naturals, you need an infinite amount of digits. From these infinite digits, you can create all finite numbers. But you don't do that. You take the infinite property of the ENTIRE set of digits and apply it to the SINGLE diagonal. You can't do that. It's a non sequitur. All naturals are finite and were formed from those infinite digits. Regardless, what you're proposing is self-defeating. You're saying that |N| digits can form more than |N| representations. That's a contradiction and your counter-argument is flawed. IOW, you're using the exact same argument in Cantor's. Circular argument.

And then there's the fact that I've already asked you about any objection to naturals being able to use infinite representations. You had no problem with it. I said it was the only counter to my arguments. And now here you are presenting EXACTLY that bogus argument. Representations by themselves CAN NEVER have any implications on the finite (or infinite) status of a number. But like I said, that's for another topic.

Anyhow, you've reinforced my arguments (your arguments actually) against Cantor. Besides, all this is moot since log(x)==x when x=∞. Until someone shows me how this is not true, Cantor's diagonal argument is flawed.

Vorlath 12. July 2009, 17:25

Sorry for posting again. I'll try to keep it shorter next time. But you bring up a good point with the mapping of E to N. This made me think of something I never considered before where we can avoid a lot of superfluous details.

Think of this. If |R|>|N|... if that is really true, then it means that a subset of R maps to N, right? So if I show that a subset of A maps to the entire set of B, does that show that |A|>|B|? No. I've shown this with even numbers which we know to have the same cardinality of natural numbers.

So if simply showing a mapping from one subset to the entire set of another is not enough, then what does it take? Showing that a particular mapping of a subset of reals to all naturals is possible and then creating a new real is rather mundane and devoid of anything interesting.

What does it take?

It means that we need to show how ALL possible one to one mappings of A to B will never include A in its entirety. ALL MAPPINGS! Or prove that one particular subset of A is the largest subset that will map to B.

So Cantor's diagonal argument is trivially flawed. He only shows one mapping (and a ridiculous one at that where he assumes log(x)!=x when x=∞).

The more I look at it, the more trivially flawed Cantor's diagonal argument is. (Oh, and my original objection, that log(x)==x when x=∞, is still valid. I just thought this new angle was worth mentioning as it might make the log(x) flaw irrelevant if this new angle is correct.)

(edit: This new angle would also counter Cantor's first uncountability proof.)

(edit2: Note that it's trivially obvious to generate both a new real and a new natural for any finite grid in Cantor's argument. And for the infinite case, you can likewise create a new natural through the use of Hilbert's Grand Hotel paradox. So Cantor's mapping is quite a weak one and nowhere near the best. He should at least start by getting a better mapping for the finite case by at least listing all combinations for all digits. Exhaust all finite combinations first.)

Vorlath 12. July 2009, 20:28

Notes for myself... (no need to respond to this).

Been doing some more research on flawed proofs by contradiction.

Say I need to prove if x can be 4. Proof by contradiction says that we take x to be 4 and then see if a contradiction arises.

So I set x to be 4.

1. x = 5 (NOT a typo.)

Then I go about performing some actions.

2. x%2 = 5%2 = 1

3. But we know that four is even. CONTRADICITON! Therefore x cannot be four.

This is what Cantor does. He says he's ASSUMING the grid is infinite. But he then lists a grid that isn't. He's also assuming that one to one means something.

Also, his mapping between the reals and naturals can hardly be worse. In fact, only a subset of BOTH N and R are used. It is then trivial to create new numbers. And the infinite case is even more ridiculous since there is no longer any avenue to create a new number and the diagonal argument is void. Actually, there is ONE way to create a new number. By using Hilbert's Grand Hotel paradox, but you can do that for both reals and naturals.

And then you can simply ask someone to show a counter-example where 5 is even (or request a one to one mapping between naturals and reals).

Vorlath 13. July 2009, 05:38

Sorry, I need to clean up my response. I read it and it doesn't read well. I'll try to rewrite it sometime before tomorrow night.

BTW Kyle, thanks for having this discussion. I understand the meaning of Hilbert's paradox much more clearly now. I now understand a new way of looking at flaws in proofs by contradiction when an assumption is stated, but given contradictory assumed properties. And I see what Cantor was after with his power sets (which unfortunately treats infinite sets as finite ones by simply not considering Hilbert's paradox when it comes to infinite sets). I find it funny that the person whose quote is most remembered about celebrating Cantor's proof is the person whose paradox will bring it down.

Anonymous 13. July 2009, 08:53

Kyle Lanakoski writes:

"No, I've proven that |N| > |E| and it's not obvious. "

No, you have not proven that the naturals are strictly larger than the evens. All you have done is shown that odd numbers exist. You can not simply apply Cantors reasoning to any two sets; Cantor's proof depends on those set's properties. Cantor's proof depends that the diagonal is a valid representation of an element in the larger set. This is not true in your even number case.




"What does it take?

It means that we need to show how ALL possible one to one mappings of A to B will never include A in its entirety. ALL MAPPINGS! Or prove that one particular subset of A is the largest subset that will map to B."

You got it, Cantor's proof shows that for all 1:1 mappings only a subset of A maps to B. If you want to refute Cantor's proof, you must find a 1:1 map from the reals to the naturals. The maps you have proposed so far do not do that: You map is missing pi (in full binary expansion).

Furthermore, you can't use Hilbert's Grand Hotel paradox to generate a new natural for the real you "missed". When you give me that map from reals to naturals, I will show you that you are missing one using Cantors diagonal augment. You are not allowed to say "oops, missed one!" and then insert it into your list: Your list was supposed to be complete to begin with. In any case, even if you added the missed real, Cantor's diagonal argument will show yet another real you were missing.

"So Cantor's diagonal argument is trivially flawed. He only shows one mapping..."

I hope you can see now that Cantor's proof does not use only one mapping. It works for any mapping you choose, and that mapping you choose will always be incomplete: Simply mapping a countable infinite subset of reals to the naturals.

Vorlath 13. July 2009, 20:34

No, you have not proven that the naturals are strictly larger than the evens. All you have done is shown that odd numbers exist. You can not simply apply Cantors reasoning to any two sets; Cantor's proof depends on those set's properties. Cantor's proof depends that the diagonal is a valid representation of an element in the larger set. This is not true in your even number case.



Well, if I haven't proven that naturals are larger than even, then neither has Cantor proven that reals are larger than natural. Otherwise, you're using the fallacy of double standard.

The "larger" set is N in my case and the diagonal IS in N. What's the problem?

Also, I'm listing as many naturals as I can in my grid that maps to even numbers. Just like Cantor is listing as many reals as he can that maps to naturals (as the argument goes because he doesn't actually do this).

Everything is the same. Still want to use the fallacy of double standard? With all due respect, that seems to be all you've got against my disproof.

If you want to refute Cantor's proof, you must find a 1:1 map from the reals to the naturals.



Sorry, but this is flat out wrong (or not the entire truth). Forget Cantor for a moment. Suppose you have a different proof about a different topic. Are you really suggesting that if the conclusion is correct, that the proof cannot be wrong?????? That makes no sense. There are plenty of proofs that end up being flawed even though the conclusion is correct. How do you disprove those proofs? By showing a logical fallacy. NOT by showing that the conclusion is flawed. That's impossible.

Back to Cantor. I do disagree with the conclusion (though there is one area unrelated to Cantor that I haven't discussed where I'm still analyzing), but showing a logical fallacy is still a proper method of demonstrating a flaw in a proof. So please stop this blatantly incorrect notion that I MUST show a one to one mapping, and that it MUST be between reals and naturals.

log(x)==x when x=∞.

The above line disproves Cantor's argument just fine, thank you. It's a contradiction to Cantor's diagonal and demonstrates the fallacy of composition.

However, I'm not one to disappoint. If you want a one to one mapping, I will give you one. But not on the reals vs. naturals (though I can supply that too), but rather naturals vs. evens. This shows the EXACT same argument, but with a conclusion opposite to Cantor's diagonal.

I've covered BOTH methods of countering a proof. Is this satisfactory?

The maps you have proposed so far do not do that: You map is missing pi (in full binary expansion).



This is trite. No one has ever been able to give a full expansion regardless of the set it's in. Fallacy of double standard.

Furthermore, you can't use Hilbert's Grand Hotel paradox to generate a new natural for the real you "missed".



You've proven that Hilbert's paradox is flawed? Seriously though, I'm not the one using it. It's Cantor. But he ends up using it wrong. Whether you move "all" elements up, or you flip "all" N digits, they're both operations on N elements in order to produce a "new" number. Not only is this the fallacy of double standard (using it for reals and not naturals), but it's also the fallacy of composition because Cantor's diagonal only works on finite grids.

Note too that the ONLY reason Cantor says it's not a natural is because there are |N| rows already listed. But if |R|==|N|, then his argument is flawed. The only reason he says it's a real is because it's unknown if |R|>|N|, so he just ASSUMES it in the conclusion. You're not supposed to assume anything in the conclusion, only in the premise. Cantor's argument is a circular argument.

When you give me that map from reals to naturals, I will show you that you are missing one using Cantors diagonal augment. You are not allowed to say "oops, missed one!" and then insert it into your list: Your list was supposed to be complete to begin with.



Cantor is the one who's missing bn-n numbers. Not me. That's where his numbers for his diagonals are coming from. But use the same base and you lose the ability to create new numbers with finite grids. With infinite grids, log(x)==x when x=∞ and you again lose the ability to create a new number even when using different bases. This is in contradiction to Cantor's diagonal, so I MUST reject Cantor's argument. It's not a choice. I MUST reject it. So far, you've avoided responding to this.

I hope you can see now that Cantor's proof does not use only one mapping. It works for any mapping you choose, and that mapping you choose will always be incomplete: Simply mapping a countable infinite subset of reals to the naturals.



Cantor only uses ONE and only ONE mapping, and quite a horrible one at that. I can create bn-n new naturals for each finite grid. Honestly, it doesn't get much worse than that. An intentional discrepancy of bn-n is TERRIBLE! I can create a better mapping blindfolded. At the very least, use the same amount of symbols per digit. Cantor doesn't even pretend to use the best mapping. He just blatantly uses the WORST mapping he could find. That you could suggest you can find a new number for all mappings is an insult. Use the same base and then show me. I dare you to find a new number when you use the same base for your mapping. Don't take my word for it. Try it for yourself.

Besides, creating a new number means nothing. Tons of subsets map one to one with infinite sets and still have the same cardinality. This is assuming Cantor COULD create a new real (which he does not, but even if he did, it's meaningless).

Vorlath 13. July 2009, 21:50

You can not simply apply Cantors reasoning to any two sets.



Just had to requote this. I CAN in fact use Cantor's reasoning to any two sets. It's what he uses to demonstrate how one set has larger cardinality than the other. Yes, if I'm using the sets differently, then that would be a valid point. But I'm using them EXACTLY in the same manner. Cantor's argument should be able to tell me which set is larger for any two given sets, no? Otherwise, why is he allowed to use it on reals and naturals? Why would this not be the fallacy of double standard?

I think it would be interesting to see Cantor's diagonal argument applied to naturals and evens to see which one is larger, if any. Note that if they are equal, Cantor's argument MUST have a way to show how there are no new numbers.

Cantor's argument just keeps getting worse and worse. His argument has ZERO way of showing two sets being equal. No matter the sets you try, the outcome is always the same. This means that the sets don't even matter. And this is what I've been saying all along. It's the base difference. It always comes back to that. As long as one set is represented in a different base, you're going to get a discrepancy. Heck, did you know I can show that |N|>|R| with Cantor's argument?

Anonymous 13. July 2009, 22:55

Kyle Lahnakoski writes:

"The "larger" set is N in my case and the diagonal IS in N. What's the problem?"

The problem is Cantor is allowing the antagonist to try and list all members of the possibly larger set (the reals) while you limit the antagonist to listing the possibly smaller set (the evens). This is an important distinction because the diagonal will belong to the larger set, not necessarily the smaller.


"Are you really suggesting that if the conclusion is correct, that the proof cannot be wrong??????"

I am saying that if you think the reals are countable infinite, then you can list them all: You can find a 1:1 map from the naturals to the reals.


"However, I'm not one to disappoint. If you want a one to one mapping, I will give you one."

Yes, please try.

On PI: "This is trite. No one has ever been able to give a full expansion regardless of the set it's in. Fallacy of double standard."

We have algorithms for PI, and you can at least show an algorithm for determining which natural (the index into your list of all reals) pi maps to.

Vorlath 13. July 2009, 23:12

The "larger" set is N in my case and the diagonal IS in N. What's the problem?



The problem is Cantor is allowing the antagonist to try and list all members of the possibly larger set (the reals) while you limit the antagonist to listing the possibly smaller set (the evens). This is an important distinction because the diagonal will belong to the larger set, not necessarily the smaller.



My diagonal only exists in the "larger" set of naturals and not the "smaller" one of evens exactly as you want. I don't understand your objection. Also, you shouldn't use the facts of which one is larger. We simply need to assume one is larger (or both equal). That's how proofs by contradiction work. You're putting the horse before the cart. (edit: Also, the evens aren't actually larger than naturals or vice versa. You know that right?)

(edit: Actually, the way you mention with E in the list would work just as good, but it's equivalent to comparing N with N. That's a good counter-example too.)

Saying that I'm limiting someone is funny. The list is composed of NATURALS, not even numbers. The naturals simply MAP to the evens as best I can in EXACTLY the same manner that Cantor tries as best he can to map the reals to natural numbers (as the argument goes since that's not what's going on). (edit: And I can't limit anything. They're both the same size.)

(edit2: Perhaps I should try and clarify my example. With Cantor, he simply lists |N| rows of real numbers. If you can create a new real, then obviously |R|>|N|, right? So what I want to do is list |E| rows of natural numbers and then create a new natural number. To ensure that only |E| rows are listed, I use natural numbers that map to E. If you don't like that last digit, you're free to start the diagonal on the second digit. The fact that we created a new number not found in the list of naturals [starting at position 2] means that |N|>|E| since there are already |E| rows listed).

You're getting close. Keep following your train of thought, but apply it to Cantor's argument and you'll see why it's flawed. You're SO SO VERY close. Remember, any objection you have to my disproof must also be applied to Cantor. So I WANT you to find a flaw in it. But so far, your arguments are what's been flawed. Find a REAL flaw in my argument and you find the EXACT flaw in Cantor. I've actually been DEFENDING Cantor. Once you find the true flaw, you will find a contradiction within Cantor's argument and you will have a proof by contradiction AGAINST Cantor's argument.

I'm not sure you realize yet that if you disagree with the even vs. natural example, you must also disagree with Cantor's diagonal argument because that is what I'm using.

C'mon... keep going. Your next objection should be that the representation (of naturals vs. reals) isn't what's being mapped. Am I right? So what is? When you state the objection, remember to apply it to Cantor's argument. There's only one more step after that.

Are you really suggesting that if the conclusion is correct, that the proof cannot be wrong??????



I am saying that if you think the reals are countable infinite, then you can list them all: You can find a 1:1 map from the naturals to the reals.



NO NO NO... Don't change the topic. Answer the question I asked. C'mon. It's ok.

However, I'm not one to disappoint. If you want a one to one mapping, I will give you one.



Yes, please try.




Subset of naturals mapped one to one to even numbers.

s1 = (..., 0, 0, 0, 0, 0, 0, 0, 0)
s2 = (..., 1, 1, 1, 1, 1, 1, 1, 0)
s3 = (..., 0, 1, 0, 1, 0, 1, 0, 0)
s4 = (..., 1, 0, 1, 0, 1, 0, 1, 0)
s5 = (..., 1, 1, 0, 1, 0, 1, 1, 0)
s6 = (..., 0, 0, 1, 1, 0, 1, 1, 0)
s7 = (..., 1, 0, 0, 0, 1, 0, 0, 0)
...


Apply Cantor's argument! Tell me the result.

And then note that m = 2n is a one to one relationship as requested.

On PI:

This is trite. No one has ever been able to give a full expansion regardless of the set it's in. Fallacy of double standard.



We have algorithms for PI, and you can at least show an algorithm for determining which natural (the index into your list of all reals) pi maps to.



R = {X >> (log2(|Z|)/2) | X ∈ Z}

Use the same algorithm. Just move the decimal point.

Vorlath 13. July 2009, 23:59

Oh, and you haven't addressed what it takes for Cantor's diagonal to NOT show a contradiction. Once you create a diagonal, according to Cantor, it's going to be a new number regardless of what set you use.

With the infinite prime proof, if the new numbers are not prime, then no contradiction. So I want to know how it's possible for one to create a diagonal and NOT come up with a contradiction for ANY infinite set.

Vorlath 14. July 2009, 00:45

However, I'm not one to disappoint. If you want a one to one mapping, I will give you one.



Yes, please try.



I wanted to give you another one to one mapping.



s1 = (0, 0, 0, 0, 0, 0, 0, ...) r1 = (..., 0, 0, 0, 0, 0, 0, 0)
s2 = (1, 0, 0, 0, 0, 0, 0, ...) r2 = (..., 0, 0, 0, 0, 0, 0, 1)
s3 = (0, 1, 0, 0, 0, 0, 0, ...) r3 = (..., 0, 0, 0, 0, 0, 1, 0)
s4 = (1, 1, 0, 0, 0, 0, 0, ...) r4 = (..., 0, 0, 0, 0, 0, 1, 1)
s5 = (1, 0, 1, 0, 0, 0, 0, ...) r5 = (..., 0, 0, 0, 0, 1, 0, 1)
s6 = (0, 1, 1, 0, 0, 0, 0, ...) r6 = (..., 0, 0, 0, 0, 1, 1, 0)
s7 = (1, 1, 1, 0, 0, 0, 0, ...) r7 = (..., 0, 0, 0, 0, 1, 1, 1)
... ...


That's three so far where two of them are between reals an naturals. Need more?

Vorlath 14. July 2009, 01:27

The problem is Cantor is allowing the antagonist to try and list all members of the possibly larger set



This is incorrect. He ENSURES that such a mapping cannot be done by using different bases for each axis of the grid.

Anonymous 14. July 2009, 10:09

Kyle Lahnakoski writes:



Vorlath: Are you really suggesting that if the conclusion is correct, that the proof cannot be wrong??????

Kyle: I am saying that if you think the reals are countable infinite, then you can list them all: You can find a 1:1 map from the naturals to the reals.

Vorlath: NO NO NO... Don't change the topic. Answer the question I asked. C'mon. It's ok.

Kyle: Answer is, of course, "no". But we are getting off on a tangent. I am trying to refine the consequences of your claims: You claim the reals are countably infinite, which means you can make a countably infinite list of them, which means we can apply Cantor’s diagonal argument, which means I can generate yet-another-real that is missing from your list. I have little desire to answer straw-man tangential questions.


s1 = (..., 0, 0, 0, 0, 0, 0, 0, 0)
s2 = (..., 1, 1, 1, 1, 1, 1, 1, 0)
s3 = (..., 0, 1, 0, 1, 0, 1, 0, 0)
s4 = (..., 1, 0, 1, 0, 1, 0, 1, 0)
s5 = (..., 1, 1, 0, 1, 0, 1, 1, 0)
s6 = (..., 0, 0, 1, 1, 0, 1, 1, 0)
s7 = (..., 1, 0, 0, 0, 1, 0, 0, 0)
...


I am not sure I see the pattern here, please describe it more so I can confirm these are all real numbers, and I can generate the inverse diagonal. But also I find it curious you write the binary form of the reals from left to right; What are you trying to portray when doing this?




s1 = (0, 0, 0, 0, 0, 0, 0, ...)
s2 = (1, 0, 0, 0, 0, 0, 0, ...)
s3 = (0, 1, 0, 0, 0, 0, 0, ...)
s4 = (1, 1, 0, 0, 0, 0, 0, ...)
s4b= (0, 0, 1, 0, 0, 0, 0, ...) Missed one?
s5 = (1, 0, 1, 0, 0, 0, 0, ...)
s6 = (0, 1, 1, 0, 0, 0, 0, ...)
s7 = (1, 1, 1, 0, 0, 0, 0, ...)
...


I assume these binary numbers represent 0, 1/2, 1/4, 3/4, 1/8, 5/8, 3/8, 7/8, ... respectively. Unfortunately, this list does not include all reals, or even all rationals: For example, 1/3 is not in this list. 1/3 is 101010101… in binary, and that is not in your list. Sure, you can get arbitrarily close, but that is not good enough.



r1 = (..., 0, 0, 0, 0, 0, 0, 0)
r2 = (..., 0, 0, 0, 0, 0, 0, 1)
r3 = (..., 0, 0, 0, 0, 0, 1, 0)
r4 = (..., 0, 0, 0, 0, 0, 1, 1)
r5 = (..., 0, 0, 0, 0, 1, 0, 1)
r6 = (..., 0, 0, 0, 0, 1, 1, 0)
r7 = (..., 0, 0, 0, 0, 1, 1, 1)
...


You have confounded me with why this r-list the same as s-list, but right justified instead of left justified. What are you trying to portray by doing this?




R = {X >> (log2(|Z|)/2) | X ∈ Z}
Use the same algorithm. Just move the decimal point.


We can both avoid the “just move the decimal point” confusion by limiting ourselves to real values between 0 and 1 (and PI/4 instead of PI). I would be perfectly happy if you can list the reals between 0 and 1.

Even so, PI (or PI/4), is not in the list of reals you have provided. The PI algorithm will certainly converge on a finite number (PI of course), but the index into your list will not converge: Only at infinity will your list contain PI (or PI/4), but the naturals do not include infinity, so PI (or PI/4) is not in your list.



Vorlath 14. July 2009, 11:55

Kyle: Answer is, of course, "no". But we are getting off on a tangent. I am trying to refine the consequences of your claims: You claim the reals are countably infinite, which means you can make a countably infinite list of them, which means we can apply Cantor’s diagonal argument, which means I can generate yet-another-real that is missing from your list.



But a one to one mapping is not the only way to refute a proof. And the diagonal is a flawed concept. So if I do show you a mapping, I bet you're going to show me this bogus diagonal, aren't you? So I have to show the logical fallacy.

(edit: All you're trying to do is keep me within the flawed rules created by Cantor. It would be RIDICULOUS for me to play by Cantor's flawed rules. What you suggest makes it IMPOSSIBLE to refute Cantor or ANY flawed proof by simply saying that if a proof is correct, then you MUST show a counter-example of what the proof proposes. That's circular logic of biblical proportions since the counter-example itself must play by flawed rules which makes the counter-example useless, and you've said as much by saying you would just take a flawed diagonal.

In French in the area where I'm from, we have an expression for what you're trying to do.

Lache moi, j'te frappe.



Loosely translated, it means "Let me go so I can hit you." That's what you're doing.

I'm going to repeat that you CANNOT show a new number. That process is FLAWED! I've proved it over and over again with log(x)==x when x=∞. So any argument that uses the "new" number angle is flawed and I automatically reject it. You can try to avoid it all you want, but Cantor's diagonal has been proven to be flawed. It only works with finite grids, and then that's only because of a base difference.

I repeat my challenge. USE THE SAME BASE AND SHOW ME A NEW NUMBER!)

I am not sure I see the pattern here, please describe it more so I can confirm these are all real numbers, and I can generate the inverse diagonal. But also I find it curious you write the binary form of the reals from left to right; What are you trying to portray when doing this?



These are naturals.

I assume these binary numbers represent 0, 1/2, 1/4, 3/4, 1/8, 5/8, 3/8, 7/8, ... respectively. Unfortunately, this list does not include all reals, or even all rationals: For example, 1/3 is not in this list. 1/3 is 101010101… in binary, and that is not in your list. Sure, you can get arbitrarily close, but that is not good enough.



They're all there. Check again. And I didn't miss any.

You have confounded me with why this r-list the same as s-list, but right justified instead of left justified. What are you trying to portray by doing this?



It's a one to one mapping. Sorry for using s on the reals and r on the naturals. s is what wikipedia used.

We can both avoid the “just move the decimal point” confusion by limiting ourselves to real values between 0 and 1 (and PI/4 instead of PI). I would be perfectly happy if you can list the reals between 0 and 1.



R = {X >> log2(|N|) | X ∈ N}

Even so, PI (or PI/4), is not in the list of reals you have provided.



Sure it is.

The PI algorithm will certainly converge on a finite number (PI of course), but the index into your list will not converge: Only at infinity will your list contain PI (or PI/4),



It's not supposed to converge. A number based on the entire set is not supposed to converge unless the range is bounded by finite numbers such as [0,1]. That's how infinity works with respect to REPRESENTATIONS, not elements (an element cannot converge). If I did define what say, 0.5 mapped to and showed you "ALL" digits, you could just double it and say that this new number is larger than (or equal to) |N| showing a contradiction. There's a reason it has infinite digits. It's so that no matter the size of |N| (if you add members, or partial finite representation), it will grow with it proportionally. It's still a finite number though by simply not being infinity.

but the naturals do not include infinity, so PI (or PI/4) is not in your list.



Non sequitur. The representation has nothing to do with the finite status of an element. You've tried this before and I still haven't seen a proof of it. BTW, I've already analyzed this angle and it doesn't pan out.

(edit: If you have infinite naturals, you need infinite digits. Besides, I asked you about this before, and you agreed with this. And now you're repeating the opposite argument YET AGAIN! What gives? Where would you get such a crazy notion anyways? If you have finite digits, then you can list them ALL!!! You can write them out. Only with infinite digits can you have infinite elements. It's trivial.)

Anonymous 14. July 2009, 14:35

Kyle Lahnakoski writes:

"But a one to one mapping is not the only way to refute a proof.”

I am not refuting any proof, I am refuting your claim the reals are 1:1 with the naturals, or there are only a countable infinite number of reals. If you think the reals are countably infinite, you should be able to write them in a list.


“These are naturals.”

I was asking for you to list of all reals. We both agree we can list all naturals.



“They're all there. Check again. And I didn't miss any.”

So, what position in your list does 1/3 take? I can prove your list does not contain 1/3: Every binary number in your list has a finite number of 1’s. The binary expansion of 1/3 contains an infinite number of ones. Therefore your list does not include 1/3.

Please try listing all reals, not just a set of rationals that get arbitrarily close to those reals.



Here is an example of what I am looking for: The rationals are 1:1 with the naturals, so we can list them all: For any rational I can give you a natural number index into my list of all rationals. This is very important: For any concrete rational, I can give you a concrete natural. Compare this to your lists: I give you a concrete real (1/3 or PI/4), you hand-wave and tell me it is off at infinity, or someplace.

Let n and d be the natural number numerator and denominator respectively:

index = (n+1) + (n+d-1)(n+d)/2

With every rational listed, I can certainly list the binary expansions of every rational:

0/1 = (0, 0, 0, 0, 0, 0, 0, ...)

0/2 = (0, 0, 0, 0, 0, 0, 0, ...)
1/2 = (1, 0, 0, 0, 0, 0, 0, ...)

0/3 = (0, 0, 0, 0, 0, 0, 0, ...)
1/3 = (0, 1, 0, 1, 0, 1, 0, ...)
2/3 = (1, 0, 1, 0, 1, 0, 1, ...)
0/4 = (0, 0, 0, 0, 0, 0, 0, ...)

1/4 = (0, 1, 0, 0, 0, 0, 0, ...)
2/4 = (1, 0, 0, 0, 0, 0, 0, ...)
3/4 = (1, 1, 0, 0, 0, 0, 0, ...)
...

At least my list includes 1/3 at a definite position in the list, contrary to your list.

I could try and find the inverse diagonal, and I do believe my grade 10 math class (which showed me how to turn a repeating decimal into a fraction) will help me determine the algorithm for finding the diagonal. In any case, the inverse diagonal is a non-rational (real) number, but it proves nothing, I only made a claim about the rationals; the fact I could list them. Finding a non-rational on the diagonal only demonstrates I did not include non-rationals, which is not my original claim.

But you claim you CAN list all reals. I have not seen that list yet, in any form. I have seen lists that include a subset of the rationals, but I have not see a list of reals. Maybe it is the definition of real you are struggling with: http://en.wikipedia.org/wiki/Real_number


Should you think you can produce a list of all reals I can take the binary expansion of each real in your list, take the inverse diagonal, and show you a real you missed.

1) Maybe you think some of the reals you list have no binary expansion.

2) Maybe you think the reals are only countably infinite, yet a list of them can not be made: But that would be contrary to the definition of countably infinite.

3) Maybe you think the inverse diagonal is NOT a real number: Since the inverse diagonal is a countable infinite series of zeros and ones (interpreted as right of the decimal point), I do not see how that is possible.

4) Maybe you thing the inverse diagonal is actually in the list-of-all-reals you generated: In which case, how it that possible when the inverse diagonal disagrees with every real in the list on at least one of the bit positions.


Vorlath 14. July 2009, 14:45

About the finite digits thing.

Suppose a set has 2 items {0,1}. Now suppose you split it in half. The first element of the second subset is element 1, or n/2. With odd items, you can also consider (n-1)/2 for the middle element.

4 items, first element of second set is 2
6 items, first element of second set is 3
8 items, first element of second set is 4

3 items, middle element is 1
5 items, middle element is 2
7 items, middle element is 3

I can continue and the middle element is always a finite number in both case since its progression is mapped one to one with N and is always lower than |N| (definitely making it finite). Yet, it would have infinite digits since the progression never ends. IOW, the number of digits is based on |N|. The more digits you specify, the larger |N| becomes which is fine since |N| is infinite. And the more elements you add, the more digits will be needed which is also fine since adding digits to an infinite amount is also no problem.

Vorlath 14. July 2009, 14:50

Every binary number in your list has a finite number of 1’s.



Forget it. You don't understand representations. The representation has nothing to do with an element being finite or not.

If this is your only argument (which is trivially false), then I've proven Cantor's argument to be flawed.

Vorlath 14. July 2009, 14:51

But you claim you CAN list all reals. I have not seen that list yet, in any form.



I gave you TWO examples. It's your fault if you don't like it.


log(x)==x when x=∞.

This disproves Cantor's diagonal. Deal with it.

Anonymous 14. July 2009, 19:22

Kyle Lahnakoski writes:

"Suppose a set has 2 items {0,1}. Now suppose you split it in half. "

Sorry, not a clue as to what your point is here.


"Yet, it would have infinite digits since the progression never ends."

Assuming I have the faintest clue what you are discussing here: I am making a distinction between “infinite digits” and “infinite digits in the limit”. Yes, in the limit you have infinite precision and infinite digits, but that concept is beyond the naturals. What I mean is you can not use the naturals to portray this limit you conceive of.


“The representation has nothing to do with an element being finite or not.”

Please be more specific with your complaint, I believe you are misinterpreting what I am saying. I have tried to be clear to distinguish between infinite digits (for representing a real) and countable infinity (of which the set of reals is bigger), and tried to stick to finite reals (between 0 and 1, with some use of PI).


“I gave you TWO examples. It's your fault if you don't like it.”

I just not disliked them, I either proved they were missing reals OR asked for more clarification. In any case, every real you listed was simply a rational. Maybe you can point to one in any list that is not rational.


“This disproves Cantor's diagonal. Deal with it.”

I think we are having communications breakdown.

Vorlath 14. July 2009, 21:25

Kyle, it's just getting tiresome reading the same old debunked theories over and over.

I'm going to sum up the facts that are proven or trivially known to be true. If you wish to object to any of them, let's do it one at a time.

1. A representation, whether finite or infinite, has no bearing on the finite or infinite status of an element.

2. Cantor uses a finite grid.

3. Cantor's diagonal cannot be created with infinite grids.

4. Cantor can create a diagonal with finite grids ONLY because of a difference in bases.

5. Cantor *tries* to use a variation of Hilbert's Grand Hotel paradox to create his "new" real number.

6. A one to one mapping to disprove Cantor's diagonal argument is useless because you'll simply use circular argument and try to say you can create a diagonal (even though you can't).

7. A logical fallacy is fatal to a proof.

8. Cantor's diagonal suffers from the fallacy of composition when it uses a finite technique on a supposedly infinite grid.

9. To repeat, naturals CAN and DO have infinite digits. It's perfectly fine. There is nothing wrong with it. It doesn't break any rules or anything like that.

10. If the diagonal were to create a new real, then it would also create a new natural. Saying otherwise is the fallacy of double standard.

11. Cantor uses infinity as if it were finite. Not just in the grid or in the diagonal, but in the first uncountability argument and also in the power set argument.

12. I HAVE given you a one to one mapping between the naturals and reals. There is not a single number missing from either set. They are all there. No, I am not mistaken.

13. Cantor is trying to create more numbers than there are combinations allowed by the digits AND yet represents this new number using those very same digits. This alone defeats Cantor's argument.

14. Cantor's argument has no method of showing |R|==|N|. The only possible outcome, regardless of the sets is |X|>|N|. X can be anything. One can show |N|>|N|. The only way to counter this is with a priori knowledge thus invalidating the argument.

All of these are either trivially obvious or have been proven. Unfortunately, you have proven nothing. You have not shown any number to be missing. The requests for PI are trite (and I've given an answer multiple times). Your objections to the even example are confused and illogical.

I only have two requests.

1. USE THE SAME BASE!
2. Don't handwave this away.

Anonymous 15. July 2009, 02:40

Kyle Lahnakoski writes:


1. A representation, whether finite or infinite, has no bearing on the finite or infinite status of an element.

Sure, sticking to Reals between 0 and 1.


2. Cantor uses a finite grid.

No, what do you think those elipses (...) mean?


3. Cantor's diagonal cannot be created with infinite grids.

The diagonal must be infinite for Cantor's logic to work.



4. Cantor can create a diagonal with finite grids ONLY because of a difference in bases.

Sure, but Cantor is using an infinite grid.


5. Cantor *tries* to use a variation of Hilbert's Grand Hotel paradox to create his "new" real number.

Sure, I can give you that one.


6. A one to one mapping to disprove Cantor's diagonal argument is useless because you'll simply use circular argument and try to say you can create a diagonal (even though you can't).

Huh?


7. A logical fallacy is fatal to a proof.

Sure, but why are we stating this?


8. Cantor's diagonal suffers from the fallacy of composition when it uses a finite technique on a supposedly infinite grid.

Cantor's logic only works on an infinite grid.


9. To repeat, naturals CAN and DO have infinite digits. It's perfectly fine. There is nothing wrong with it. It doesn't break any rules or anything like that.

The every natural only has in finite binary expansion. Of course, there is no upper limit on the number of binary digits used to represent any given natural, but that id different from saying the naturals have infinite digits.


10. If the diagonal were to create a new real, then it would also create a new natural. Saying otherwise is the fallacy of double standard.

Sure, but that is not Cantor's argument. Cantor assumes the antagonist has made a list of all Reals, really trully all Reals, no missing Reals. But the inverse diagonal is not in that list of suppoedly all Reals, so the antagonist is doomed to fail.


11. Cantor uses infinity as if it were finite. Not just in the grid or in the diagonal, but in the first uncountability argument and also in the power set argument.

Yes, there are bounds to countable infinity, which have 'finite' properties.


12. I HAVE given you a one to one mapping between the naturals and Reals. There is not a single number missing from either set. They are all there. No, I am not mistaken.

Again, you have not shown me the index (or how to calculate that index) into your list that represents PI/4 (please choose your favorite irrational number) or even 1/3 for that matter.


14. Cantor's argument has no method of showing |R|==|N|. The only possible outcome, regardless of the sets is |X|>|N|. X can be anything. One can show |N|>|N|. The only way to counter this is with a priori knowledge thus invalidating the argument.

Cantor's proof only works on a list of allegedly all Reals. The argument does not work on any other set.

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies

December 2009
S M T W T F S
November 2009January 2010
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31