Number theoryDifficulty 7.1National olympiad, round 2Prove it
Example 13 Let (x,y,z) be a positive integer solution to the indeterminate equation xy=z2+1
Prove: there exist integers a,b,c,d, such that x=a2+b2,y=c2+d2,z=ac+bd,
where a,b,c,d satisfy: ∣ad−bc∣=1.
Solution
Proof: We prove the statement by induction on z. When z=1, xy=2, so (x,y)=(1,2) or (2,1). Thus, (x,y,z)=(1,2,1) or (2,1,1). By setting (a,b,c,d)=(1,0,1,1),(1,1,0,1)
we see that the proposition holds for z=1. Now suppose (x0,y0,z0) is a positive integer solution to (17), and that (17) holds for z1.
We need to show that there exist a,b,c,d∈Z such that x0=a2+b2,y0=c2+d2,z0=ac+bd
with ∣ad−bc∣=1. Indeed, for this positive integer solution (x0,y0,z0), where z0>1, without loss of generality, assume x0⩽y0. Consider the tuple (x1,y1,z1)=(x0,x0+y0−2z0,z0−x0).
Here, x1=x0>0, and y1=x0+y0−2z0⩾2x0y0−2z0=2z02+1−2z0>0. For z1, we have x02⩽x0y0=z02+1, so x0⩽z02+1. Therefore, x0⩽z0. If x0=z0, then z0∣(z02+1) implies z0∣1, leading to z0=1, a contradiction. Hence, z1=z0−x0>0, meaning x1,y1,z1 are all positive integers.
By the induction hypothesis, there exist p,q,m,n∈Z such that (x1,y1,z1)=(p2+q2,m2+n2,pm+qn)
with ∣pn−qm∣=1. Now let (a,b,c,d)=(p,q,p+m,q+n), then x0y0z0=x1=p2+q2=a2+b2=y1+x1+2z1=p2+q2+m2+n2+2(pm+qn)=(p+m)2+(q+n)2=c2+d2=x1+z1=p2+q2+pm+qn=p(p+m)+q(q+n)=ac+bd
Finally, ∣ad−bc∣=∣p(q+n)−q(p+m)∣=∣pn−qm∣=1
Thus, the proposition is proved.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.