That doesn't prove uniqueness. You have to add another second part of the proof to prove uniqueness.
That doesn't prove uniqueness. You have to add another second part of the proof to prove uniqueness.
Suppose for a contradiction that for some n>=1, there exist distinct ordered pairs of integers (p,q) and (r,s) such that:
Now clearly q=/=s; if q were to equal s, then p = r, so (p,q) and (r,s) would be the same ordered pair. Hence we deduce q-s =/= 0, and so rearranging the above:
Which would imply that the square root of 2 were rational since p,q,r,s are integers with s-q nonzero. This is clearly a contradiction of the original assumption that distinct pairs (p,q) and (r,s) existed; so there is a unique pair (p,q).
No. The problem explicitly asks to to prove there are unique Pk and Qk. What that then means is you have to show there aren't two different possible solutions for them. You don't need induction for this, and any use of induction is probably a bit silly; so when n=1, you just say "let (p,q) and (r,s) be two distinct ordered pairs of positive integers such that 1+root2 = p+qroot2 = r+sroot2" and proceed as above. You essentially use induction to show there exist Pk and Qk, but then you do the short thing I mentioned to do with irrationality to prove they are unique.I get the jist of what you're saying. But aren't Pk+1 and Qk+1 unique for all k?
But the question asks for a method "using induction", how would you solve our problem with the step n = 1?
The proof for n = k + 1 is based on the assumption that pk and qk are unique when n = k by the nature of the induction proof.
If you assume pk and qk are unique then doesn't that imply that (pk + 2qk) and (pk + qk) are also unique if the assumption holds (given p and q are positive integers)? If so, then the only issue is proving uniqueness for n = 1 to verify the assumption.
seanieg89 is completely right, although you have unique Pk and Qk assumed, you need to prove that there isnt a different P(k+1) and Q(k+1) that DOESNT satisfy the recurrence relation (obviously if it satisfied that same recurrence that'd be fine, but you need to check that it doesnt).The proof for n = k + 1 is based on the assumption that pk and qk are unique when n = k by the nature of the induction proof.
If you assume pk and qk are unique then doesn't that imply that (pk + 2qk) and (pk + qk) are also unique if the assumption holds (given p and q are positive integers)? If so, then the only issue is proving uniqueness for n = 1 to verify the assumption.