Mathlib Map

Theorems · Theorem · potential theory

InnerProductSpace.laplacianWithin_eq_iteratedFDerivWithin_complexPlane

∀ {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {e : ℂ} {s : Set ℂ} (f : ℂ → F),
  UniqueDiffOn ℝ s →
    e ∈ s →
      InnerProductSpace.laplacianWithin f s e =
        (iteratedFDerivWithin ℝ 2 f s e) ![1, 1] + (iteratedFDerivWithin ℝ 2 f s e) ![Complex.I, Complex.I]

Special case of the standard formula for functions on , with the standard real inner product structure.

Defined in
Mathlib.Analysis.InnerProductSpace.Laplacian
Cited by
0 results in Mathlib
Foundations
Depth 244 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.