For all real number x : R(x) -> there exist two integers k, l such that x = k/l.
(i.e. x is a rational number)
Prove/Disprove: For all real number x : R(x) -> R(x+1)
My answer:
Let x be a real number.
Assume R(x).
Then R(x+1) = R(x) + R(1) # R(x) is rational and R(1) is rational because 1/1 = 1
Is that correct and complete? What is the more formal way of showing this proof?
If $x$ is rational, then $x = a/b$, where $a \in \mathbb{Z}$, $b \in \mathbb{Z}^*$.
$x+1 = \frac{a}{b} + 1 = \frac{a+b}{b}$. As $a+b \in \mathbb{Z}$, then $x+1$ is also rational.