So I got stuck on a little problem. Given $x,s,t>1$, show that
$1+(x^t-1)^s > (1+(x-1)^s)^t$
It seems true when I plot it, and I'm very convinced that it's true, but I cannot find a way to prove it. I have been stumped by this all day. Anyone know how to tackle these kind of inequalities?
I am trying to prove that $x\mapsto\frac{\log(1+(x-1)^s)}{\log x}$ is monotonely increasing for $x>1$, when $s>1$, if anyone cares how I arrived at the inequality.
EDIT: A commentor requested that I explain how I got from my main task to the inequality. Here goes: Let $f(x) = x\mapsto\frac{\log(1+(x-1)^s)}{\log x}$. Let $y>x>1$, then there exists $t>1$ such that $y=x^t$. $f(y)=\frac{\log(1+(x^t-1)^s)}{t\log x}=\frac{\log((1+(x^t-1)^s)^{1/t})}{\log x}$, which is larger than $f(x)=\frac{\log(1+(x-1)^s)}{\log x}$ if and only if $(1+(x^t-1)^s)^{1/t}>1+(x-1)^s$.