Consider a function $$f(x,y,z,u)=\frac{x(1-x)y(1-y)z(1-u)}{1-(1-xy)z} $$ where $x,y,z,u\in (0,1)$
I need the supremum of $f(x,y,z,u)$ for $x,y,z,u\in (0,1)$
We have $1-(1-xy)z=1-z+xyz$
Now since $x,y,z\in(0,1)$, so we have $1-z>0$ and by AM-GM inequality $$1-(1-xy)z=1-z+xyz\geq 2\sqrt{(1-z)xyz}$$ So we have $$f(x,y,z,u)\leq \frac{1}{2} \frac{\sqrt{x}(1-x)\sqrt{y}(1-y)z(1-u)}{\sqrt{z(1-z)}} $$ Now if $G(x)=\sqrt{x}(1-x)$ and we put $t=\sqrt{x}$ then the supremum of $G(x)=t(1-t^2)$ occurs when $1-3t^3=0$ so at $t=\frac{1}{\sqrt{3}}$ so we have $$f(x,y,z,u)<\frac{1}{2}(\frac{\frac{1}{\sqrt{3}}(1-\frac{1}{3})\frac{1}{\sqrt{3}}(1-\frac{1}{3})z(1-u)}{\sqrt{z(1-z)}}) $$ So $$f(x,y,z,u)<\frac{2}{27}\frac{z(1-u)}{\sqrt{z(1-z)}}$$ Please solve this question.


Writing the function as $$ f(x,y,z,u) = \frac{xyz}{1-z+xyz}(1-x)(1-y)(1-u), $$ we have a product of four terms all strictly less than $1$. Therefore $f(x,y,z,u) < 1$ for all $x,y,z,u\in(0,1)$.
To show that $1$ is the supremum, we need to show we can get arbitrarily close to it. The product form above suggests making $x, y, u$ close to $0$ and $z$ close to $1$. So we consider $$ f(x,y,1-w,u) = \frac{(1-x)(1-y)(1-u)}{1 + \frac{w}{xy(1-w)}} > 1 - \left[x+y+u+\frac{w}{xy(1-w)}\right] $$ The term in brackets can be made arbitrarily small through suitable choice of $x,y,u,w\in (0,1)$, so $1$ is indeed the supremum.