Question:
If $\log_3(A)$ is rational, can $\log_3(A+1)$ be rational? (Where $A$ is a positive real number.)
My Working:
Starting by assuming
$$\log_3(A) = x \ {\rm{and}} \ \log_3(A+1) = y$$
it gives $$3^x = A \ {\rm {and}} \ 3^y = A + 1$$
Which further implies that,
$$3^y = 3^x + 1$$
and
$$3^y - 3^x = 1$$
$$3^{x}(3^{y-x}- 1) = 1$$
$$3^x = 1\ {\mathrm {and} }\ 3^{y-x} = 2 $$
$$x = 0\ {\mathrm {and} }\ 3^{y} = 2 $$
Which further gives us: $$y = \frac{\log(2)}{\log(3)}$$
and hence $y$ is irrational.
Is my work correct?