0

I am working on the following exercise:

Consider $$P := \{ x \in \mathbb{R}^2 \mid x \ge 0, v^Tx \le 1 \quad (\forall v \in \mathbb{R}^2 : \lvert\lvert v \rvert\rvert = 1) \}$$

Is $P$ a polyhedron?

I think that $P$ is not a polyhedron since there are infinitely many such $v$, so we may not express $P$ in terms of a matrix.

Could you please tell me if my reasoning works?

3nondatur
  • 4,178

1 Answers1

1

If you consider the cases $v_1=0, v_2=1$ and $v1=1, v_2=0$, you see the $P \subseteq [0,1]\times[0,1]$. Additionally, we can show that, when $v_1^2+v_2^2=1$, the line defined by $v_1 x+v_2 y = 1$ is tangent to the unit circle, which leads to the conclusion mentioned by @CalvinKhor: $P$ is the parte of the unit circle in the first quadrant, and so not a polygon.

PierreCarre
  • 20,974
  • 1
  • 18
  • 34