Suppose I have the following
$x = \min(\max(y,z+w), k-w)$ and $z = \min(c, k-2w)$
where $x,y,z,w,k$ are real numbers and $w>0$.
Is it true that $z+w \le x$?
Suppose I have the following
$x = \min(\max(y,z+w), k-w)$ and $z = \min(c, k-2w)$
where $x,y,z,w,k$ are real numbers and $w>0$.
Is it true that $z+w \le x$?
Copyright © 2021 JogjaFile Inc.
Let $u = z + w, v = k - w, r = c + w$.
Your question becomes
Here it is clear that either
In either case $u \le x$.
Therefore always $z + w \le x$