Recently I have encountered this set, from "Introduction to Linear Optimization" by D. Bertsimas and John.N.Tsitsiklis:
$$P = \{(x,y) \in \mathbb{R}^2 : x \cos \theta + y \sin \theta \le 1, \forall \theta \in [0; \pi/2 ] \wedge x \ge 0 \wedge y \ge 0 \}$$
They ask if the set is a polyhedron or not. I guess that the answer is negative, as the variables have uncountable amount of constraints. I had some idea in mind, but I cannot enforce them into a real solution.
For now, I am trying to assume that there exists a matrix $A^{m \times 2}$ and a vector $b \in \mathbb{R}^m$ such that: $$P = \{ x \in \mathbb{R}^2: Ax \ge b \} $$ After that, I was attemping to prove that we can at least "turn" most of the constrains into the form of $x \cos \alpha_i + y \sin \alpha_i \ge \beta_i$, with $\alpha_i \in [0;\pi/2]$. In order to achieve this, I was trying to prove that the constrains with the form of $a_{i1}x + a_{i2}x \ge b_i$ with $a_{i1} < 0$ or $a_{i2} < 0$ are redundant. However, up to the current moment, my attempts seem to be in vain.
Please check my guess and my idea if it was correct in the first place, and please guide me to the solution of this problem.
Thank you for reading.