I have the following equivalent representations for a hyperplane:
$H:=\{x\in\mathbb{R}^n\vert w^T\cdot x=d\},\quad w\in\mathbb{R}^n,d\in\mathbb{R}$ fixed
and
$H_2=\left\{x_0+\sum_{i=1}^{n-1}\lambda_i v_i\,\middle\vert\,\lambda_i\in\mathbb{R}\right\}\subseteq\mathbb{R}^n$ with $v_i$ linearly independent and $x_0\in\mathbb{R}^n$ fixed
In words the first representation of a hyperplane is described by an fixed angle represented by $d$ and a fixed vector given by $w$ so that every $x$ with the scalar product $w^T\cdot x=d$ has to lay on the same hyperplane. So all points belonging to the hyperplane are in $H$.
The $x_0$ in $H_2$ should be equivalent to the $w$ in $H$ and the sum represents a point in the hyperplane as combination of $n-1$ linearly independent vectors, since the vectors are fixed all points have to be on the same hyperplane.
I can describe this equivalency easily with words but I am not able to show it mathematically. Could you please help me with this task?