Dist Space Deriv commute
Space.distSpaceDeriv_commute
Project documentation
The space derivative of a distribution dependent on time and space. -/ noncomputable def distSpaceDeriv {M d} [NormedAddCommGroup M] [NormedSpace ℝ M] (i : Fin d) : ((Time × Space d) →d[ℝ] M) →ₗ[ℝ] (Time × Space d) →d[ℝ] M where toFun f := let ev : (Time × Space d →L[ℝ] M) →L[ℝ] M := { toFun v := v (0, basis i) map_add' v1 v2 := by simp only [root.add_a...
Source project: Physlib
Person-level attribution pending.