2
$\begingroup$

For $a,b,c$ be non-negative reals such that $a\leq b+c$. Then prove that there exists non-negative reals $x$ and $y$ such that $x+y=a$, $x\leq b$ and $y \leq$ c.

  • 0
    I have taken cases where $b$ and $c$ are lower than $a$, both greater than $a$ and one on each side. No idea to proceed.2017-01-21

1 Answers 1

2

If either $b\geq a$ or $c\geq a$, then $0+a=a$ works. If both $b$ and $c$ are smaller than $a$, then see that $a=b+(a-b)$, and $x=b\leq b$ and $0\leq y=a-b\leq c$.

  • 0
    Thanks a lot Arthur. Its done.2017-01-21