OK, all this math talk has me remembering something:
[In any set of “N” numbers (being integers), the difference between at least two of the numbers in the set can be evenly divided by “N-1”.]
For example, let’s say my set contains {1,3,4). N=3 (the number of members in my set). N-1 = 2. 3-1 (both numbers in my set) equals 2, which can be divided evenly by 2.
I’m not arguing that there’s a counter-example. I believe it. But how do you prove it?
In order for the difference between two of the numbers to be divisible by n-1, they must have different remainders when divided by n-1. If the set is all integers, then the number of potential remainders is n-1 (0, 1, … n-2). Since there are n numbers in the set, two of them must have the same remainder.
I think I’ve got the core of it.
Let the set S’ consist of all of the numbers in S, mod (N-1). There are then a maximum of (N-1) distinct numbers in S’, and N total elements, so at least two elements in S’ must be identical, with a value we will call M. Now, the corresponding numbers in S must be of the form P*(N-1)+M and Q*(N+1)+M, so their difference must be (P-Q)(N+1), which is divisible by (N+1).
And I just realized that this is equivalent to what ENugent wrote already. Oops.
CRAP CRAP CRAP!! Finally one I can prove, and I didn’t see the thread soon enough.
Damn you, ENugent and Chronos! Damn you all to hell!!
Only kidding.
lawoot: I’m amazed that 2 college math teachers missed a division by zero problem. WTF? But I also have to say, that’s a really nice piece of flawed reasoning. I’d never seen that before.