I have the following set
$$A=\{ (x,y,z) : x > 0, x < y, 1 < x^2 + y^2 < 3, 1 < z < 5 \}$$
I know how to transform $x^2 + y^2$ and $z$ to cylindrical coordinates:
$$1 < x^2 + y^2 < 3 \implies 1 < r < \sqrt{3}$$
$1 < z < 5$ just stays the same.
But what about $x > 0$ and $x < y$?
