1
$\begingroup$

If $a,b,c,d$ are positive real numbers, each less than 1, prove that the following inequality holds: $$8(abcd+1)>(a+1)(b+1)(c+1)(d+1).$$

I tried using $\text{AM} > \text{GM}$, but I could not prove it.

  • 0
    https://brilliant.org/discussions/thread/8abcd1a1b1c1d1-prove-it/2017-02-27
  • 0
    @lab Bhattacharya ,no this question is different.2017-02-27
  • 1
    Here 02017-02-27
  • 0
    The same solution as in http://math.stackexchange.com/questions/1411683/inequality-with-four-numbers works here as well.2017-02-27

4 Answers 4

0

Given that $0

$\therefore$ $-1

Now \begin{align*} &(a-1)(b-1)>0 \\ \Rightarrow& ab - (a+b) +1 >0 \\ \Rightarrow& (ab+1) > a+b \\ \Rightarrow& (ab+1)+(ab+1) > (ab+1)+(a+b) \\ \Rightarrow& 2(ab+1) > (ab+1)+(a+b) \\ \Rightarrow& 2(ab+1) > (a+1)(b+1) \tag{I} \end{align*}

Similarly $$2(cd+1) > (c+1)(d+1)$$

$\therefore$ $0

Similarly $0

Now, \begin{align*} 4(ab+1)(cd+1) &> (a+1)(b+1)(c+1)(d+1) \\ \Rightarrow (a+1)(b+1)(c+1)(d+1) &< 4(ab+1)(cd+1) \tag{II} \end{align*}

As $(I)$ \begin{align*} 2(abcd+1) &> (ab+1)(cd+1) \\ \Rightarrow (ab+1)(cd+1) &< 2(abcd+1) \tag{III} \end{align*}

Putting these value in $(II)$,we get \begin{align*} (a+1)(b+1)(c+1)(d+1) &< 4\left\{2(abcd+1)\right\} \\ (a+1)(b+1)(c+1)(d+1) &< 8(abcd+1) \end{align*} answered by SAROJ GHOSH .

1

First, note that $2^0(a+1) \ge a + 1$.

Then we prove by induction that $2^{k-1}(x_1\dots x_k+1) > \prod_{i=1}^k(x_i + 1)$. For the ease of notation, there I will focus on the case $k = 4$.

$$(d+1)(a+1)(b+1)(c+1)\le 4(d+1)(abc+1)< 4(abcd+abc+1+d)< 8(abcd+1)$$

The last inequality is provided by

$$abc+d< abcd+1 \Leftarrow Q+d0,$$ where $0 < Q = abc < 1.$

1

your inequality is equivalent to $$7\,abcd-abc-abd-acd-bcd-ab-ac-ad-bc-bd-cd-a-b-c-d+7>0$$ combining usefull sums we obtain $$(1-a)(1-bcd)+(1-b)(1-acd)+(1-c)(1-abd)+(1-d)(1-abc)+(1-ad)(1-bc)+(1-bd)(1-ac)+(1-cd)(1-ab)>0$$ since we have $$0

1

Let $f(a,b,c,d)=8(abcd+1)-(a+1)(b+1)(c+1)(d+1)$.

Hence, $f$ is a linear function of $a$, of $b$, of $c$ and of $d$. Thus, $$\min_{\{a,b,c,d\}\subset[0,1]}f=\min_{\{a,b,c,d\}\subset\{0,1\}}f=f(1,1,1,1)=0$$ and since the minimum does not occur, we are done!

  • 0
    How is your $f$ linear? It's clearly a polynomial of degree 4.2018-09-18
  • 0
    @Arnaud D.It's linear of $a$.2018-09-18
  • 0
    I see, thanks for the clarification.2018-09-18