Add proof section for the uniqueness of reproducing kernel Hilbert spaces in RKHS document

This commit is contained in:
Alexis BAYLET 2026-03-27 15:02:54 +01:00
parent d0afe915d3
commit 81c8e0267f
Signed by: alexis
GPG key ID: 6D10EC9A97F7F341

12
RKHS.md
View file

@ -48,3 +48,15 @@ Soit $k$ un noyau défini positif sur $\mathcal{X}$.
2. **Unicité :** Il existe un unique espace de Hilbert $H_k$ tel que $k$ soit son noyau reproduisant. Cet espace possède les propriétés : 2. **Unicité :** Il existe un unique espace de Hilbert $H_k$ tel que $k$ soit son noyau reproduisant. Cet espace possède les propriétés :
* $\forall x \in \mathcal{X}, k(\cdot, x) \in H_k$ * $\forall x \in \mathcal{X}, k(\cdot, x) \in H_k$
* $\forall f \in H_k, \forall x \in \mathcal{X}, f(x) = \langle f, k(\cdot, x) \rangle_{H_k}$ * $\forall f \in H_k, \forall x \in \mathcal{X}, f(x) = \langle f, k(\cdot, x) \rangle_{H_k}$
### Proof
$$ H_{0} = \left \{ f : \mathbb{X} \to \mathbb{R}, (\alpha_{1}, \dots, \alpha_{n}) \in \mathbb{R}^{n}, f(x) = \sum_{i=1}^{n} \alpha_{i} k(x, x_{i}) \right \} $$
Let $ g(x) = \sum_{i=1}^{m} \beta_{i} k(x, z_{i}) $
$$
\langle f, g \rangle_{H_0} = \sum_{i=1}^{n} \sum_{j=1}^{m} \alpha_{i} \beta_{j} k(x_{i}, z_{j})
$$