Supremum of Supremum over same variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Switching order of supremum for doubly indexed sequence?Supremum over a sequence with two indicesWhy is the expectation of essential supremum equal the supremum of expectationsInfimum and Supremum the sameDouble supremum over a function of two variablesApproximating supremum over countable set by suprema over finite setsTwo different supremum, are they the same?Convergence of a sequence over supremumSupremum of expected value over equivalent measuresessential supremum and supremum for stochastic processes.Supremum of a polynomial over reals

How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?

"is" operation returns false even though two objects have same id

Make it rain characters

Keeping a retro style to sci-fi spaceships?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Could an empire control the whole planet with today's comunication methods?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

What can I do if neighbor is blocking my solar panels intentionally?

Loose spokes after only a few rides

Do warforged have souls?

Variable with quotation marks "$()"

University's motivation for having tenure-track positions

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

Does Parliament hold absolute power in the UK?

Student Loan from years ago pops up and is taking my salary

What do I do when my TA workload is more than expected?

How to handle characters who are more educated than the author?

What happens to a Warlock's expended Spell Slots when they gain a Level?

"... to apply for a visa" or "... and applied for a visa"?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

How to read αἱμύλιος or when to aspirate

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Can the DM override racial traits?



Supremum of Supremum over same variable



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Switching order of supremum for doubly indexed sequence?Supremum over a sequence with two indicesWhy is the expectation of essential supremum equal the supremum of expectationsInfimum and Supremum the sameDouble supremum over a function of two variablesApproximating supremum over countable set by suprema over finite setsTwo different supremum, are they the same?Convergence of a sequence over supremumSupremum of expected value over equivalent measuresessential supremum and supremum for stochastic processes.Supremum of a polynomial over reals










0












$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45
















0












$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45














0












0








0





$begingroup$


I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!










share|cite|improve this question









$endgroup$




I am wondering if when taking the supremum twice of a function over the same variable, if the outer supremum is redundant/has no effect. I know in the case of two variables/indices that the nested supremum is meaningful (Switching order of supremum for doubly indexed sequence?), but I can't tell how to interpret this properly:



beginalign
sup_alpha in mathcalB Large[ sup_alpha in mathcalC f(alpha) Large]
endalign



I was thinking that the first supremum would make it so that the function value is evaluated, and thus the outer supremum is $sup_alpha in mathcalB [c] = c$, where $c$ is the constant that results from the evaluating the first supremum.



If the above is incorrect, then I'm wondering how the supremums could be manipulated, such as switching their orders or possibly leading to the supremum of the union of $mathcalB$ & $mathcalC$.



Thanks for the help!







real-analysis stochastic-processes






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 24 at 18:46









SladeSlade

83111




83111











  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45

















  • $begingroup$
    in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 3:35










  • $begingroup$
    Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
    $endgroup$
    – Slade
    Mar 25 at 15:22










  • $begingroup$
    No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
    $endgroup$
    – Paul Sinclair
    Mar 25 at 23:45
















$begingroup$
in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
$endgroup$
– Paul Sinclair
Mar 25 at 3:35




$begingroup$
in $sup_alpha in mathcal C f(alpha), alpha$ is a dummy variable. The expression does not depend upon a value of $alpha$ at all. Thus when you take the outside supremum, that $alpha$ is a separate variable than the first, and you are just taking the supremum of a constant, just as you said. Your whole confusion here is another example why it is a very bad idea to use the same letter to represent two different variables in the same context.
$endgroup$
– Paul Sinclair
Mar 25 at 3:35












$begingroup$
Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
$endgroup$
– Slade
Mar 25 at 15:22




$begingroup$
Thanks for your comment! I think my question may be confusing. The function is a function of $alpha$, and the inner supremum is calculating the max/sup of the function over $alpha$ values in a particular domain $mathcalC$. The outer supremum is then attempting to calculate the supremum of the bracketed expression over $alpha$ values in some other domain $mathcalB$. I was wondering if this expression makes sense or if it's redundant since the bracketed expression is just a constant value.
$endgroup$
– Slade
Mar 25 at 15:22












$begingroup$
No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
$endgroup$
– Paul Sinclair
Mar 25 at 23:45





$begingroup$
No, I understood your question perfectly, but apparently you didn't understand my answer . No, the expression does not make sense, Yes, taking the second supremum does not change anything (though "redundant" is not an accurate description - "pointless" would be better). The reason the expression does not make sense is that it misleads you into thinking you are taking the supremum twice over the same variable, when in fact, you are not. $sup_alpha in mathcal C f(alpha)$ does not in any way depend on a variable named $alpha$.
$endgroup$
– Paul Sinclair
Mar 25 at 23:45











1 Answer
1






active

oldest

votes


















1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160868%2fsupremum-of-supremum-over-same-variable%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









1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31















1












$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31













1












1








1





$begingroup$

$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.






share|cite|improve this answer









$endgroup$



$sup_alpha in mathcal C f(alpha)$ is by definition the least upper bound of the set $f(alpha) $. Note that



$$f(alpha) = f(beta) = x in mathcal C = f(frak g) $$



The variable used the set builder notation is not something the set depends on. It is only there to assist us in understanding the set definition. So it doesn't matter what we call it. That variable only exists within the set brackets. Outside, there is no variable. There is just some set. That is what a dummy variable is: a variable used within some expression that has no definition outside of that expression.



That set is usually denoted by $f(mathcal C)$:



$$f(mathcal C) := f(alpha) $$



Now the expression "$f(mathcal C)$" doesn't even meantion $alpha$, which is fine, because it does not depend on $alpha$ in any way.



And $sup_alpha in mathcal C f(alpha) = sup,f(mathcal C)$. The right side explicitly does not depend on $alpha$.



So, in the expression $sup_alpha in mathcal Bleft[sup_alpha in mathcal C f(alpha)right] = sup_alpha in mathcal B sup f(mathcal C)$, which is, by definition $$sup sup f(mathcal C) $$
Since $sup f(mathcal C)$ is independent of $alpha$, the set above has only one element, and therefore the supremum is that single element again.



You have been thinking of $sup_alpha in mathcal B sup_alpha in mathcal C f(alpha)$ as taking two supremums over the same variable. This is false, as the outside supremum does not even see any variable. The definition of the variable $alpha$ occurring in $f(alpha)$ ends with the inside supremum. All the outside supremum sees is a single value that does not depend on its own (separate) variable $alpha$ at all.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 26 at 0:15









Paul SinclairPaul Sinclair

20.8k21543




20.8k21543











  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31
















  • $begingroup$
    Thanks a lot for the detailed answer. I get what you were saying in the comments now!
    $endgroup$
    – Slade
    Mar 26 at 15:31















$begingroup$
Thanks a lot for the detailed answer. I get what you were saying in the comments now!
$endgroup$
– Slade
Mar 26 at 15:31




$begingroup$
Thanks a lot for the detailed answer. I get what you were saying in the comments now!
$endgroup$
– Slade
Mar 26 at 15:31

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160868%2fsupremum-of-supremum-over-same-variable%23new-answer', 'question_page');

);

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







Popular posts from this blog

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye