Unique
HasVarAdjoint.unique
Mathematical statement
Variational adjoint is unique only when applied to smooth functions.
Source project: Physlib
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.
Showing 1,321 to 1,326 of 2,569 results.
HasVarAdjoint.unique
Mathematical statement
Variational adjoint is unique only when applied to smooth functions.
Source project: Physlib
Person-level attribution pending.
heat_from_convolution_heatKernel
Project documentation
Swap the second spatial derivative with the integral . -/ lemma swap_xx_heatKernel {α : ℝ} {x t : ℝ} (g : ℝ → ℝ) (ht : 0 < t) (hα : 0 < α) (hg : Integrable g) : HasDerivAt (fun x' => ∫ y, HKx α (x' - y) t * g y ∂volume) (∫ y, HKxx α (x - y) t * g y ∂volume) x := by have mem_nhds : Metric.ball x 1 ∈ 𝓝 x := Metric.ball_mem_nhds x (by...
Source project: PDE
Person-level attribution pending.
Heat.deriv_exp_heatKernel
Mathematical statement
Derivative of the exponential term exp(-(x²)/(4αt)) with respect to x.
Source project: PDE
Person-level attribution pending.
Heat.deriv_sqrt_inv
Mathematical statement
Derivative of 1/√x at a positive point.
Source project: PDE
Person-level attribution pending.
Heat.gaussian_tail_bound_by_weighted
Mathematical statement
Key Gaussian tail bound: This is the analytical estimate that allows us to bound Gaussian tail integrals and prove convergence as t → 0.
Source project: PDE
Person-level attribution pending.
Heat.hasDerivAt_heatKernel_t
Mathematical statement
The time derivative of the heat kernel ∂/∂t heatKernel(α, x, t).
Source project: PDE
Person-level attribution pending.