$L_p$ is often used to describe a norm, or a vector space with that norm (see e.g. wikipedia). Is $\ell_p$ (typically, or canonically) a different notation for the same concept, or is it used to indicate something different?
Notation: $L_p$ vs $\ell_p$
7
$\begingroup$
notation
normed-spaces
lp-spaces
-
1$\ell^p$ spaces are particular cases of $\mathbb{L}^p$ spaces. Usually, one uses $\ell^p$ when the underlying space is $\mathbb{Z}$ or $\mathbb{N}$, but I believe I've already seen such things as $\ell^p (\mathbb{Z}^n)$ (everything is done with the counting measure). Since it is a special case, there are a few properties that hold for $\ell^p$ spaces and not for general $\mathbb{L}^p$ spaces, such as $\ell^p \subset \ell^q$ if $p \leq q$. – 2012-02-14
-
2Traditionally, $\ell^p$ is used when the norm involves a summation, while $L^p$ is used when the norm involves an integral. Of course, in modern Lebesgue theory, a summation is a special case of an integral. – 2012-02-15
1 Answers
10
$\ell^p$ spaces are a special case of $L^p$ spaces.
If $(X,\mu)$ is a measure space, $L^p(X)$ (or $L^p_{\mathbb{R}}(X)$) is the (Banach) space of all measurable functions $f\colon X\to \mathbb{R}$ such that $$\int_X |f|^p\,d\mu\lt \infty.$$
In the special case in which $X=\mathbb{N}$ and $\mu$ is the counting measure, functions $f\colon\mathbb{N}\to\mathbb{R}$ can be taken to be sequences of elements of $\mathbb{R}$, and the integral is the sum of the terms of the sequence. That is, $L^p(\mathbb{N})$ is the set of sequences $(x_i)$ such that $\sum |x_i|^p\lt\infty$. To denote this special case, which occurs very often, we use $\ell^p$.
(You can replace $\mathbb{R}$ with any normed vector space, replacing the absolute value with the norm.)
-
0For L p space or l p space, I was wondering when to use subscript and when to use superscript? Why is that? – 2012-02-15
-
0@Tim: One usually uses superscript, because it is mnemonic that the $p$ is the exponent in the condition, and because it leaves the subscript available to indicate the range of the functions. – 2012-02-15
-
0Shouldn't there be a $()^{1/p}$ in there somewhere (e.g. the Euclidean norm)? – 2012-02-15
-
0@Joe: The $()^{1/p}$ is what you do in order to calculate the $p$-norm; but $f$ is in $L^p$ if and only if $\int |f|^p d\mu$ is finite. Similarly, the $p$-norm of a sequence in $\ell^p$ is $(\sum |x_i|^p)^{1/p}$, but whether a sequence is in $\ell^p$ or not is determined by looking at $\sum |x_i|^p$. – 2012-02-15
-
0@ArturoMagidin: Thanks! I suspect there is some inconsistency in superscript or subscript in your reply. – 2012-02-15
-
0@Tim: Yes. I was following Joe's lead, but then was forced to go to the "usual" because I wanted the subscript for $\mathbb{R}$... – 2012-02-15
-
0When dealing with a Vector Norm what should be used? See - https://math.meta.stackexchange.com/questions/27044. – 2017-09-25