math concept
9 topics use this
Math concept
Hilbert Spaces
Core equation
$$\langle f, g \rangle = \int f(x)\overline{g(x)}\,dx$$
A Hilbert space is a complete inner product space — the infinite-dimensional generalisation of Euclidean space. It is the natural setting for quantum mechanics, functional data analysis, kernel methods, and Fourier analysis.
Inner product and norm
An inner product space has a map $\langle \cdot, \cdot \rangle: \mathcal{H}\times\mathcal{H} \to \mathbb{C}$ that is:
- Conjugate symmetric: $\langle f,g\rangle = \overline{\langle g,f\rangle}$
- Linear in first argument
- Positive definite: $\langle f,f\rangle > 0$ for $f \neq 0$
The induced norm $|f| = \sqrt{\langle f,f\rangle}$.
A Hilbert space is a complete inner product space (every Cauchy sequence converges).
Orthonormal bases
A set ${e_n}$ is orthonormal if $\langle e_m, e_n\rangle = \delta_{mn}$. Any $f \in \mathcal{H}$ can be written:
\[f = \sum_n \langle f, e_n\rangle e_n \quad \text{(Fourier series in } L^2)\]The Riesz representation theorem
Every bounded linear functional $\ell: \mathcal{H} \to \mathbb{C}$ can be written as $\ell(f) = \langle f, g\rangle$ for a unique $g \in \mathcal{H}$. This underpins the reproducing kernel Hilbert space (RKHS) framework used in kernel methods and Gaussian processes.
Fields that use this concept
Physical sciences
Computational chemistry
Coupled Cluster Theory
The gold-standard wavefunction method based on an exponential cluster operator that systematically captures electron correlation.
Density Functional Theory
A quantum mechanical method that replaces the many-body wavefunction with the electron density as the fundamental variable.
Hartree-Fock Theory
The foundational mean-field method for solving the electronic Schrödinger equation using antisymmetrised orbital products.
Perturbation Theory in Quantum Chemistry
Systematic expansion of energies and wavefunctions in powers of a small perturbation, including the Møller-Plesset treatment of electron correlation.
Earth sciences
Geophysics
Physical sciences
Quantum computing
Density Matrices
The mathematical framework for describing both pure and mixed quantum states, open systems, and quantum channels.
Grover's Algorithm
A quantum search algorithm achieving quadratic speedup over classical exhaustive search via amplitude amplification.
Quantum Entanglement
The non-classical correlations between quantum systems that cannot be explained by any local hidden-variable theory.
Quantum Gates
The fundamental building blocks of quantum circuits, implementing unitary transformations on qubit states.