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.
lg
yes, butlog
without the base specified explicitly is usually meant to be decimal by default where I live. I have this problem with Wolfram Alpha, too, which useslog
for the natural logarithm instead ofln
I used do. These disagreements on notation could be very confusing sometimes... – SasQ Jan 26 '15 at 02:15