Mathlib Map

Theorems · Theorem · potential theory

ContDiffWithinAt.laplacianWithin_CLM_comp_left_nhds

∀ {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] {G : Type u_4}
  [inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace ℝ G] {f : E → F} {x : E} {s : Set E} {l : F →L[ℝ] G},
  ContDiffWithinAt ℝ 2 f s x →
    UniqueDiffOn ℝ s →
      InnerProductSpace.laplacianWithin (⇑l ∘ f) s =ᶠ[nhdsWithin x s] ⇑l ∘ InnerProductSpace.laplacianWithin f s

The Laplacian commutes with left composition by continuous linear maps.

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

Around this declaration

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

Cites25

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.