I am trying to solve a fixed point problem and I have the $\sin(x/2)$ in my function. After checking that my function is defined in a closed interval which is convex and also maps elements onto itself. I am trying to define the interval in which I will solve the fixed point problem.
Here is the function: $$F(x,y)= (\sin(x/2)\cos(y-1) + 1/4, \cos(x+1)\sin(y/2) - 1/2)$$in $[-1,1]\times[-1,1].$
So normally $|\sin(a)|\le1$ and I think it remains true regardless of $a=x/2.$ But apparently, in the defined intervals above, $\sin(x/2)\in[-1/2,1/2].$
Can someone help with why please? I am kinda lost here