The equation below is true i have proved it using values between 0 and 1 but how can I prove it mathematically? I have already reduced it to its simplest form (according to me) and I am kind of stuck at this point:
$$ H(x)\geq \ln(x)(\ln (1 - x)) \qquad\text{for}\qquad 0\lt x\lt 1$$
where $$ H(x) = -x \ln(x) - (1-x)\ln(1-x)$$ Any help will be quite useful to me. Thanks.
We have to show that $$ f(x) = x \ln(x) + (1-x) \ln(1-x) + \ln(x) \ln(1-x) \\ = \bigl( \ln(x) + 1 - x \bigr) \bigl( \ln(1-x) + x \bigr) - x(1-x) $$ is $\le 0$ for $0 < x < 1$. Using the “well-known” estimates $$ \frac{x-1}{x} \le \ln(x) \le x-1 \quad (\text{for } x > 0) $$ (see for example How can I prove that $ \frac {x-1}{x}\leq \log x\leq x-1$), the first factor can be estimated as $$ 0 \ge \ln(x) + 1 - x \ge \frac{x-1}{x} + 1-x = -\frac{(1-x)^2}{x} $$ and the second factor as $$ 0 \ge \ln(1-x) + x \ge \frac{-x}{1-x} + x = -\frac{x^2}{1-x} \, . $$ It follows that $$ f(x) \le \frac{(1-x)^2}{x} \cdot \frac{x^2}{1-x} - x(1-x) = 0 \, . $$