Theorems · Theorem · potential theory
InnerProductSpace.laplacian_eq_iteratedFDeriv_stdOrthonormalBasis
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] [inst_2 : FiniteDimensional ℝ E]
{F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace ℝ F] (f : E → F),
Laplacian.laplacian f = fun x =>
∑ i, (iteratedFDeriv ℝ 2 f x) ![(stdOrthonormalBasis ℝ E) i, (stdOrthonormalBasis ℝ E) i]Standard formula, computing the Laplacian from the standard orthonormal basis of a real inner product space.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 244 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Finset.sumstatement · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univstatement · cited by 3,473
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement · cited by 1,770
- ContinuousMultilinearMapstatement · cited by 1,016
- Matrix.vecConsstatement · cited by 852
- Matrix.vecEmptystatement · cited by 832
Cited by8
Results whose statement or proof uses this declaration.
- ContDiffAt.laplacian_CLM_comp_leftproof · cited by 1
- ContDiffAt.laplacian_addproof · cited by 1
- ContDiffAt.laplacian_subproof · cited by 1
- InnerProductSpace.laplacian_congr_nhdsproof · cited by 1
- InnerProductSpace.laplacian_constproof · cited by 1
- InnerProductSpace.laplacian_negproof · cited by 1
- InnerProductSpace.laplacian_smulproof · cited by 1
- InnerProductSpace.laplacian_CLE_comp_leftproof · cited by 0