Loren Booda
- 3,108
- 4
Do you all think that fundamental, visualizable math relations have mostly been considered?
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.
Vid said:Since f and g differ on a set of measure zero, f(x_o) = g(x_o) with probability 1.
Vid said:No the function doesn't have to be continuous.
Let f:R->R be any function. No constraints except that its a function. Tell me every value of f except at x_o. Now, we take the set of all functions from R->R and define an equivalence relation where f~g if f and g differ at finitely many points. Take any member g from the equivalence class of f. Since f and g differ on a set of measure zero, f(x_o) = g(x_o) with probability 1.
Of course the fact that we can choose g relies on the axiom of choice.
:D
Why? This certainly doesn't follow from anything you said previously, because this is the first time you even mention probability. You never bother to specify what probability distribution you're using either... (nor what the outcomes and events are)Vid said:Since f and g differ on a set of measure zero, f(x_o) = g(x_o) with probability 1.
adriank said:Alright, here's a specific example showing that the proof doesn't work.
Say you have two functions f and h that differ only at x0; then f ~ h. Choose any member g from [f] = [h]; by your argument, f(x0) = g(x0) with probability 1, and h(x0) = g(x0) with probability 1. But these are disjoint events, so that is absurd.