Given that $k$ is continuous on $[0,1]$ and $$\langle k,v \rangle=\int_0^1 k(x)v(x) \,\mathrm{d}x=0, \quad \forall v\in{V}$$ where$$ V=\{v: [0,1]→\mathbb{R},\ v \text{ is continuous},\ v(0) = v(1) = 0,\\ v′\ \text{ is piecewise continuous and bounded}\}, $$ show that $ k(x)\equiv0$ for $x\in [0,1]$.
I know that for any $v\in{V}$, $\langle v,v \rangle $$\geq 0$ and $\langle v,v \rangle =0$ if and only if $v=0$.
To show that $ k(x)\equiv0$, would the best approach be to apply the FTC and solve $$\int_0^1 k(x)v(x) \,\mathrm{d}x=0 $$ to find a constant $C$ that matches the boundary conditions $v(0) = v(1) = 0$?
Suppose that $k(x_0) > 0$ for some $x_0\in (0,1)$. By continuity, there is an open ball $B_{\varepsilon}(x_0) = (x_0-\varepsilon,x_0+\varepsilon)$ around $x_0$ such that $k(y) > k(x_0)/2$ for all $y\in B_{\varepsilon}(x_0)$. Pick a function $v\in V$ such that $v = 1$ on $B_{\varepsilon/2}(x_0)$ and whose support is contained in $B_{\varepsilon}(x_0)$. By hypothesis, $\int_0^1 k(x)v(x)\,dx = 0$. On the other hand, \begin{align*} \int_0^1k(x)v(x)\,dx &= \int_{x_0-\varepsilon}^{x_0+\varepsilon}k(x)\cdot\color{red}{v(x)}\,dx \\ &\ge \int_{x_0-\varepsilon/2}^{x_0+\varepsilon/2}\color{green}{k(x)}\cdot\color{red}{1}\,dx \\ &\ge \int_{x_0-\varepsilon/2}^{x_0+\varepsilon/2} \color{green}{\frac{k(x_0)}{2}}\,dx = \frac{k(x_0)}{2}\cdot\varepsilon > 0, \end{align*} a contradiction. (An analogous analysis holds if $k(x_0) < 0$.) Hence $k(x_0) = 0$ for every point in $(0,1)$, but $k$ is continuous on $[0,1]$, so its values at the endpoints are $$ k(0) = \lim_{x\to 0^+}k(x) = \lim_{x\to 0^+}0 = 0=\lim_{x\to 1^-}0 = \lim_{x\to 1^{-}}k(x) = k(1), $$ so $k \equiv 0$ on $[0,1]$, as desired.