It is currently Wed May 07, 2025 9:14 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
Offline
 Post subject: Re: Math puzzles
Post #21 Posted: Wed Nov 17, 2010 6:13 am 
Lives in sente
User avatar

Posts: 1206
Liked others: 51
Was liked: 192
Rank: KGS 5d
KGS: Str1fe, Midorisuke
problem 2:
Take the equivalence on infinite sequences of 0s and 1s that two sequences are equal iff they differ in finitely many places. Each person knows all of the equivalence classes and they agree on a specific sequence for each equivalence class. By the axiom of choice, they can do this. When the hats are distributed, the people line up and this is one of the equivalence classes - (since each person is only one person, it will not change the finiteness of how the sequence differs from the others in the class) so each person recites whether there is a 0 or 1 in that place in the memorized sequence. This differs in at most finitely many places from the memorized sequence, so only finitely many people can get it wrong.

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #22 Posted: Wed Nov 17, 2010 6:30 am 
Tengen

Posts: 4382
Location: Caldas da Rainha, Portugal
Liked others: 499
Was liked: 733
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
@gaius The original statement of Redundant's problem is solveable, however much it looks like it isn't.

_________________
Occupy Babel!

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #23 Posted: Wed Nov 17, 2010 7:18 am 
Lives in gote
User avatar

Posts: 476
Liked others: 193
Was liked: 83
Rank: Dutch 2 dan
GD Posts: 56
KGS: hopjesvla
Shaddy, your "proof" sounds like it comes from a textbook somewhere, but all my mathematical intuition screams that there must be a flaw in this logic. As I said before, I'm not a mathematician but a physicist - I like to think in terms of concrete stuff.

My first thought was that the whole conclusion seems to conflict with information theory; you generate information where there is none. Can you disprove this line of reasoning? Thinking further though, your "proof" does not do anything for finite sets except for the trivial observation that, with a finite set of people, the number of errors is also finite. You are not really boosting the accuracy rate, you're only making sure the amount of errors is not infinite (right?). Maybe that could lift my objection, though my math is not good enough to really be certain.

After thinking a bit more, I have far greater problems with the following paradox. You imply that, for every infinite sequence of ones and zeroes, it is possible to find a uniquely defined equivalence set. Accepting that, let's evaluate this "algorithm" (it has infinite runtime, but apparently such an algorithm is acceptable in your paradigm!):

1. Take an infinite sequence of ones and zeroes.
2. Change the first element. By definition, the resulting sequence will still be in the same equivalence set as the original one (there is only one mistake!).
3. Now, do the following: IF we are in the original equivalence set, change the next (second, third, etc.) element. ELSE, halt.
4. Repeat (3) for all elements.

Now, obviously, after repeating for all elements, the list will not be in the same equivalence set any more. Therefore, we conclude that after some number of steps (let's call it n), (3) must halt. But then, despite only having one difference, the list at step n-1 and at step n are not in the same equivalence set!

Paradox?

_________________
My name is Gijs, from Utrecht, NL.

When in doubt, play the most aggressive move

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #24 Posted: Wed Nov 17, 2010 7:26 am 
Lives with ko
User avatar

Posts: 295
Location: Linz, Austria
Liked others: 21
Was liked: 44
Rank: EGF 4 kyu
GD Posts: 627
gaius wrote:
Further observation on Problem #1:
Neither f(x) nor g(x) can be finite at any point in their periodic cycle.

Proof (sloppy, I know. I'm a physicist, not a mathematician):
Since f(x)+g(x) == x, and x runs from negative infinity to positive infinity, the sum of the two must also go to negative infinity for x -> neg. inf. and to positive infinity for x -> pos. inf. Therefore, as x goes to infinity, either f(x) or g(x) must always also go to infinity. But because of periodicity, this means that for ALL x, one of the two functions must be infinite. If only one of the two functions would be infinite, the sum of the two would be infinite as well. Thus, both must be infinite.

Maybe one can also conclude that one function must be always positive infinity, and the other always negative. My math is a little bit too shaky to be sure of that, but it does feel like a reasonable idea.

I suppose we now have to do some smart trick using the phase difference of the two functions. I'll have to think about that a bit further.


Not quite correct.

You are right that on any (non-empty, open) interval, at least one of the functions must be *unbounded*. That is, for any (arbitrarily large) value y and any interval I, there is an x in I such that |f(x)| > y or |g(x)| > y.
The proof is relatively simple:
Assume the opposite, that is, there is a (non-empty, open) interval I, such that f(I) is bounded by M and g(I) is bounded by N.
Let's say d := period of f, e := period of g.
Now we take an arbitrary x in I, and choose two naturals n and m such that x + n*d > M+N and x + n*d - m*e is in I.
(Proof that this is possible is omitted, basically, it follows from the rationals being dense in the reals).
Now we have:
M+N < x + n*d = f(x + n*d) + g(x + n*d) = f(x) + g(x + n*d - m*e) < M+N (because in I, f is bounded by M and g is bounded by N)
And that's a contradiction.

And of course, from that it trivially follows that *both* functions have to be unbounded on every interval. Because g(x) = x - f(x), if one of them is unbounded on some interval, the other has to be unbounded on the same interval, too.

But being *unbounded on any interval* is very different from being *infinite*. Both functions have a concrete, numerical, finite value at every point.


This post by flOvermind was liked by: gaius
Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #25 Posted: Wed Nov 17, 2010 7:51 am 
Lives in gote
User avatar

Posts: 476
Liked others: 193
Was liked: 83
Rank: Dutch 2 dan
GD Posts: 56
KGS: hopjesvla
flOvermind wrote:
gaius wrote:
Further observation on Problem #1:
Neither f(x) nor g(x) can be finite at any point in their periodic cycle.

Proof (sloppy, I know. I'm a physicist, not a mathematician):
Since f(x)+g(x) == x, and x runs from negative infinity to positive infinity, the sum of the two must also go to negative infinity for x -> neg. inf. and to positive infinity for x -> pos. inf. Therefore, as x goes to infinity, either f(x) or g(x) must always also go to infinity. But because of periodicity, this means that for ALL x, one of the two functions must be infinite. If only one of the two functions would be infinite, the sum of the two would be infinite as well. Thus, both must be infinite.

Maybe one can also conclude that one function must be always positive infinity, and the other always negative. My math is a little bit too shaky to be sure of that, but it does feel like a reasonable idea.

I suppose we now have to do some smart trick using the phase difference of the two functions. I'll have to think about that a bit further.


Not quite correct.

You are right that on any (non-empty, open) interval, at least one of the functions must be *unbounded*. That is, for any (arbitrarily large) value y and any interval I, there is an x in I such that |f(x)| > y or |g(x)| > y.
The proof is relatively simple:
Assume the opposite, that is, there is a (non-empty, open) interval I, such that f(I) is bounded by M and g(I) is bounded by N.
Let's say d := period of f, e := period of g.
Now we take an arbitrary x in I, and choose two naturals n and m such that x + n*d > M+N and x + n*d - m*e is in I.
(Proof that this is possible is omitted, basically, it follows from the rationals being dense in the reals).
Now we have:
M+N < x + n*d = f(x + n*d) + g(x + n*d) = f(x) + g(x + n*d - m*e) < M+N (because in I, f is bounded by M and g is bounded by N)
And that's a contradiction.

And of course, from that it trivially follows that *both* functions have to be unbounded on every interval. Because g(x) = x - f(x), if one of them is unbounded on some interval, the other has to be unbounded on the same interval, too.

But being *unbounded on any interval* is very different from being *infinite*. Both functions have a concrete, numerical, finite value at every point.

Good point! Always interesting, these mathematicians with their non-well-behaved functions :D. Anyway, I did get quite far with a solution of problem #1, though you'll probably say my solution is not complete:
I just devised two periodic functions F and G (Reals->Reals) with periods d and d+epsilon, respectively. They are:
f(x) = -(x mod d) / epsilon
g(x) = ((1+epsilon)*x mod d) / epsilon
If we now take the limit of epsilon going to zero, then every individual point converges to f[x]+g[x]=x. Problem is, there will still be infinitesimally small areas n*d < x <= n*(d+epsilon) where the two are not equal. For an illustration, see this quick Mathematica plot I just made for d=1, epsilon=0.01:
Attachment:
convergence-plot.gif
convergence-plot.gif [ 5.57 KiB | Viewed 7720 times ]

Of course, in the limit epsilon -> 0, both individual functions F and G go to infinity.

_________________
My name is Gijs, from Utrecht, NL.

When in doubt, play the most aggressive move

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #26 Posted: Wed Nov 17, 2010 7:55 am 
Gosei
User avatar

Posts: 1435
Location: California
Liked others: 53
Was liked: 171
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
The axiom of choice is obviously baloney. :mrgreen: It's a rule mathematicians came up with to get out of doing work.

Bertrand: "Hey boss, I'm taking off early to go fishing."
Boss: "Have you finished that TPS report yet?"
Bertrand: "It is possible for me to do the TPS report, so we can just take it for granted that I did."

_________________
KGS 4 kyu - Game Archive - Keyboard Otaku


This post by fwiffo was liked by: Koroviev
Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #27 Posted: Wed Nov 17, 2010 8:18 am 
Lives in sente
User avatar

Posts: 924
Location: Pittsburgh
Liked others: 45
Was liked: 103
Rank: lazy
KGS: redundant/silchas
Tygem: redundant
Wbaduk: redundant
DGS: redundant
OGS: redundant
gaius wrote:
Redundant, I've seen variations of the problem before, but get the impression that, following your specification, it must be unsolveable. If anyone sees a mistake in the reasoning below, I'd be interested!

First, you give no distribution of the colour of hats (maybe it's fifty-fifty, maybe it's only black hats? who knows). Therefore, there is absolutely no correlation between the colour of the hats that one can see and the colour of one's own hat. Then you say that there is no information exchange possible. Therefore, all that an individual can see is the colour of a bunch of hats, which is completely unrelated to the colour of his own hat and, therefore, useless information. Whatever any individual guesses, there will always be a chance that he's wrong. Since that holds for all individuals, there is no minimum on the number of people that guess wrongly. They just don't have any information!

One question: in what order are people are taken to the secluded room to guess their colour? I presume this is either completely random or fixed beforehand? Otherwise, the timing of walking away and stating your guess would be a form of information exchange.


The order is irrelevant to the solution I have. There is in fact a solution. If anyone wants to check me on this, here it is.
Solution:
First, give the people any numbering you want. Then look at the set of all mappings from the naturals to the set of all infinite sequences of black and white. Define two sequences to be equivalent if they differ in finitely many places. Then, using the axiom of choice, choose one element from each equivalence class, and have all the people memorize it. When they see the hats of the other people, that distribution will fall into one of the equivalence classes (since they don't know only one hat, their own), and thus will differ from one of the sequences they memorized in only finitely many places. They then guess the color given by the sequence they memorized. One can check that each person will guess based on the same representative of an equivalence class, so there will only be finitely many places where the guesses will differ from reality.

Note: I'll come back and edit this to be more readable later. I have to get to class right now.
Also: Shaddy just ninja'd me.

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #28 Posted: Wed Nov 17, 2010 8:20 am 
Lives with ko

Posts: 127
Liked others: 125
Was liked: 43
A possible solution to Problem 1, though using complex-valued functions in the complex plane:
We want f(z) + g(z) = z, where z = x + i*y, i such that i^2 = -1
i.e., x = Re(z) = the real part of z, y = Im(z) = = the imaginary part of z.

Define f(z) = f(x+i*y) = x - sin(x) + sin(y)
Note that f(z) has period d = 2*pi*i: When z changes by d, its real part, x, is unchanged, so x - sin(x) does not change either. Its imaginary part, y, changes by 2*pi, but this is just the period of sin(y). So f(z) is unchanged.

Similarly, define g(z) = g(x+i*y) = i*y + sin(x) - sin(y)
When z changes by d' = 2*pi, y is unaffected, and we just have the periodicity of sin(x).

So f and g are both periodic, with periods d = 2*pi*i and d'= 2*pi, respectively.

And when we take their sum, the sine functions all cancel, leaving us with:

f(z) + g(z) = x + i*y = z, as desired.

_________________
And the go-fever which is more real than many doctors’ diseases, waked and raged...
- Rudyard Kipling, "The Light That Failed" (1891)

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #29 Posted: Wed Nov 17, 2010 8:25 am 
Lives with ko
User avatar

Posts: 295
Location: Linz, Austria
Liked others: 21
Was liked: 44
Rank: EGF 4 kyu
GD Posts: 627
gaius wrote:
Good point! Always interesting, these mathematicians with their non-well-behaved functions :D. Anyway, I did get quite far with a solution of problem #1, though you'll probably say my solution is not complete:
I just devised two periodic functions F and G (Reals->Reals) with periods d and d+epsilon, respectively. They are:
f(x) = -(x mod d) / epsilon
g(x) = ((1+epsilon)*x mod d) / epsilon
If we now take the limit of epsilon going to zero, then every individual point converges to f[x]+g[x]=x. Problem is, there will still be infinitesimally small areas n*d < x <= n*(d+epsilon) where the two are not equal. For an illustration, see this quick Mathematica plot I just made for d=1, epsilon=0.01:
Attachment:
convergence-plot.gif

Of course, in the limit epsilon -> 0, both individual functions F and G go to infinity.


Hehe... Nice try, but the problem is that even though f+g converges and is (almost*) equal id, the individual functions f and g do not converge, hence are not really functions. I'm too lazy at the moment to try and verify your solution under the assumption that f and g are allowed to be distributions :)

There is a solution with proper functions, you don't need distributions. And in the correct solution, (f+g)(x) = x everywhere, not just almost* everywhere ;)

(*Almost, of course, meaning that the exceptions have a Lebesgue measure of zero).

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #30 Posted: Wed Nov 17, 2010 8:42 am 
Lives in gote
User avatar

Posts: 476
Liked others: 193
Was liked: 83
Rank: Dutch 2 dan
GD Posts: 56
KGS: hopjesvla
tundra wrote:
A possible solution to Problem 1, though using complex-valued functions in the complex plane:
We want f(z) + g(z) = z, where z = x + i*y, i such that i^2 = -1
i.e., x = Re(z) = the real part of z, y = Im(z) = = the imaginary part of z.

Define f(z) = f(x+i*y) = x - sin(x) + sin(y)
Note that f(z) has period d = 2*pi*i: When z changes by d, its real part, x, is unchanged, so x - sin(x) does not change either. Its imaginary part, y, changes by 2*pi, but this is just the period of sin(y). So f(z) is unchanged.

Similarly, define g(z) = g(x+i*y) = i*y + sin(x) - sin(y)
When z changes by d' = 2*pi, y is unaffected, and we just have the periodicity of sin(x).

So f and g are both periodic, with periods d = 2*pi*i and d'= 2*pi, respectively.

And when we take their sum, the sine functions all cancel, leaving us with:

f(z) + g(z) = x + i*y = z, as desired.

Hehe, that's a nifty way around the real problem ;). Though, I suppose this depends on your definition, but I don't believe the inequality 2*pi*i > 0 holds. Perhaps the problem should be rephrased for absolute clarity: rather than "d > 0" it could say "real d > 0".

_________________
My name is Gijs, from Utrecht, NL.

When in doubt, play the most aggressive move

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #31 Posted: Wed Nov 17, 2010 8:46 am 
Lives in gote

Posts: 414
Location: Durham, UK
Liked others: 96
Was liked: 15
Rank: KGS 9k
KGS: robinz
Well, inequalities don't actually make any sense in the complex numbers. (By which I mean, there's no way of assigning an order under which all the properties you'd want to be true actually are.) So simply saying d>0 implies that d needs to be real. And, while tundra's "solution" was kind of clever, it's invalid over the reals (x, when restricted to the reals, isn't periodic), and clearly not what flOvermind has in mind.

I'm out of clever ideas myself, and would quite like to hear the solution, actually :D

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #32 Posted: Wed Nov 17, 2010 8:53 am 
Lives with ko
User avatar

Posts: 295
Location: Linz, Austria
Liked others: 21
Was liked: 44
Rank: EGF 4 kyu
GD Posts: 627
tundra wrote:
A possible solution to Problem 1, though using complex-valued functions in the complex plane:
We want f(z) + g(z) = z, where z = x + i*y, i such that i^2 = -1
i.e., x = Re(z) = the real part of z, y = Im(z) = = the imaginary part of z.

Define f(z) = f(x+i*y) = x - sin(x) + sin(y)
Note that f(z) has period d = 2*pi*i: When z changes by d, its real part, x, is unchanged, so x - sin(x) does not change either. Its imaginary part, y, changes by 2*pi, but this is just the period of sin(y). So f(z) is unchanged.

Similarly, define g(z) = g(x+i*y) = i*y + sin(x) - sin(y)
When z changes by d' = 2*pi, y is unaffected, and we just have the periodicity of sin(x).

So f and g are both periodic, with periods d = 2*pi*i and d'= 2*pi, respectively.

And when we take their sum, the sine functions all cancel, leaving us with:

f(z) + g(z) = x + i*y = z, as desired.


:clap:

That appears to be correct, even though it is not the solution I had in mind. To be honest, it's a bit of a surprise to me that in the complex plane the solution is so "well-behaved" ;)

By the way, your solution is more complicated than necessary:
Let just f(x+iy) = x and g(x+iy) = iy.
f is periodic with a period of i (for example, actually it's periodic in any imaginary number).
g is periodic with a period of 1 (and also all other real numbers).


gaius wrote:
Hehe, that's a nifty way around the real problem ;).

Way around? Not really, I'd say he's pretty close :twisted:
d > 0 could actually be replaced by d != 0. The only intention of that was to make sure nobody claims "But my function is periodic, because f(x) = f(x+0) ;)". In my original post, I even forgot it until DrStraw pointed it out...

A strong hint at the real-valued solution:
Tundra's solution (or the simplification of it) uses no special property of complex numbers. In the same way, we could construct a solution for e.g. R^2, R^5, Q^27, and all sorts of other vector spaces ;).

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #33 Posted: Wed Nov 17, 2010 9:25 am 
Lives in gote

Posts: 414
Location: Durham, UK
Liked others: 96
Was liked: 15
Rank: KGS 9k
KGS: robinz
Oh, I think I see (based on the last hint). NB: don't look at the hidden text unless you want to see the solution. (Ignore that last sentence and read it if it subsequently gets shot down though - but I'm pretty sure it works.)

So you basically choose a basis for the reals over the rationals - this bit requires the axiom of choice. Then you pick any two elements of your basis - they may as well be 1 and pi, or your favourite irrational number - and express any x as x=a+b*pi+{a linear combination of the other basis elements}. Then just set, for example, f(x)=b*pi+{blah}, g(x)=a, and you have a solution. (f has period 1, g has period pi.)

Nice - I really ought to have been able to come up with that from the earlier hints :bow:

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #34 Posted: Wed Nov 17, 2010 9:37 am 
Gosei
User avatar

Posts: 1435
Location: California
Liked others: 53
Was liked: 171
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Well, that's what I was groping for anyhow.

_________________
KGS 4 kyu - Game Archive - Keyboard Otaku

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #35 Posted: Wed Nov 17, 2010 10:11 am 
Honinbo

Posts: 10905
Liked others: 3651
Was liked: 3374
gaius wrote:
Shaddy, your "proof" sounds like it comes from a textbook somewhere, but all my mathematical intuition screams that there must be a flaw in this logic. As I said before, I'm not a mathematician but a physicist - I like to think in terms of concrete stuff.

My first thought was that the whole conclusion seems to conflict with information theory; you generate information where there is none. Can you disprove this line of reasoning? Thinking further though, your "proof" does not do anything for finite sets except for the trivial observation that, with a finite set of people, the number of errors is also finite. You are not really boosting the accuracy rate, you're only making sure the amount of errors is not infinite (right?). Maybe that could lift my objection, though my math is not good enough to really be certain.

After thinking a bit more, I have far greater problems with the following paradox. You imply that, for every infinite sequence of ones and zeroes, it is possible to find a uniquely defined equivalence set. Accepting that, let's evaluate this "algorithm" (it has infinite runtime, but apparently such an algorithm is acceptable in your paradigm!):

1. Take an infinite sequence of ones and zeroes.
2. Change the first element. By definition, the resulting sequence will still be in the same equivalence set as the original one (there is only one mistake!).
3. Now, do the following: IF we are in the original equivalence set, change the next (second, third, etc.) element. ELSE, halt.
4. Repeat (3) for all elements.

Now, obviously, after repeating for all elements, the list will not be in the same equivalence set any more. Therefore, we conclude that after some number of steps (let's call it n), (3) must halt. But then, despite only having one difference, the list at step n-1 and at step n are not in the same equivalence set!

Paradox?


I think, as Aristotle might say, you are highlighting the difference between potential infinity and actual infinity. (IIRC, Aristotle did not think that actual infinity existed, even logically.) Normally, "for each" and "for all" mean the same thing. However, it does make a difference for step 4. I think that Aristotle would say that you must say, "Repeat (3) for each element." That leaves us in the realm of the potentially infinite. The problem has a solution only in the realm of the actually infinite. :)

_________________
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #36 Posted: Wed Nov 17, 2010 10:43 am 
Lives in sente
User avatar

Posts: 924
Location: Pittsburgh
Liked others: 45
Was liked: 103
Rank: lazy
KGS: redundant/silchas
Tygem: redundant
Wbaduk: redundant
DGS: redundant
OGS: redundant
Some general statements about problem two:

It also helps to think of how totally impossible this strategy is to implement in reality. It consists of memorizing an uncountable number of infinitely long sequences of zero and one.

Also, gaius is right in that there is no upper bound on the number of incorrect guesses that can be had, we only know that it will always be finite following this strategy.

However, gaius' algorithm does not in fact halt. At any n, we can have changed at most finitely many members, so we still move on to n+1.

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #37 Posted: Wed Nov 17, 2010 11:03 am 
Lives in gote
User avatar

Posts: 476
Liked others: 193
Was liked: 83
Rank: Dutch 2 dan
GD Posts: 56
KGS: hopjesvla
Bill Spight wrote:
I think, as Aristotle might say, you are highlighting the difference between potential infinity and actual infinity. (IIRC, Aristotle did not think that actual infinity existed, even logically.) Normally, "for each" and "for all" mean the same thing. However, it does make a difference for step 4. I think that Aristotle would say that you must say, "Repeat (3) for each element." That leaves us in the realm of the potentially infinite. The problem has a solution only in the realm of the actually infinite. :)

I still fail to see the difference. Of course I understand that the algorithm I posted is completely unreasonable because it will never finish, but so is the solution algorithm as it requires the construction of infinitely many "equivalence classes". However, the "solution algorithm" assumes a theoretical paradigm in which countably infinite runtimes are somehow acceptable, so I will reiterate my point. Either (a) we accept countably infinite runtimes as workeable; my algorithm will finish, and the paradox will be clear, or (b) we do not accept countably infinite runtimes, in which case the "solution algorithm" clearly does not finish, and hence, is not a valid solution to the problem. Whether we choose (a) or (b), the answer is disproved. In fact, if correct, my reasoning would disprove the existence of well-defined equivalence classes.

I realise that people smarter than me have probably considered this point too, but I would really like to hear how they came up with a workaround!

Bill, I am personally not a native English speaker, but in my vocabulary the words "each" and "all" are synonyms. As you might know, Aristotle was not an English speaker either. In fact, he spoke a strange language called Ancient Greek. Perhaps you could elaborate on the difference between these two words?

EDIT: I am not 100% sure that these runtimes are countably infinite. If not, please replace the phrase "countably infinite" by "infinite". The reasoning will be unaffected.

_________________
My name is Gijs, from Utrecht, NL.

When in doubt, play the most aggressive move

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #38 Posted: Wed Nov 17, 2010 11:43 am 
Lives in sente
User avatar

Posts: 1206
Liked others: 51
Was liked: 192
Rank: KGS 5d
KGS: Str1fe, Midorisuke
I think I see a problem with your algorithm. It seems to me that you are saying, ok, we have an infinite sequence of 0s and 1s like this

001010100110110101001...

and we flip bits in sequence until we arrive at something that is not in our original equivalence class. However, we should not be keeping them flipped. Each person has knowledge of every hat except his own, so the first person's knowledge is like


_01010100110110101001...

, the second person's like

0_1010100110110101001...

and so on. Each person knows the entire sequence, except one bit- so it's always finitely different from the sequence they have memorized because they make at most one mistake.

edit: about the information thing. I don't know if that really applies here, because the scenario is completely removed from reality, but by setting an order, we gain some information, which we use to do stuff with equivalence classes. And yeah, this doesn't work for finite numbers of people, there's a separate solution for that case of the problem.


Last edited by Shaddy on Wed Nov 17, 2010 11:47 am, edited 1 time in total.
Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #39 Posted: Wed Nov 17, 2010 11:46 am 
Honinbo

Posts: 10905
Liked others: 3651
Was liked: 3374
gaius wrote:
Bill Spight wrote:
I think, as Aristotle might say, you are highlighting the difference between potential infinity and actual infinity. (IIRC, Aristotle did not think that actual infinity existed, even logically.) Normally, "for each" and "for all" mean the same thing. However, it does make a difference for step 4. I think that Aristotle would say that you must say, "Repeat (3) for each element." That leaves us in the realm of the potentially infinite. The problem has a solution only in the realm of the actually infinite. :)

I still fail to see the difference. Of course I understand that the algorithm I posted is completely unreasonable because it will never finish, but so is the solution algorithm as it requires the construction of infinitely many "equivalence classes". However, the "solution algorithm" assumes a theoretical paradigm in which countably infinite runtimes are somehow acceptable, so I will reiterate my point. Either (a) we accept countably infinite runtimes as workeable; my algorithm will finish, and the paradox will be clear, or (b) we do not accept countably infinite runtimes, in which case the "solution algorithm" clearly does not finish, and hence, is not a valid solution to the problem. Whether we choose (a) or (b), the answer is disproved. In fact, if correct, my reasoning would disprove the existence of well-defined equivalence classes.

I realise that people smarter than me have probably considered this point too, but I would really like to hear how they came up with a workaround!

Bill, I am personally not a native English speaker, but in my vocabulary the words "each" and "all" are synonyms. As you might know, Aristotle was not an English speaker either. In fact, he spoke a strange language called Ancient Greek. Perhaps you could elaborate on the difference between these two words?

EDIT: I am not 100% sure that these runtimes are countably infinite. If not, please replace the phrase "countably infinite" by "infinite". The reasoning will be unaffected.


As for the difference between "for each" and "for all", modern mathematical logic does not recognize it. The key to the difference is what Redundant says: your process does not halt. So, even though the bit is flipped for each element, at no point in the process is it flipped for all of the elements. The process remains in the realm of the potentially infinite. Aristotle would say that, even though each element is eventually changed, we cannot conclude that all of the elements are eventually changed. The number of changed elements is always finite.

Consider how paradoxes arise in probability theory when you try to consider actually infinite sets. Jaynes is right, IMO, that we should construct finite models and take them to the limit. In that he is following Aristotle, although I do not know if he was aware of Aristotle's distinction. :)

_________________
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.

Top
 Profile  
 
Offline
 Post subject: Re: Math puzzles
Post #40 Posted: Wed Nov 17, 2010 11:54 am 
Oza

Posts: 2180
Location: ʍoquıɐɹ ǝɥʇ ɹǝʌo 'ǝɹǝɥʍǝɯos
Liked others: 237
Was liked: 662
Rank: AGA 5d
GD Posts: 4312
Online playing schedule: Every tenth February 29th from 20:00-20:01 (if time permits)
flOvermind wrote:
Puzzle 1:
Find two periodic functions f and g, such that their sum is the identity function (that is, f(x) + g(x) = x).


I still have an issue with the statement of the problem. The operation is function addition and x is not the identity for that operation. x is only the identity under function composition.

Now for the simplest answer. As the domain and range of the functions are not defined I am going to take them both as the reals modulo 1. Then f(x) = g(x) = x/2 gives the desired solution.

_________________
Still officially AGA 5d but I play so irregularly these days that I am probably only 3d or 4d over the board (but hopefully still 5d in terms of knowledge, theory and the ability to contribute).

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group