Three point summary
-
Elliptic partial differential equations (PDE) are PDE with no time variable and whose leading order derivatives satisfy a positivity condition.
-
Using Lax Milgram’s theorem, we can prove the existence and uniqueness of weak (distributional) solutions if the reaction term dominates the transport term. Using the Fredholm alternative, we can characterize the spectrum of the elliptic operator and the existence of solutions.
-
Under suitable smoothness assumptions on the coefficients and domain, the solution map of the PDE adds two derivatives to the input function. This improved regularity allows us to recover classical solutions if the coefficients are smooth enough.
Why should I care?
Many problems arising in physics, such as the Laplace and Poisson equation, are elliptic PDE. Furthermore, the tools used to analyze them can be extrapolated to other settings, such as parabolic PDE (depending on your viewpoint this may be a bit circular). The analysis also helps contextualize and provide motivation for theoretical tools such as Hilbert spaces, compact operators and Fredholm operators.
Notation
We will use Vinogradov notation $f \lesssim g$ to mean that there exists a constant $C>0$ such that $f \leq Cg$. If we want to emphasize that the constant depends on a parameter $\alpha$, we will write $f \lesssim\U \alpha g$.
We fix $U \subset \mathbb{R}^d$ to be an open subset of $\mathbb{R}^n$ with no conditions on the regularity of $\partial U$. If we need to impose regularity on the boundary, we will write $\Omega$ instead of $U$. Finally, we will write
Introduction
Welcome back to the second post on our series of PDE. In post 4, we gave a physical derivation of PDE (both parabolic and elliptic) that justify why we are interested in such equations. In posts 1, 2, 3, 5 of the series we built up the theoretical framework necessary to define Sobolev spaces, spaces of weakly differentiable functions to which we could extend the concept of differentiation (I know, the order is a bit messed up). We are now going to use the previous theory to study these equations.
The problem: Mathematical framework
We consider the following problem: given a bounded open set $U \subset \mathbb{R}^n$ and some coefficients $\mathbf{A},\mathbf{b},c$, we want to solve the following elliptic PDE
where $f: U \to \mathbb{R}$ is some known function, $u$ is the solution we want to find. In the case where $U = \mathbb{R}^d$ the boundary condition is vacuous as $\partial \mathbb{R}^d = \emptyset$.
We recall from post 4 that physically; we can interpret $u$ as the density of some substance, $\mathbf{A}$ as a diffusion matrix, $\mathbf{b}$ as a transport vector, $c$ as a reaction coefficient and $f$ as the source term. For the mathematical theory, we will need some conditions on the coefficients. Primarily, we require that $\mathbf{A}$ is elliptic.
Definition 1 (Ellipticity). Given $\mathbf{A}: U \to \mathbb{R}^{d \times d}, \mathbf{b}: U \to \mathbb{R}^d$ and $c:U \to \mathbb{R}$ we say that the operator
is elliptic if there exists $\alpha>0$ such that
We also say that $\mathbf{A}$ is elliptic.
There are some points to clear up. Firstly, if this is the first time you’ve encountered the ellipticity condition in (\ref{elliptic}) , then it may seem a bit strange. With the previous physical interpretation, the ellipticity condition (\ref{elliptic}) says that diffusion occurs from the region of higher to lower density. Mathematically speaking, (\ref{elliptic}) will prove necessary to apply Lax Milgram’s theorem and obtain regularity estimates on $u$.
Next, when developing the mathematical theory of any equation, the first step is to establish whether the equation is well-posed.
Definition 2 (Well-posedness). We say that an equation is well-posed if
-
It has a solution.
-
The solution is unique.
-
The solution depends continuously on the data.
The above definition originates from the work of Hadamard and is standard in the context of PDE. The three properties above make the problem nice to work with and may be familiar from the basic theory of ODE. However, not all problems are well-posed. Ill-posedness often arises when one works with inverse problems, such as the backward heat equation, where one tries to recover the initial heat distribution from the final one.
The well-posedness of any given PDE is highly contingent on the space considered. In our case, we still need to define which function space our coefficients $\mathbf{A,b},c$ live in and what space $\mathcal{L}$ acts on. It would be natural to assume that we need $\mathbf{A}$ and $\mathbf{b}$ to be differentiable. However, the following will suffice.
Assumption 1 . We assume that $A\U {ij}, b\U i, c \in L^\infty (U)$ for all $i,j=1,\ldots,d$. Furthermore, $\mathbf{A}$ is symmetric ($A\U {ij}=A\U {ji}$) and elliptic.
In the future, $i,j$ will always run from $1$ to $d$, where $d$ is the dimension of the space.
Observation 1. We lose no generality by assuming that $\mathbf{A}$ is symmetric as $\partial \U {ij} u =\partial \U {ji} u$. If $\mathbf{A}$ is not symmetric, we can replace $\mathbf{A}$ by $(\mathbf{A}+\mathbf{A}^T)/2$ and equation (\ref{PDE}) will remain unchanged.
The first part of Assumption 1 will make it easy to get bounds on $\mathcal{L}$, and the second part will prove useful when we look at the spectral theory of $\mathcal{L}$. Now, to make sense of our problem (\ref{PDE}) , we need to define what we mean by a solution. Here, the theory of Sobolev Spaces and the Fourier transform prove crucial. We will work with the following space.
Definition 3 (Negative Sobolev space). Given $k \in \mathbb{N}$ we define
For more details on why we denote the dual using negative exponents, see the relevant section in the previous post on fractional Sobolev spaces. We recall also that every element in $H^{-k}(U)$ can be written as the sum of derivatives up to order $k$ of a function in $L^2(U)$.
Exercise 1 . Suppose $A\U {ij}, b\U i, c \in L^\infty(U)$. Then, $\mathcal{L}$ defines a bounded linear operator
Exercise 1 allows us to define the weak formulation of (\ref{PDE}) and study its well-posedness using Lax Milgram’s theorem. We will do this in the next section.
Weak solutions and well-posedness
By Exercise 1, we can make sense of the equation $\mathcal{L}u =f$ for all $f \in H^{-1}(U)$.
Definition 4 (Weak formulation). Given $f \in H^{-1}(U)$, we say that $u~\in~H\U 0^1(U)$ solves equation (\ref{PDE}) if
In (\ref{weak def}) we used the “duality notation” $(v,f):= f(v)$ for $f \in X, v \in X’$ (here $X= H\U 0^1(U)$). We have now reformulated our problem to something that looks very similar to the setup of Lax Milgram’s theorem and can use this to prove the well-posedness of (\ref{PDE}) under certain conditions.
Theorem 5 . Let $U \subset \mathbb{R}^d$ be an arbitrary open set. Suppose Assumption 1 holds and let $\mathbf{b}=0$. Then, if $c >0$ equation (\ref{PDE}) is well-posed, and we have the homeomorphism
If $U$ is bounded, the above also holds for $c\geq 0$.
Proof. The continuity of $B$ is a consequence of Exercise 1. It remains to see that $B$ is coercive. For smooth $u \in C\U c^\infty(U)$ we have that
Where in the first inequality, we used the ellipticity assumption on $\mathbf{A}$, and in the last inequality, we used Poincaré’s inequality if $U$ is bounded. The result now follows from Lax Milgram’s theorem. ◻
Theorem 5 is an example of the advantages of working with a weak formulation instead of solutions differentiable in a classical sense. The weak formulation allows us not only to make sense of our equation (\ref{PDE}) for a wider class of coefficients but also provides a natural framework to study the well-posedness of (\ref{PDE}) .
Exercise 2. Show that, under the conditions of Theorem 5, if $U$ is bounded, there is a countable basis of eigenfunctions for $\mathcal{L}$.
In Theorem 5, we somewhat unsatisfyingly had to impose the extra assumption that $\mathbf{b}$ was identically zero and that $c > 0$. These extra assumptions can be done away with but at the cost of modifying our initial problem by a correction term $\gamma$ so we can obtain a coercive operator $B\U \gamma$.
Theorem 6 (Modified problem). Let $U \subset \mathbb{R}^d$ be any open set and let Assumption 1 hold. Then, there exists some constant $\nu \geq 0$ (depending on the coefficients) such that for all $\gamma \geq \nu$ the operator $\mathcal{L}\U \gamma := \mathcal{L}+ \gamma \mathbf{I}$ is positive definite and defines a homeomorphism
That is, the problem $\mathcal{L}u +\gamma u =f$ is well-posed for all $\gamma > \nu$.
Proof. Once more, the proof will go through the Lax-Milgram theorem, where now we work with the bilinear operator $B\U \gamma$ associated with $\mathcal{L}\U \gamma$
The calculation proceeds similarly to (\ref{b=0}) . We recall the Cauchy inequality
which can be checked directly by using that $(c-d)^2 \geq 0$. Applying (\ref{Cauchy}) to $a=\nabla u$ and $b= v$, shows that
Taking $\varepsilon$ small enough (smaller than $\alpha \left\lVert \mathbf{b} \right\rVert\U {L^\infty(U)}^{-1}$ to be precise) and gathering up terms gives
Where we defined $\nu = \left\lVert \mathbf{b} \right\rVert\U {L^\infty(U)} \varepsilon ^{-1}+\left\lVert c \right\rVert\U {L^\infty(U)}$. The theorem follows from (\ref{b not 0}) as for all $\gamma > \nu$
Equation (\ref{pd}) also shows that $\mathcal{L}\U \gamma$ is positive definite and the proof is complete. ◻
Fredholm alternative
We now analyze further what we can say about the well-posedness of (\ref{PDE}) . What has to happen for the equation to be ill-posed? If there are multiple solutions, what does the space of solutions look like? As we will see, this is intimately linked to the spectrum of the operator $\mathcal{L}$ and the Fredholm alternative will provide the answers we are looking for,
We begin by considering $\mathcal{L}u =\lambda u+f$, which is a small generalization of our original problem (\ref{PDE}) . We take $\gamma > \left| \lambda \right|$ large enough as in Theorem 6 and note that
Now write $\mu:=(\gamma+\lambda)$ and rename $v:=\mu u +f$. An algebraic manipulation shows that (\ref{above}) is equivalent to
where $\mathbf{I}$ is the identity operator. Suppose now that $U$ is bounded, then, by Rellich’s theorem, we know that the following inclusion is compact
As a result, by Theorem 5, we deduce that $\mathcal{L}\U \gamma^{-1}: L^2(U) \to L^2(U)$, which we are now viewing as an operator on $L^2(U)$, is compact. More precisely,
is compact and the reasoning in (\ref{above}) , (\ref{below}) shows that, given $f \in L^2(U)$, and $u \in H\U 0^1(U)$
Equation (\ref{reasoning}) is exactly the form the Fredholm alternative takes ($\mu$ can be incorporated into the compact operator $K$) and justifies the following.
Theorem 7 . Let $U\subset \mathbb{R}^d$ be bounded, let $\mathcal{L}$ verify Assumption 1, and $\lambda \in \mathbb{R}, f \in L^2(U)$ be any. Consider the problems
Then, the following hold:
-
Equation (\ref{original}) is well-posed if and only if (\ref{originalh}) has no non-zero solutions. That is, if and only if $\lambda \notin \sigma(\mathcal{L})$.
-
The spectrum $\sigma (\mathcal{L})$ is discrete. If $\sigma(\mathcal{L})= \{\lambda\U n \}\U {n=1}^\infty$ is infinite, then $\lambda \U n \to +\infty$.
-
The dimensions of the following spaces are equal
- Equation, (\ref{original}) has a solution if and only if $f \in (N^\star )^\perp$ $($equivalently $\left\langle w,f\right\rangle=0$ for all $w \in N^\star )$.
Proof. Given $f \in L^2(U)$ and $\lambda \in \mathbb{R}$ as before, we consider $\gamma > \left| \lambda \right|$ large and define
, where $i : H^1(U) \hookrightarrow L^2(U)$ is the inclusion. Consider the following two problems,
The reasoning in (\ref{reasoning}) showed that a solution $u$ to (\ref{original}) gives a solution to (\ref{fred}) via the transformation $v=\mu u +f$. The converse needs to be clarified, as given $v \in L^2(U)$, the inverse transformation $u = \mu ^{-1}(v-f)$ may not return a function in $H\U 0^1(U)$. However, if $v$ solves (\ref{fred}) , then $u$ verifies
Cancelling out the $f$ and dividing by $\mu$ we obtain that
By Theorem 5 we know that $Kv = \mathcal{L}\U \gamma ^{-1} v \in H\U 0^1(U)$ for all $v \in L^2(U)$ . As a result, $u$ solves problem (\ref{original}) , and by the transformation $v \leftrightarrow u$ problem (\ref{fred}) has a solution if and only if problem (\ref{original}) has a solution. Taking $f=0$, we also obtain that $u$ solves problem (\ref{originalh}) if and only $v$ solves problem (\ref{fredh}) . In conclusion,
where the second equivalence is due to the Fredholm alternative, and the third can be verified by an algebraic manipulation. This proves the first point.
To see the second point, note that, by definition of $T$, equation (\ref{fredh}) has non-zero solutions if and only if $\mu ^{-1} \in \sigma (K)$. Since $K$ is compact, $\sigma(K)$ is discrete and if $\sigma (K)$ is infinite, then its eigenvalues, which we denote by $\left\{\mu \U n^{-1}\right\}\U {n=1}^\infty$, go to $0$. Furthermore, since by Theorem 6 $K$ is positive definite, $\mu\U n >0$ and the claim follows by the correspondence $\lambda\U n =\mu\U n -\gamma$.
For the third and fourth points, we use that, as we have already proved, $\mathrm{ker}(T)=N$. Additionally,
from where
Applying the Fredholm alternative concludes the proof. ◻
Setting $\lambda =0$ in Theorem 7, we recover our original problem and obtain the following corollary.
Corollary 8. Equation (\ref{PDE}) is well-posed unless the homogeneous problem $\mathcal{L}u=0$ has a non-zero solution (that is, $\mathrm{ker}(\mathcal{L})\neq 0$). The space of solutions then has dimension $\mathrm{ker}(\mathcal{L})$, which is also equal to the dimension of $\mathrm{ker}(\mathcal{L}^\star )$. Finally, (\ref{PDE}) will have a solution if and only if $f$ is orthogonal to the kernel of $\mathcal{L}^\star $.
In particular, to study the existence of solutions to (\ref{PDE}) , it is enough to study the uniqueness of solutions to (\ref{PDE}) !
Exercise 3. In Theorem 7 we used that, for $\gamma$ large enough, $K= \mathcal{L}\U {\gamma }^{-1}$ is compact. However, $\mathcal{L}\U {\gamma }^{-1}$ is invertible with inverse $\mathcal{L}\U \gamma$. As a result $\mathbf{I}=\mathcal{L}\U \gamma \circ \mathcal{L}\U \gamma ^{-1}$ is compact. How is this possible?
Exercise 4. Where does the proof of Theorem 7 break down if we replace $U$ with $\mathbb{R}^d$?
Exercise 5. Show using Theorem 7 that equation (\ref{fred}) (the generalization of (\ref{PDE}) ) is well-posed saved for at most a discrete set of $\lambda$.
Exercise 6. Show the necessity of point 4 in Theorem 7 using only linear algebra.
Higher regularity
We have so far seen that, under the previous assumptions, solutions to (\ref{PDE}) are in $H\U 0^1(U)$. However, analogously to the classical setting, we may expect that $u$ is two degrees of regularity smoother than $f$. That is that $u \in H^2(U)$. This improved regularity is true, but only with the caveat that the domain $U$ is sufficiently regular. Counterexamples with non-smooth domains exist. See Savare, 1998.
We will also see how, for smoother coefficients, we can iterate to obtain a higher regularity of $u$. As a result, when the coefficients of (\ref{PDE}) are smooth, $u$ will be as well, and we will obtain a classical solution to problem (\ref{PDE}) .
Finite differences
In our study of regularity, we will make use of the difference quotients. Given a function $u \in L^p(\mathbb{R}^d)$, we define the difference quotients in the $j$-th direction as
If $u$ is differentiable, then $D\U j^h u \to \partial\U j u$ as $h \to 0$. The following lemma shows that, on $\mathbb{R}^d$, the difference quotients of $u$ are bounded if and only if $u$ is weakly differentiable.
Lemma 9 (Difference quotients and regularity). Let $p \in (1, +\infty)$, and $C >0$ be some constant. Then, the following hold.
-
If $u \in L^p(\mathbb{R}^d)$ and for all $h$ sufficiently small $\left\lVert D\U j^h u \right\rVert\U {L^p(\mathbb{R}^d)} \leq C$. Then $u \in W^{1,p}(\mathbb{R}^d)$.
-
If $u \in W^{1,p}(\mathbb{R}^d)$. Then, $\left\lVert D\U j^h u \right\rVert\U {L^p(\mathbb{R}^d)} \leq \left\lVert \partial\U j u \right\rVert\U {L^p(\mathbb{R}^d)}$.
Proof. We begin by proving the first point. Since $L^p(\mathbb{R}^d)$ is reflexive, every bounded sequence in $L^p(\mathbb{R}^d)$ has a weakly convergent subsequence. Thus, we can find $h\U n$ and $v \in L^p(\mathbb{R}^d)$ such that $D\U j^{h\U n} u \rightharpoonup v$ weakly in $L^p(\mathbb{R}^d)$. We want to show that $v = \partial\U j u$. To this aim, let $\varphi \in C\U c^\infty(\mathbb{R}^d)$. Then,
where in the first equality, we used the weak convergence of $D\U j^{h\U n}u$ to $v$; in the second, we separated the integral in two and used the change of variable $x \to x-h\U n e\U j$ on the first of the integrals (from now on we will call this “discrete integration by parts”). The final equality follows from the smoothness of $\varphi$. Since $\varphi \in C\U c^\infty(\mathbb{R}^d)$ was arbitrary, we have that $v=\partial\U j u$ almost everywhere. Since $u \in L^p(\mathbb{R}^d)$, this shows that $u \in W^{1,p}(\mathbb{R}^d)$.
For the second point, suppose that $u$ is smooth; then, by the fundamental theorem of calculus,
Taking norms and using Minkowski’s integral inequality we obtain
where in the second equality, we used the change of variables $x \to x-the\U j$. We conclude by using the density of smooth functions in $W^{1,p}(\mathbb{R}^d)$ to take limits in the above inequality. ◻
The result can be extended to arbitrary open subsets $U \subset \mathbb{R}^d$. In this case, one can only obtain local regularity as the translation $u(x+h e\U j)$ is not well defined on the whole of $U$. We recall the notation $V \Subset U$ to mean that $V$ is a subset of $U$ with $\bar{V} \subset U$.
Lemma 10 (Difference quotients and local regularity). Let $p \in (1, +\infty)$, $C>0$ be a constant and $V \Subset U$ open. Then, the following hold.
-
If $u \in L^p(U)$ and for all $h$ sufficiently small $\left\lVert D\U j^h u \right\rVert\U {L^p(V)} \leq C$. Then, $u \in W^{1,p}(V)$.
-
If $u \in W^{1,p}(U)$. Then, $\left\lVert D\U j^h u \right\rVert\U {L^p(V)} \leq \left\lVert \partial\U j u \right\rVert\U {L^p(U)}$ for all $h<\,\mathrm{d}(V,\partial U)$.
Exercise 7. Prove Lemma 10.
Regularity on $\mathbb{R}^d$
By using second-order finite difference, we now show that the solution to (\ref{PDE}) is in $H^2(\mathbb{R}^d)$ if we impose additionally that $\mathbf{A}$ is continuously differentiable.
Theorem 11 (Improved regularity on $\mathbb{R}^d$ ). Suppose that $A\U {ij}\in C^1(\mathbb{R}^d)$ is elliptic and that $b\U i \in L^\infty(\mathbb{R}^d ), c \in L^\infty(\mathbb{R}^d)$ . Then, if $u \in H^1(\mathbb{R}^d)$ solves $\mathcal{L}u=f$, it holds that $u \in H^2(\mathbb{R}^d)$ with
Proof. The idea is to use difference quotients to approximate the second derivative of $u$
Since $v \in H^1(U)$, we can substitute $v$ into the weak formulation (\ref{weak def}) , do a discrete integration by parts and use Cauchy’s inequality to show that $\left\lVert D\U j^h \nabla u \right\rVert\U {L^2(\mathbb{R}^d)}$ is bounded. Using Lemma 9, we will then conclude that $u \in H^{2}(\mathbb{R}^d)$ and finish off the proof. We now put this plan into action. From (\ref{weak def}) , we have that
Applying a discrete integration by parts to the left-hand side of (\ref{start}) as in (\ref{weak int parts}) , we obtain
where in the last equality, we used the notation $\mathbf{A}^h(x):=\mathbf{A}(x+h)$ and the product rule for difference quotients (this can be checked by basic algebra). Using the ellipticity of $\mathbf{A}$ and Cauchy’s inequality (\ref{Cauchy}) to put $\varepsilon$ on the higher order negative term $D\U j^h \nabla u$ we obtain that for some constant $C$
where we used that, since $\mathbf{A} \in C^1(\mathbb{R}^d)$, the term $D\U j^h \mathbf{A}$ is bounded. Setting $\varepsilon =\alpha /3$ in (\ref{first}) we obtain that
We now estimate the right-hand side of (\ref{start}) . We have that, by Cauchy’s inequality and the second point of Lemma 9,
Once more, setting $\varepsilon =\alpha /3$ gives
Using (\ref{second}) and (\ref{third}) in (\ref{start}) shows that, for some constant $\widetilde{C}$,
Equation (\ref{fourth}) is almost the desired result save the presence of $\left\lVert \nabla u \right\rVert\U {L^2(\mathbb{R}^d)}$ on the right-hand side. However, by setting $v= u$ in (\ref{start}) and once more using Cauchy’s inequality, we obtain that
Combining (\ref{fourth}) and (\ref{fifth}) gives the bound
Applying the first point of Lemma 9 and taking square roots concludes the proof. ◻
By induction, we can obtain higher-order regularity. For notational convenience, we write
This space corresponds to functions that are $k$ times weakly differentiable with bounded and square-integrable derivatives up to order $k$.
Theorem 12 (Regularity on $\mathbb{R}^d$ ). Suppose that $\mathcal{L}$ is elliptic and that its coefficients verify
Then, if $u \in H^1(\mathbb{R}^d)$ solves $\mathcal{L}u=f$, it holds that $u \in H^{k+2}(\mathbb{R}^d)$ with
Proof. The theorem holds for $k=0$ by Theorem 11. Suppose by hypothesis of induction that the theorem holds up to order $k$. Let
Then, by the induction hypothesis $u \in H^{k+2}(\mathbb{R}^d)$ with
Consider a multi-index $\alpha$ with $|\alpha|=k+1$ and $\widetilde{v } \in C\U c^\infty(\mathbb{R}^d)$. Then, substituting $v := (-1)^{\left| \alpha \right| } D^\alpha \widetilde{v}$ in the weak formulation (\ref{weak def}) we obtain by integrating by parts that
Let us write $\widetilde{u}:= D^\alpha u$. Applying the chain rule repeatedly and keeping only the derivatives of order $k+3$ of $u$ on the left-hand side to obtain
where $\widetilde{f}$ involves only $D^\alpha f$ as well as sums and products of derivatives up to order $k+2$ of $u,\mathbf{A}$ and up to order $k+1$ of $\mathbf{b}$ and $c$. As a result, by the conditions on the coefficients in (\ref{coefficients k1}) and the induction hypothesis (\ref{hi}) , we have that $\widetilde{f} \in L^2(\mathbb{R}^d)$ with
By equation (\ref{weak solk}) , $\widetilde{u}$ is a solution to $\mathcal{L}\widetilde{u}= \widetilde{f}$ and applying the case $k=0$ (Theorem 11) together with (\ref{hi}) and (\ref{Hkr}) shows that $\widetilde{u} \in H^{2}(\mathbb{R}^d)$ with
Since $\alpha$ was any coefficient of order $k+1$, we deduce that $u \in H^{k+3}(\mathbb{R}^d)$ with
The equation above is the hypothesis of induction for $k+1$, and the proof is complete. ◻
Iterating the above theorem, we obtain that if the coefficients of $\mathcal{L}$ are smooth, then the solution to (\ref{PDE}) is smooth as well. And $u$ is a classical solution to (\ref{PDE}) .
Theorem 13 (Infinite regularity on $\mathbb{R}^d$). Let $A\U {ij}, b\U i,c \in C^{\infty}(\mathbb{R}^d)$ with $\mathbf{A}$ elliptic. Then, if $u \in H^1(U)$ solves $\mathcal{L}u=f$, it holds that $u \in C^\infty(\mathbb{R}^d)$
Proof. By Theorem 15, we have that $u \in H^k(\mathbb{R}^d)$ for all $k \in \mathbb{N}$. By Sobolev embeddings we deduce that $u \in C^\infty(\mathbb{R}^d)$. ◻
At first sight, it may seem as if the above results can be extended to solutions of (\ref{PDE}) on $U \subsetneq \mathbb{R}^d$ with the following reasoning. However, there is a mistake in the reasoning. Can you spot it?
Exercise 8. The following argument is false. Show the flaw in the reasoning.
Let $U \subset \mathbb{R}^d$ be any open subset. Suppose that $A\U {ij}\in C^1(\overline{U} )$ is elliptic and that $b\U i, c \in L^\infty(U)$ . Let $u \in H\U 0^1(U)$ solve $\mathcal{L}u=f$. The extension $\widetilde{u}$ to $\mathbb{R}^d$ by zero of $u$ is in $H^1(\mathbb{R}^d)$. The coefficients $b,c$ can likewise be extended by $0$ to functions $\widetilde{\mathbf{b}}, \widetilde{c} \in L^\infty(\mathbb{R}^d)$. Likewise for $f$ to $\widetilde{f} \in L^2(\mathbb{R}^d)$ and by Assumption, $\mathbf{A}$ is the restriction to $U$ of some function $\widetilde{A} \in C^1(\mathbb{R}^d)$. We have that
As a result by Theorem 11 it holds that $\widetilde{u} \in H^2(\mathbb{R}^d)$ with
Interior regularity
We have just seen that a direct generalization of Theorem 11 to unbounded domains is not possible using an extension by zero. However, by adapting the proof of Theorem 11, one can prove the analogous result.
In this case, however, one has to be careful as the difference quotients may not be well defined at the boundary. As a result, it is necessary to work locally and use a bump function. This makes the proofs a bit messier, though the idea is the same. We sketch the proof, which can also be found in Evans, 2022 page 326
Theorem 14 (Improved interior regularity). Let $u \in H^1(U)$ be a solution to $\mathcal{L}u =f$ where $f \in L^2(U)$, $\mathbf{A} \in C^1(\overline{U} )$ is elliptic and $v\U i,c \in L^\infty(U)$. Then, $u \in H^2 \U {\mathrm{loc}} (U)$ and
Note that we do not require $u$ to be in $H^1\U 0(U)$.
Proof. Let $V \Subset U$ be open and let $\eta$ be a bump function supported on $W$ and identically equal to $1$ on $V$. For $h$ small we have that
Proceeding as in the proof of Theorem 11, we obtain that
Applying the first point of Lemma 10 we obtain that $u \in H^2\U {\mathrm{loc}}(U)$ with
Analogously, we also obtain by setting $v= \eta ^2 u$ that
Combining (\ref{H2loc}) and (\ref{H1loc}) , we obtain the desired result. ◻
As we did in the case $U=\mathbb{R}^d$, we can obtain higher-order regularity by induction. As before, we now write
In the case that $U$ is bounded then $X^k(U)=W^{k,\infty}(U)$.
Theorem 15 (Interior regularity). Suppose that $\mathcal{L}$ is elliptic and that its coefficients verify
Then, if $u \in H^1(U)$ solves $\mathcal{L}u=f$, it holds that $u \in H^{k+2}\U {\mathrm{loc}} (U)$ with
Exercise 9. Prove Theorem 15.
Using Sobolev embeddings we obtain once more infinite regularity for smooth coefficients.
Theorem 16 (Infinite interior regularity). Let $A\U {ij}, b\U i,c \in C^{\infty}(\overline{U} )$ with $\mathbf{A}$ elliptic. Then, if $u \in H^1(U)$ solves $\mathcal{L}u=f$, it holds that $u \in C \U {\mathrm{loc}}^\infty(U)$.
Proof. By Theorem 15, we have that $u \in H^k(U)$ for all $k \in \mathbb{N}$. By Sobolev embeddings we have that $u \in C^\infty\U {\mathrm{loc}}(U)$. ◻
Regularity at the boundary
Regularity at the boundary can also be obtained; however, in this case, it is necessary to impose the boundary condition $\left.u\right|\U {\partial \Omega }=0$. We can then work on bounded smooth domains $\Omega$ by reasoning first on $B(0,1) \cap \mathbb{R}^d\U +$ and then using a finite covering of $\overline{\Omega }$ and a change of coordinates to translate these results back to $\Omega$.
We summarize and sketch the proofs of the main results, which are analogous to the interior regularity results of Theorems 14, 15 and 16.The details For the partition to be finite, it is further necessary for $\Omega$ to be bounded. We sketch the proof which can be found in Evans, 2022 pages $334-343$ and Gilbarg, 1977 pages 183-188.
Theorem 17 (Improved regularity at the boundary). Let $\Omega \subset \mathbb{R}^d$ be bounded with $\partial \Omega \in C^2$. Let $A\U {ij} \in C^{1}(\overline{\Omega})$ be elliptic and $b\U i,c \in L^\infty(\Omega)$. Let $u \in H^1\U 0(\Omega)$ be a weak solution to (\ref{PDE}) . Then, $u \in H^2(\Omega)$ with
Proof. Since $\partial \Omega$ is of class $C^2$, given $x\U 0 \in \partial \Omega$ there exists $R>0$ and a twice differentiable diffeomorphism
that maps the interior of $B\U R(x\U 0)$ to the interior of $\mathbb{R}^d\U +$ and the boundary to the boundary. That is,
Let us define $\widetilde{u}:= u \circ \varphi ^{-1}$ on $\widetilde{\Omega }$. Then, $\widetilde{u}$ verifies a PDE of the same form as our original PDE (\ref{PDE}) . Where now the boundary condition holds only on the straight part straight part $\partial \widetilde{\Omega }\U 0$.
Since our boundary condition does not hold on the curved part of the boundary $\partial \widetilde{\Omega }\U 1:= \partial \widetilde{\Omega }\setminus \partial \widetilde{\Omega }\U 0$, to integrate by parts we need to introduce a bump function $\eta$ which is zero on $\partial \widetilde{\Omega }\U 1$.
Let $0<r<R$ and define $\widetilde{V}:= \varphi(B\U r(x\U 0) \cap \Omega )$. Now choose a bump function $\eta \in C\U c^\infty(\mathbb{R}^d)$ with compact support in $\varphi (B\U R(x\U 0))$ (in particular, $\eta =0$ on $\partial \widetilde{\Omega }\U 1$) and identically equal to $1$ on $\widetilde{V}$. Then, for small $h$, we define as in (\ref{difference bounded}) the function
Here, the increments are only well defined for $j \neq d$. Proceeding as in the proof of Theorem 14, we obtain that, for $i,j=1,\ldots,d-1$,
Since $\widetilde{u} \in H^2\U {\mathrm{loc}}(\widetilde{V} )$ by Theorem 14, we have that the equality $\widetilde{\mathcal{L}}\widetilde{u}=f$ holds almost everywhere in $\widetilde{V}$. As a result,
where $\widetilde{F}$ only involves derivatives up to order $1$ in $x\U d$ of $u$ and up to order $2$ in $x\U 1,\dots, x\U {d-1}$ of $u$. Using the ellipticity of $\mathbf{A}$ with $\xi=(0,\dots,0,1)$ in (\ref{elliptic}) we obtain that, almost everywhere in $\widetilde{V}$,
Taking norms and using (\ref{not d bound}) gives
If we write $V\U {x\U 0}:= \varphi ^{-1} (\widetilde{V} )$, we have that $u \in H^2(V\U {x\U 0})$ with
Since $\partial \Omega$ is compact, we can cover $\Omega$ with a finite number of such sets $V\U {x\U 0}$ plus some open $W \Subset \Omega$. We conclude the proof by using the interior regularity result of Theorem 14 to bound $\left\lVert u \right\rVert\U {H^2(W)}$. ◻
The following can now be proved by induction, just as in Theorems 14 and 15.
Theorem 18 (Higher regularity at the boundary). Let $\Omega \subset \mathbb{R}^d$ be bounded with $\partial \Omega \in C^{k+2}$. Let $A\U {ij} \in C^1(\overline{\Omega})\cap W^{k, \infty}(\Omega)$ be elliptic and $b\U i,c \in H^k(\Omega)\cap W^{k,\infty}(\Omega)$ and $f \in H^k(\Omega )$ . Let $u \in H^1\U 0(\Omega)$ be a weak solution to (\ref{PDE}) . Then, $u \in H^{k+2}(\Omega)$ with
Once more, by Sobolev embeddings we obtain infinite regularity at the boundary.
Theorem 19 (Infinite regularity at the boundary). Let $\Omega \subset \mathbb{R}^d$ be bounded of class $C^{\infty}$. Let $A\U {ij}, b\U i,c \in C^{\infty}(\overline{\Omega})$ with $\mathbf{A}$ elliptic. Let $u \in H^1\U 0(\Omega)$ be a weak solution to (\ref{PDE}) . Then, $u \in C^\infty(\overline{\Omega})$.
Other boundary conditions
So far, we have only worked with homogeneous Dirichlet boundary conditions. However, it often makes more sense to work with the non-homogeneous case. We also show how to extend the results to Neumann or Robin boundary conditions. In this section, we will see how to adapt the results of the previous section to these cases.
Non-homogeneous Dirichlet boundary conditions
Consider the problem with non-homogeneous Dirichlet boundary conditions on a domain $\Omega$ with with Lipschitz boundary, written $\partial \Omega \in C^{0,1}$
For (\ref{PDE Dirichlet}) to hold, it is necessary that $g$ is the restriction to $\partial \Omega$ of some function $\widetilde{g}$ called a lifting of $\widetilde{g}$ onto $\Omega$ (in particular it is the restriction of $u$ to $\partial \Omega$ ). That is, $\widetilde{g} \in \mathrm{Tr}(H^m(\Omega ))$ where $\mathrm{Tr}$ is the trace operator and $m$ is the desired regularity of $u$. By theory of the trace operator, we know that this is equivalent to $g \in H^{m-1/2}(\partial \Omega )$. Then, by forming $w:= u-\widetilde{g}$ we obtain that $w$ solves the homogeneous Dirichlet problem
where
The transformation $u \leftrightarrow w$ maintains regularity up to order $m$ for $g \in H^{m-1/2}(\Omega )$ and as a result, we can apply all the previous results on well-posedness, the spectrum of $\mathcal{L}$ and regularity to the problem (\ref{PDE Dirichlet}) . For example, the following holds.
Theorem 20. Let $\Omega$ be a bounded domain with $C^{0,1}$ boundary then
-
The non-homogeneous Dirichlet problem (\ref{PDE Dirichlet}) is well-posed for $g \in H^{1/2}(\partial \Omega )$ if and only if the homogeneous problem (\ref{PDE}) is well posed.
-
The Fredholm alternative (Theorem 7) holds where we replace $H\U 0^1(\Omega )$ by the subspace of $H^1(\Omega )$ whose trace is equal to $g$.
-
If $g \in H^{k+3/2}(\partial \Omega )$, then $u \in H^{k+2}(\Omega )$ under the same conditions of Theorem 18 on $\Omega$ and the coefficients of $\mathcal{L}$.
Neumann and Robin boundary conditions
Consider a bounded domain $\Omega$ with boundary of type $C^{0,1}$ (Lipschitz boundary). The elliptic Robin boundary condition problem is
The Neumann boundary condition problem is the case where $\sigma =0$. An integration by parts shows that the weak formulation of (\ref{PDE Neumann}) is
For the weak form to be well defined we need for $f$ to be in the dual space $H^1(\Omega )’$ (this is different from $H^{-1}(\Omega ):= H^1(\Omega )’$)and $g \in H^{-1/2}(\partial \Omega )$ . A similar reasoning to previously shows the following.
Theorem 21. Let $\Omega$ be a bounded domain, $f \in H^{1}(\Omega )’, g \in H^{-1/2}( \partial \Omega )$ and $\sigma \in L^\infty(\partial \Omega )$.
-
Let $\mathbf{b}=0$ and $c, \sigma \geq 0$. Suppose both $c, \sigma$ are not identically zero. Then the Robin boundary condition problem (\ref{weak def Neumann}) has a unique solution $u \in H^1(\Omega )$.
-
The well posedness of the modified problem $\mathcal{L}u + \lambda u=f$ and the Fredholm alternative of Theorem 6 and Theorem 7 hold swapping everywhere $H\U 0^1(U)$ with $H^1(\Omega )$ and $H^{-1}(\Omega )$ with $H^{1}(\Omega )’$.
-
Let $\partial \Omega \in C^{k+2}$. If $u$ solves (\ref{PDE Neumann}) and
Then, $u \in H^{k+2}(\Omega )$ with
Proof. Under the conditions of Point $1$, the bilinear form $B$ is coercive (this can be show by a proof by contradiction see for example Mikhailov, 1978 page 146). As a result, the Lax-Milgram theorem implies the existence of a unique solution $u \in H^1(\Omega )$.
The second point is a repetition of what was already shown for the homogeneous Dirichlet problem, for large $\lambda$, the modified bilinear form $B\U \lambda$ si coercive and the Fredholm alternative holds.
The third point can be seen by first repeating the proof of Theorem 17 where with the notation of this theorem, now $\widetilde{u}$ solves
As a result, integrating by parts against $\widetilde{v}:=D\U j^{-h}\eta^2 D\U j^h \widetilde{u}$ is valid for small $h$ and $j \neq d$ and gives
Using a discrete integration by parts, Cauchy’s inequality and the regularity of the coefficients, we obtain the bound
Using a covering of $\Omega$ gives $u \in H^2(\Omega )$ and the result follows by induction as in Theorem 18. ◻
The Dirichlet problem with Neumann boundary conditions
As an example of some interest, in the simple case where $\mathbf{A}$ is the identity and $\mathbf{b},c, g$, are zero (the Poisson equation with Neumann boundary conditions), the weak formulation is
Note carefully that $B$ is not coercive on $H^1(\Omega )$ as Poincaré’s inequality does not hold for Neumann boundary conditions.
Exercise 10 . Show that $\mathcal{L}= \Delta$ has the eigenvalue $\lambda =0$. Show that, if $\Omega$ decomposes into $n$ connected components $\Omega \U 1,…,\Omega \U n$, then the eigenspace of $\lambda =0$ is $n$-dimensional and spanned by the indicator functions $1\U {\Omega\U 1},…, 1\U {\Omega \U n}$ . In particular, the eigenspace of $\lambda =0$ is one-dimensional if $\Omega$ is connected.
Exercise 11. Let $\Omega$ decompose into $n$ connected components $\Omega \U 1,…,\Omega \U n$. Show that, for $f \in L^2(\Omega )$, the Laplace equation $\Delta u =f$ has a weak solution $u \in H^1(\Omega )$ if and only if
Furthermore, show that the solution is unique up to a constant on each connected component $\Omega\U i$.
A (possibly not updated) pdf version of this page is provided here.