Enhance RKHS document by adding Moore-Aronszajn theorem and clarifying kernel examples

This commit is contained in:
Alexis BAYLET 2026-03-27 14:50:40 +01:00
parent bbe2dc9fd1
commit 59df0efc20
Signed by: alexis
GPG key ID: 6D10EC9A97F7F341

14
RKHS.md
View file

@ -21,10 +21,22 @@ Let `H` be a Hilbert space of functions of real value functions $ f: \mathbb{X}
**remark:** $ f = K(., x), k(x, x') = \langle k(., x'), k(., x) \rangle_{H} $ **remark:** $ f = K(., x), k(x, x') = \langle k(., x'), k(., x) \rangle_{H} $
## Examples of kernels **Examples of kernels:**
### kernel PDS ### kernel PDS
- $k(x, x') = \exp(-\gamma \|x - x'\|^2) $ with $ x, x' \in \mathbb{X} $ - $k(x, x') = \exp(-\gamma \|x - x'\|^2) $ with $ x, x' \in \mathbb{X} $
- $k(x, x') = (1 + \langle x, x' \rangle)^{p} $ with $ x, x' \in \mathbb{X} $ - $k(x, x') = (1 + \langle x, x' \rangle)^{p} $ with $ x, x' \in \mathbb{X} $
## Moore Aronszajn Theorem (1943)
Let `k` be a PDS kernel over $ \mathbb{X} $.
There exists a Hilbert space `H` and a map $ \Phi: \mathbb{X} \to H $ such that $ \forall x, x' \in \mathbb{X}, k(x, x') = \langle \Phi(x), \Phi(x') \rangle_{H} $
Moreover, there is a unique Hilbert space such that k is a reproducing kernel of `H`.
Let's call `H` : `H_{k}`
- $ \forall x \in \mathbb{X}, k(., x) \in H $
- $ \forall f \in H, \forall x \in \mathbb{X}, f(x) = \langle f, k(., x) \rangle_{H} $