Alternate proof for "$\log_{10}{2}$ is irrational"

2.6k Views Asked by At

I need to prove that $\log_{10}{2}$ is irrational. I understand the way this proof was done using contradiction to show that the even LHS does not equal the odd RHS, but I did it a different way and wanted to check its validity!

Prove by contradiction: Suppose that $\log{2}$ is rational - that is, it can be written as $$\log{2} = \frac{a}{b}$$ where $a$ and $b$ are integers. Then

$$2 = 10^{\frac{a}{b}}$$

$$2 = 10^a10^{\frac{1}{b}}$$

$$\frac{2}{10^{a}} = 10^{\frac{1}{b}}$$

Log both sides:

$$\log(\frac{2}{10^{a}}) = \frac{1}{b}$$

$$\log{2} - \log(10^a) = \frac{1}{b}$$

$$\log{2} = \frac{1}{b} + a$$

$$\log{2} = \frac{ab+1}{b}$$

However we assumed that $\log(2)=\frac{a}{b}$ and thus we have a contradiction.

6

There are 6 best solutions below

0
On

Be careful, $10^{\frac{a}{b}}$ equals $(10^{a})^{\frac{1}{b}}$ not $10^{a}10^{\frac{1}{b}}$

0
On

The equality $2=10^a10^{\frac{1}{b}}$ is not true, because $10^a10^{\frac{1}{b}}=10^{a+\frac{1}{b}}.$

0
On

As has been pointed out in comments and in another answer, $10^{a/b}\neq 10^{a}10^{\frac{1}b}$. This is a rather subtle error, however there's a notable warning flag that could alert you to it: Your proof does not use the hypothesis that $a$ and $b$ are integers. This is a serious issue, because it means you've proved the (false) statement that $\log(2)$ cannot be written as a fraction $\frac{a}b$ - even if we let $a$ and $b$ be real, but: $$\frac{\log(2)}1=\log(2)$$

0
On

A proof can be carried out after modifying your calculation a bit.

$$2=10^{\frac{a}{b}}\implies \color{blue}{2^b=10^a}\implies2^{b-a}=5^a$$

Which is a contradiction when both $a$ and $b$ are non-zero integers. Check the colored step carefully and you will understand in which step you have made a mistake.

2
On

The proof for irrationality of $\log 2$ can be done in few lines using elementary divisibility properties or natural numbers. Assume $a, b \in \mathbb{N}$, $\text{gcd}(a,b) = 1$, and $a < b$. Thus: $\log 2 = \dfrac{a}{b} \to 2 = 10^{\frac{a}{b}} \to 2^b = 10^a = 2^a\cdot 5^a \to 2^{b-a} = 5^a$. We see a contradiction here because the $LHS$ is even while the $RHS$ is odd.

0
On

Others have already pointed out that your proof was wrong. A different way to see that your proof is wrong is as follows: if I would replace 2 in your proof everywhere by 10, I would get the result that log(10) is also irrational.

Any proof you have for the irrationality of log(2) should not work for log(10). (If you take 10 as the base of your logarithm.)