Let $a,b\in\mathbb N, a\gt b\gt 2$. Prove that $b^{a}\gt a^{b},\forall a,b$.
This is a relatively new question, so this may or may not be true. Does anyone know if this is true or not?
Let $a,b\in\mathbb N, a\gt b\gt 2$. Prove that $b^{a}\gt a^{b},\forall a,b$.
This is a relatively new question, so this may or may not be true. Does anyone know if this is true or not?
On
Let $f(x) = \frac{\ln x}{x}, x>0$. Then $f'(x) = \frac{1-\ln x}{x^2}$. As you can see for $x>e$ we have $f'(x) < 0$ so (due to continuity) $f(x)$ increasing for $x\ge e$. Since $a>b>2$ and $a, b$ integers we have $a>b>e$. So:
$$f(b)>f(a)\implies\frac{\ln b}{b}>\frac{\ln a}{a}\implies \ln b^a > \ln a^b\implies b^a > a^b$$
On
You can prove in a purely arithmetical way, by induction on $a$.
I would start by noticing that \begin{align*} b^{a} \geq a^{b} \Longleftrightarrow a\ln(b) \geq b\ln(a) \Longleftrightarrow \frac{\ln(b)}{b} \geq \frac{\ln(a)}{a} \end{align*} Thus the given problem reduces to prove the function $\ln(x)/x$ is decreasing for $x \geq 3$. Indeed, this is the case:
\begin{align*} f(x) = \frac{\ln(x)}{x} \Longrightarrow f'(x) = -\frac{\ln(x)}{x^{2}} + \frac{1}{x^{2}} = \frac{1 - \ln(x)}{x^{2}} \leq 0 \end{align*} and we are done.
Hopefully this helps.