Different definition of continuity Announcing the arrival of Valued Associate #679: Cesar...
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Why wasn't DOSKEY integrated with COMMAND.COM?
AppleTVs create a chatty alternate WiFi network
How come Sam didn't become Lord of Horn Hill?
Hangman Game with C++
Using audio cues to encourage good posture
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Significance of Cersei's obsession with elephants?
What does it mean that physics no longer uses mechanical models to describe phenomena?
How does light 'choose' between wave and particle behaviour?
Project Euler #1 in C++
Is there a kind of relay only consumes power when switching?
What is "gratricide"?
Did Deadpool rescue all of the X-Force?
What do you call the main part of a joke?
Is it fair for a professor to grade us on the possession of past papers?
What is this clumpy 20-30cm high yellow-flowered plant?
What is a fractional matching?
Maximum summed subsequences with non-adjacent items
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
The code below, is it ill-formed NDR or is it well formed?
Most bit efficient text communication method?
How can I reduce the gap between left and right of cdot with a macro?
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
Different definition of continuity
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)The measure of the image of a set of measure zeroAbsolutely continuous function admits weak derivativeEquivalent definitions of absolutely continuous functionsDoes absolute continuity of $f$ on $[epsilon,1]$ and continuity at $f=0$ imply absolute continuity on $[0,1]$?Proof that continuous function respects sequential continuityIs $sqrt{x}, xin [0,1]$ absolutely continuous?Absolutely Continuous function using sums.A question about absolute continuityAbsolute continuity of increasing functions on an intervalEquivalence condition of Absolute Continuity
$begingroup$
Condition: $f:Itomathbb R$ is continuous. For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon.$$
Is this condition a necessary or sufficient condition of absolution continuity? Note that the order of the logic identifiers has changed.
A function $f: I to mathbb{R}$ is absolutely continuous on an interval $I$ if for every $epsilon > 0$ there is a $delta > 0$ such that whenever a finite sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$ satisfies
$$ sum_{k} |y_{k} - x_{k}| < delta$$
then
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
real-analysis calculus limits analysis continuity
$endgroup$
add a comment |
$begingroup$
Condition: $f:Itomathbb R$ is continuous. For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon.$$
Is this condition a necessary or sufficient condition of absolution continuity? Note that the order of the logic identifiers has changed.
A function $f: I to mathbb{R}$ is absolutely continuous on an interval $I$ if for every $epsilon > 0$ there is a $delta > 0$ such that whenever a finite sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$ satisfies
$$ sum_{k} |y_{k} - x_{k}| < delta$$
then
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
real-analysis calculus limits analysis continuity
$endgroup$
add a comment |
$begingroup$
Condition: $f:Itomathbb R$ is continuous. For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon.$$
Is this condition a necessary or sufficient condition of absolution continuity? Note that the order of the logic identifiers has changed.
A function $f: I to mathbb{R}$ is absolutely continuous on an interval $I$ if for every $epsilon > 0$ there is a $delta > 0$ such that whenever a finite sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$ satisfies
$$ sum_{k} |y_{k} - x_{k}| < delta$$
then
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
real-analysis calculus limits analysis continuity
$endgroup$
Condition: $f:Itomathbb R$ is continuous. For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon.$$
Is this condition a necessary or sufficient condition of absolution continuity? Note that the order of the logic identifiers has changed.
A function $f: I to mathbb{R}$ is absolutely continuous on an interval $I$ if for every $epsilon > 0$ there is a $delta > 0$ such that whenever a finite sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$ satisfies
$$ sum_{k} |y_{k} - x_{k}| < delta$$
then
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
real-analysis calculus limits analysis continuity
real-analysis calculus limits analysis continuity
edited Mar 26 at 1:47
High GPA
asked Mar 25 at 8:19
High GPAHigh GPA
956422
956422
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Given any function $f:Itomathbb R$ (not necessarily continuous), the condition: For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
is trivially true.
Proof: Given any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, just choose $delta = frac{1}{2} sum_{k} |y_{k} - x_{k}|$. Then the condition $ sum_{k} |y_{k} - x_{k}| < delta$ will be false and so the implication "$ sum_{k} |y_{k} - x_{k}| < delta$
implies
$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$" will be trivially true.
So this conditionis not sufficient for absolute continuity or even continuity.
$endgroup$
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
add a comment |
$begingroup$
Yes, they are equivalent. Suppose you choose $delta$ according to the usual definition of absolute continuity with $epsilon$ repalced by $epsilon /2$. If $(a_k.b_k)$ is a disjoint sequence of interval with total length less than $delta$ then $sumlimits_{k=1}^{N} |f(b_k)-f(a_k)| < epsilon /2$ for each $N$. Let $N to infty$ to complete the proof.
$endgroup$
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
add a comment |
Your Answer
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%2f3161508%2fdifferent-definition-of-continuity%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Given any function $f:Itomathbb R$ (not necessarily continuous), the condition: For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
is trivially true.
Proof: Given any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, just choose $delta = frac{1}{2} sum_{k} |y_{k} - x_{k}|$. Then the condition $ sum_{k} |y_{k} - x_{k}| < delta$ will be false and so the implication "$ sum_{k} |y_{k} - x_{k}| < delta$
implies
$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$" will be trivially true.
So this conditionis not sufficient for absolute continuity or even continuity.
$endgroup$
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
add a comment |
$begingroup$
Given any function $f:Itomathbb R$ (not necessarily continuous), the condition: For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
is trivially true.
Proof: Given any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, just choose $delta = frac{1}{2} sum_{k} |y_{k} - x_{k}|$. Then the condition $ sum_{k} |y_{k} - x_{k}| < delta$ will be false and so the implication "$ sum_{k} |y_{k} - x_{k}| < delta$
implies
$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$" will be trivially true.
So this conditionis not sufficient for absolute continuity or even continuity.
$endgroup$
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
add a comment |
$begingroup$
Given any function $f:Itomathbb R$ (not necessarily continuous), the condition: For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
is trivially true.
Proof: Given any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, just choose $delta = frac{1}{2} sum_{k} |y_{k} - x_{k}|$. Then the condition $ sum_{k} |y_{k} - x_{k}| < delta$ will be false and so the implication "$ sum_{k} |y_{k} - x_{k}| < delta$
implies
$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$" will be trivially true.
So this conditionis not sufficient for absolute continuity or even continuity.
$endgroup$
Given any function $f:Itomathbb R$ (not necessarily continuous), the condition: For any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, we have $forallepsilonexistsdelta$ such that $$ sum_{k} |y_{k} - x_{k}| < delta$$
implies
$$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$$
is trivially true.
Proof: Given any countable sequence of pairwise disjoint sub-intervals $(x_k, y_k)$ of $I$, just choose $delta = frac{1}{2} sum_{k} |y_{k} - x_{k}|$. Then the condition $ sum_{k} |y_{k} - x_{k}| < delta$ will be false and so the implication "$ sum_{k} |y_{k} - x_{k}| < delta$
implies
$sum_{k} |f(y_{k}) - f(x_{k})| < epsilon$" will be trivially true.
So this conditionis not sufficient for absolute continuity or even continuity.
answered Mar 28 at 10:31
RamiroRamiro
7,36421535
7,36421535
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
add a comment |
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
1
1
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
$begingroup$
Yes, I also saw this after you gave the detailed explanation in the other question
$endgroup$
– High GPA
Mar 28 at 22:25
add a comment |
$begingroup$
Yes, they are equivalent. Suppose you choose $delta$ according to the usual definition of absolute continuity with $epsilon$ repalced by $epsilon /2$. If $(a_k.b_k)$ is a disjoint sequence of interval with total length less than $delta$ then $sumlimits_{k=1}^{N} |f(b_k)-f(a_k)| < epsilon /2$ for each $N$. Let $N to infty$ to complete the proof.
$endgroup$
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
add a comment |
$begingroup$
Yes, they are equivalent. Suppose you choose $delta$ according to the usual definition of absolute continuity with $epsilon$ repalced by $epsilon /2$. If $(a_k.b_k)$ is a disjoint sequence of interval with total length less than $delta$ then $sumlimits_{k=1}^{N} |f(b_k)-f(a_k)| < epsilon /2$ for each $N$. Let $N to infty$ to complete the proof.
$endgroup$
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
add a comment |
$begingroup$
Yes, they are equivalent. Suppose you choose $delta$ according to the usual definition of absolute continuity with $epsilon$ repalced by $epsilon /2$. If $(a_k.b_k)$ is a disjoint sequence of interval with total length less than $delta$ then $sumlimits_{k=1}^{N} |f(b_k)-f(a_k)| < epsilon /2$ for each $N$. Let $N to infty$ to complete the proof.
$endgroup$
Yes, they are equivalent. Suppose you choose $delta$ according to the usual definition of absolute continuity with $epsilon$ repalced by $epsilon /2$. If $(a_k.b_k)$ is a disjoint sequence of interval with total length less than $delta$ then $sumlimits_{k=1}^{N} |f(b_k)-f(a_k)| < epsilon /2$ for each $N$. Let $N to infty$ to complete the proof.
answered Mar 25 at 8:24
Kavi Rama MurthyKavi Rama Murthy
75.9k53270
75.9k53270
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
add a comment |
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
$begingroup$
Many thanks for your teaching! So you proved that the definition "$forallepsilonexistsdelta(forall text{finite subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$" is equivalent to "$forallepsilonexistsdelta(forall text{countable subintervals we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". However, my first condition means "$forall text{countable subintervals}(forallepsilonexistsdelta text{we have} (sum|y_k-x_k|<delta Rightarrow sum|f(y_k)-f(x_k)|<epsilon))$". Not sure my understanding is correct, though.
$endgroup$
– High GPA
Mar 25 at 22:05
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%2f3161508%2fdifferent-definition-of-continuity%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