In the figure, I tried to indicate a straight line as a hyperplane which is denoted by pi. And the equation of the hyperplane is w^t.x = 0. Here hyperplane is passing through the origin point.
Could anyone help to prove how the minimum distance d between the point and the plane is?
d = w^t.P / ||w||
What I tried is written below:
I got from a tutorial that vector w = w^t. I am not sure how both would be equal to each other. Please help me here, How they are equal?
Now, if w = w^t, then we can write
w^t.P = ||w||.||P||.cos(theta)
=> ||P|| = w^t.P / ||w||.cos(theta)
As ||P|| = d then, => d = w^t.P / ||w|| cos(theta)
cos(theta) remain in the equation. Which I don't know how to eliminate.


Let's denote a vector from the origin $0$ to the point $P$ as $p$, i.e. $p = \overrightarrow{0P}$. Let's denote as $P_{\pi}$ the projection (point) of $P$ onto the plane $\Pi$ (and $p_{\pi}$ it's corresponding vector from the origin).
What do we know?
Use (1) and (2) to find $\lambda$. Assuming $|| w^T || = 1$ it is your answer. Otherwise: $$ d = || \lambda w^T || = \lambda || w^T || $$