You manage a gang with infinitely many gangsters. Each gangster in the gang has a finite number of enemies who will try to kill him if they meet. This hatred relation is commutative: whenever A wants to kill B, B wants to kill A.
You want to organize a meeting with infinitely members of the gang, but you want to avoid shoot-outs. So, you have to choose the gangsters in such a way that no 2 gangsters are enemies. How can you do that? What's the choice algorithm?
Does this require the axiom of choice?
2007-12-12
02:20:42
·
1 answers
·
asked by
Steiner
7
in
Science & Mathematics
➔ Mathematics
To Jeredwm: Great answer! I just think there's a small point we should take into account. Since each gangster has a finite number of enemies, this doesn't rule out the possiblity that some gangsters have no enemy at all, so 0 enemies. I think this can be patched if we slightly modify the function M, extending it's domain to N0 = {0, 1,2,3.....}, defining g(0) as a vitual gangster that's an enemy of all other gangsters in the gang and defining the rule:
Let j be the largest number in N0 such that g(j) is an enemy of of g(i). Then,
M(i) = g(i,) If j = 0
M(i) = j, if j > 0,
Right?
Why did you remove your remark about the axiom of choice? It was OK, wasn't it?
If M(i) issuch that g(j) is an enemy of of g(i), if j > 0
2007-12-12
07:35:27 ·
update #1