$\mathrm{V}$ is a $\mathbb{Q}$ - vector space with base $\mathrm{B} = (v_1,....v_n)$. A symmetric bilinear form is given with:
$$\mathrm{F}(v_i,v_j) = \{ \text{1 for i = j}, \frac{1}{2} \text{ for i = j-1 or i=j+1}, \text{0 else}\}$$
How can I prove, that $\mathrm{F}$ is positive definite?
Hint: Try considering matrices of the form $$\pmatrix{1 & \frac 12 & 0 & \cdots & 0 & 0 \\ \frac 12 & 1 & \frac 12 & \cdots & 0 & 0 \\ 0 & \frac 12 & 1 & \cdots & 0 & 0\\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots\\ 0 & 0 & 0 & \cdots & 1 & \frac 12 \\ 0 & 0 & 0 & \cdots & \frac 12 & 1}$$
One option is then to proceed by induction.