Continuity of function $f(x)$ at irrational numbers.
$begingroup$
Let ${q_k: k in mathbb N^+}$ be an enumeration of the rational numbers in $[0, 1)$ and let $(a_k)$ be a sequence of strictly positive real numbers such that
$$
sum_{k=1}^infty a_k = 1
$$
Denote $S(x) = {k in mathbb N^+: q_k in [0, x)}$ i.e. indices of rational numbers in $[0, x)$ and define $f:[0, 1] rightarrow mathbb R$ by
$$
f(x) = begin{cases}
sum_{k in S(x)} a_k & (x > 0) \
0 & (x = 0)
end{cases}
$$
I know that $f(x)$ is discontinuous at every positive rational number. I speculate that $f(x)$ is continuous at irrational numbers, but I have no idea how to prove or disprove it.
real-analysis calculus continuity
$endgroup$
add a comment |
$begingroup$
Let ${q_k: k in mathbb N^+}$ be an enumeration of the rational numbers in $[0, 1)$ and let $(a_k)$ be a sequence of strictly positive real numbers such that
$$
sum_{k=1}^infty a_k = 1
$$
Denote $S(x) = {k in mathbb N^+: q_k in [0, x)}$ i.e. indices of rational numbers in $[0, x)$ and define $f:[0, 1] rightarrow mathbb R$ by
$$
f(x) = begin{cases}
sum_{k in S(x)} a_k & (x > 0) \
0 & (x = 0)
end{cases}
$$
I know that $f(x)$ is discontinuous at every positive rational number. I speculate that $f(x)$ is continuous at irrational numbers, but I have no idea how to prove or disprove it.
real-analysis calculus continuity
$endgroup$
add a comment |
$begingroup$
Let ${q_k: k in mathbb N^+}$ be an enumeration of the rational numbers in $[0, 1)$ and let $(a_k)$ be a sequence of strictly positive real numbers such that
$$
sum_{k=1}^infty a_k = 1
$$
Denote $S(x) = {k in mathbb N^+: q_k in [0, x)}$ i.e. indices of rational numbers in $[0, x)$ and define $f:[0, 1] rightarrow mathbb R$ by
$$
f(x) = begin{cases}
sum_{k in S(x)} a_k & (x > 0) \
0 & (x = 0)
end{cases}
$$
I know that $f(x)$ is discontinuous at every positive rational number. I speculate that $f(x)$ is continuous at irrational numbers, but I have no idea how to prove or disprove it.
real-analysis calculus continuity
$endgroup$
Let ${q_k: k in mathbb N^+}$ be an enumeration of the rational numbers in $[0, 1)$ and let $(a_k)$ be a sequence of strictly positive real numbers such that
$$
sum_{k=1}^infty a_k = 1
$$
Denote $S(x) = {k in mathbb N^+: q_k in [0, x)}$ i.e. indices of rational numbers in $[0, x)$ and define $f:[0, 1] rightarrow mathbb R$ by
$$
f(x) = begin{cases}
sum_{k in S(x)} a_k & (x > 0) \
0 & (x = 0)
end{cases}
$$
I know that $f(x)$ is discontinuous at every positive rational number. I speculate that $f(x)$ is continuous at irrational numbers, but I have no idea how to prove or disprove it.
real-analysis calculus continuity
real-analysis calculus continuity
asked Dec 7 '18 at 10:16
ritemeriteme
853
853
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You can find an answer in this thread. Although the situation is more special, because there $a_k = 2^{-k}$ is chosen, the proof doesn't change. Let $x in mathbb{R}$ be irrational, and let $N in mathbb{N}$ with $sum_{k=N1}^infty a_n < varepsilon/2$. Now define
$$delta:= min_{i=1,ldots,N}|q_i-x|.$$
For any $|y-x| < delta$ we have $q_k in [0,x)$ if and only if $q_k in [0,y)$ for all $k=1,ldots,N$. Thus $$S(x) cap [1,N] = S(y) cap [1,N]$$
and therefore
$$|f(x)-f(y)| le 2 sum_{k=N+1}^infty a_k<varepsilon.$$
$endgroup$
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%2f3029742%2fcontinuity-of-function-fx-at-irrational-numbers%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$
You can find an answer in this thread. Although the situation is more special, because there $a_k = 2^{-k}$ is chosen, the proof doesn't change. Let $x in mathbb{R}$ be irrational, and let $N in mathbb{N}$ with $sum_{k=N1}^infty a_n < varepsilon/2$. Now define
$$delta:= min_{i=1,ldots,N}|q_i-x|.$$
For any $|y-x| < delta$ we have $q_k in [0,x)$ if and only if $q_k in [0,y)$ for all $k=1,ldots,N$. Thus $$S(x) cap [1,N] = S(y) cap [1,N]$$
and therefore
$$|f(x)-f(y)| le 2 sum_{k=N+1}^infty a_k<varepsilon.$$
$endgroup$
add a comment |
$begingroup$
You can find an answer in this thread. Although the situation is more special, because there $a_k = 2^{-k}$ is chosen, the proof doesn't change. Let $x in mathbb{R}$ be irrational, and let $N in mathbb{N}$ with $sum_{k=N1}^infty a_n < varepsilon/2$. Now define
$$delta:= min_{i=1,ldots,N}|q_i-x|.$$
For any $|y-x| < delta$ we have $q_k in [0,x)$ if and only if $q_k in [0,y)$ for all $k=1,ldots,N$. Thus $$S(x) cap [1,N] = S(y) cap [1,N]$$
and therefore
$$|f(x)-f(y)| le 2 sum_{k=N+1}^infty a_k<varepsilon.$$
$endgroup$
add a comment |
$begingroup$
You can find an answer in this thread. Although the situation is more special, because there $a_k = 2^{-k}$ is chosen, the proof doesn't change. Let $x in mathbb{R}$ be irrational, and let $N in mathbb{N}$ with $sum_{k=N1}^infty a_n < varepsilon/2$. Now define
$$delta:= min_{i=1,ldots,N}|q_i-x|.$$
For any $|y-x| < delta$ we have $q_k in [0,x)$ if and only if $q_k in [0,y)$ for all $k=1,ldots,N$. Thus $$S(x) cap [1,N] = S(y) cap [1,N]$$
and therefore
$$|f(x)-f(y)| le 2 sum_{k=N+1}^infty a_k<varepsilon.$$
$endgroup$
You can find an answer in this thread. Although the situation is more special, because there $a_k = 2^{-k}$ is chosen, the proof doesn't change. Let $x in mathbb{R}$ be irrational, and let $N in mathbb{N}$ with $sum_{k=N1}^infty a_n < varepsilon/2$. Now define
$$delta:= min_{i=1,ldots,N}|q_i-x|.$$
For any $|y-x| < delta$ we have $q_k in [0,x)$ if and only if $q_k in [0,y)$ for all $k=1,ldots,N$. Thus $$S(x) cap [1,N] = S(y) cap [1,N]$$
and therefore
$$|f(x)-f(y)| le 2 sum_{k=N+1}^infty a_k<varepsilon.$$
answered Dec 7 '18 at 12:19
p4schp4sch
5,430318
5,430318
add a comment |
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%2f3029742%2fcontinuity-of-function-fx-at-irrational-numbers%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