home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / math / 12929 < prev    next >
Encoding:
Text File  |  1992-10-09  |  2.0 KB  |  51 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!think.com!ames!sgi!wdl1!wdl39!mab
  3. From: mab@wdl39.wdl.loral.com (Mark A Biggar)
  4. Subject: Re: Question on real numbers
  5. Message-ID: <1992Oct8.233240.11257@wdl.loral.com>
  6. Sender: news@wdl.loral.com
  7. Organization: Loral Western Development Labs
  8. References: <1992Oct8.211117.19295@rz.uni-karlsruhe.de>
  9. Date: Thu, 8 Oct 1992 23:32:40 GMT
  10. Lines: 39
  11.  
  12. In article <1992Oct8.211117.19295@rz.uni-karlsruhe.de> vhansen@ipfs.bau-verm.uni-karlsruhe.de (Wolfgang von Hansen) writes:
  13. >is it possible to express any real number x with the following term
  14. >
  15. >x = a + rb;  a, b \in Q; r \in R, r const.
  16. >
  17. >Some more words to explain what I mean:
  18. >I was wondering if there is an analogon between the real numbers and
  19. >the complex numbers.
  20. >
  21. >My idea is to write any real number as a pair of rational numbers
  22. >one of them multiplied with a constant real number r (see above).
  23. >a is not necessarily (spelling? ;-) different from null. A useful value
  24. >for r may be \sqrt(n), n \in N, because r * r = n is easy to handle.
  25. >This representation of the real numbers might improve the speed
  26. >and/or accuracy of algorithms on computers since all calculations are
  27. >done with rational numbers.
  28. >
  29. >There are some things left to do:
  30. >1. Prove if it is (not) possible.
  31.  
  32. No you can't do this.  The set of all pairs of rationals (a,b) in only
  33. countably infinite, therefore the set {a+rb} is countable, But the set
  34. R in uncountably infinite, therefore R != {a+rb}.  As a counter example
  35. to you suggestion that you use sqrt(n) lets choose sqrt(2), and lets try
  36. to construct sqrt(3) using your system (I'm going to use s2 ans s3 for
  37. sqrt(2) and sqrt(3) to save typing.
  38.  
  39. s3 = a + s2 * b                                  (a & b rational)
  40. s3 = p/q + s2 * (m/n)                            (p,q,m,n integers)
  41. 3 = p^2/q^2 + 2*s2*(m/n) + 2(m^2)/(n^2)          (square both sides)
  42. 3 = (p^2/q^2 + 2(m^2)/n^2) + 2*s2*(m/n)
  43.  
  44. Thus 3 is the sum of a rational and a irrational, which is impossible.
  45.  
  46. --
  47. Mark Biggar
  48. mab@wdl1.wdl.loral.com
  49.  
  50.  
  51.