Theorems · Theorem · potential theory
InnerProductSpace.laplacian_eq_iteratedFDeriv_orthonormalBasis
∀ {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) {ι : Type u_5}
[inst_5 : Fintype ι] (v : OrthonormalBasis ι ℝ E),
Laplacian.laplacian f = fun x => ∑ i, (iteratedFDeriv ℝ 2 f x) ![v i, v i]Standard formula, computing the Laplacian from any orthonormal basis.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 243 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univstatement and proof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- FiniteDimensionalstatement and proof · cited by 1,854
- TensorProduct.tmulproof · cited by 1,182
- ContinuousMultilinearMapstatement · cited by 1,016
Cited by3
Results whose statement or proof uses this declaration.
- InnerProductSpace.laplacian_eq_iteratedFDeriv_stdOrthonormalBasisproof · cited by 8
- InnerProductSpace.laplacian_eq_iteratedFDeriv_complexPlaneproof · cited by 2
- SchwartzMap.laplacian_applyproof · cited by 0