(稍微改成本題的條件解題如下)
For 1≤x: ------√x----x----x^3, y is somewhere in orange zone (as 條件一 y<√x and 條件二 y<x), so if we have this case answer is always YES: y<x^3.
For 0≤x<1: 0----x^3----x----√x----1, y is somewhere in orange zone (as y<√x and y<x), so if we have this case answer is NOT always yes.