I want to check whether $$\max\bigl(0, x+\max(0, y+z-1)-1\bigr)=\max\bigl(0, z+\max(0, x+y-1)-1\bigr)$$ under restriction $x,y,z\in[0,1]$ but I don't know how to type it in WolframAlpha. For example this expression does not work:
max(0, x+max(0, y+z-1)-1)=max(0, z+max(0, x+y-1)-1) 0<=x<= 1 0<=y<=1 0<=z<=1 true or false
Will be very grateful for help!