Documentation

Atlas.IntroductionToPartialDifferentialEquations.code.CM8.GreenExistence

theorem CM8.dirichlet_existence (n : ) [Fact (2 n)] (Ω : Set (Fin n)) (hΩ_open : IsOpen Ω) (hΩ_bounded : Bornology.IsBounded Ω) (hΩ_lip : IsLipschitzDomain Ω) (f g : (Fin n)) (hg : ContinuousOn g (frontier Ω)) :
∃ (u : (Fin n)), ContDiffOn 2 u Ω ContinuousOn u (closure Ω) (∀ xΩ, laplacian u x = f x) (∀ xfrontier Ω, u x = g x) ∀ (u' : (Fin n)), ContDiffOn 2 u' ΩContinuousOn u' (closure Ω)(∀ xΩ, laplacian u' x = f x)(∀ xfrontier Ω, u' x = g x)xclosure Ω, u' x = u x

Theorem 2.1 (basic existence and uniqueness for the Dirichlet problem): on a bounded Lipschitz domain $\Omega \subset \mathbb{R}^n$ ($n \geq 2$) with continuous boundary data $g \in C(\partial \Omega)$, the Poisson problem $\Delta u = f$ in $\Omega$ with $u = g$ on $\partial \Omega$ has a unique solution $u \in C^2(\Omega) \cap C(\overline{\Omega})$.

theorem CM8.green_function_decomposition (n : ) [hn : Fact (2 n)] (Ω : Set (Fin n)) (hΩ_open : IsOpen Ω) (hΩ_bounded : Bornology.IsBounded Ω) (hΩ_lip : IsLipschitzDomain Ω) (hΦ_cont : xΩ, ContinuousOn (fun (σ : Fin n) => FundSolN (x - σ)) (frontier Ω)) :
∃ (φ : (Fin n)(Fin n)), (∀ xΩ, ContDiffOn 2 (φ x) Ω) (∀ xΩ, ContinuousOn (φ x) (closure Ω)) (∀ xΩ, yΩ, laplacian (φ x) y = 0) (∀ xΩ, σfrontier Ω, φ x σ = FundSolN (x - σ)) xΩ, σfrontier Ω, FundSolN (x - σ) - φ x σ = 0

Proposition 2.0.2 (Green function decomposition): the Green function of $\Omega$ can be written as $G(x, y) = \Phi(x - y) - \varphi(x, y)$, where for each fixed $x \in \Omega$ the corrector $\varphi(x, \cdot)$ solves the Dirichlet problem $\Delta_y \varphi(x, y) = 0$ in $\Omega$ with $\varphi(x, \sigma) = \Phi(x - \sigma)$ on $\partial \Omega$.