home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / 10734 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.7 KB

  1. Path: sparky!uunet!mcsun!uknet!acorn!eoe!jrickard
  2. From: jrickard@eoe.co.uk (John Rickard)
  3. Newsgroups: sci.math
  4. Subject: Re: Elementary solution needed: harmonic bi-sequences
  5. Message-ID: <1388@eouk8.eoe.co.uk>
  6. Date: 31 Aug 92 15:57:25 GMT
  7. References: <1992Aug27.170048.26459@ugle.unit.no>
  8. Organization: EO Europe Limited, Cambridge, UK
  9. Lines: 71
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. ap@levangerhs.no (Andrei Prasolov) writes:
  13. :    There is a problem which seems to have a very simple solution.
  14. : I remember that I heard one in my youth. That solution used
  15. : the epsilon-delta language only. However, I cannot recall that.
  16. : DEF. Let`s call a bi-sequence (a(i,j), i,j from Z) HARMONIC if for all i,j
  17. : (*)       a(i,j) = 1/4 (a(i,j+1) + a(i,j-1) + a(i+1,j) + a(i-1,j)).
  18. : PROBLEM. Prove that any bounded (|a(i,j)| < C) harmonic bi-sequence is
  19. : constant.
  20.  
  21. Rewrite (*) as:
  22.  
  23.      a(i,j) = (1/8) a(i,j+1) + (1/8) a(i,j-1) + (1/8) a(i+1,j)
  24.                       + (1/8) a(i-1,j) + (1/2) a(i,j)            (1)
  25.  
  26. By substituting (1) in itself and repeating a number of times we get,
  27. for each N >= 0:
  28.                     (N)
  29.      a(i,j) = sum  B  (m,n) a(i+m,j+n)                           (2)
  30.               m,n
  31.  
  32. where
  33.       (0)
  34.      B  (m,n)  =  (  1,    if m=n=0
  35.                   (  0,    otherwise
  36.  
  37.       (N+1)                (N)                (N)
  38.      B    (m,n)  =  (1/8) B  (m,n+1) + (1/8) B  (m,n-1)
  39.  
  40.                              (N)                (N)
  41.                     + (1/8) B  (m+1,n) + (1/8) B  (m-1,n)
  42.  
  43.                              (N)
  44.                     + (1/2) B  (m,n)                             (3)
  45.  
  46. We have (proofs left as exercise for the reader):
  47.  
  48.                       (N)
  49.      For fixed N, n, B  (m,n) is monotonically increasing for m < 0,
  50.      reaches its maximum at m = 0, and is monotonically decreasing
  51.      for m > 0.  It is 0 for m sufficiently far from 0.          (4)
  52.  
  53.           (N)
  54.      sum B  (0,n) -> 0 as N -> infinity.                         (5)
  55.       n
  56.  
  57. From (2):
  58.                                     (N)        (N)
  59.      | a(0,0) - a(1,0) | = | sum ( B  (m,n) - B  (m-1,n) ) a(m,n) |
  60.                              m,n
  61.                                     (N)        (N)
  62.                          < C sum | B  (m,n) - B  (m-1,n) |       (6)
  63.                              m,n
  64.  
  65. From (4) we have:
  66.  
  67.             (N)        (N)                (N)
  68.      sum | B  (m,n) - B  (m-1,n) |  =  2 B  (0,n)                (7)
  69.       m
  70.  
  71. Combining (6) and (7):
  72.                                     (N)
  73.     | a(0,0) - a(1,0) |  <  2C sum B  (0,n)                      (8)
  74.                                 n
  75.  
  76. By (5), the RHS of (8) tends to 0 as N -> infinity, so a(0,0) and
  77. a(1,0) must be equal.  Similarly any two adjacent values of a(i,j)
  78. must be equal, so a(i,j) is constant.
  79.