Mathlib Map

Theorems · Definition · functional analysis

RKHS.kerFun

{𝕜 : Type u_1} →
  [inst : RCLike 𝕜] →
    {X : Type u_2} →
      {V : Type u_3} →
        [inst_1 : NormedAddCommGroup V] →
          [inst_2 : InnerProductSpace 𝕜 V] →
            (H : Type u_4) →
              [inst_3 : NormedAddCommGroup H] →
                [inst_4 : InnerProductSpace 𝕜 H] →
                  [RKHS 𝕜 H X V] → [CompleteSpace H] → [CompleteSpace V] → X → V →L[𝕜] H

The kernel functions of a reproducing kernel Hilbert space are the adjoint of the point evaluation.

Defined in
Mathlib.Analysis.InnerProductSpace.Reproducing
Cited by
17 results in Mathlib
Foundations
Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceNormedAddCommGroupInnerProductSpaceRKHSCompleteSpaceCompleteSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.