Let $T(f)(y)=int_0^infty K(x,y)cdot f(x)dx$, $,$ show $,$ $Vert T(f) Vert _p le Ccdot Vert f Vert _p$
$begingroup$
Now here is the full statement.
Let $K:(0, +infty) times (0, +infty) rightarrow Bbb R$ be a Lebesgue measurable function with $K(kx,ky)=k^{-1}K(x,y)$ for every $k>0$ and let
$$int_0^infty |K(x,1)|cdot x^{-frac 1p},dx=C<infty$$
For some $pin[1,infty]$. If $fin L^p$ show that the function
$$T(f)(y)=int_0^infty K(x,y)cdot f(x),dx$$
is well defined for almost every $yin (0,+infty)$ and satisfies $Vert T(f) Vert _p leq C Vert f Vert _p$.
I've been using inequalities for hours and got nowhere. I tried using Hölder's inequality and Tonelli's Theorem in many ways and got frustrated everytime. Any idea would help me a lot.
real-analysis measure-theory lebesgue-integral lebesgue-measure holder-inequality
$endgroup$
add a comment |
$begingroup$
Now here is the full statement.
Let $K:(0, +infty) times (0, +infty) rightarrow Bbb R$ be a Lebesgue measurable function with $K(kx,ky)=k^{-1}K(x,y)$ for every $k>0$ and let
$$int_0^infty |K(x,1)|cdot x^{-frac 1p},dx=C<infty$$
For some $pin[1,infty]$. If $fin L^p$ show that the function
$$T(f)(y)=int_0^infty K(x,y)cdot f(x),dx$$
is well defined for almost every $yin (0,+infty)$ and satisfies $Vert T(f) Vert _p leq C Vert f Vert _p$.
I've been using inequalities for hours and got nowhere. I tried using Hölder's inequality and Tonelli's Theorem in many ways and got frustrated everytime. Any idea would help me a lot.
real-analysis measure-theory lebesgue-integral lebesgue-measure holder-inequality
$endgroup$
add a comment |
$begingroup$
Now here is the full statement.
Let $K:(0, +infty) times (0, +infty) rightarrow Bbb R$ be a Lebesgue measurable function with $K(kx,ky)=k^{-1}K(x,y)$ for every $k>0$ and let
$$int_0^infty |K(x,1)|cdot x^{-frac 1p},dx=C<infty$$
For some $pin[1,infty]$. If $fin L^p$ show that the function
$$T(f)(y)=int_0^infty K(x,y)cdot f(x),dx$$
is well defined for almost every $yin (0,+infty)$ and satisfies $Vert T(f) Vert _p leq C Vert f Vert _p$.
I've been using inequalities for hours and got nowhere. I tried using Hölder's inequality and Tonelli's Theorem in many ways and got frustrated everytime. Any idea would help me a lot.
real-analysis measure-theory lebesgue-integral lebesgue-measure holder-inequality
$endgroup$
Now here is the full statement.
Let $K:(0, +infty) times (0, +infty) rightarrow Bbb R$ be a Lebesgue measurable function with $K(kx,ky)=k^{-1}K(x,y)$ for every $k>0$ and let
$$int_0^infty |K(x,1)|cdot x^{-frac 1p},dx=C<infty$$
For some $pin[1,infty]$. If $fin L^p$ show that the function
$$T(f)(y)=int_0^infty K(x,y)cdot f(x),dx$$
is well defined for almost every $yin (0,+infty)$ and satisfies $Vert T(f) Vert _p leq C Vert f Vert _p$.
I've been using inequalities for hours and got nowhere. I tried using Hölder's inequality and Tonelli's Theorem in many ways and got frustrated everytime. Any idea would help me a lot.
real-analysis measure-theory lebesgue-integral lebesgue-measure holder-inequality
real-analysis measure-theory lebesgue-integral lebesgue-measure holder-inequality
edited Dec 14 '18 at 6:58
Jonathan
16312
16312
asked Dec 14 '18 at 6:22
Marcos Martínez WagnerMarcos Martínez Wagner
1148
1148
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Observe we have
begin{align}
|T(f)|_p =& left(int^infty_0 left|int^infty_0 K(x, y)f(x) dx right|^p dyright)^{1/p}\
=& left(int^infty_0 left|int^infty_0 K(u, 1)f(yu) du right|^p dyright)^{1/p}.
end{align}
Then by Minkowski's integral inequality (essentially triangle inequality), we have
begin{align}
|T(f)|_p leq& int^infty_0 |K(u, 1)|left( int^infty_0 |f(yu)|^p dyright)^{1/p} du\
=& int^infty_0|K(u, 1)|u^{-1/p}left(int^infty_0 |f(x)|^p dx right)^{1/p} du.
end{align}
Edit: If $p in [1, infty)$, then we know that $C^infty_0(mathbb{R})$ is dense in $L^p(mathbb{R})$.
Since the above estimate holds on $C^infty_0(mathbb{R})$ then it extends uniquely
to all of $L^p(mathbb{R})$. Since $T(f) in L^p$ then we know that the set of $y in mathbb{R}$ such that $T(f)(y)=infty$ is measure zero.
In the case $p=infty$, we see that
begin{align}
|T(f)(y)| =& left|int^infty_0 K(u, 1) f(yu) duright|\
leq & int^infty_0 |K(u, 1)| ducdot |f|_{L^infty}.
end{align}
Hence $T$ is well-defined for all $f in L^infty$.
$endgroup$
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3039023%2flet-tfy-int-0-infty-kx-y-cdot-fxdx-show-vert-tf-vert%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Observe we have
begin{align}
|T(f)|_p =& left(int^infty_0 left|int^infty_0 K(x, y)f(x) dx right|^p dyright)^{1/p}\
=& left(int^infty_0 left|int^infty_0 K(u, 1)f(yu) du right|^p dyright)^{1/p}.
end{align}
Then by Minkowski's integral inequality (essentially triangle inequality), we have
begin{align}
|T(f)|_p leq& int^infty_0 |K(u, 1)|left( int^infty_0 |f(yu)|^p dyright)^{1/p} du\
=& int^infty_0|K(u, 1)|u^{-1/p}left(int^infty_0 |f(x)|^p dx right)^{1/p} du.
end{align}
Edit: If $p in [1, infty)$, then we know that $C^infty_0(mathbb{R})$ is dense in $L^p(mathbb{R})$.
Since the above estimate holds on $C^infty_0(mathbb{R})$ then it extends uniquely
to all of $L^p(mathbb{R})$. Since $T(f) in L^p$ then we know that the set of $y in mathbb{R}$ such that $T(f)(y)=infty$ is measure zero.
In the case $p=infty$, we see that
begin{align}
|T(f)(y)| =& left|int^infty_0 K(u, 1) f(yu) duright|\
leq & int^infty_0 |K(u, 1)| ducdot |f|_{L^infty}.
end{align}
Hence $T$ is well-defined for all $f in L^infty$.
$endgroup$
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
add a comment |
$begingroup$
Observe we have
begin{align}
|T(f)|_p =& left(int^infty_0 left|int^infty_0 K(x, y)f(x) dx right|^p dyright)^{1/p}\
=& left(int^infty_0 left|int^infty_0 K(u, 1)f(yu) du right|^p dyright)^{1/p}.
end{align}
Then by Minkowski's integral inequality (essentially triangle inequality), we have
begin{align}
|T(f)|_p leq& int^infty_0 |K(u, 1)|left( int^infty_0 |f(yu)|^p dyright)^{1/p} du\
=& int^infty_0|K(u, 1)|u^{-1/p}left(int^infty_0 |f(x)|^p dx right)^{1/p} du.
end{align}
Edit: If $p in [1, infty)$, then we know that $C^infty_0(mathbb{R})$ is dense in $L^p(mathbb{R})$.
Since the above estimate holds on $C^infty_0(mathbb{R})$ then it extends uniquely
to all of $L^p(mathbb{R})$. Since $T(f) in L^p$ then we know that the set of $y in mathbb{R}$ such that $T(f)(y)=infty$ is measure zero.
In the case $p=infty$, we see that
begin{align}
|T(f)(y)| =& left|int^infty_0 K(u, 1) f(yu) duright|\
leq & int^infty_0 |K(u, 1)| ducdot |f|_{L^infty}.
end{align}
Hence $T$ is well-defined for all $f in L^infty$.
$endgroup$
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
add a comment |
$begingroup$
Observe we have
begin{align}
|T(f)|_p =& left(int^infty_0 left|int^infty_0 K(x, y)f(x) dx right|^p dyright)^{1/p}\
=& left(int^infty_0 left|int^infty_0 K(u, 1)f(yu) du right|^p dyright)^{1/p}.
end{align}
Then by Minkowski's integral inequality (essentially triangle inequality), we have
begin{align}
|T(f)|_p leq& int^infty_0 |K(u, 1)|left( int^infty_0 |f(yu)|^p dyright)^{1/p} du\
=& int^infty_0|K(u, 1)|u^{-1/p}left(int^infty_0 |f(x)|^p dx right)^{1/p} du.
end{align}
Edit: If $p in [1, infty)$, then we know that $C^infty_0(mathbb{R})$ is dense in $L^p(mathbb{R})$.
Since the above estimate holds on $C^infty_0(mathbb{R})$ then it extends uniquely
to all of $L^p(mathbb{R})$. Since $T(f) in L^p$ then we know that the set of $y in mathbb{R}$ such that $T(f)(y)=infty$ is measure zero.
In the case $p=infty$, we see that
begin{align}
|T(f)(y)| =& left|int^infty_0 K(u, 1) f(yu) duright|\
leq & int^infty_0 |K(u, 1)| ducdot |f|_{L^infty}.
end{align}
Hence $T$ is well-defined for all $f in L^infty$.
$endgroup$
Observe we have
begin{align}
|T(f)|_p =& left(int^infty_0 left|int^infty_0 K(x, y)f(x) dx right|^p dyright)^{1/p}\
=& left(int^infty_0 left|int^infty_0 K(u, 1)f(yu) du right|^p dyright)^{1/p}.
end{align}
Then by Minkowski's integral inequality (essentially triangle inequality), we have
begin{align}
|T(f)|_p leq& int^infty_0 |K(u, 1)|left( int^infty_0 |f(yu)|^p dyright)^{1/p} du\
=& int^infty_0|K(u, 1)|u^{-1/p}left(int^infty_0 |f(x)|^p dx right)^{1/p} du.
end{align}
Edit: If $p in [1, infty)$, then we know that $C^infty_0(mathbb{R})$ is dense in $L^p(mathbb{R})$.
Since the above estimate holds on $C^infty_0(mathbb{R})$ then it extends uniquely
to all of $L^p(mathbb{R})$. Since $T(f) in L^p$ then we know that the set of $y in mathbb{R}$ such that $T(f)(y)=infty$ is measure zero.
In the case $p=infty$, we see that
begin{align}
|T(f)(y)| =& left|int^infty_0 K(u, 1) f(yu) duright|\
leq & int^infty_0 |K(u, 1)| ducdot |f|_{L^infty}.
end{align}
Hence $T$ is well-defined for all $f in L^infty$.
edited Dec 15 '18 at 6:04
answered Dec 14 '18 at 6:46
Jacky ChongJacky Chong
18.7k21128
18.7k21128
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
add a comment |
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
$begingroup$
Wow, that's pretty clever. I don't wont to push to hard but have you thought about the "well defined" part? Im struggling with that too, the "almost everywhere" part leaves me clueless. Even if you don't, I'm very grateful for your elegant+simple answer
$endgroup$
– Marcos Martínez Wagner
Dec 14 '18 at 7:23
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3039023%2flet-tfy-int-0-infty-kx-y-cdot-fxdx-show-vert-tf-vert%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown