NOTE: This transcription was contributed by Martin P.M. van der Burgt, who has devised a process for producing transcripts automatically. Although its markup is incomplete, we believe it serves a useful purpose by virtue of its searchability and its accessibility to text-reading software. It will be replaced by a fully marked-up version when time permits. —HR
Copyright Notice | |
The following manuscript | |
EWD 582 A proof of a theorem communicated to us by S.Ghosh (with C.S.Scholten) : | |
is held in copyright by Springer-Verlag New York. | |
The manuscript was published as pages 233234 of | |
Edsger W. Dijkstra, Selected Writings on Computing: A Personal Perspective, | |
Springer-Verlag, 1982. ISBN 0387906525. | |
Reproduced with permission from Springer-Verlag New York. | |
Any further reproduction is strictly prohibited. |
A proof of a theorem communicated to us by S.Ghosh.
by Edsger W.Dijkstra and C.S.Scholten
In a letter of 19 August 1976, S.Ghosh (currently c/o Lehrstuhl Informatik I, Universitat Dortmund, Western Germany) communicated without proof the following theorem in natural numbers —here chosen to mean “nonnegative integers”— :
Given a set of k linear equations of the form
Li = bi (0 ≤ i < k) | (1) |
M = c | (2) |
Because the natural solutions of (1) are the common natural solutions of (3) and (4), as given by
L0 = b0 | |
L1 = b1 (3) |
and | Li = bi for 2 ≤ 1 < | (4) |
Consider for natural P0 and P1, to be chosen later, the equation
P0 * L0 + P1 * L1= P0 * b0 + P1 * b1 | (5) |
Considered as an equation in L0 and L1 , the general parametric solution of (5) is given by L0 = b0 + t * P1 L1 = b1 - t * P0 (where, to start with, t need not be a natural number). We shall choose a natural P0 and P1 in such a way that from natural L0 and L1 , viz.
b0 + t * P1 ≥ 0 | (6) | |
b1 - t * P0 ≥ 0 | (7) | |
left-hand sides of (6) and (7) integer | (8) |
Choosing P1 > b , we derive from (6)
t > -1 | (9) |
Choosing P0 > b1 , we derive from (7)
t < 1 | (10) |
Choosing P0 and P1 furthermore such that gcd(P0, P1) = 1 , we derive From (8) that t must be integer; in view of (9) and (10) we conclude that t = 0 holds. Summarizing: (5) can replace (3) provided
P0 > b1, P1 > b0 , gcd(P0, P1) = 1 |
* *
*
Example. Let the given set be x = 1, y = 1, z = 1 . The first two equations can be combined by choosing P0 = 2 and P1 = 3, yielding:
2*x + 3*y = 5 , z = 1 . |
4*x + 6*y + 7*z = 17 |
3 August 1976
Plataanstraat 5
NL-4565 NUENEN
The Netherlands
Transcribed by Martin P.M. van der Burgt
Last revision 2015-01-23
.