Dist Curl dist Grad eq zero
Space.distCurl_distGrad_eq_zero
Plain-language statement
The curl of a grad is equal to zero.
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 591 research declarations. Search 10,000 more complete Mathlib declarations.
591 results
Clear filtersSpace.distCurl_distGrad_eq_zero
Plain-language statement
The curl of a grad is equal to zero.
Source project: Physlib
Person-level attribution pending.
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...
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
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...
Source project: Physlib
Person-level attribution pending.
Space.distDiv_ofFunction
Plain-language statement
The divergence of a distribution from a bounded function.
Source project: Physlib
Person-level attribution pending.
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 ℝ...
Source project: Physlib
Person-level attribution pending.