For some constants `a` and `b`, and type variables `x` and `y`, would it be possible to solve `a * b <= x * y` from `(a <= x, b <= y)`?