Ehrling's lemma

In mathematics, Ehrling's lemma is a result concerning Banach spaces. It is often used in functional analysis to demonstrate the equivalence of certain norms on Sobolev spaces. It was proposed by Gunnar Ehrling.

Statement of the lemma

Let (X, ||·||X), (Y, ||·||Y) and (Z, ||·||Z) be three Banach spaces. Assume that:

  • X is compactly embedded in Y: i.e. X  Y and every ||·||X-bounded sequence in X has a subsequence that is ||·||Y-convergent; and
  • Y is continuously embedded in Z: i.e. Y  Z and there is a constant k so that ||y||Z  k||y||Y for every y  Y.

Then, for every ε > 0, there exists a constant C(ε) such that, for all x  X,

Corollary (equivalent norms for Sobolev spaces)

Let Ω  Rn be open and bounded, and let k  N. Suppose that the Sobolev space Hk(Ω) is compactly embedded in Hk1(Ω). Then the following two norms on Hk(Ω) are equivalent:

and

For the subspace of Hk(Ω) consisting of those Sobolev functions with zero trace (those that are "zero on the boundary" of Ω), the L1 norm of u can be left out to yield another equivalent norm.

gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.
gollark: Why do this? I get more time for plan #3.
gollark: Why what?

References

  • Renardy, Michael; Rogers, Robert C. (1992). An Introduction to Partial Differential Equations. Berlin: Springer-Verlag. ISBN 978-3-540-97952-4.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.