k3k3
- 76
- 0
Homework Statement
Let x and y be irrational numbers such that x-y is also irrational.
Let A={x+r|r is in Q} and B={y+r|r is in Q}
Prove that the sets A and B have no elements in common.
Homework Equations
The Attempt at a Solution
Since x and y are in A and B, then x+r_{1}-y-r_{2} is irrational.
Using contradiction, assume their sum is z and z is an element of A\capB
x-y=z
Then x+r_{1}-y-r_{2}=z
Since z is in both A and B, then z can also be said to be x+r_{1}+y+r_{2}
Then x+r_{1}-y-r_{2}=x+r_{1}+y+r_{2}
Solving for the right side,
0=2(y+r_{2})
But since the sum is irrational and 0 is not irrational, A and B cannot contain the same elements.
Am I thinking about this correctly?