Loren Booda
- 3,108
- 4
Mine is the Monty Hall paradox. For an introduction, please see http://en.wikipedia.org/wiki/Monty_Hall_problem"
Last edited by a moderator:
HallsofIvy said:How about the Banach-Tarski property: that a sphere in three dimensions can be partitioned into a finite number of subset and, by rigid motions reasssembled into two spheres of the same size as the first sphere.
It's not true that "our mathematical system of logic is fundamentally flawed". You mention sets, so you're probably thinking of Russell's paradox. If we're allowed to form the set X=\{Y|Y\notin Y\} (the set of all sets that aren't members of themselves), then we get a paradox. (Is X a member of X?). Such paradoxes can be avoided by putting restrictions on what sets we're allowed to form. See e.g. the ZFC axioms.Georgepowell said:edit: I have just been reading a book about maths, and there is a section about how our mathematical system of logic is fundamentally flawed. Something to do with sets of sets and so on. Is this to do with it?
Fredrik said:It's not true that "our mathematical system of logic is fundamentally flawed". You mention sets, so you're probably thinking of Russell's paradox. If we're allowed to form the set X=\{Y|Y\notin Y\} (the set of all sets that aren't members of themselves), then we get a paradox. (Is X a member of X?). Such paradoxes can be avoided by putting restrictions on what sets we're allowed to form. See e.g. the ZFC axioms.
Fredrik said:It's not true that "our mathematical system of logic is fundamentally flawed". You mention sets, so you're probably thinking of Russell's paradox. If we're allowed to form the set X=\{Y|Y\notin Y\} (the set of all sets that aren't members of themselves), then we get a paradox. (Is X a member of X?). Such paradoxes can be avoided by putting restrictions on what sets we're allowed to form. See e.g. the ZFC axioms.
Yesish. Keep in mind that set theory had only recently been made explicit, and that there are obviously other restrictions (e.g. sets have to be sets). But in its initial form, set comprehension was indeed unrestricted.Georgepowell said:Yeah that's what I was thinking of. So until that paradox was discovered, where there no restrictions on what sets were allowed to form?
As Adriank said, it involves using non-measurable setsGeorgepowell said:Do you understand this one? I don't... Not one bit. A friend told me about it and I immediately told him he had been misinformed. But he send me a link later and I was baffled... It is obviously illogical and it is a genuine paradox!
What is the explanation...
There is no error. Perhaps your "real life" is too restricted!It can't be done in real life, so what is the error?
The fact that "naive set theory" is not rigorous only means that we need a more sophisticated concept of "sets"- and that has already been developed.edit: I have just been reading a book about maths, and there is a section about how our mathematical system of logic is fundamentally flawed. Something to do with sets of sets and so on. Is this to do with it?
HallsofIvy said:If you were thinking of Goedel's incompleteness theorem, that only says that we we will never have a "finished" mathematical system- there will always be more to do. I don't consider that a flaw!
I have just been reading a book about maths, and there is a section about how our mathematical system of logic is fundamentally flawed. Something to do with sets of sets and so on. Is this to do with it?
That's a good one, too. 2^{\aleph_0}>\aleph_0 is a mathematical equivalent to relativity theory in the sense that both are crackpot magnets. Now that Fermat's last theorem has been put to bed, the majority of "interesting" unsolicited proofs that professors of mathematics receive from the lay community are attempts to disprove Cantor's result.NoMoreExams said:For me it was understanding that there are more reals in (0,1) than all rationals
D H said:That an object with finite area can have an infinite perimeter.
NoMoreExams said:For me it was understanding that there are more reals in (0,1) than all rationals
D H said:Sorry for not being clear. An unbounded planar object can clearly have finite area. Since it is unbounded, it obviously has an infinite perimeter. So yes, I was talking about fractals -- e.g., the coastline of Britain.
In what sense? Mandelbrot's paper "How Long Is the Coast of Britain? Statistical Self-Similarity and Fractional Dimension" (Science, 156(3775), pp. 636 - 638) is one of the seminal papers on fractals.Georgepowell said:That's a controversial example
D H said:In what sense? Mandelbrot's paper "How Long Is the Coast of Britain? Statistical Self-Similarity and Fractional Dimension" (Science, 156(3775), pp. 636 - 638) is one of the seminal papers on fractals.
Skolem's Paradox
LST has bite because we believe that there are uncountably many real numbers (more than 0). Indeed, let's insist that we know it; Cantor proved it in 1873, and we don't want to open the question again. What is remarkable about LST is the assertion that even if the intended interpretation of S is a system of arithmetic about the real numbers, and even if the system is consistent and has a model that makes its theorems true, its theorems (under a different interpretation) will be true for a domain too small to contain all the real numbers. Systems about uncountable infinities can be given a model whose domain is only countable. Systems about the reals can be interpreted as if they were about some set of objects no more numerous than the natural numbers. It is as if a syntactical version of "One-Thousand and One Arabian Nights" could be interpreted as "One Night in Centerville".
HallsofIvy said:If you were thinking of Goedel's incompleteness theorem, that only says that we we will never have a "finished" mathematical system- there will always be more to do. I don't consider that a flaw!
Yes, and that is exactly what I said in what you quoted: we will never have a "finished" mathematical system.Borek said:As I have stated on numerous occasions I am mathematically challenged, so I can be wrong, but from what I understand it says that even if we will do everything, there will be still statements that we will be not able to say if they are true or false.
Could be that implies that there is still something to do outside of the system in which we can't decide...
Is that obvious? I know that there are continuous bijections which aren't homeomorphisms (e.g. |X| --> X for any space X that is not given the discrete topology)...adriank said:The existence of [a continuous] bijection would mean that [0, 1] and [0, 1]2 are homeomorphic, which isn't true.
A continuous bijection from a compact space onto a Hausdorff space is automatically a homeomorphism.Hurkyl said:Is that obvious? I know that there are continuous bijections which aren't homeomorphisms (e.g. |X| --> X for any space X that is not given the discrete topology)...
Then you need to learn more about logic.csprof2000 said:Seriously, though... Set theory in general (particularly that which applies to infinite sets) seems dangerously close to being more mysticism than logic.
You're joking, right? How exactly do you plan to study the theory of computation if you can't talk about languages (or worse, classes of languages)? How do you plan to study generic programming if you don't allow type variables? How do you plan on discussing the semantics of types like java.math.BigInteger? How do you plan on doing asymptotic analysis without calculus?I don't like it and, thankfully, computer scientists don't have to.
Before your retort, did it even cross your mind that maybe, just maybe, I have some clue what I'm talking about?csprof2000 said:We have the luxury of using potential, rather than actual, infinities in computer science. It's called constructive mathematics. Go read a book before you pretend to know things.
NoMoreExams said:For me it was understanding that there are more reals in (0,1) than all rationals
I would love to see a reference for that claim.csprof2000 said:The ancients didn't believe in proof by contradiction.
http://planetmath.org/encyclopedia/ReductioAdAbsurdum.html cites Aristotle citing Euclid's use of RAA, so at least as far back as that.If somebody knows why people started believing in it, I'd love to know. Was it Aristotle?
Logically, one would say a normal number exists if and only if one could prove the statementIf there were zero concrete examples of a normal number, would you still say they exist?
csprof2000 said:"Suppose you simulate a world in which mathematicians and physicists live on a huge computer. Then everything in that world will be discrete and countable.
Nevertheless the virtual mathematicians and physicists will likely still invent uncountable sets, real numbers, Axiom of Choice, etc. and pretend that it applies to their world. "
Then the mathematicians would continue proving there are numbers that don't have any value you can name and physicists would keep letting all functions equal the first term in their Taylor expansions.
Seriously, though... Set theory in general (particularly that which applies to infinite sets) seems dangerously close to being more mysticism than logic. I don't like it and, thankfully, computer scientists don't have to.
It just struck me; there's an interesting variation on this. In the arithmetic of complex numbers*, there are two solutions to the polynomial equation x^2 + 1 = 0... however, neither one can actually be constructed!csprof2000 said:If there were zero concrete examples of a normal number, would you still say they exist?
csprof2000 said:Seriously, though... Set theory in general (particularly that which applies to infinite sets) seems dangerously close to being more mysticism than logic. I don't like it and, thankfully, computer scientists don't have to.
Even if the function isn't continuous?Vid said:My friend just sent me a proof that given any function from R->R if you tell me every value except at x_o, there is a strategy to guess the value with probability 1.