I saw the following in a book:
$$\log_{1/2}x \geq \log_{1/3}x$$
$$\Rightarrow \log_2x \geq \log_3x$$
Now, none of the properties I know deals with fractional bases. What's the justification behind this step?
I saw the following in a book:
$$\log_{1/2}x \geq \log_{1/3}x$$
$$\Rightarrow \log_2x \geq \log_3x$$
Now, none of the properties I know deals with fractional bases. What's the justification behind this step?
$$\log_{1/k}x = \frac{\ln x}{\ln \frac{1}{k}} = -\frac{\ln x}{\ln k} = -\log_{k}x$$ so $$\log_{1/2}x \geq \log_{1/3}x \Rightarrow \log_2x \leq \log_3x$$
First, let me start by saying that the second inequality in your original post is pointing in the wrong direction. Use your calculator with a fixed $x$ and check.
Let's think about what $\log_{1/2}x$ means. If $y = \log_{1/2}x$ then, by definition, $(1/2)^y = x$. Notice that $(1/2)^y \equiv 1/2^y$ and, assuming $x \neq 0$, we have $(1/2)^y = x \iff 2^y=1/x$. Going back to the definition of logs, if $2^y = 1/x$ then $$y = \log_2(1/x) \equiv \log_21-\log_2x \equiv - \log_2x$$ We started with $y = \log_{1/2}x$ and ended up with $y = -\log_2x$. It follows that $\log_{1/2}x\equiv-\log_2x$. Likewise, $\log_{1/3}x\equiv-\log_3x$. Hence: $$\log_{1/2}x \ge \log_{1/3}x \iff -\log_2x \ge -\log_3x \iff \log_2x \le \log_3x$$