RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.H1 #
An upstream-friendly definition of a Euclidean H¹-type energy space built from L².
At the current Mathlib pin, we do not have a ready-made Sobolev-space development for domains or manifolds. For the Laplace–Beltrami compact-resolvent discharge, we mainly need:
- a Hilbert space
H¹equipped with a continuous embedding intoL²; - a continuous “gradient” map
H¹ → L²(E); and later - a compactness theorem for the inclusion on bounded domains / compact manifolds (Rellich).
This file defines H¹ as the closed submodule of L² × L²(E) generated by C¹-functions with
compact support and their gradients (expressed using the Riesz representation toDual).
Main definitions #
RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.C1c: theℝ-submodule ofC¹compactly supported functionsE → ℝ.RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.h1: the (closed)H¹submodule ofL²(E) × L²(E,E).RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.h1ToL2: the continuous embeddingH¹ → L².RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.h1ToL2Grad: the continuous gradient mapH¹ → L²(E).
No analytic “Sobolev theorems” are proved here; those are tracked separately (Rellich / elliptic regularity beads).
Borel σ-algebra on the model space E.
Equations
Instances For
C¹ real-valued functions on E with compact support, as a submodule of E → ℝ.
Equations
Instances For
The pointwise gradient (as an E-valued function), via Riesz representation.
Equations
Instances For
The L² class of a C¹ compactly supported function.
Equations
Instances For
The L² class of the gradient of a C¹ compactly supported function.
Equations
Instances For
Linear map sending C¹_c functions to their L² classes.
Equations
- RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.toL2Linear μ = { toFun := RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.toL2 μ, map_add' := ⋯, map_smul' := ⋯ }
Instances For
Linear map sending C¹_c functions to the L² class of their gradient.
Equations
- RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.toL2GradLinear μ = { toFun := RellichKondrachov.Analysis.FunctionalSpaces.Sobolev.Euclidean.toL2Grad μ, map_add' := ⋯, map_smul' := ⋯ }
Instances For
The graph map f ↦ (f, ∇f) into L² × L²(E).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Euclidean H¹ space (as a closed submodule of L² × L²(E)).
Equations
Instances For
The Euclidean H¹ submodule is closed by construction.
H¹ is complete (a Hilbert space once the ambient L² spaces are).
The continuous embedding H¹ → L².
Equations
- One or more equations did not get rendered due to their size.
Instances For
The continuous gradient map H¹ → L²(E).
Equations
- One or more equations did not get rendered due to their size.