Documentation

Mathlib.Analysis.InnerProductSpace.Harmonic.Basic

Harmonic Functions #

This file defines harmonic functions on real, finite-dimensional, inner product spaces E.

Definition #

Let E be a real, finite-dimensional, inner product space and x be a point of E. A function f on E is harmonic at x if it is two times continuously โ„-differentiable and if its Laplacian vanishes in a neighborhood of x.

Instances For

    Let E be a real, finite-dimensional, inner product space and s be a subset of E. A function f on E is harmonic in a neighborhood of s if it is harmonic at every point of s.

    Instances For

      Harmonic functions are two times continuously differentiable.

      Elementary Properties #

      theorem InnerProductSpace.harmonicAt_congr_nhds {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {fโ‚ fโ‚‚ : E โ†’ F} {x : E} (h : fโ‚ =แถ [nhds x] fโ‚‚) :
      HarmonicAt fโ‚ x โ†” HarmonicAt fโ‚‚ x

      If two functions agree in a neighborhood of x, then one is harmonic at x iff so is the other.

      If f is harmonic at x, then it is harmonic at all points in a neighborhood of x.

      @[simp]

      Constant functions are harmonic

      @[simp]

      Constant functions are harmonic

      theorem InnerProductSpace.HarmonicOnNhd.mono {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {f : E โ†’ F} {s t : Set E} (h : HarmonicOnNhd f s) (hst : t โІ s) :

      If f is harmonic in a neighborhood of s, it is harmonic in a neighborhood of every subset.

      Harmonic functions are continuous.

      Vector Space Structure #

      theorem InnerProductSpace.HarmonicAt.add {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {fโ‚ fโ‚‚ : E โ†’ F} {x : E} (hโ‚ : HarmonicAt fโ‚ x) (hโ‚‚ : HarmonicAt fโ‚‚ x) :
      HarmonicAt (fโ‚ + fโ‚‚) x

      Sums of harmonic functions are harmonic.

      theorem InnerProductSpace.HarmonicAt.sub {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {fโ‚ fโ‚‚ : E โ†’ F} {x : E} (hโ‚ : HarmonicAt fโ‚ x) (hโ‚‚ : HarmonicAt fโ‚‚ x) :
      HarmonicAt (fโ‚ - fโ‚‚) x

      Differences of harmonic functions are harmonic.

      theorem InnerProductSpace.HarmonicOnNhd.add {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {fโ‚ fโ‚‚ : E โ†’ F} {s : Set E} (hโ‚ : HarmonicOnNhd fโ‚ s) (hโ‚‚ : HarmonicOnNhd fโ‚‚ s) :
      HarmonicOnNhd (fโ‚ + fโ‚‚) s

      Sums of harmonic functions are harmonic.

      theorem InnerProductSpace.HarmonicOnNhd.sub {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {fโ‚ fโ‚‚ : E โ†’ F} {s : Set E} (hโ‚ : HarmonicOnNhd fโ‚ s) (hโ‚‚ : HarmonicOnNhd fโ‚‚ s) :
      HarmonicOnNhd (fโ‚ - fโ‚‚) s

      Differences of harmonic functions are harmonic.

      The negative of a harmonic function is harmonic.

      The negative of a harmonic function is harmonic.

      theorem InnerProductSpace.HarmonicAt.const_smul {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {f : E โ†’ F} {x : E} {c : โ„} (h : HarmonicAt f x) :
      HarmonicAt (c โ€ข f) x

      Scalar multiples of harmonic functions are harmonic.

      Scalar multiples of harmonic functions are harmonic.

      Compatibility with Linear Maps #

      theorem InnerProductSpace.HarmonicAt.comp_CLM {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {G : Type u_3} [NormedAddCommGroup G] [NormedSpace โ„ G] {f : E โ†’ F} {x : E} (h : HarmonicAt f x) (l : F โ†’L[โ„] G) :
      HarmonicAt (โ‡‘l โˆ˜ f) x

      Compositions of continuous โ„-linear maps with harmonic functions are harmonic.

      Compositions of continuous linear maps with harmonic functions are harmonic.

      theorem InnerProductSpace.harmonicAt_comp_CLE_iff {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace โ„ E] [FiniteDimensional โ„ E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace โ„ F] {G : Type u_3} [NormedAddCommGroup G] [NormedSpace โ„ G] {f : E โ†’ F} {x : E} (l : F โ‰ƒL[โ„] G) :
      HarmonicAt (โ‡‘l โˆ˜ f) x โ†” HarmonicAt f x

      Functions are harmonic iff their compositions with continuous linear equivalences are harmonic.

      Functions are harmonic iff their compositions with continuous linear equivalences are harmonic.