Why if $p\not = q$ we have $L^p(R^n) \not \subseteq L^q(R^n)$? This is a result present in my books, and I can't figure out really a nice proof about this.
An example say that the function $u(x) = (1+|x|)^{-n/p}$ is in all $L^q(R^n)$ with $q>p$ but not in $L^p(R^n)$.
Another example say that the function $u(x) = 1_B|x|^{-n/p}$ is in all $L^q(R^n)$ ($B=B_1(0)$) with $q<p$ but not in $L^p(R^n)$.
I can't figure out why those are verified. Also, $1_B$ is the ball $B=B_1(0)$? I've never used this notation on a function. Can someone explain me?
Think of these functions as two different types.
The first type $u(x) = (1+|x|)^{-n/p}$ is kind of like the fact that $1/(1+x)$ integrates to infinity over an unbounded domain R+.
The second type $u(x) = 1_B |x|^{-n/p}$ is like how $1/x$ blows up at zero and is not integrable.
The inclusions are different for the two types of blow up
– fGDu94 Jul 15 '19 at 12:31At infinity (or on an unbounded positive domain), functions like $1/(1+x^2)$ do actually integrate, and higher powers than that will be in $L^1$, it is the lower powers that are not in $L^1$.
– fGDu94 Jul 15 '19 at 13:17$f(x) = \mathbb{I}_B 1/x^{0.99999} \in L^1$
but $f(x) = \mathbb{I}_B 1/x \notin L^1$.
$f(x) = 1/(1+x^{1.00001}) \in L^1$
but $f(x) = 1/(1+x^1) \notin L^1$
– fGDu94 Jul 15 '19 at 13:43