I am doing exercise 2.15 of "convex optimization". While the solution confused me a lot.
as indicated by the solution: $\sum_{i=1}^{n} p_i =1$ defines a hyperplane.
while it's different from the dinition of hyperplane in page 27, 2.2.1 of the book:
A hyperplane is a set of the form $ \{x | a^T x=b\}, $ where $a \in \mathbb{R}^n, a \neq 0$, and $b \in \mathbb{R}$.
by the definition, solution of x could be considered as a line orthogonal to y axis in the x-y 2-dimensional coordinate, and also could be considered as a hyperplane in the other spaces.
how $\sum_{i=1}^{n} p_i =1$ defines a hyperplane ? it's quite weird!
$\mathbb{R}$, or equivalently,$\Bbb{R}$both produce "$\mathbb R$" which is what you probably meant when you say $b\in R$. – 5xum Oct 06 '21 at 07:04