[Math] How to prove using the definition that the logarithmic function is continuous

calculuscontinuityreal-analysis

  • Do not define the logarithmic function as an integral.
  • Do not use that $e^x>x$ because this assumes the continuity of the exponential.

I have no clue on how to solve this one.

I guess I got it, but i'll leave this question here in case someone else has the same problem.
$|\ln x – \ln a|<\epsilon \rightarrow -\epsilon < \ln \frac x a < \epsilon$

$ae^{-\epsilon} – a < x-a < ae^{\epsilon} – a$

(of course $a>0$) taking

$\delta = \min \{ a(1 – e^{-\epsilon}), a(e^{\epsilon} -1) \} = a(1 – e^{-\epsilon})$

we're done. I guess. If anybody has another way of proofing please show me.

The definitions of the logarithm function can be these:

$\log : (0, +\infty) \rightarrow \mathbb{R} $

$ \log(x) + \log(y) = \log(xy) , \forall (x,y)$ both real greater then zero.
Of course some basic properties come from this definition and you can use them.
But you can also define it as the inverse of the exponential as long as you don't use the continuity of the inverse to prove it.

A better definition may be:

$\ln(x) = \lim_{n \rightarrow \infty} n(x^{\frac 1 n} -1)$

I need to prove the continuity of $f(x)=\log x$ using a $\epsilon-\delta$ proof

Best Answer

Hint: Since the logarithm function satisfies $$ f(xy) = f(x)+f(y) $$ for any $x,y\in\mathbb{R}^+$, in order to prove the continuity over $\mathbb{R}^+$ you just need to prove the continuity in $1$, since: $$ \log(x+\varepsilon)-\log(x) = \log\left(1+\frac{\varepsilon}{x}\right).$$ Now the continuity in $1$ follows from the Bernoulli inequality: $$ \forall x\in(-1,1),\quad x+1\leq e^x \leq \frac{x}{x-1} \tag{1}$$ (proving $(1)$ does not necessarily depends on the continuity of the exponential function. For instance, we can prove $(1)$ for any $x\in(-1,1)\cap\mathbb{Q}$ by induction) and a straightfoward consequence of $(1)$ is: $$ \frac{y}{1+y}\leq \log(1+y) \leq y \tag{2} $$ for any $y$ in a neighbourhood of zero. Continuity follows.