Approximating a continuous function by a sawtooth function
I need to understand a proof in the book "Lecture notes on topology and geometry" by Singer and Thorpe, from 2.5 Applications
Theorem 1: There exists a continuous real-valued function $fin C([0,1])$ such that $f$ has a derivative in no point of $[0,1]$.
Proof: Define for all $nin mathbb{N}$ the set
$$
C_n
=left{fin mathcal{C}([0,1]): Big|dfrac{f(t+h)-f(t)}{h}Big|leqslant n,text{for some $t$ and all $h$ with $t+h$ $in [0,1]$} right}
$$
Show that $C_n$ is nowhere dense for each $n$, then since $C([0,1])$ is a complete metric space we have
$$
mathcal{C}([0,1])neq bigcup_{nin mathbb{N}} C_n
$$
it must exists a function $fin mathcal{C}([0,1])$ such that $fnotin C_n$ for all $n$ and this means it has no derivative.
- I understand why this last remark is true because if $fnotin C_n$ for all $n$ then
$$
Big|dfrac{f(t+h)-f(t)}{h}Big|> n
$$ and then
$$limsup_{hrightarrow0}Big|dfrac{f(t+h)-f(t)}{h}Big|=infty$$ for all $tin [0,1]$ thus the derivative does not exists.
- I understand how to show that $overline C_n=C_n$ because is well explained in the book, I must considere a sequence ${f_k}$ in $C_n$ which converges to $f$ and show that $fin C_n$.
I have a problem showing that $C_n$ is nowhere dense, the book says that given any $epsilon >0$ and any $gin C_n$ there exists $f in C([0,1])$ such that $||f-g||<epsilon$ and $fnotin C_n$, and suggest i should do that by approximating $g$ (using the fact that $g$ is uniformly continuous) by a piecewise linear function $g_1$ and then use a "sawtooth" function for each linear piece of $g_1$
and then "to patch". Also note that the norm is $||f||=sup|f(x)|$ for all $xin [0,1]$
I ask for an explanation on this last remark, a good reference to understand it or any other help that you can provide.
general-topology continuity metric-spaces proof-explanation uniform-continuity
add a comment |
I need to understand a proof in the book "Lecture notes on topology and geometry" by Singer and Thorpe, from 2.5 Applications
Theorem 1: There exists a continuous real-valued function $fin C([0,1])$ such that $f$ has a derivative in no point of $[0,1]$.
Proof: Define for all $nin mathbb{N}$ the set
$$
C_n
=left{fin mathcal{C}([0,1]): Big|dfrac{f(t+h)-f(t)}{h}Big|leqslant n,text{for some $t$ and all $h$ with $t+h$ $in [0,1]$} right}
$$
Show that $C_n$ is nowhere dense for each $n$, then since $C([0,1])$ is a complete metric space we have
$$
mathcal{C}([0,1])neq bigcup_{nin mathbb{N}} C_n
$$
it must exists a function $fin mathcal{C}([0,1])$ such that $fnotin C_n$ for all $n$ and this means it has no derivative.
- I understand why this last remark is true because if $fnotin C_n$ for all $n$ then
$$
Big|dfrac{f(t+h)-f(t)}{h}Big|> n
$$ and then
$$limsup_{hrightarrow0}Big|dfrac{f(t+h)-f(t)}{h}Big|=infty$$ for all $tin [0,1]$ thus the derivative does not exists.
- I understand how to show that $overline C_n=C_n$ because is well explained in the book, I must considere a sequence ${f_k}$ in $C_n$ which converges to $f$ and show that $fin C_n$.
I have a problem showing that $C_n$ is nowhere dense, the book says that given any $epsilon >0$ and any $gin C_n$ there exists $f in C([0,1])$ such that $||f-g||<epsilon$ and $fnotin C_n$, and suggest i should do that by approximating $g$ (using the fact that $g$ is uniformly continuous) by a piecewise linear function $g_1$ and then use a "sawtooth" function for each linear piece of $g_1$
and then "to patch". Also note that the norm is $||f||=sup|f(x)|$ for all $xin [0,1]$
I ask for an explanation on this last remark, a good reference to understand it or any other help that you can provide.
general-topology continuity metric-spaces proof-explanation uniform-continuity
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00
add a comment |
I need to understand a proof in the book "Lecture notes on topology and geometry" by Singer and Thorpe, from 2.5 Applications
Theorem 1: There exists a continuous real-valued function $fin C([0,1])$ such that $f$ has a derivative in no point of $[0,1]$.
Proof: Define for all $nin mathbb{N}$ the set
$$
C_n
=left{fin mathcal{C}([0,1]): Big|dfrac{f(t+h)-f(t)}{h}Big|leqslant n,text{for some $t$ and all $h$ with $t+h$ $in [0,1]$} right}
$$
Show that $C_n$ is nowhere dense for each $n$, then since $C([0,1])$ is a complete metric space we have
$$
mathcal{C}([0,1])neq bigcup_{nin mathbb{N}} C_n
$$
it must exists a function $fin mathcal{C}([0,1])$ such that $fnotin C_n$ for all $n$ and this means it has no derivative.
- I understand why this last remark is true because if $fnotin C_n$ for all $n$ then
$$
Big|dfrac{f(t+h)-f(t)}{h}Big|> n
$$ and then
$$limsup_{hrightarrow0}Big|dfrac{f(t+h)-f(t)}{h}Big|=infty$$ for all $tin [0,1]$ thus the derivative does not exists.
- I understand how to show that $overline C_n=C_n$ because is well explained in the book, I must considere a sequence ${f_k}$ in $C_n$ which converges to $f$ and show that $fin C_n$.
I have a problem showing that $C_n$ is nowhere dense, the book says that given any $epsilon >0$ and any $gin C_n$ there exists $f in C([0,1])$ such that $||f-g||<epsilon$ and $fnotin C_n$, and suggest i should do that by approximating $g$ (using the fact that $g$ is uniformly continuous) by a piecewise linear function $g_1$ and then use a "sawtooth" function for each linear piece of $g_1$
and then "to patch". Also note that the norm is $||f||=sup|f(x)|$ for all $xin [0,1]$
I ask for an explanation on this last remark, a good reference to understand it or any other help that you can provide.
general-topology continuity metric-spaces proof-explanation uniform-continuity
I need to understand a proof in the book "Lecture notes on topology and geometry" by Singer and Thorpe, from 2.5 Applications
Theorem 1: There exists a continuous real-valued function $fin C([0,1])$ such that $f$ has a derivative in no point of $[0,1]$.
Proof: Define for all $nin mathbb{N}$ the set
$$
C_n
=left{fin mathcal{C}([0,1]): Big|dfrac{f(t+h)-f(t)}{h}Big|leqslant n,text{for some $t$ and all $h$ with $t+h$ $in [0,1]$} right}
$$
Show that $C_n$ is nowhere dense for each $n$, then since $C([0,1])$ is a complete metric space we have
$$
mathcal{C}([0,1])neq bigcup_{nin mathbb{N}} C_n
$$
it must exists a function $fin mathcal{C}([0,1])$ such that $fnotin C_n$ for all $n$ and this means it has no derivative.
- I understand why this last remark is true because if $fnotin C_n$ for all $n$ then
$$
Big|dfrac{f(t+h)-f(t)}{h}Big|> n
$$ and then
$$limsup_{hrightarrow0}Big|dfrac{f(t+h)-f(t)}{h}Big|=infty$$ for all $tin [0,1]$ thus the derivative does not exists.
- I understand how to show that $overline C_n=C_n$ because is well explained in the book, I must considere a sequence ${f_k}$ in $C_n$ which converges to $f$ and show that $fin C_n$.
I have a problem showing that $C_n$ is nowhere dense, the book says that given any $epsilon >0$ and any $gin C_n$ there exists $f in C([0,1])$ such that $||f-g||<epsilon$ and $fnotin C_n$, and suggest i should do that by approximating $g$ (using the fact that $g$ is uniformly continuous) by a piecewise linear function $g_1$ and then use a "sawtooth" function for each linear piece of $g_1$
and then "to patch". Also note that the norm is $||f||=sup|f(x)|$ for all $xin [0,1]$
I ask for an explanation on this last remark, a good reference to understand it or any other help that you can provide.
general-topology continuity metric-spaces proof-explanation uniform-continuity
general-topology continuity metric-spaces proof-explanation uniform-continuity
edited Dec 6 '18 at 5:40
Alex Ravsky
39.2k32180
39.2k32180
asked Nov 21 '18 at 19:59
Alfdav
366
366
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00
add a comment |
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00
add a comment |
0
active
oldest
votes
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%2f3008262%2fapproximating-a-continuous-function-by-a-sawtooth-function%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3008262%2fapproximating-a-continuous-function-by-a-sawtooth-function%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
This is just a visualization: function $f$ must satisfy $||f-g||<epsilon$. Function $g_1$ is a good try, since it is linear, but it can have small derivatives at some points. Notice that a piecewise linear $f notin C_n$ needs to have angular coeficient with modulus greater than $n$, everywhere. The idea is then to build $f$ from $g_1$ by replacing each linear piece by a new piecewise linear with same starting and ending, but always having high angular coeficient. For a similar construction, check Munkres, page 304.
– Daniel
Nov 21 '18 at 21:00