home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / math / 17113 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!agate!biosci!parc!xerox!feuerman
  2. From: feuerman@parc.xerox.com (Ken Feuerman)
  3. Newsgroups: sci.math
  4. Subject: Re: Interesting Discrete Math Question
  5. Message-ID: <1992Dec17.205217.2719@parc.xerox.com>
  6. Date: 17 Dec 92 20:52:17 GMT
  7. References: <3548@carroll1.cc.edu> <BzDIzv.5px@cantua.canterbury.ac.nz>
  8. Sender: news@parc.xerox.com
  9. Organization: Xerox PARC
  10. Lines: 35
  11.  
  12. [munch...]
  13. > Here is the proof. (Pigeonhole principle).
  14. > ~~~~~~~~~~~~~~~~~
  15. > Partition the integers into 51 subsets:
  16. > {1,4}   {2,5}   {3,6}
  17. > {7,10}  {8,11}  {9,12}
  18. > .....
  19. > {91,94} {92,95} {93,96}
  20. > {97,100}
  21. > {98}
  22. > {99}
  23. > Now when 52 numbers are drawn, at least 2 must come from one subset, and thus
  24. > be 3 apart.
  25. [more munch...]
  26.  
  27. This is all well and fine, except, how do you know you've found the best partition
  28. of those integers?  That is, how do you know there isn't some other partition Q = 
  29. {q_1, q_2, ... q_n} of the numbers 1-100 such that
  30.  
  31. (i) for all i, j, and for all a in q_i, b in q_j, |a - b| != 3; and
  32. (ii) n > 51?
  33.  
  34. I bring this up since someone else answered 51, having found a way to choose 50
  35. elements before guaranteeing that two would be 3 apart.  At first blush that
  36. seemed plausible, until others got a little more clever.  Is
  37.  
  38. 1 2 3, 7 8 9, ....., 97 98 99
  39.  
  40. as clever as we need to be?
  41.  
  42. For the record, I believe so (QED :-)).
  43.  
  44. --Ken.
  45.