Source-pinned research

Research proof index

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 591 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Dist Curl dist Grad eq zero

Space.distCurl_distGrad_eq_zero

Plain-language statement

The curl of a grad is equal to zero.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Deriv constant Slice Dist same

Space.distDeriv_constantSliceDist_same

Project documentation

Distributions on Space d.succ from distributions on Space d given a direction i. These distributions are constant on slices in the i direction.. -/ def constantSliceDist {M : Type} [NormedAddCommGroup M] [NormedSpace ℝ M] {d : ℕ} (i : Fin d.succ) : ((Space d) →d[ℝ] M) →ₗ[ℝ] (Space d.succ) →d[ℝ] M where toFun f := f ∘L sliceSchwartz i map_add' f g...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Deriv dist Of Function

Space.distDeriv_distOfFunction

Plain-language statement

The distributional spatial derivative of the distribution associated to a differentiable function is the distribution associated to the corresponding pointwise spatial derivative.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Div inv pow eq dim

Space.distDiv_inv_pow_eq_dim

Plain-language statement

The distributional divergence of the radial field x ↦ ‖x‖ ^ (-d) • x (i.e. x / ‖x‖ ^ d) equals d * volume (Metric.ball 0 1) , the surface area of the unit sphere S^{d-1} , times the Dirac delta at the origin. This is the Gauss-law identity underlying the fundamental solution of the Laplacian: away from 0 the field is divergence-free, and all of...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Div of Function

Space.distDiv_ofFunction

Plain-language statement

The divergence of a distribution from a bounded function.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Grad eq sum basis

Space.distGrad_eq_sum_basis

Project documentation

The gradient of a distribution (Space d) →d[ℝ] ℝ as a distribution (Space d) →d[ℝ] (EuclideanSpace ℝ (Fin d)). -/ noncomputable def distGrad {d} : ((Space d) →d[ℝ] ℝ) →ₗ[ℝ] (Space d) →d[ℝ] (EuclideanSpace ℝ (Fin d)) where toFun f := basis.repr.toContinuousLinearMap ∘L ((InnerProductSpace.toDual ℝ (Space d)).symm.toContinuousLinearMap).comp (fderivD ℝ...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record